summaryrefslogtreecommitdiffstats
path: root/src/game-server/accountconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Deharcoded the host and port options for each servers.Yohann Ferreira2010-12-161-3/+11
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-16/+16
* Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer2010-11-031-47/+47
* Synchronise defaults between configuration file and source.Freeyorp2010-10-171-1/+1
* Centralized the servers' exit values.Yohann Ferreira2010-09-221-6/+8
* Small fixes.Freeyorp2010-09-191-5/+1
* New attribute system and major changes to many low-level areas.Freeyorp2010-07-101-4/+13
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-7/+6
* A host of code style changesThorbjørn Lindeijer2009-12-061-2/+2
* Fix handeling of GameServer portJared Adams2009-11-051-3/+1
* Speed code unification part 1: Made the server accept speed values in tiles p...Bertram2009-10-151-1/+3
* Synced the protocol file with client in protocol.h, letting other defines in ...Bertram2009-10-091-1/+0
* Adds server auth, also adds the "net_password" configure optionChuck Miller2009-10-071-0/+9
* Standardize on the position of the const keywordBjørn Lindeijer2009-04-261-7/+8
* Added transactional history to game server.David Athay2009-03-061-0/+9
* Made a lot of hard-coded values configuration optionsPhilipp Sehmisch2009-02-241-4/+4
* Fixed game server crash and code styleBjørn Lindeijer2008-12-121-27/+25
* Added new table to store online users. See mantis #553Andreas Habel2008-12-011-0/+16
* Add sync Buffer according to mantis #550Andreas Habel2008-11-301-1/+66
* Fixed character party information on game server.David Athay2008-11-241-2/+2
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Added sending post via NPC.David Athay2008-11-061-9/+6
* Added version information to item database. Gameserver reports its local vers...Andreas Habel2008-11-051-0/+17
* Changed command system to handle commands without template magic.David Athay2008-10-311-25/+8
* Some cleanup and an unsuccesful attempt at fixing a crash on map server exitBjørn Lindeijer2008-10-261-6/+20
* Added post callback for getting post.David Athay2008-10-241-1/+10
* Game Server now reconnects to Account Server. Some postal system bugs fixed.David Athay2008-10-211-1/+10
* Added post communication between chat and game servers.David Athay2008-09-191-0/+74
* Removed guild stuff from game server and added some party stuff to it.David Athay2008-07-031-160/+6
* Added weapon skill system and leveling system.Philipp Sehmisch2008-01-281-20/+18
* Cleaned both configuration and resource managers.Guillaume Melquiond2007-09-221-5/+6
* Added global accounting of beings.Guillaume Melquiond2007-09-161-1/+45
* Implemented "ban" remote command.Guillaume Melquiond2007-08-311-0/+8
* Implemented quest variables.Guillaume Melquiond2007-08-281-2/+29
* First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond2007-08-181-1/+2
* Handled multiple connections by allowing client to take over characters.Guillaume Melquiond2007-08-171-1/+1
* Added being speed to protocol.Guillaume Melquiond2007-07-251-1/+1
* Commented out code unavailable from client side. Added support for NPCs.Guillaume Melquiond2007-07-231-1/+6
* Singleton managers do not need stateful classes. Changed them to namespace in...Guillaume Melquiond2007-07-071-2/+2
* Made character data persistent across logout/login.Guillaume Melquiond2007-07-011-0/+1
* Reverted inventory handling code to the last known working state. Simplified ...Guillaume Melquiond2007-07-011-2/+3
* Implemented basic monster AI and fixed a stability problem caused by the spaw...Philipp Sehmisch2007-06-301-0/+1
* Merged guilds-and-parties branch to trunkDavid Athay2007-06-261-0/+162
* Added a TokenCollector class for matching magic_tokens.Rogier Polak2007-03-181-3/+2
* Modified the game-server to use AbstractCharacterData, some renamingRogier Polak2007-03-141-11/+4
* Added a utility function for creating magic_tokensRogier Polak2007-03-101-3/+4
* Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak2007-03-051-1/+1
* Bugfixes related to switch_characterRogier Polak2007-02-231-1/+1
* Added support for switching character by reconnecting to the account server andBjørn Lindeijer2007-02-041-0/+10