Fixing a few cppcheck warnings
[supertux.git] / src / supertux / player_status.cpp
2015-03-01 Tobias MarkusFixing a few cppcheck warnings
2015-02-13 Tobias MarkusFix for uninitialized members
2014-11-09 LMHBasic code structure to allow for two new powerups
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeTurned a lot of other global objects into Currentons
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2010-03-08 Ingo RuhnkeAdded missing '('
2010-03-07 Mathnerd314Placeholder for player_id
2010-01-30 Florian ForsterBug 508: Make PlayerStatus::reset reset displayed_coins.
2009-12-28 Mathnerd314include fixes from ohnobinki, video_systems.cpp should...
2009-12-13 Ingo RuhnkeMore use of SurfacePtr
2009-11-21 Ingo RuhnkeReplaced .reset(new Surface()) with a factory method
2009-11-19 Ingo RuhnkeTurned stuff in supertux/resources.cpp into a class...
2009-11-18 Ingo RuhnkeReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-18 Ingo RuhnkeAdded supertux/globals.?pp to collect all the random...
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup, almost done
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...