Patch for multiple joysticks from const86 <const@mimas.ru>
[supertux.git] / src / supertux / game_session.cpp
2010-03-08 grumbelPatch for multiple joysticks from const86 <const@mimas.ru>
2010-03-04 florianfsupertux/game_session.[ch]pp: Fix a segmantation fault...
2010-02-21 mathnerd314* Split systemRandom into graphicsRandom (particles...
2010-02-15 mmccutchenAdjust music definition files.
2009-12-24 mathnerd314- sounds are on both channels
2009-12-13 grumbelMore use of SurfacePtr
2009-11-21 grumbelReplaced .reset(new Surface()) with a factory method
2009-11-21 grumbelRenamed namespaces to all lowercase
2009-11-19 grumbelMoved more menu related code into the Menu classes
2009-11-19 grumbelRenamed MainLoop to ScreenManager
2009-11-19 grumbelMove all Menus into separate classes
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 grumbelAdded supertux/globals.?pp to collect all the random...
2009-11-17 grumbelMore -Weffc++ cleanup, almost done
2009-11-17 grumbelMerged changes from branches/supertux-milestone2-grumbe...