summaryrefslogtreecommitdiff
path: root/src/account-server
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-14Second round of small random cleanups on storage.Yohann Ferreira2-63/+59
2010-12-14Small random hacking cleanups.Yohann Ferreira1-163/+189
2010-12-13Moved storage doc from .cpp to .h and updated it.Yohann Ferreira2-248/+311
2010-12-08Fix many compiler warnings.Freeyorp1-1/+1
2010-11-18Made the server return the number of slots in the login/register responses.Yohann Ferreira1-3/+14
2010-11-15Upgrade database version to 12 as it should have been from the latest update.Yohann Ferreira1-1/+1
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira13-64/+64
2010-11-10Fix code indentation in the sql related files.Yohann Ferreira1-29/+37
2010-11-09Fixed unregistering on the server-side.Yohann Ferreira2-9/+20
2010-11-03Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer2-141/+141
2010-10-30Have the PerformTransaction class automatically handle nestingThorbjørn Lindeijer2-70/+17
2010-10-30Introduced a helper class for performing transactionsThorbjørn Lindeijer2-14/+12
2010-10-30Use a transaction when handling a GAMSG_PLAYER_SYNC messageThorbjørn Lindeijer2-11/+21
2010-10-26Send a client data URL in addition to the update hostThorbjørn Lindeijer1-0/+7