Remove bogus assert
[supertux.git] / src / supertux / tile.cpp
2015-03-01 Tobias MarkusRemove bogus assert
2014-11-21 Tobias Markus[cppcheck] Part 1: Performance
2014-08-17 Ingo RuhnkeMade code -Wshadow clean, missed a bunch of issues...
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2013-02-20 LMHMerge branch 'icyworld' new worldmap graphics for Icy...
2013-02-06 LMHBug 938: Fixed some compiler warnings under Mac OS X
2010-03-23 Mathnerd314Clean up Tile a bit
2010-03-12 Florian Forstersupertux/tile.[ch]pp: Move the unisolid solidity checks...
2010-03-02 Ingo RuhnkeRemoved unused TileSet member variable from Tile
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-13 Ingo RuhnkeMore use of SurfacePtr
2009-12-06 Ingo RuhnkeFixed Rect a bit and started to use Rect in Surface...
2009-12-06 Ingo RuhnkeRemoved friendship between TileSetParser and Tile,...
2009-12-06 Ingo RuhnkeSmall const cleanup
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
2009-12-06 Ingo RuhnkeGot rid of some friend'ship, reducing some access of...
2009-11-19 Tim Goyaplay with CMakeLists.txt compile flags, change from...
2009-11-18 Ingo RuhnkeReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...