Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-08-20 | Some code format changes, logging improvals and commenting. | Bjørn Lindeijer | 1 | -2/+3 | |
2006-07-27 | First step toward a restructured class hierarchy for world actors: add | Guillaume Melquiond | 1 | -7/+0 | |
MovingObject and Player classes. | |||||
2006-03-06 | Cleaned up unnecessary header dependencies and fixed some indentations. | Björn Steinbrink | 1 | -0/+3 | |
2006-01-18 | Simplified isLoaded method, change also noted by Doener. | Bjørn Lindeijer | 1 | -10/+3 | |
2006-01-18 | Some insignificant changes to usage of the const keyword. | Bjørn Lindeijer | 1 | -3/+3 | |
2006-01-12 | Fixed default map definition for a new created character, enabled loading of ↵ | Eugenio Favalli | 1 | -2/+20 | |
map when a character is on it, fixed inconsistency in getter/setter for map id. | |||||
2006-01-08 | Little things only. | Yohann Ferreira | 1 | -1/+0 | |
2006-01-08 | Added customization of created character. (That makes previously created db ↵ | Yohann Ferreira | 1 | -16/+18 | |
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-12-29 | Forgot a way to access maps. | Eugenio Favalli | 1 | -0/+13 | |
2005-12-20 | Adding command line argument parsing and log verbosity level handling. | Yohann Ferreira | 1 | -4/+4 | |
2005-12-18 | Added a map manager to load/unload/relod maps. | Eugenio Favalli | 1 | -0/+77 | |