summaryrefslogtreecommitdiffstats
path: root/src/account-server/storage.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Abilities] Renamed specials to abilitiesErik Schilling2013-05-081-19/+19
* Fixed a bunch of cppcheck warningsErik Schilling2013-05-021-3/+3
* Fixed two SQL queries that broke since NULL -> nullptr replacementThorbjørn Lindeijer2013-04-291-3/+3
* Use nullptr instead of NULL everywhereErik Schilling2013-04-271-3/+3
* Converted the Character class into a componentErik Schilling2013-04-111-2/+2
* Renamed Character -> CharacterData in the accountserverErik Schilling2013-04-111-12/+13
* Removed deprecated and unused Storage::flushSkillThorbjørn Lindeijer2013-01-101-8/+0
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-091-42/+30
* Fixed SQL syntax error when updating character pointsThorbjørn Lindeijer2012-07-311-2/+1
* Fixed handling of skillsErik Schilling2012-05-251-8/+8
* Fixed guild supportErik Schilling2012-04-191-3/+27
* Enhanced special supportErik Schilling2012-04-041-7/+16
* Use the guild ID when setting guild member rightsThorbjørn Lindeijer2012-03-161-4/+4
* Fixed problems with map-bound world state variablesThorbjørn Lindeijer2012-03-131-28/+10
* Removed unnessecary second check for same conditionErik Schilling2012-02-281-65/+62
* Fixed compilation again + some more code cleanupErik Schilling2012-02-271-9/+9
* Add persistent items support based on seeseekey's work.Yohann Ferreira2011-09-091-0/+87
* Made the db version an official pre-requisite.Yohann Ferreira2011-08-301-4/+7
* Added missing sql update scripts.Yohann Ferreira2011-08-301-1/+1
* Begun Applying the new equipment slot handling design.Yohann Ferreira2011-07-271-15/+27
* Fixing storing of changed passwordsStefan Dombrowski2011-06-141-2/+2
* Fixed swapping of equipment and inventory slotsThorbjørn Lindeijer2011-04-131-3/+4
* Fixed equipment duplication when updating it.Yohann Ferreira2011-04-131-1/+7
* Use of uint64_t requires including C99 header stdint.hThorbjørn Lindeijer2011-03-201-0/+2
* Improved @ban commandPhilipp Sehmisch2011-03-181-1/+4
* Micro-optimizations related to std::stringThorbjørn Lindeijer2011-03-171-6/+7
* Introduced an AttributeValue class for convenience and readabilityThorbjørn Lindeijer2011-03-151-4/+3
* Prevented a potential crash in storage::getAllWorldStateVars()Yohann Ferreira2011-03-091-2/+10
* Implemented persistent world and map variablesPhilipp Sehmisch2011-03-041-0/+42
* Removed the superfluous point struct.Yohann Ferreira2011-01-091-2/+3
* Made the server handle properly the characters slots.Yohann Ferreira2010-12-291-24/+106
* Transaction logging of various command, new transaction codes and style fix.Philipp Sehmisch2010-12-271-1/+1
* Fixed a compiler warning.Philipp Sehmisch2010-12-171-1/+1
* Added last missing try catch implementation in storage.cppYohann Ferreira2010-12-161-103/+175
* Use bound values for Storage::flush() since it leaked sensitive info.Yohann Ferreira2010-12-161-7/+19
* Fix existing binding use in storage.cpp.Yohann Ferreira2010-12-161-55/+98
* Standardized the current errors thrown.Yohann Ferreira2010-12-161-110/+85
* Dummy commit since it seems my private repo didn't want to updateYohann Ferreira2010-12-141-0/+1
* Remove an outdated comment talking about subversion tagging.Yohann Ferreira2010-12-141-3/+1
* Removed the code preventing from being able to sync items with id < 500.Yohann Ferreira2010-12-141-4/+1
* Second round of small random cleanups on storage.Yohann Ferreira2010-12-141-54/+49
* Small random hacking cleanups.Yohann Ferreira2010-12-141-163/+189
* Moved storage doc from .cpp to .h and updated it.Yohann Ferreira2010-12-131-245/+2
* Upgrade database version to 12 as it should have been from the latest update.Yohann Ferreira2010-11-151-1/+1
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-7/+7
* Fix code indentation in the sql related files.Yohann Ferreira2010-11-101-29/+37
* Fixed unregistering on the server-side.Yohann Ferreira2010-11-091-6/+16
* Have the PerformTransaction class automatically handle nestingThorbjørn Lindeijer2010-10-301-66/+14
* Introduced a helper class for performing transactionsThorbjørn Lindeijer2010-10-301-12/+10
* Reordered the manaserv.xml.example file and made related code cleanups.Yohann Ferreira2010-09-151-1/+1