Bug 507: Reset stuff upon player death
[supertux.git] / src / object / player.cpp
2010-01-30 florianfBug 507: Reset stuff upon player death
2010-01-30 florianfBug 471: Fix upward release of ice block, and grabbing...
2010-01-26 mathnerd314Shake camera on buttjump.
2010-01-25 mathnerd314MrIceBlock stops after bouncing a lot.
2009-12-24 mathnerd314- sounds are on both channels
2009-12-16 wolfgangbPlay kill.wav when Tux is killed, hurt.wav when he...
2009-12-13 grumbelMore use of SurfacePtr
2009-12-06 grumbelRenamed Rect to Rectf
2009-11-21 grumbelReplaced .reset(new Surface()) with a factory method
2009-11-21 grumbelRenamed namespaces to all lowercase
2009-11-19 tuxdevplay with CMakeLists.txt compile flags, change from...
2009-11-18 grumbelAdded supertux/globals.?pp to collect all the random...
2009-11-18 grumbelReplaced <c*> headers with <*.h>
2009-11-17 grumbelMore -Weffc++ cleanup, almost done
2009-11-17 grumbelMerged changes from branches/supertux-milestone2-grumbe...
2009-10-29 mathnerd314* Finish work on Path through the Clouds
2009-06-27 wolfgangbDo not apply friction if Tux's x-velocity is zero.