supertux/sector.cpp: Add support for "south", "west" and "east" unisolid tiles.
[supertux.git] / src / supertux / tile.hpp
2010-03-11 Florian Forstersupertux/sector.cpp: Add support for "south", "west...
2010-03-11 Florian Forstersupertux/tile.hpp: Implement Tile::is_unisolid().
2010-03-11 Florian Forstersupertux/tile.hpp: Implement Tile::is_slope().
2010-03-02 Ingo RuhnkeRemoved 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 Ingo RuhnkeMore use of SurfacePtr
2009-12-06 Ingo RuhnkeRenamed Rect to Rectf
2009-12-06 Ingo RuhnkeRemoved friendship between TileSetParser and Tile,...
2009-12-06 Ingo RuhnkeSmall const cleanup
2009-12-06 Ingo RuhnkeRemoved unused code
2009-12-06 Ingo RuhnkeMoved Tile parsing code into TileSetParser
2009-12-06 Ingo RuhnkeStarted moving TileSet parsing code into separate class
2009-12-06 Ingo RuhnkeGot rid of some friend'ship, reducing some access of...
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...