Use data instead of throwaway_data for slope and short-circuit || instead of if(...
[supertux.git] / src / supertux / tile_set_parser.cpp
2009-12-06 mathnerd314Use data instead of throwaway_data for slope and short...
2009-12-06 grumbelRemoved friendship between TileSetParser and Tile,...
2009-12-06 grumbelMoved parsing of "tiles" section into separate function
2009-12-06 grumbelRemoved tile_path from tileset, instead give fully...
2009-12-06 grumbelMoved Tile parsing code into TileSetParser
2009-12-06 grumbelStarted moving TileSet parsing code into separate class