Fixed compiler warnings, see bug962
[supertux.git] / src / supertux / main.cpp
2013-05-21 Tobias MarkusFixed compiler warnings, see bug962
2011-05-06 Wolfgang BeckerDetermine language on start-up if language is set to...
2011-03-08 Mathnerd314Revert some of binki's evil machinations from bugs...
2011-03-07 Mathnerd314Create and use --print-datadir on supertux2.exe to...
2010-04-17 Matt McCutchenRecognize a SUPERTUX2_USER_DIR environment variable...
2010-04-17 Matt McCutchenSwitch to boost::format for non-trivial substitution...
2010-03-08 Ingo RuhnkePatch for multiple joysticks from const86 <const@mimas.ru>
2010-02-21 Mathnerd314* Split systemRandom into graphicsRandom (particles...
2010-01-25 Mathnerd314Use supertux2 on Windows, zeekling squish animation...
2010-01-24 Mathnerd314Use NDEBUG a bit less.
2009-12-25 Mathnerd314Thunderstorm sounds (from Auria and Some_Person)
2009-12-24 Mathnerd314- sounds are on both channels
2009-12-06 Ingo RuhnkeTurned functions in video_systems.?pp into class VideoS...
2009-11-27 Tim GoyaTweak CMakeLists and physfs initialization a bit to...
2009-11-26 Ingo RuhnkeRenamed main() to run
2009-11-26 Mathnerd314* Fix main.cpp again
2009-11-25 Mathnerd314* Make it compile again
2009-11-21 Ingo RuhnkeRenamed namespaces to all lowercase
2009-11-20 Ingo RuhnkeAdded Size class
2009-11-20 Ingo RuhnkeMinor cleanup
2009-11-20 Ingo RuhnkeRemoved "const char*" versions of tinygettext for now...
2009-11-19 Ingo RuhnkeSwitched from #include "" to #include <> for external...
2009-11-19 Ingo RuhnkeMove some more globals to supertux/globals.hpp
2009-11-19 Tim Goyaplay with CMakeLists.txt compile flags, change from...
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
2009-11-19 Ingo RuhnkeTurned main.cpp into a class
2009-11-19 Ingo RuhnkeTurned stuff in supertux/resources.cpp into a class...
2009-11-18 Ingo RuhnkeUpped tinygettext to r177
2009-11-18 Ingo RuhnkeUpdated to tinygettext r174
2009-11-18 Ingo RuhnkeSwitched from tinygettext/tags/tinygetext-supertux...
2009-11-18 Ingo RuhnkeAdded supertux/globals.?pp to collect all the random...
2009-11-18 Ingo RuhnkeRenamed supertux/title.?pp to supertux/title_screen.?pp
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...