Removed obsolete comment
[supertux.git] / src / supertux / world.cpp
2014-10-01 Ingo RuhnkeRemoved obsolete comment
2014-08-25 Ingo RuhnkeMerge branch 'feature/addon-manager'
2014-08-25 Ingo RuhnkeLarge scale refactor/rewrite of the AddonManager, addin...
2014-08-14 Ingo RuhnkeMerge branch 'feature/savegame'
2014-08-14 Ingo RuhnkeRenamed WorldState to Savegame and implemented basic...
2014-08-14 Ingo RuhnkeMoved Levelset into it's own class, pass WorldState...
2014-08-11 Ingo RuhnkeMerge branch 'feature/savegame'
2014-08-11 Ingo RuhnkeMoved some state handling code into WorldState, sort...
2014-08-11 Ingo RuhnkeFurther filename untangling in World class
2014-08-11 Ingo RuhnkeCleaned up the file handling in World, Worlds are now...
2014-08-11 Ingo RuhnkeMoved savegame name generation into World class and...
2014-08-11 Ingo RuhnkeMinor cleanup in World, replaced global scripting:...
2014-08-11 Ingo RuhnkeMoved World loading into a factory method World::load()
2014-08-11 Ingo RuhnkeAdded some m_ prefixes and made variables private in...
2014-08-11 Ingo RuhnkeCleaned up the World class a bit
2014-08-10 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-10 Ingo RuhnkeDisplay number of solved levels in ContribMenu, kind...
2014-08-09 Ingo RuhnkeAdded GameManager class to keep track of the World...
2014-08-08 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-08 Ingo RuhnkeUse std::unique_ptr<> in ScreenManager
2014-01-24 Tobias MarkusFixing SuperTux crashes when compiled on Mac OS X 10.9
2013-11-01 Tobias MarkusFixing SuperTux crashes when compiled on Mac OS X 10.9
2010-03-03 Mathnerd314Apparently C++ doesn't automatically convert from std...
2010-03-03 Mathnerd314Check that savegame exists before trying to load it.
2010-03-03 Mathnerd314someone forgot a ! in world.cpp...
2010-01-30 Florian ForsterBug 541: Version-sort the level filenames.
2009-12-24 Mathnerd314- sounds are on both channels
2009-11-21 Ingo RuhnkeRenamed namespaces to all lowercase
2009-11-19 Ingo RuhnkeAdded StringUtil class, some small cleanup in World
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
2009-11-18 Ingo RuhnkeReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-18 Ingo RuhnkeSplit physfs/physfs_stream.?pp into multiple files
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...