summaryrefslogtreecommitdiffstats
path: root/src/account-server/dalstorage.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Consolidated public and private channels into one,David Athay2008-04-011-2/+2
* Fixed telling clients what guilds they are in after they reconnectDavid Athay2008-03-061-2/+3
* Fixed guild creation.David Athay2008-03-051-2/+6
* Added placeholder function so that account server now compiles.David Athay2008-02-281-0/+9
* Work in Progress commit of guilds.David Athay2008-02-281-26/+2
* Added weapon skill system and leveling system.Philipp Sehmisch2008-01-281-8/+44
* fixed an sql statement that I broke with the last commit.Philipp Sehmisch2007-12-181-1/+1
* Updated attribute system to the latest design decisions (removed charisma, ke...Philipp Sehmisch2007-12-181-17/+15
* Cleaned both configuration and resource managers.Guillaume Melquiond2007-09-221-2/+2
* Implemented "ban" remote command.Guillaume Melquiond2007-08-311-2/+39
* Plugged several account leaks on error. Prevented banned players from logging...Guillaume Melquiond2007-08-311-0/+20
* Fixed or removed obsolete comments.Guillaume Melquiond2007-08-301-5/+0
* Missed a few occurrences of "open" when removing them.Guillaume Melquiond2007-08-301-17/+0
* Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond2007-08-301-245/+75
* Fixed handling of account levels.Guillaume Melquiond2007-08-291-1/+2
* Implemented quest variables.Guillaume Melquiond2007-08-281-0/+56
* First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond2007-08-181-49/+33
* Handled money as part of the inventory.Guillaume Melquiond2007-08-141-4/+4
* Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables.Guillaume Melquiond2007-08-131-2/+0
* Replaced user names by client pointers when handling channels, in order to re...Guillaume Melquiond2007-07-281-11/+9
* Removed a host of unnecessary methods from ChatChannelManager.Bjørn Lindeijer2007-07-251-9/+12
* Some more cleanup of chat handler related code.Bjørn Lindeijer2007-07-171-9/+9
* Robustified account server with respect to failed SQL requests.Guillaume Melquiond2007-07-051-16/+37
* Added support for persistent inventory.Guillaume Melquiond2007-07-021-22/+49
* Cleaned prototypes and factored out duplicate code.Guillaume Melquiond2007-07-021-168/+58
* Added support for storing inventory in database.Guillaume Melquiond2007-07-011-30/+42
* Reverted inventory handling code to the last known working state. Simplified ...Guillaume Melquiond2007-07-011-0/+2
* Merged guilds-and-parties branch to trunkDavid Athay2007-06-261-0/+268
* Fixed a bug that caused the character attributes to become mixed up.Philipp Sehmisch2007-03-221-1/+1
* Removed check for difference between lowest and highest attribute at char cre...Philipp Sehmisch2007-03-201-3/+5
* Set the default map position of new characters to a value that makes more sen...Philipp Sehmisch2007-03-151-19/+22
* Modified the game-server to use AbstractCharacterData, some renamingRogier Polak2007-03-141-79/+86
* Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak2007-03-051-52/+171
* Implementation of chat channels by Trapdoor.Philipp Sehmisch2007-02-271-4/+7
* Added support for switching character by reconnecting to the account server andBjørn Lindeijer2007-02-041-4/+85
* Added graceful server shutdown, chose some more sane variables names for SQLBjørn Lindeijer2007-02-011-44/+62
* Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond2007-01-051-13/+13
* Split persistent player data from game server data. Enabled inventory code back.Guillaume Melquiond2007-01-031-11/+11
* Finished implementation for warping players around servers. Thoroughly untested.Guillaume Melquiond2006-12-311-62/+118
* Removed useless dependency on Cipher + OpenSSL.Guillaume Melquiond2006-12-291-1/+0
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-291-0/+742