Console logging is now identical in all builds; warning and error show the console...
[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 grumbelRenamed Rect to Rectf
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