Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-01-08 | Added customization of created character. (That makes previously created db ↵ | Yohann Ferreira | 1 | -0/+24 | |
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. | |||||
2005-11-13 | Nothing of much significance, mainly checking whether I can commit. | Bjørn Lindeijer | 1 | -8/+17 | |
2005-11-10 | Updates to Being, test client, game handler and small update to state update. | Aaron Marks | 1 | -0/+9 | |
2005-08-08 | Just some changes I forgot to commit -- I probably wont be able to work on ↵ | Aaron Marks | 1 | -0/+18 | |
tmwserv for a few days :( | |||||
2005-08-04 | Added basic inventory (not fully functional) | Aaron Marks | 1 | -2/+25 | |
Extended GameHandler Extended protocol Fixed problem with SQL query | |||||
2005-07-25 | Added modified Map, MapReader, ResourceManager classes and base64 functions | Bjørn Lindeijer | 1 | -0/+5 | |
from client to server. Nothing tested yet, just made sure it still compiled. | |||||
2005-06-29 | Fixed memory leak and set conditional stats updates. | Huynh Tran | 1 | -0/+9 | |
2005-06-29 | Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ↵ | Huynh Tran | 1 | -0/+277 | |
rest of the code to take into account the changes. |