summaryrefslogtreecommitdiff
path: root/src/storage.h
AgeCommit message (Collapse)AuthorFilesLines
2005-06-30Fixed memory leak, implemented delAccount() + unit tests and now using ↵Huynh Tran1-5/+5
reference-counted smart pointers to facilitate the memory management.
2005-06-29Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ↵Huynh Tran1-1/+0
rest of the code to take into account the changes.
2005-06-27Implemented addAccount() (+ unit tests).Huynh Tran1-3/+17
2005-06-21Improved Storage APIs and moved debug code to unit tests.Huynh Tran1-9/+196
2005-06-19Reworked Storage APIs and reordered operations in DALStorage to match those ↵Huynh Tran1-27/+95
of Storage.
2005-06-12Moved SQLiteStorage to subclass of Storage, made Storage a singleton andBjørn Lindeijer1-40/+23
updated SQL tables a bit.
2005-05-29Added getAccount & getCharacter to storage class. Cleaned up storage code.Aaron Marks1-6/+12
Added test in main.cpp.
2005-05-23Updated Storage class (added extra table to database).Aaron Marks1-0/+25
Misc.
2005-05-23Building sqlite conditionalyMateusz Kaduk1-2/+0
2005-05-23Remove main.h, added storage class, moved some code to itMateusz Kaduk1-0/+56