summaryrefslogtreecommitdiff
path: root/src/account-server/dalstorage.hpp
AgeCommit message (Collapse)AuthorFilesLines
2007-03-05Added an abstrart base class for characterdata, in order to use the same ↵Rogier Polak1-1/+12
serialize and deserialize functions on both the accountserver and the gameserver.
2007-02-04Added support for switching character by reconnecting to the account server andBjørn Lindeijer1-0/+10
fixed the issue where a client is not logged in after registering (patch by Rogier Polak).
2006-12-31Finished implementation for warping players around servers. Thoroughly untested.Guillaume Melquiond1-0/+8
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+177
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.