Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-29 | Physically split the server into one tmwserv-acount program (account + | Guillaume Melquiond | 1 | -298/+0 | |
chat + database) and multiple tmwserv-game programs (selected with respect to the maps). Cleaned the repository by moving server-specific source files into dedicated directories. | |||||
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 | |
MovingObject and Player classes. | |||||
2006-01-20 | Chat channeling commit part 3. Is now linked with the connection handler to ↵ | Yohann Ferreira | 1 | -1/+1 | |
chat in a specific channel. Also made some fixes on the chat channeling. | |||||
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 ↵ | Yohann Ferreira | 1 | -1/+17 | |
what's next | |||||
2006-01-08 | Added customization of created character. (That makes previously created db ↵ | Yohann Ferreira | 1 | -2/+9 | |
invalid.) Made list of map indexed by map id, instead of map name. This will prevent unsyncing of player's current map when changing a map name. Remember you have now to add a map filename into db before being able to load it. (Default map id is 1, not ZERO, as zero is the not found return value. | |||||
2006-01-04 | Implemented server response handling to the test client. Fixed a bug that ↵ | Yohann Ferreira | 1 | -4/+4 | |
made the Email change not possible. Changed some protocol value to have a litte neater client code. Added FreeBSD fix idea from icy to server code. | |||||
2005-12-29 | Fixing a bug in the Storage::getAccount() function that made the server ↵ | Yohann Ferreira | 1 | -1/+1 | |
crash when the first login had a bad password. | |||||
2005-12-28 | Integrated the building of tmwclient with the default make command, as | Bjørn Lindeijer | 1 | -2/+6 | |
contributed by r0nny. | |||||
2005-12-12 | Use setCharacter() and unsetcharacter() to deal with addBeing() and ↵ | Yohann Ferreira | 1 | -0/+7 | |
removeBeing() in the world (which are buggy). Add check when character's name already exists. Added Character list packet support. | |||||
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 | |
selecting a char when not logged. Committed a getEmailList function to see what's wrong. | |||||
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 ↵ | Huynh Tran | 1 | -5/+5 | |
reference-counted smart pointers to facilitate the memory management. | |||||
2005-06-29 | Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ↵ | Huynh Tran | 1 | -1/+0 | |
rest of the code to take into account the changes. | |||||
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 ↵ | Huynh Tran | 1 | -27/+95 | |
of Storage. | |||||
2005-06-12 | Moved SQLiteStorage to subclass of Storage, made Storage a singleton and | Bjørn Lindeijer | 1 | -40/+23 | |
updated SQL tables a bit. | |||||
2005-05-29 | Added getAccount & getCharacter to storage class. Cleaned up storage code. | Aaron Marks | 1 | -6/+12 | |
Added test in main.cpp. | |||||
2005-05-23 | Updated Storage class (added extra table to database). | Aaron Marks | 1 | -0/+25 | |
Misc. | |||||
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 | |