summaryrefslogtreecommitdiff
path: root/src/flooritemmanager.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-09-04Introduced another template to make deleting all values in a container easier.Bjørn Lindeijer1-3/+1
Inspired by qDeleteAll() from Qt.
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-0/+2
2006-03-08Added a 'dtor' helper functor to delete objects in arrays and containers ↵Björn Steinbrink1-5/+3
using STL algorithms.
2006-02-06Added a FloorItemManager class.Björn Steinbrink1-0/+84