summaryrefslogtreecommitdiff
path: root/src/storage.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-146/+0
2006-07-27First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond1-7/+0
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink1-4/+1
2005-12-26Removed an obsolete check, suggested by r0nny.Bjørn Lindeijer1-5/+0
2005-06-21Improved Storage APIs and moved debug code to unit tests.Huynh Tran1-2/+74
2005-06-19Reworked Storage APIs and reordered operations in DALStorage to match those o...Huynh Tran1-24/+58
2005-06-17Updated Makefile.am.Aaron Marks1-1/+1
2005-06-16Created Storage child which uses DAL (used by default now).Aaron Marks1-2/+3
2005-06-16Updated tables.Aaron Marks1-0/+1
2005-06-12Moved SQLiteStorage to subclass of Storage, made Storage a singleton andBjørn Lindeijer1-188/+11
2005-05-29Added getAccount & getCharacter to storage class. Cleaned up storage code.Aaron Marks1-44/+109
2005-05-23Updated Storage class (added extra table to database).Aaron Marks1-2/+83
2005-05-23Remove main.h, added storage class, moved some code to itMateusz Kaduk1-0/+84