summaryrefslogtreecommitdiff
path: root/src/account-server
AgeCommit message (Expand)AuthorFilesLines
2012-07-31Fixed SQL syntax error when updating character pointsThorbjørn Lindeijer1-2/+1
2012-05-25Fixed handling of skillsErik Schilling1-8/+8
2012-05-05Added debugging mode to the protocolThorbjørn Lindeijer2-10/+13
2012-05-01Fix compiler error in g++ (GCC) 4.7.0jurkan1-2/+2
2012-04-19Fixed guild supportErik Schilling2-3/+36
2012-04-12Fixed issues with server behind routerErik Schilling1-2/+2
2012-04-04Renamed Thing to EntityThorbjørn Lindeijer1-4/+4
2012-04-04Enhanced special supportErik Schilling3-15/+47
2012-03-16Use the guild ID when setting guild member rightsThorbjørn Lindeijer1-4/+4
2012-03-16Fixed remaining compiler warningsThorbjørn Lindeijer1-1/+1
2012-03-13Fixed problems with map-bound world state variablesThorbjørn Lindeijer4-52/+35
2012-03-13Fixed initial sending of global world variables to the game serverThorbjørn Lindeijer1-1/+2
2012-02-28Removed unnessecary second check for same conditionErik Schilling1-65/+62
2012-02-27Fixed compilation again + some more code cleanupErik Schilling2-10/+10
2012-01-21Made @announce fully functionalErik Schilling1-0/+8
2011-11-07Small cleanups in utils::TimerThorbjørn Lindeijer1-0/+3
2011-11-01Removed some superfluous new character initializationsThorbjørn Lindeijer1-13/+0
2011-11-01Have one place where the Configuration is initializedThorbjørn Lindeijer1-44/+12
2011-10-19Merge branch 'master' of github.com:mana/manaservYohann Ferreira1-18/+1
2011-10-19Have one place where the Logger is initializedThorbjørn Lindeijer1-18/+1
2011-09-09Add persistent items support based on seeseekey's work.Yohann Ferreira4-0/+238
2011-09-05Fixed size of mapid field in mysql database.Erik Schilling1-1/+1
2011-08-30Made the db version an official pre-requisite.Yohann Ferreira2-6/+10
2011-08-30Added missing sql update scripts.Yohann Ferreira1-1/+1
2011-08-11Merge branch 'master' of git://gitorious.org/~bertram/mana/manaserv-equipment...Yohann Ferreira1-15/+27
2011-08-10login with random hashStefan Beller2-3/+64
2011-07-27Begun Applying the new equipment slot handling design.Yohann Ferreira1-15/+27
2011-06-14Fixing storing of changed passwordsStefan Dombrowski1-2/+2
2011-05-30Routing party invite through the map serverStefan Dombrowski1-0/+5
2011-04-13Fixed swapping of equipment and inventory slotsThorbjørn Lindeijer1-3/+4
2011-04-13Fixed equipment duplication when updating it.Yohann Ferreira1-1/+7
2011-04-02Some cleanups related to syncing from game to account serverThorbjørn Lindeijer1-7/+3
2011-03-30Fixing selection of a character if lower slots are emptyStefan Dombrowski1-1/+1
2011-03-24Rely more on the functionality in XML::DocumentThorbjørn Lindeijer1-9/+2
2011-03-20Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer4-6/+6
2011-03-20Use of uint64_t requires including C99 header stdint.hThorbjørn Lindeijer1-0/+2
2011-03-20General cleanups and code style fixesThorbjørn Lindeijer5-106/+88
2011-03-18Improved @ban commandPhilipp Sehmisch2-2/+5
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer3-11/+13
2011-03-15Moved some file-global variables into the AccountHandlerThorbjørn Lindeijer1-42/+40
2011-03-15Introduced an AttributeValue class for convenience and readabilityThorbjørn Lindeijer3-29/+43
2011-03-14Made the "No game server for map" error message report the map IDPhilipp Sehmisch1-1/+1
2011-03-12Removed a bunch of silly documentationThorbjørn Lindeijer3-17/+2
2011-03-09Prevented a potential crash in storage::getAllWorldStateVars()Yohann Ferreira1-2/+10
2011-03-04Implemented persistent world and map variablesPhilipp Sehmisch3-3/+98
2011-02-21Remove obsolete reset of SIGSEGV handlingStefan Dombrowski1-3/+0
2011-02-19Removing dublicate deinitialize of enetStefan Dombrowski1-3/+0
2011-02-16Removing unused variable configPathChangedStefan Dombrowski1-3/+0
2011-02-11Fix the GP base and mod values for newly created characters.Yohann Ferreira1-0/+11
2011-01-26Add an heartbeat time flag in the statistics file.Yohann Ferreira1-2/+13