* Don't kill Tux after winning a level. (Bug 675)
[supertux.git] / src / object / player.cpp
2011-04-17 wolfgangb* Don't kill Tux after winning a level. (Bug 675)
2010-03-26 wolfgangbCleanup:
2010-03-10 mathnerd314Update end sequence controller and stop backflipping...
2010-03-08 grumbelPatch for multiple joysticks from const86 <const@mimas.ru>
2010-03-07 mathnerd314Some notes about co-op mode
2010-03-06 grumbelRemoved coin-cost for reset points
2010-03-04 grumbelRemoved speed limit when grabbing normal objects
2010-03-04 mathnerd314Remove walk key
2010-02-21 mathnerd314* Split systemRandom into graphicsRandom (particles...
2010-02-11 florianfBug 577: (Re)allow Player to low-jump from a stopped...
2010-01-30 florianfBug 563: Reset backflipping when Tux spawns.
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.