Split particlesystem_interactive.?pp into separate files
[supertux.git] / src /
2009-11-20 grumbelSplit particlesystem_interactive.?pp into separate...
2009-11-20 grumbelRemoved "const char*" versions of tinygettext for now...
2009-11-19 grumbelAdded StringUtil class, some small cleanup in World
2009-11-19 grumbelMoved more menu related code into the Menu classes
2009-11-19 grumbelSwitched from #include "" to #include <> for external...
2009-11-19 grumbelMove some more globals to supertux/globals.hpp
2009-11-19 grumbelMove some more globals to supertux/globals.hpp
2009-11-19 tuxdevplay with CMakeLists.txt compile flags, change from...
2009-11-19 grumbelRenamed MainLoop to ScreenManager
2009-11-19 grumbelRenamed MainLoop to ScreenManager
2009-11-19 grumbelInclude optimizations
2009-11-19 grumbelMove some code from TitleScreen to AddonMenu
2009-11-19 grumbelMove some code from TitleScreen to ContribMenu
2009-11-19 grumbelMove some code from TitleScreen to ContribWorldMenu
2009-11-19 grumbelMove all Menus into separate classes
2009-11-19 grumbelMoved some more menu stuff out of control/joystickkeybo...
2009-11-19 grumbelTurned main.cpp into a class
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 mathnerd314Forgot to change a line in dispenser.cpp (thanks bug...
2009-11-19 grumbelMoved Menu stuff to its own directory
2009-11-18 grumbelUpped tinygettext to r177
2009-11-18 grumbelUpdated to tinygettext r174
2009-11-18 grumbelSwitched from tinygettext/tags/tinygetext-supertux...
2009-11-18 grumbelReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-18 grumbelReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
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 supertux/options_menu.?pp
2009-11-18 grumbelSplit control/joystickkeyboardcontroller.?pp
2009-11-18 grumbelSplit physfs/physfs_stream.?pp into multiple files
2009-11-18 grumbelMinor cleanup
2009-11-18 grumbelInclude optimizations
2009-11-18 grumbelSplit gui/menu.?pp
2009-11-18 grumbelSplit object/block.?pp
2009-11-18 grumbelRenamed supertux/title.?pp to supertux/title_screen.?pp
2009-11-18 grumbelReplaced <c*> headers with <*.h>
2009-11-18 grumbelSplit object/particlesystem.?pp
2009-11-18 grumbelSplitted supertux/textscroller.?pp
2009-11-17 grumbelFinished -Weffc++ cleanup
2009-11-17 grumbelMore -Weffc++ cleanup, almost done
2009-11-17 grumbelMore -Weffc++ cleanup
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* Comment out resizable flag because it blue-screens...
2009-11-14 mathnerd314Use run_dead_script wherever possible and make kill_...
2009-11-14 mathnerd314* Add Airship (regular above-ground theme) and Battle...
2009-10-29 mathnerd314* Finish work on Path through the Clouds
2009-09-03 mathnerd314Option --renderer to select video renderer
2009-08-30 mathnerd314* Update squirrel to 2.2.3
2009-08-30 wolfgangbPatchs by Matt McCutche to fix Treeboss related Bugs...
2009-08-30 wolfgangbPatch by Matt McCutchen to prevent division by zero...
2009-08-30 wolfgangbPatch by Matt McCutchen to find levels in current direc...
2009-08-26 wolfgangbPatch by Matt McCutchen to fix active waiting in main...
2009-08-24 wolfgangbStack rocks without shanking.
2009-07-29 mmloshFix for #453 (Menu frame lingers)
2009-07-26 mathnerd314*include stdio.h in a couple files for MinGW GCC 4.4.0
2009-06-27 wolfgangbDo not apply friction if Tux's x-velocity is zero.