Age | Commit message (Expand) | Author | Files | Lines |
2007-03-02 | Implemented communication of being action changes. | Philipp Sehmisch | 1 | -2/+3 |
2007-02-27 | Implementation of chat channels by Trapdoor. | Philipp Sehmisch | 1 | -3/+6 |
2007-02-23 | Added unregistering, logout_then_exit, switch_character and switch_accountser... | Rogier Polak | 1 | -1/+9 |
2007-01-05 | Added support for full inventory update. | Guillaume Melquiond | 1 | -0/+1 |
2007-01-05 | Implemented item dropping. | Guillaume Melquiond | 1 | -2/+2 |
2007-01-04 | Client-side hack for picking up items. | Guillaume Melquiond | 1 | -2/+2 |
2007-01-03 | Added message for new items. | Guillaume Melquiond | 1 | -0/+1 |
2007-01-03 | Modified handler for items on floor. | Guillaume Melquiond | 1 | -1/+2 |
2006-12-30 | Updated protocol. | Guillaume Melquiond | 1 | -9/+5 |
2006-12-29 | Implemented catching and displaying of damage notifications. | Philipp Sehmisch | 1 | -1/+2 |
2006-12-27 | Client-sided implementation of attacks | Philipp Sehmisch | 1 | -0/+2 |
2006-09-02 | Removed pixel-based synchronisation. Added variable length move messages. | Guillaume Melquiond | 1 | -1/+10 |
2006-09-02 | Switched to short IDs for beings. | Guillaume Melquiond | 1 | -4/+5 |
2006-08-27 | Added support for entering monsters. | Bjørn Lindeijer | 1 | -0/+14 |
2006-08-27 | Got rid of no longer used protocol.cpp | Bjørn Lindeijer | 1 | -3/+0 |
2006-08-27 | Send movements. | Guillaume Melquiond | 1 | -1/+1 |
2006-08-26 | Handle "beings move" messages. | Guillaume Melquiond | 1 | -0/+1 |
2006-08-26 | Implemented "say around" chat. | Guillaume Melquiond | 1 | -1/+1 |
2006-08-20 | GPMSG_PLAYER_MAP_CHANGE is now partly handled. | Bjørn Lindeijer | 1 | -0/+2 |
2006-08-14 | Completed porting of character creation/deletion, fixed some issues with netw... | Eugenio Favalli | 1 | -1/+13 |
2006-08-02 | Ported account registration to tmwserv. There's still a disconnection/reconne... | Eugenio Favalli | 1 | -0/+7 |
2006-08-01 | Fixed several compiler warnings and a linker error when compiling without | Bjørn Lindeijer | 1 | -1/+1 |
2006-08-01 | Moved some basic checks above the checks on the libraries we depend on, in | Bjørn Lindeijer | 1 | -2/+2 |
2006-07-25 | Switched client to use enet and modified login sequence to work with the new ... | Eugenio Favalli | 1 | -0/+97 |
2006-02-03 | Removed some unused code. | Björn Steinbrink | 1 | -6/+0 |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -23/+0 |
2006-01-03 | Enabled some /commands. | Eugenio Favalli | 1 | -0/+1 |
2005-12-29 | Added popup support to the Gui class. Moved all mouse input handling into the... | Björn Steinbrink | 1 | -0/+8 |
2005-10-16 | The connection should be non-blocking now and fixed the problem with sound no... | Eugenio Favalli | 1 | -3/+0 |
2005-09-17 | Completed transition to use MessageOut. | Eugenio Favalli | 1 | -3/+20 |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -37/+59 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -1/+1 |
2005-05-27 | autoTarget is now a Being*, also may have fixed related crash and added label | Bjørn Lindeijer | 1 | -1/+1 |
2005-05-22 | Fixed little oopsie. | Bjørn Lindeijer | 1 | -0/+2 |
2005-05-22 | This way auto attack should work with left ctrl too (also | Eugenio Favalli | 1 | -1/+1 |
2005-05-22 | An attemp on auto attack, not bug free for sure | Eugenio Favalli | 1 | -0/+3 |
2005-05-14 | Hide mouse when the application doesn't have mouse focus. | Bjørn Lindeijer | 1 | -10/+11 |
2005-04-26 | Changed keyboard control to integrate better with mouse walk, changed location | Bjørn Lindeijer | 1 | -0/+3 |
2005-03-13 | * Moved Being public char *speech to private std::string speech | Bjørn Lindeijer | 1 | -1/+1 |
2005-03-11 | Well, yet again the commit seems to have left some files out. | Bjørn Lindeijer | 1 | -0/+1 |
2005-03-10 | Fixed showing death bitmap when other players die and fixed the black hair | Bjørn Lindeijer | 1 | -0/+9 |
2005-01-17 | Got stuff to work with Dev-C++ | Bjørn Lindeijer | 1 | -10/+0 |
2005-01-16 | Removed a lot of allegro.h includes. | Bjørn Lindeijer | 1 | -6/+0 |
2005-01-03 | Some indent, comment and const parameter changes. | Bjørn Lindeijer | 1 | -10/+43 |
2004-12-13 | Whee, moving headers around! Also provided makefile.mgw for compiling with Mi... | Bjørn Lindeijer | 1 | -4/+5 |
2004-12-10 | Use a consistent tab-less header throughout the code. | Bjørn Lindeijer | 1 | -21/+20 |
2004-09-28 | *** empty log message *** | Eugenio Favalli | 1 | -1/+2 |
2004-09-26 | *** empty log message *** | Eugenio Favalli | 1 | -0/+57 |