Clean up Tile a bit
[supertux.git] / src / supertux / tile.hpp
2010-03-23 mathnerd314Clean up Tile a bit
2010-03-12 florianfsupertux/tile.[ch]pp: Move the unisolid solidity checks...
2010-03-11 florianfsupertux/sector.cpp: Add support for "south", "west...
2010-03-11 florianfsupertux/tile.hpp: Implement Tile::is_unisolid().
2010-03-11 florianfsupertux/tile.hpp: Implement Tile::is_slope().
2010-03-02 grumbelRemoved unused TileSet member variable from Tile
2010-01-25 mathnerd314Console logging is now identical in all builds; warning...
2009-12-24 mathnerd314Change anim_fps to fps in snail (fixes sprite; frames...
2009-12-13 grumbelMore use of SurfacePtr
2009-12-06 grumbelRenamed Rect to Rectf
2009-12-06 grumbelRemoved friendship between TileSetParser and Tile,...
2009-12-06 grumbelSmall const cleanup
2009-12-06 grumbelRemoved unused code
2009-12-06 grumbelMoved Tile parsing code into TileSetParser
2009-12-06 grumbelStarted moving TileSet parsing code into separate class
2009-12-06 grumbelGot rid of some friend'ship, reducing some access of...
2009-11-17 grumbelMerged changes from branches/supertux-milestone2-grumbe...