summaryrefslogtreecommitdiff
path: root/src/game-server/gamehandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-11-19Added bandwidth monitoringDavid Athay1-1/+26
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-06Added sending post via NPC.David Athay1-1/+1
2008-11-01fixes for commandhandlerRoderic Morris1-3/+1
2008-11-01Magic implementation roadmap phase 1 and 2 (calling a script function on PGMS...Philipp Sehmisch1-0/+8
2008-10-31Changed command system to handle commands without template magic.David Athay1-3/+4
2008-10-24Added post callback for getting post.David Athay1-13/+1
2008-10-15Added communicating change of direction to clients.David Athay1-0/+5
2008-09-19Added post communication between chat and game servers.David Athay1-0/+25
2008-09-18Added postal system to chat server, and modified tick time.David Athay1-6/+11
2008-08-13Corrected the distance needed to speak to NPC and trade with others Yohann Ferreira1-6/+12
2008-07-24Added error message when NPC is too far away.David Athay1-1/+13
2008-07-04fix errors in the last commitRoderic Morris1-1/+1
2008-07-03Removed guild stuff from game server and added some party stuff to it.David Athay1-0/+13
2008-04-16Added handling creating and leavingDavid Athay1-2/+2
2008-02-28Work in Progress commit of guilds.David Athay1-46/+0
2008-02-27Implemented player respawn.Philipp Sehmisch1-0/+5
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-5/+26
2007-09-23Robustified code with respect to insertion failures.Guillaume Melquiond1-4/+18
2007-08-29Replaced event system. Fixed race condition between quest variable recovery a...Guillaume Melquiond1-0/+3
2007-08-29Completed handler for admin commands, so that they can also touch local players.Guillaume Melquiond1-0/+15
2007-08-27Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond1-0/+9
2007-08-19Implemented use of items, e.g. food.Guillaume Melquiond1-0/+13
2007-08-18First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond1-0/+5
2007-08-17Handled multiple connections by allowing client to take over characters.Guillaume Melquiond1-5/+39
2007-08-14Involved money in trade handler.Guillaume Melquiond1-0/+4
2007-08-13Implemented buy/sell handler.Guillaume Melquiond1-4/+12
2007-08-08Changed some argument types. Added untested protocol for moving objects betwe...Guillaume Melquiond1-0/+8
2007-07-31Added protocol for removing equipment. Compressed inventory message a bit.Guillaume Melquiond1-0/+9
2007-07-29Added support for trading.Guillaume Melquiond1-12/+72
2007-07-23Commented out code unavailable from client side. Added support for NPCs.Guillaume Melquiond1-1/+37
2007-07-08Update account database on unexpected client disconnection.Guillaume Melquiond1-0/+1
2007-07-07Singleton managers do not need stateful classes. Changed them to namespace in...Guillaume Melquiond1-7/+7
2007-07-07Simplified code by using map pointers only, instead of using both map IDs and...Guillaume Melquiond1-3/+2
2007-06-26Merged guilds-and-parties branch to trunkDavid Athay1-0/+42
2007-03-20Corrected a bug, that occurred when connecting to the game-server.Rogier Polak1-1/+1
2007-03-19Fixed two compiler warnings and corrected a spelling error.Philipp Sehmisch1-3/+3
2007-03-18Added a TokenCollector class for matching magic_tokens.Rogier Polak1-109/+47
2007-03-14Corrected formatting of single-line commentsRogier Polak1-1/+1
2007-03-14Modified the game-server to use AbstractCharacterData, some renamingRogier Polak1-12/+17
2007-03-10Added a utility function for creating magic_tokensRogier Polak1-9/+5
2007-03-05Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak1-2/+2
2007-03-02Implemented being death, removal of dead mobs and sitting.Philipp Sehmisch1-1/+24
2007-02-23Bugfixes related to switch_characterRogier Polak1-1/+1
2007-02-04Added support for switching character by reconnecting to the account server andBjørn Lindeijer1-0/+28
2007-01-05Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond1-3/+3
2007-01-05Generalized player state.Guillaume Melquiond1-1/+1
2007-01-05Added full update of Inventory on Player connection.Guillaume Melquiond1-9/+7
2007-01-05Implemented item dropping.Guillaume Melquiond1-3/+22
2007-01-04Forgot the packet header. No wonder it did not work...Guillaume Melquiond1-0/+1