summaryrefslogtreecommitdiff
path: root/src/storage.h
AgeCommit message (Expand)AuthorFilesLines
2006-01-20Chat channeling commit part 3. Is now linked with the connection handler to c...Yohann Ferreira1-1/+1
2006-01-18Chat channeling commit part 2.Yohann Ferreira1-2/+3
2006-01-15Chat channeling commit part 1. Useful to get feedback before committing what'...Yohann Ferreira1-1/+17
2006-01-08Added customization of created character. (That makes previously created db i...Yohann Ferreira1-2/+9
2006-01-04Implemented server response handling to the test client. Fixed a bug that mad...Yohann Ferreira1-4/+4
2005-12-29Fixing a bug in the Storage::getAccount() function that made the server crash...Yohann Ferreira1-1/+1
2005-12-28Integrated the building of tmwclient with the default make command, asBjørn Lindeijer1-2/+6
2005-12-12Use setCharacter() and unsetcharacter() to deal with addBeing() and removeBei...Yohann Ferreira1-0/+7
2005-12-07Improved the getEmailList() function again using an optimized SQL Query.Yohann Ferreira1-0/+7
2005-12-05Strengthened the way email addresses are checked. Added a good response when ...Yohann Ferreira1-0/+8
2005-07-19Added character creation.Aaron Marks1-6/+0
2005-07-18Updated server->client communications.Aaron Marks1-0/+5
2005-06-30Fixed memory leak, implemented delAccount() + unit tests and now using refere...Huynh Tran1-5/+5
2005-06-29Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ...Huynh Tran1-1/+0
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 o...Huynh Tran1-27/+95
2005-06-12Moved SQLiteStorage to subclass of Storage, made Storage a singleton andBjørn Lindeijer1-40/+23
2005-05-29Added getAccount & getCharacter to storage class. Cleaned up storage code.Aaron Marks1-6/+12
2005-05-23Updated Storage class (added extra table to database).Aaron Marks1-0/+25
2005-05-23Building sqlite conditionalyMateusz Kaduk1-2/+0
2005-05-23Remove main.h, added storage class, moved some code to itMateusz Kaduk1-0/+56