Removed trailing whitespace from all *.?pp files
[supertux.git] / src / supertux / tile_set_parser.cpp
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2014-08-11 Ingo RuhnkeUpdated email address, grumbel@gmx.de -> grumbel@gmail.com
2014-08-04 Ingo RuhnkeMerge branch 'feature/c++11'
2014-08-03 Ingo RuhnkeReplaced std::auto_ptr<> with std::unique_ptr<>
2014-01-24 LMHSome minor code cleanup resulting from a user running...
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