Age | Commit message (Expand) | Author | Files | Lines |
2006-08-04 | Strengthened checks for already existing character name or email address. | Guillaume Melquiond | 1 | -6/+4 |
2006-08-03 | Simplified and sped up account flushing: only modified accounts are flushed. | Guillaume Melquiond | 1 | -93/+17 |
2006-07-27 | First step toward a restructured class hierarchy for world actors: add | Guillaume Melquiond | 1 | -10/+1 |
2006-01-20 | Chat channeling commit part 3. Is now linked with the connection handler to c... | Yohann Ferreira | 1 | -1/+1 |
2006-01-18 | Chat channeling commit part 2. | Yohann Ferreira | 1 | -2/+3 |
2006-01-15 | Chat channeling commit part 1. Useful to get feedback before committing what'... | Yohann Ferreira | 1 | -1/+17 |
2006-01-08 | Added customization of created character. (That makes previously created db i... | Yohann Ferreira | 1 | -2/+9 |
2006-01-04 | Implemented server response handling to the test client. Fixed a bug that mad... | Yohann Ferreira | 1 | -4/+4 |
2005-12-29 | Fixing a bug in the Storage::getAccount() function that made the server crash... | Yohann Ferreira | 1 | -1/+1 |
2005-12-28 | Integrated the building of tmwclient with the default make command, as | Bjørn Lindeijer | 1 | -2/+6 |
2005-12-12 | Use setCharacter() and unsetcharacter() to deal with addBeing() and removeBei... | Yohann Ferreira | 1 | -0/+7 |
2005-12-07 | Improved the getEmailList() function again using an optimized SQL Query. | Yohann Ferreira | 1 | -0/+7 |
2005-12-05 | Strengthened the way email addresses are checked. Added a good response when ... | Yohann Ferreira | 1 | -0/+8 |
2005-07-19 | Added character creation. | Aaron Marks | 1 | -6/+0 |
2005-07-18 | Updated server->client communications. | Aaron Marks | 1 | -0/+5 |
2005-06-30 | Fixed memory leak, implemented delAccount() + unit tests and now using refere... | Huynh Tran | 1 | -5/+5 |
2005-06-29 | Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ... | Huynh Tran | 1 | -1/+0 |
2005-06-27 | Implemented addAccount() (+ unit tests). | Huynh Tran | 1 | -3/+17 |
2005-06-21 | Improved Storage APIs and moved debug code to unit tests. | Huynh Tran | 1 | -9/+196 |
2005-06-19 | Reworked Storage APIs and reordered operations in DALStorage to match those o... | Huynh Tran | 1 | -27/+95 |
2005-06-12 | Moved SQLiteStorage to subclass of Storage, made Storage a singleton and | Bjørn Lindeijer | 1 | -40/+23 |
2005-05-29 | Added getAccount & getCharacter to storage class. Cleaned up storage code. | Aaron Marks | 1 | -6/+12 |
2005-05-23 | Updated Storage class (added extra table to database). | Aaron Marks | 1 | -0/+25 |
2005-05-23 | Building sqlite conditionaly | Mateusz Kaduk | 1 | -2/+0 |
2005-05-23 | Remove main.h, added storage class, moved some code to it | Mateusz Kaduk | 1 | -0/+56 |