summaryrefslogtreecommitdiff
path: root/src/game-server/accountconnection.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-05Added debugging mode to the protocolThorbjørn Lindeijer1-0/+2
2012-04-12Fixed issues with server behind routerErik Schilling1-1/+3
2012-04-04Renamed Thing to EntityThorbjørn Lindeijer1-7/+7
2012-03-21Fixed restoring of persistent floor itemsThorbjørn Lindeijer1-1/+1
2011-10-19Merge branch 'master' of github.com:mana/manaservYohann Ferreira1-6/+9
2011-10-19Took interpreting the objects out of the map readerThorbjørn Lindeijer1-6/+9
2011-09-09Add persistent items support based on seeseekey's work.Yohann Ferreira1-6/+58
2011-04-03Changed SYNC_BUFFER_SIZE to unsigned to avoid compiler warningThorbjørn Lindeijer1-2/+5
2011-04-02Some cleanups related to syncing from game to account serverThorbjørn Lindeijer1-10/+12
2011-03-18Improved @ban commandPhilipp Sehmisch1-1/+1
2011-03-06Small fixes coming from my comment on issue #77.Yohann Ferreira1-1/+2
2011-03-04Implemented persistent world and map variablesPhilipp Sehmisch1-6/+58
2010-12-16Deharcoded the host and port options for each servers.Yohann Ferreira1-3/+11
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-16/+16
2010-11-03Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer1-47/+47
2010-10-17Synchronise defaults between configuration file and source.Freeyorp1-1/+1
2010-09-22Centralized the servers' exit values.Yohann Ferreira1-6/+8
2010-09-19Small fixes.Freeyorp1-5/+1
2010-07-10New attribute system and major changes to many low-level areas.Freeyorp1-4/+13
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-12-06A host of code style changesThorbjørn Lindeijer1-2/+2
2009-11-05Fix handeling of GameServer portJared Adams1-3/+1
2009-10-15Speed code unification part 1: Made the server accept speed values in tiles p...Bertram1-1/+3
2009-10-09Synced the protocol file with client in protocol.h, letting other defines in ...Bertram1-1/+0
2009-10-07Adds server auth, also adds the "net_password" configure optionChuck Miller1-0/+9
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-7/+8
2009-03-06Added transactional history to game server.David Athay1-0/+9
2009-02-24Made a lot of hard-coded values configuration optionsPhilipp Sehmisch1-4/+4
2008-12-12Fixed game server crash and code styleBjørn Lindeijer1-27/+25
2008-12-01Added new table to store online users. See mantis #553Andreas Habel1-0/+16
2008-11-30Add sync Buffer according to mantis #550Andreas Habel1-1/+66
2008-11-24Fixed character party information on game server.David Athay1-2/+2
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-06Added sending post via NPC.David Athay1-9/+6
2008-11-05Added version information to item database. Gameserver reports its local vers...Andreas Habel1-0/+17
2008-10-31Changed command system to handle commands without template magic.David Athay1-25/+8
2008-10-26Some cleanup and an unsuccesful attempt at fixing a crash on map server exitBjørn Lindeijer1-6/+20
2008-10-24Added post callback for getting post.David Athay1-1/+10
2008-10-21Game Server now reconnects to Account Server. Some postal system bugs fixed.David Athay1-1/+10
2008-09-19Added post communication between chat and game servers.David Athay1-0/+74
2008-07-03Removed guild stuff from game server and added some party stuff to it.David Athay1-160/+6
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-20/+18
2007-09-22Cleaned both configuration and resource managers.Guillaume Melquiond1-5/+6
2007-09-16Added global accounting of beings.Guillaume Melquiond1-1/+45
2007-08-31Implemented "ban" remote command.Guillaume Melquiond1-0/+8
2007-08-28Implemented quest variables.Guillaume Melquiond1-2/+29
2007-08-18First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond1-1/+2
2007-08-17Handled multiple connections by allowing client to take over characters.Guillaume Melquiond1-1/+1
2007-07-25Added being speed to protocol.Guillaume Melquiond1-1/+1