Age | Commit message (Expand) | Author | Files | Lines |
2009-03-23 | Move all TMWServ-specific code to net/tmwserv | Jared Adams | 1 | -169/+0 |
2009-02-09 | Mostly whitespace and formatting changes | Bjørn Lindeijer | 1 | -25/+21 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2007-11-16 | Reduced noise in log file. | Guillaume Melquiond | 1 | -2/+2 |
2006-12-29 | Improved movement smoothness by avoiding useless changes of sprite direction. | Guillaume Melquiond | 1 | -1/+1 |
2006-11-02 | Network layer refactoring. | Björn Steinbrink | 1 | -140/+58 |
2006-08-26 | Made the Network class a purely static interface, as there is only one instance. | Guillaume Melquiond | 1 | -20/+27 |
2006-08-20 | Changed MessageHandler::handleMessage to take a reference instead of a pointer. | Bjørn Lindeijer | 1 | -1/+1 |
2006-08-20 | Fixed selection of player character and implemented sending of game and chat | Bjørn Lindeijer | 1 | -1/+0 |
2006-08-20 | Added documentation and did a bit of cleanup. | Bjørn Lindeijer | 1 | -64/+25 |
2006-08-20 | The Network can now connect to the three servers and affected methods now take | Bjørn Lindeijer | 1 | -52/+101 |
2006-08-19 | Removed incoming packets queue. Messages are now processed as they come in. | Bjørn Lindeijer | 1 | -22/+16 |
2006-08-14 | Completed porting of character creation/deletion, fixed some issues with netw... | Eugenio Favalli | 1 | -3/+5 |
2006-08-13 | Verify the gender to prevent crashing when something is wrong with the commun... | Bjørn Lindeijer | 1 | -5/+9 |
2006-07-31 | Corrected an off by one error in packet size. | Bjørn Lindeijer | 1 | -4/+5 |
2006-07-30 | Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0 | Bjørn Lindeijer | 1 | -2/+9 |
2006-07-25 | Fixed Linux compiling issues and merged update system fix for Windows. | Bjørn Lindeijer | 1 | -4/+4 |
2006-07-25 | Switched client to use enet and modified login sequence to work with the new ... | Eugenio Favalli | 1 | -283/+72 |
2006-03-15 | Fixed connection not being shut down completely in case of an error. | Björn Steinbrink | 1 | -4/+7 |
2006-02-24 | Another bunch of cosmetic cleanups, ie mostly typedefs... | Björn Steinbrink | 1 | -13/+4 |
2006-02-04 | Unify the various login dialogs to use LoginData. | Björn Steinbrink | 1 | -10/+6 |
2006-01-22 | Make dispatchMessages actually handle more than one message per call. | Björn Steinbrink | 1 | -11/+11 |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -220/+285 |
2005-12-30 | Applied pcloud's patch that enhances chat window functionality while hidden. | Bjørn Lindeijer | 1 | -3/+3 |
2005-12-30 | Added a new item, improved smooth login sequence, added a registration window... | Eugenio Favalli | 1 | -0/+25 |
2005-10-16 | The connection should be non-blocking now and fixed the problem with sound no... | Eugenio Favalli | 1 | -30/+101 |
2005-09-27 | Dont crash if there is an unknown error at login. | Cedric Borgese | 1 | -12/+23 |
2005-09-26 | Now error message is displayed properly when the map server is offline. | Eugenio Favalli | 1 | -0/+2 |
2005-09-26 | Added a nicer handling of when you get disconnected from the server. | Eugenio Favalli | 1 | -8/+5 |
2005-09-22 | removed win2mac support | Duane Bailey | 1 | -4/+1 |
2005-09-19 | Got rid of writeSet() calls. | Eugenio Favalli | 1 | -10/+0 |
2005-09-17 | 2005-09-17 Duane Bailey <nayryeliab@gmail.com> | Duane Bailey | 1 | -2/+2 |
2005-09-17 | 2005-09-17 Duane Bailey <nayryeliab@gmail.com> | Duane Bailey | 1 | -2/+2 |
2005-09-17 | Completed transition to use MessageOut. | Eugenio Favalli | 1 | -35/+0 |
2005-09-14 | Header cleanups. | Björn Steinbrink | 1 | -8/+8 |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -107/+254 |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -1/+1 |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -7/+7 |
2005-03-25 | Fix compile issues on Windows. | Bjørn Lindeijer | 1 | -1/+1 |
2005-03-25 | Fix a few more log and error calls to make sure it compiles... | Bjørn Lindeijer | 1 | -9/+10 |
2005-02-21 | Updates to change log, file lists, lots of doxygen comments and small changes. | Bjørn Lindeijer | 1 | -1/+1 |
2005-02-20 | Added basic functionality for the new skill dialog. Class support, initializa... | Kiyoshi Kyokai | 1 | -1/+1 |
2005-02-14 | Simplified logging for the sake of simplicity. | Bjørn Lindeijer | 1 | -18/+21 |
2005-02-06 | Fixing inventory (still needed to add a proper way to choose items, now creat... | Eugenio Favalli | 1 | -1/+6 |
2005-01-05 | Removed bugging cancel button from npc dialog and fixed npc sprites. | Bjørn Lindeijer | 1 | -2/+2 |
2004-12-26 | - final touch to writing mechanism of the config system | Alexander Baldeck | 1 | -73/+73 |
2004-12-23 | Fixed up iptostring() memory leak. | Aaron Marks | 1 | -3/+3 |
2004-12-11 | Core sprite classes of the new graphic engine | Eugenio Favalli | 1 | -2/+2 |
2004-12-10 | Use a consistent tab-less header throughout the code. | Bjørn Lindeijer | 1 | -22/+20 |
2004-09-26 | *** empty log message *** | Eugenio Favalli | 1 | -0/+177 |