* Don't kill Tux after winning a level. (Bug 675)
[supertux.git] / src / supertux / game_session.cpp
2011-04-17 Wolfgang Becker* Don't kill Tux after winning a level. (Bug 675)
2010-03-08 Ingo RuhnkePatch for multiple joysticks from const86 <const@mimas.ru>
2010-03-04 Florian Forstersupertux/game_session.[ch]pp: Fix a segmantation fault...
2010-02-21 Mathnerd314* Split systemRandom into graphicsRandom (particles...
2010-02-15 Matt McCutchenAdjust music definition files.
2009-12-24 Mathnerd314- sounds are on both channels
2009-12-13 Ingo RuhnkeMore use of SurfacePtr
2009-11-21 Ingo RuhnkeReplaced .reset(new Surface()) with a factory method
2009-11-21 Ingo RuhnkeRenamed namespaces to all lowercase
2009-11-19 Ingo RuhnkeMoved more menu related code into the Menu classes
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
2009-11-19 Ingo RuhnkeMove all Menus into separate classes
2009-11-19 Ingo RuhnkeRenamed MenuManager to MenuStorage and MenuManager2...
2009-11-19 Ingo RuhnkeTrying to separate Menu and Menu management stuff
2009-11-19 Ingo RuhnkeAdded MenuManager to keep track of created Menus
2009-11-19 Ingo RuhnkeMoved Menu stuff to its own directory
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...