object/bonus_block.[ch]pp: Fix a NULL-pointer dereference.
[supertux.git] / src / worldmap /
2010-03-08 grumbelPatch for multiple joysticks from const86 <const@mimas.ru>
2010-02-21 mathnerd314Use decal for forest worldmap.
2010-01-01 mathnerd314Make it build with -DCOMPILE_AMALGATION=ON. Still not...
2009-12-24 mathnerd314- sounds are on both channels
2009-12-14 grumbelAdded SpritePtr
2009-12-14 grumbelRemoved some unused code
2009-11-25 mathnerd314* Make it compile again
2009-11-21 grumbelRenamed namespaces to all lowercase
2009-11-21 grumbelMoved Direction related code to worldmap/direction.cpp
2009-11-19 grumbelRenamed MainLoop to ScreenManager
2009-11-19 grumbelMove all Menus into separate classes
2009-11-19 grumbelTurned stuff in supertux/resources.cpp into a class...
2009-11-19 grumbelRenamed MenuManager to MenuStorage and MenuManager2...
2009-11-19 grumbelTrying to separate Menu and Menu management stuff
2009-11-19 grumbelAdded MenuManager to keep track of created Menus
2009-11-19 grumbelMoved Menu stuff to its own directory
2009-11-18 grumbelReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-18 grumbelAdded supertux/globals.?pp to collect all the random...
2009-11-18 grumbelSplit physfs/physfs_stream.?pp into multiple files
2009-11-18 grumbelReplaced <c*> headers with <*.h>
2009-11-17 grumbelMore -Weffc++ cleanup
2009-11-17 grumbelMore -Weffc++ cleanup
2009-11-17 grumbelMerged changes from branches/supertux-milestone2-grumbe...
2009-11-14 mathnerd314* Add Airship (regular above-ground theme) and Battle...
2009-06-27 wolfgangbDo not apply friction if Tux's x-velocity is zero.