summaryrefslogtreecommitdiff
path: root/src/game-server/gamehandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-01-03Got rid of the superfluous DEFAULT_TILE_HEIGHT/WIDTH.Yohann Ferreira1-2/+2
2010-12-29Moved parts needing to be in sync with the client in protocol.h.Yohann Ferreira1-9/+9
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-21/+21
2010-11-03Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer1-43/+43
2010-09-19Small fixes.Freeyorp1-6/+2
2010-08-30Added @mute chat command.Philipp Sehmisch1-3/+8
2010-08-29Merge branch 'testing'Freeyorp1-18/+13
2010-08-07Renamed modifiedAttribute to updateDerivedAttributesThorbjørn Lindeijer1-2/+2
2010-07-10New attribute system and major changes to many low-level areas.Freeyorp1-18/+13
2010-06-06Arbitrary cleanups and marked GameHandler::getClientByNameSlow constThorbjørn Lindeijer1-9/+10
2010-03-08Remove an unused function and two protocol messages.Bertram1-12/+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-10-24Don't log the sitting/standing action change transaction. Mantis #950.Bertram1-6/+18
2009-07-20Have the game server reconnect with the account-server if account-server is r...Chuck Miller1-0/+12
2009-07-03Makes Skills non hard codedChuck Miller1-1/+6
2009-05-24Fixed a few code style issuesBjørn Lindeijer1-2/+2
2009-05-24Fixed name of method (recepted -> received)Bjørn Lindeijer1-2/+2
2009-05-19Added time between attacks. Added target for monster.David Athay1-2/+3
2009-05-18Added target combatDavid Athay1-2/+8
2009-05-01tmwserv NPC String inputBlue1-2/+2
2009-05-01Mysql backend, lua and NPC handlerBlue1-0/+10
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-12/+9
2009-04-26Merged MovingObject into the Being classBjørn Lindeijer1-19/+21
2009-04-21Trade System Patch (server side)blue1121-4/+8
2009-03-06Added transactional history to game server.David Athay1-3/+72
2008-11-30Add sync Buffer according to mantis #550Andreas Habel1-0/+20
2008-11-20Made Bandwidth Monitor GlobalDavid Athay1-26/+1
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