summaryrefslogtreecommitdiff
path: root/src/utils/countedptr.h
AgeCommit message (Collapse)AuthorFilesLines
2007-08-30Got rid of abstract storage and reference-counted pointers. Fixed lifetime ↵Guillaume Melquiond1-167/+0
of accounts and characters in server memory. Cleaned some code.
2006-07-27First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond1-9/+13
MovingObject and Player classes.
2005-06-30Fixed memory leak, implemented delAccount() + unit tests and now using ↵Huynh Tran1-0/+163
reference-counted smart pointers to facilitate the memory management.