summaryrefslogtreecommitdiff
path: root/src/account-server/dalstorage.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-09-22Cleaned both configuration and resource managers.Guillaume Melquiond1-2/+2
2007-08-31Implemented "ban" remote command.Guillaume Melquiond1-2/+39
2007-08-31Plugged several account leaks on error. Prevented banned players from logging...Guillaume Melquiond1-0/+20
2007-08-30Fixed or removed obsolete comments.Guillaume Melquiond1-5/+0
2007-08-30Missed a few occurrences of "open" when removing them.Guillaume Melquiond1-17/+0
2007-08-30Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond1-245/+75
2007-08-29Fixed handling of account levels.Guillaume Melquiond1-1/+2
2007-08-28Implemented quest variables.Guillaume Melquiond1-0/+56
2007-08-18First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond1-49/+33
2007-08-14Handled money as part of the inventory.Guillaume Melquiond1-4/+4
2007-08-13Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables.Guillaume Melquiond1-2/+0
2007-07-28Replaced user names by client pointers when handling channels, in order to re...Guillaume Melquiond1-11/+9
2007-07-25Removed a host of unnecessary methods from ChatChannelManager.Bjørn Lindeijer1-9/+12
2007-07-17Some more cleanup of chat handler related code.Bjørn Lindeijer1-9/+9
2007-07-05Robustified account server with respect to failed SQL requests.Guillaume Melquiond1-16/+37
2007-07-02Added support for persistent inventory.Guillaume Melquiond1-22/+49
2007-07-02Cleaned prototypes and factored out duplicate code.Guillaume Melquiond1-168/+58
2007-07-01Added support for storing inventory in database.Guillaume Melquiond1-30/+42
2007-07-01Reverted inventory handling code to the last known working state. Simplified ...Guillaume Melquiond1-0/+2
2007-06-26Merged guilds-and-parties branch to trunkDavid Athay1-0/+268
2007-03-22Fixed a bug that caused the character attributes to become mixed up.Philipp Sehmisch1-1/+1
2007-03-20Removed check for difference between lowest and highest attribute at char cre...Philipp Sehmisch1-3/+5
2007-03-15Set the default map position of new characters to a value that makes more sen...Philipp Sehmisch1-19/+22
2007-03-14Modified the game-server to use AbstractCharacterData, some renamingRogier Polak1-79/+86
2007-03-05Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak1-52/+171
2007-02-27Implementation of chat channels by Trapdoor.Philipp Sehmisch1-4/+7
2007-02-04Added support for switching character by reconnecting to the account server andBjørn Lindeijer1-4/+85
2007-02-01Added graceful server shutdown, chose some more sane variables names for SQLBjørn Lindeijer1-44/+62
2007-01-05Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond1-13/+13
2007-01-03Split persistent player data from game server data. Enabled inventory code back.Guillaume Melquiond1-11/+11
2006-12-31Finished implementation for warping players around servers. Thoroughly untested.Guillaume Melquiond1-62/+118
2006-12-29Removed useless dependency on Cipher + OpenSSL.Guillaume Melquiond1-1/+0
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+742