Bug 456: Avoid hurting Tux in a ravine.
[supertux.git] / src / supertux / tile_set_parser.cpp
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-06 Ingo RuhnkeRenamed Rect to Rectf
2009-12-06 Mathnerd314Use data instead of throwaway_data for slope and short...
2009-12-06 Ingo RuhnkeRemoved friendship between TileSetParser and Tile,...
2009-12-06 Ingo RuhnkeMoved parsing of "tiles" section into separate function
2009-12-06 Ingo RuhnkeRemoved tile_path from tileset, instead give fully...
2009-12-06 Ingo RuhnkeMoved Tile parsing code into TileSetParser
2009-12-06 Ingo RuhnkeStarted moving TileSet parsing code into separate class