summaryrefslogtreecommitdiff
path: root/src/account-server/dalstoragesql.hpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-05Added transactional historyDavid Athay1-0/+6
2008-12-01Added new table to store online users. See mantis #553Andreas Habel1-0/+6
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-3/+0
2008-11-05* Account server now loads item database on startup and synchronizes tmw_item...Andreas Habel1-0/+5
2008-11-03Added tables and statements to store and retrieve letters. Attachments not fu...Andreas Habel1-0/+12
2008-10-24Fixed a bug when trying to change password or mailaddress via client, caused ...Andreas Habel1-0/+8
2008-10-21Game Server now reconnects to Account Server. Some postal system bugs fixed.David Athay1-1/+4
2008-09-19* Doxygen now writes all warnings into a separate fileAndreas Habel1-0/+5
2008-09-17* Added installation scripts to set up database schemas for mysql, sqlite and...Andreas Habel1-251/+2
2008-09-15* Added doxygen file, docu will be generated under docs/api/htmlAndreas Habel1-121/+148
2008-09-10* Extended tmw_accounts table with columns for lastlogin and registration dat...Andreas Habel1-7/+10
2008-08-18Changed guilds to use character id.David Athay1-15/+15
2008-07-22Save guild member permissions to dbDavid Athay1-0/+3
2008-06-03stop storing channels in the db, send channel announcementsRoderic Morris1-28/+0
2008-04-01Consolidated public and private channels into one,David Athay1-3/+6
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-7/+46
2007-12-18Updated attribute system to the latest design decisions (removed charisma, ke...Philipp Sehmisch1-3/+0
2007-08-30Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond1-0/+1
2007-08-28Implemented quest variables.Guillaume Melquiond1-7/+17
2007-08-13Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables.Guillaume Melquiond1-111/+22
2007-07-28Replaced user names by client pointers when handling channels, in order to re...Guillaume Melquiond1-6/+3
2007-07-01Added support for storing inventory in database.Guillaume Melquiond1-3/+3
2007-06-26Merged guilds-and-parties branch to trunkDavid Athay1-0/+49
2007-03-20Removed check for difference between lowest and highest attribute at char cre...Philipp Sehmisch1-3/+3
2007-03-15Set the default map position of new characters to a value that makes more sen...Philipp Sehmisch1-3/+6
2007-03-05Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak1-9/+10
2007-02-27Implementation of chat channels by Trapdoor.Philipp Sehmisch1-4/+7
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+334