Some minor code cleanup resulting from a user running code through cppcheck, mostly...
[supertux.git] / src / supertux / tile_set_parser.cpp
2013-11-07 LMHSome minor code cleanup resulting from a user running...
2010-03-02 Ingo RuhnkeRemoved unused TileSet member variable from Tile
2010-01-30 Florian ForsterBug 565: Support "editor-images" within "tiles".
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