summaryrefslogtreecommitdiffstats
path: root/src/account-server/storage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reordered the manaserv.xml.example file and made related code cleanups.Yohann Ferreira2010-09-151-1/+1
* Merge branch 'testing'Freeyorp2010-08-291-149/+222
|\
| * Change references from database version 10 to version 11 to reflect changes m...Freeyorp2010-08-181-1/+1
| * Set the database ID of a new character immediately after creating it.Freeyorp2010-08-141-3/+3
| * New attribute system and major changes to many low-level areas.Freeyorp2010-07-101-160/+222
* | Another small simplificationThorbjørn Lindeijer2010-08-221-7/+1
* | Avoid collision with type 'int' in SQL queryThorbjørn Lindeijer2010-08-221-12/+7
* | Fixed index creation on mana_char_kill_stats tableThorbjørn Lindeijer2010-08-071-1/+1
* | Revert "Added a method of updating the passwords of an existing database"Thorbjørn Lindeijer2010-08-071-48/+0
|/
* Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch2010-07-091-5/+54
* Use XML::Document to automate memory cleanupThorbjørn Lindeijer2010-05-301-1/+1
* Random cleanups, adding const, removing unnecessary clear callsThorbjørn Lindeijer2010-05-161-5/+1
* Changed and split up the default location for loading dataThorbjørn Lindeijer2010-05-161-14/+6
* Removed some unnecessary log messagesPhilipp Sehmisch2010-02-231-1/+0
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Reverted the accountserver-affecting changes of commits a9a87aea and dfc6875e...Philipp Sehmisch2010-01-181-3/+0
* Removed last traces of hardcoded access levels form game-server, begun with u...Philipp Sehmisch2010-01-171-0/+3
* Added tracing of kill count for each monster per characterPhilipp Sehmisch2010-01-081-3/+83
* Added a method of updating the passwords of an existing databaseThorbjørn Lindeijer2009-12-061-3/+48
* Moved storagesql.hpp into storage.hppThorbjørn Lindeijer2009-12-061-4/+44
* Renamed DALStorage to StorageThorbjørn Lindeijer2009-12-061-0/+1998
* Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond2007-08-301-65/+0
* Cleaned prototypes and factored out duplicate code.Guillaume Melquiond2007-07-021-81/+1
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-291-0/+145