summaryrefslogtreecommitdiff
path: root/src/account-server/serverhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-05-15Manage CharacterData using std::unique_ptrThorbjørn Lindeijer1-28/+26
2023-05-15General code cleanupsThorbjørn Lindeijer1-30/+17
2023-05-05Added support for logging in with StellarThorbjørn Lindeijer1-2/+3
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-31/+23
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-13/+13
2013-08-26Unshared the serialization of charactersErik Schilling1-3/+2
2013-08-26Removed skillsErik Schilling1-16/+0
2013-05-02Fixed a bunch of cppcheck warningsErik Schilling1-14/+9
2013-04-27Use nullptr instead of NULL everywhereErik Schilling1-3/+3
2013-04-11Renamed Character -> CharacterData in the accountserverErik Schilling1-10/+10
2013-02-24Fixed default value of the servernameErik Schilling1-1/+2
2013-02-24Added possibility to reserve mapsErik Schilling1-12/+16
2013-01-29Silenced some eclipse warningsErik Schilling1-2/+2
2013-01-09Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer1-4/+4
2012-05-05Added debugging mode to the protocolThorbjørn Lindeijer1-10/+10
2012-05-01Fix compiler error in g++ (GCC) 4.7.0jurkan1-2/+2
2012-04-04Renamed Thing to EntityThorbjørn Lindeijer1-4/+4
2012-03-13Fixed problems with map-bound world state variablesThorbjørn Lindeijer1-3/+3
2012-03-13Fixed initial sending of global world variables to the game serverThorbjørn Lindeijer1-1/+2
2012-01-21Made @announce fully functionalErik Schilling1-0/+8
2011-09-09Add persistent items support based on seeseekey's work.Yohann Ferreira1-0/+52
2011-05-30Routing party invite through the map serverStefan Dombrowski1-0/+5
2011-04-02Some cleanups related to syncing from game to account serverThorbjørn Lindeijer1-7/+3
2011-03-20Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer1-2/+2
2011-03-20General cleanups and code style fixesThorbjørn Lindeijer1-3/+3
2011-03-18Improved @ban commandPhilipp Sehmisch1-1/+1
2011-03-04Implemented persistent world and map variablesPhilipp Sehmisch1-3/+49
2011-01-03Namespaced the manaserv protocol to ease the porting of the enums.Yohann Ferreira1-0/+2
2010-12-29protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira1-1/+1
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-14/+14
2010-11-03Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer1-58/+58
2010-10-30Introduced a helper class for performing transactionsThorbjørn Lindeijer1-2/+2
2010-10-30Use a transaction when handling a GAMSG_PLAYER_SYNC messageThorbjørn Lindeijer1-11/+16
2010-10-17Synchronise defaults between configuration file and source.Freeyorp1-1/+1
2010-08-03Allow default values for attributes at character creation time.Freeyorp1-0/+1
2010-07-10New attribute system and major changes to many low-level areas.Freeyorp1-4/+11
2010-05-16Random cleanups, adding const, removing unnecessary clear callsThorbjørn Lindeijer1-3/+6
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Renamed DALStorage to StorageThorbjørn Lindeijer1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-7/+6
2009-10-09Synced the protocol file with client in protocol.h, letting other defines in ...Bertram1-0/+1
2009-10-07Adds server auth, also adds the "net_password" configure optionChuck Miller1-1/+14
2009-05-24Made it possible to specify the host to listen onBjørn Lindeijer1-2/+2
2009-05-24Fixed a few code style issuesBjørn Lindeijer1-1/+1
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-4/+5
2009-03-06Added transactional history to game server.David Athay1-0/+15
2008-12-01Added new table to store online users. See mantis #553Andreas Habel1-0/+9
2008-11-30Add sync Buffer according to mantis #550Andreas Habel1-1/+40
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-05Added version information to item database. Gameserver reports its local vers...Andreas Habel1-0/+20