summaryrefslogtreecommitdiff
path: root/src/object.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-01-13Made minimum client version and default map id configurable, set/getMapId are...Eugenio Favalli1-2/+2
2006-01-12Fixed default map definition for a new created character, enabled loading of ...Eugenio Favalli1-1/+1
2006-01-08Added customization of created character. (That makes previously created db i...Yohann Ferreira1-5/+5
2005-11-21Did some initial work for map loading & adding beings to game world.Aaron Marks1-0/+9
2005-07-01Fixed compilation warning and code cleanup.Huynh Tran1-3/+24
2005-06-29Fixed memory leak and set conditional stats updates.Huynh Tran1-1/+6
2005-06-29Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ...Huynh Tran1-38/+93
2005-06-27Implemented addAccount() (+ unit tests).Huynh Tran1-1/+1
2005-06-12Moved SQLiteStorage to subclass of Storage, made Storage a singleton andBjørn Lindeijer1-6/+6
2005-05-24Added object.cppAaron Marks1-0/+62