summaryrefslogtreecommitdiff
path: root/src/account-server/storage.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-04-11Converted the Character class into a componentErik Schilling1-2/+2
2013-04-11Renamed Character -> CharacterData in the accountserverErik Schilling1-12/+13
2013-01-10Removed deprecated and unused Storage::flushSkillThorbjørn Lindeijer1-8/+0
2013-01-09Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer1-42/+30
2012-07-31Fixed SQL syntax error when updating character pointsThorbjørn Lindeijer1-2/+1
2012-05-25Fixed handling of skillsErik Schilling1-8/+8
2012-04-19Fixed guild supportErik Schilling1-3/+27
2012-04-04Enhanced special supportErik Schilling1-7/+16
2012-03-16Use the guild ID when setting guild member rightsThorbjørn Lindeijer1-4/+4
2012-03-13Fixed problems with map-bound world state variablesThorbjørn Lindeijer1-28/+10
2012-02-28Removed unnessecary second check for same conditionErik Schilling1-65/+62
2012-02-27Fixed compilation again + some more code cleanupErik Schilling1-9/+9
2011-09-09Add persistent items support based on seeseekey's work.Yohann Ferreira1-0/+87
2011-08-30Made the db version an official pre-requisite.Yohann Ferreira1-4/+7
2011-08-30Added missing sql update scripts.Yohann Ferreira1-1/+1
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-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-03-20Use of uint64_t requires including C99 header stdint.hThorbjørn Lindeijer1-0/+2
2011-03-18Improved @ban commandPhilipp Sehmisch1-1/+4
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer1-6/+7
2011-03-15Introduced an AttributeValue class for convenience and readabilityThorbjørn Lindeijer1-4/+3
2011-03-09Prevented a potential crash in storage::getAllWorldStateVars()Yohann Ferreira1-2/+10
2011-03-04Implemented persistent world and map variablesPhilipp Sehmisch1-0/+42
2011-01-09Removed the superfluous point struct.Yohann Ferreira1-2/+3
2010-12-29Made the server handle properly the characters slots.Yohann Ferreira1-24/+106
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-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 Ferreira1-54/+49
2010-12-14Small random hacking cleanups.Yohann Ferreira1-163/+189
2010-12-13Moved storage doc from .cpp to .h and updated it.Yohann Ferreira1-245/+2
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 Ferreira1-7/+7
2010-11-10Fix code indentation in the sql related files.Yohann Ferreira1-29/+37
2010-11-09Fixed unregistering on the server-side.Yohann Ferreira1-6/+16
2010-10-30Have the PerformTransaction class automatically handle nestingThorbjørn Lindeijer1-66/+14
2010-10-30Introduced a helper class for performing transactionsThorbjørn Lindeijer1-12/+10
2010-09-15Reordered the manaserv.xml.example file and made related code cleanups.Yohann Ferreira1-1/+1
2010-08-29Merge branch 'testing'Freeyorp1-149/+222
2010-08-22Another small simplificationThorbjørn Lindeijer1-7/+1
2010-08-22Avoid collision with type 'int' in SQL queryThorbjørn Lindeijer1-12/+7
2010-08-18Change references from database version 10 to version 11 to reflect changes m...Freeyorp1-1/+1