summaryrefslogtreecommitdiff
path: root/src/account-server
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-11Made the servers report their protocol version.Yohann Ferreira2-3/+6
2011-01-09Removed the superfluous point struct.Yohann Ferreira3-4/+5
2011-01-03Namespaced the manaserv protocol to ease the porting of the enums.Yohann Ferreira2-0/+4
2010-12-29protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira2-2/+2
2010-12-29Made the server handle properly the characters slots.Yohann Ferreira7-68/+212
2010-12-27Transaction logging of various command, new transaction codes and style fix.Philipp Sehmisch1-1/+1
2010-12-17Fixed a compiler warning.Philipp Sehmisch1-1/+1
2010-12-16Added last missing try catch implementation in storage.cppYohann Ferreira1-103/+175
2010-12-16Use bound values for Storage::flush() since it leaked sensitive info.Yohann Ferreira1-7/+19
2010-12-16Fix existing binding use in storage.cpp.Yohann Ferreira1-55/+98
2010-12-16Deharcoded the host and port options for each servers.Yohann Ferreira2-9/+32
2010-12-16Standardized the current errors thrown.Yohann Ferreira1-110/+85
2010-12-14Dummy commit since it seems my private repo didn't want to updateYohann Ferreira1-0/+1
2010-12-14Remove an outdated comment talking about subversion tagging.Yohann Ferreira1-3/+1
2010-12-14Removed the code preventing from being able to sync items with id < 500.Yohann Ferreira1-4/+1