summaryrefslogtreecommitdiff
path: root/src/account-server/account.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-10-21Fixed some compile warnings.Bjørn Lindeijer1-2/+2
2008-09-10* Extended tmw_accounts table with columns for lastlogin and registration ↵Andreas Habel1-0/+10
date. Modified account-server to fill the new columns on registration and login. Recreation of database needed! * Added createIndex function to create indexes on tables.
2007-08-31Tidied up account server.Guillaume Melquiond1-15/+2
2007-08-30Got rid of abstract storage and reference-counted pointers. Fixed lifetime ↵Guillaume Melquiond1-42/+8
of accounts and characters in server memory. Cleaned some code.
2007-08-29Fixed handling of account levels.Guillaume Melquiond1-20/+4
2007-08-27Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond1-92/+2
2007-03-05Added an abstrart base class for characterdata, in order to use the same ↵Rogier Polak1-11/+13
serialize and deserialize functions on both the accountserver and the gameserver.
2007-02-01Added graceful server shutdown, chose some more sane variables names for SQLBjørn Lindeijer1-1/+1
queries and fixed a possible character collision error (patch by Rogier Polak).
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+218
chat + database) and multiple tmwserv-game programs (selected with respect to the maps). Cleaned the repository by moving server-specific source files into dedicated directories.