summaryrefslogtreecommitdiffstats
path: root/src/game-server/accountconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed CharacterData member from CharacterComponentThorbjørn Lindeijer2013-04-121-1/+1
* Moved Actor into an ComponentErik Schilling2013-04-121-1/+2
* Converted Being into a ComponentErik Schilling2013-04-111-3/+4
* Converted the Character class into a componentErik Schilling2013-04-111-21/+26
* Changed Item to a component of ActorThorbjørn Lindeijer2013-03-251-5/+4
* Fixed default value of the servernameErik Schilling2013-02-241-1/+1
* Added possibility to reserve mapsErik Schilling2013-02-241-7/+4
* Added debugging mode to the protocolThorbjørn Lindeijer2012-05-051-0/+2
* Fixed issues with server behind routerErik Schilling2012-04-121-1/+3
* Renamed Thing to EntityThorbjørn Lindeijer2012-04-041-7/+7
* Fixed restoring of persistent floor itemsThorbjørn Lindeijer2012-03-211-1/+1
* Merge branch 'master' of github.com:mana/manaservYohann Ferreira2011-10-191-6/+9
|\
| * Took interpreting the objects out of the map readerThorbjørn Lindeijer2011-10-191-6/+9
* | Add persistent items support based on seeseekey's work.Yohann Ferreira2011-09-091-6/+58
|/
* Changed SYNC_BUFFER_SIZE to unsigned to avoid compiler warningThorbjørn Lindeijer2011-04-031-2/+5
* Some cleanups related to syncing from game to account serverThorbjørn Lindeijer2011-04-021-10/+12
* Improved @ban commandPhilipp Sehmisch2011-03-181-1/+1
* Small fixes coming from my comment on issue #77.Yohann Ferreira2011-03-061-1/+2
* Implemented persistent world and map variablesPhilipp Sehmisch2011-03-041-6/+58
* 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