summaryrefslogtreecommitdiff
path: root/src/object.cpp
AgeCommit message (Collapse)AuthorFilesLines
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
rest of the code to take into account the changes.
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
updated SQL tables a bit.
2005-05-24Added object.cppAaron Marks1-0/+62
Fixed account.cpp constructor.