summaryrefslogtreecommitdiff
path: root/src/flooritemmanager.h
AgeCommit message (Collapse)AuthorFilesLines
2009-03-06Got rid of Sint{8,16,32} and Uint32 for being IDBjørn Lindeijer1-4/+3
Using unsigned rarely makes sense, especially when the server doesn't use it either. Other uses of unsigned should be reviewed. In all other cases, int is the fastest integer type on any architecture. Using 8 or 16 bits can basically only be a memory optimization.
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections.
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?
2006-02-06Added a FloorItemManager class.Björn Steinbrink1-0/+57