Mercurial > fife-parpg
log engine/core/model/structures/map.cpp @ 676:f73be43f69c8
age | author | description |
---|---|---|
Mon, 27 Sep 2010 21:18:24 +0000 | prock | Removed the remaining size_t references that affected the FIFE API and replaced them with more appropriate definitions. The remaining size_t definitions will remain as they wont cause any issues. fixes[t:152] |
Mon, 13 Sep 2010 19:00:12 +0000 | prock | Fixed a few compiler warning messages. Also removed a bunch of extra whitespace. |
Mon, 06 Sep 2010 16:43:24 +0000 | vtchill | fixed small memory leak in map destructor; cameras were not being deleted when the map was deleted. |