summaryrefslogtreecommitdiff
path: root/src/game-server/gamehandler.hpp
AgeCommit message (Expand)AuthorFilesLines
2010-03-08Remove an unused function and two protocol messages.Bertram1-6/+0
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-7/+6
2009-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer1-2/+2
2009-07-20Have the game server reconnect with the account-server if account-server is r...Chuck Miller1-0/+6
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-4/+4
2008-11-20Made Bandwidth Monitor GlobalDavid Athay1-13/+0
2008-11-19Added bandwidth monitoringDavid Athay1-0/+13
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-09-19Added post communication between chat and game servers.David Athay1-0/+10
2008-09-18Added postal system to chat server, and modified tick time.David Athay1-0/+5
2008-07-24Added error message when NPC is too far away.David Athay1-0/+5
2008-07-03Removed guild stuff from game server and added some party stuff to it.David Athay1-1/+6
2007-08-29Completed handler for admin commands, so that they can also touch local players.Guillaume Melquiond1-0/+6
2007-08-17Marked internal member as private.Guillaume Melquiond1-7/+8
2007-08-17Handled multiple connections by allowing client to take over characters.Guillaume Melquiond1-8/+4
2007-07-23Commented out code unavailable from client side. Added support for NPCs.Guillaume Melquiond1-1/+1
2007-06-26Merged guilds-and-parties branch to trunkDavid Athay1-0/+6
2007-03-19Fixed two compiler warnings and corrected a spelling error.Philipp Sehmisch1-1/+1
2007-03-18Added a TokenCollector class for matching magic_tokens.Rogier Polak1-0/+50
2007-03-14Modified the game-server to use AbstractCharacterData, some renamingRogier Polak1-8/+8
2007-01-03Split persistent player data from game server data. Enabled inventory code back.Guillaume Melquiond1-1/+1
2006-12-30Almost a complete implementation for warping players between servers.Guillaume Melquiond1-12/+25
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+66