Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-05-14 | Applied a patch by Guillaume that fixes and optimizes | Bjørn Lindeijer | 1 | -2/+3 | |
ConnectionHandler::sendAround. | |||||
2006-01-13 | Made minimum client version and default map id configurable, set/getMapId ↵ | Eugenio Favalli | 1 | -2/+2 | |
are now preferred. | |||||
2006-01-12 | Fixed default map definition for a new created character, enabled loading of ↵ | Eugenio Favalli | 1 | -1/+1 | |
map when a character is on it, fixed inconsistency in getter/setter for map id. | |||||
2006-01-08 | Added customization of created character. (That makes previously created db ↵ | Yohann Ferreira | 1 | -5/+5 | |
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-21 | Did some initial work for map loading & adding beings to game world. | Aaron Marks | 1 | -0/+9 | |
2005-07-01 | Fixed compilation warning and code cleanup. | Huynh Tran | 1 | -3/+24 | |
2005-06-29 | Fixed memory leak and set conditional stats updates. | Huynh Tran | 1 | -1/+6 | |
2005-06-29 | Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ↵ | Huynh Tran | 1 | -38/+93 | |
rest of the code to take into account the changes. | |||||
2005-06-27 | Implemented addAccount() (+ unit tests). | Huynh Tran | 1 | -1/+1 | |
2005-06-12 | Moved SQLiteStorage to subclass of Storage, made Storage a singleton and | Bjørn Lindeijer | 1 | -6/+6 | |
updated SQL tables a bit. | |||||
2005-05-24 | Added object.cpp | Aaron Marks | 1 | -0/+62 | |
Fixed account.cpp constructor. |