summaryrefslogtreecommitdiffstats
path: root/src/account-server/serverhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bunch of cppcheck warningsErik Schilling2013-05-021-14/+9
* Use nullptr instead of NULL everywhereErik Schilling2013-04-271-3/+3
* Renamed Character -> CharacterData in the accountserverErik Schilling2013-04-111-10/+10
* Fixed default value of the servernameErik Schilling2013-02-241-1/+2
* Added possibility to reserve mapsErik Schilling2013-02-241-12/+16
* Silenced some eclipse warningsErik Schilling2013-01-291-2/+2
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-091-4/+4
* Added debugging mode to the protocolThorbjørn Lindeijer2012-05-051-10/+10
* Fix compiler error in g++ (GCC) 4.7.0jurkan2012-05-011-2/+2
* Renamed Thing to EntityThorbjørn Lindeijer2012-04-041-4/+4
* Fixed problems with map-bound world state variablesThorbjørn Lindeijer2012-03-131-3/+3
* Fixed initial sending of global world variables to the game serverThorbjørn Lindeijer2012-03-131-1/+2
* Made @announce fully functionalErik Schilling2012-01-211-0/+8
* Add persistent items support based on seeseekey's work.Yohann Ferreira2011-09-091-0/+52
* Routing party invite through the map serverStefan Dombrowski2011-05-301-0/+5
* Some cleanups related to syncing from game to account serverThorbjørn Lindeijer2011-04-021-7/+3
* Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer2011-03-201-2/+2
* General cleanups and code style fixesThorbjørn Lindeijer2011-03-201-3/+3
* Improved @ban commandPhilipp Sehmisch2011-03-181-1/+1
* Implemented persistent world and map variablesPhilipp Sehmisch2011-03-041-3/+49
* Namespaced the manaserv protocol to ease the porting of the enums.Yohann Ferreira2011-01-031-0/+2
* protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira2010-12-291-1/+1
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-14/+14
* Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer2010-11-031-58/+58
* Introduced a helper class for performing transactionsThorbjørn Lindeijer2010-10-301-2/+2
* Use a transaction when handling a GAMSG_PLAYER_SYNC messageThorbjørn Lindeijer2010-10-301-11/+16
* Synchronise defaults between configuration file and source.Freeyorp2010-10-171-1/+1
* Allow default values for attributes at character creation time.Freeyorp2010-08-031-0/+1
* New attribute system and major changes to many low-level areas.Freeyorp2010-07-101-4/+11
* Random cleanups, adding const, removing unnecessary clear callsThorbjørn Lindeijer2010-05-161-3/+6
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Renamed DALStorage to StorageThorbjørn Lindeijer2009-12-061-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-7/+6
* Synced the protocol file with client in protocol.h, letting other defines in ...Bertram2009-10-091-0/+1
* Adds server auth, also adds the "net_password" configure optionChuck Miller2009-10-071-1/+14
* Made it possible to specify the host to listen onBjørn Lindeijer2009-05-241-2/+2
* Fixed a few code style issuesBjørn Lindeijer2009-05-241-1/+1
* Standardize on the position of the const keywordBjørn Lindeijer2009-04-261-4/+5
* Added transactional history to game server.David Athay2009-03-061-0/+15
* Added new table to store online users. See mantis #553Andreas Habel2008-12-011-0/+9
* Add sync Buffer according to mantis #550Andreas Habel2008-11-301-1/+40
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Added version information to item database. Gameserver reports its local vers...Andreas Habel2008-11-051-0/+20
* Compile fixes and warning fixes.Bjørn Lindeijer2008-10-271-1/+1
* Added changing player's character and account level (game-server commit to co...David Athay2008-10-271-1/+21
* Game Server now reconnects to Account Server. Some postal system bugs fixed.David Athay2008-10-211-6/+12
* Added post communication between chat and game servers.David Athay2008-09-191-0/+92
* Added party support between account and game servers.David Athay2008-07-071-215/+7
* fix compile error, and improve guild related methodsRoderic Morris2008-06-261-2/+4
* Simplified interface of the handler used for connections from game servers to...Guillaume Melquiond2007-09-231-18/+68