Removed some old event eating code, as randomly discarding events is a bad idea with...
[supertux.git] / src / supertux / main.cpp
2014-08-06 Ingo RuhnkeRemoved some old event eating code, as randomly discard...
2014-08-06 Ingo RuhnkeInit game controller on startup
2014-08-05 Ingo RuhnkeMinor cleanup
2014-08-04 Ingo RuhnkeAdded support for desktop-fullscreen mode
2014-08-04 Ingo RuhnkeMerge branch 'feature/c++11'
2014-08-03 Ingo RuhnkeFixed some std::unique_ptr<> issues
2014-08-03 Ingo RuhnkeReplaced std::auto_ptr<> with std::unique_ptr<>
2014-08-03 Mathnerd314Merge branch 'master' of https://code.google.com/p...
2014-08-03 Mathnerd314Flesh out the intro scene some more.
2014-08-03 Ingo RuhnkeMerge branch 'master' of https://code.google.com/p...
2014-08-03 Ingo RuhnkeFixed compiler warnings
2014-08-03 Ingo RuhnkeMerge branch 'feature/sdl2'
2014-08-01 Ingo RuhnkeRemoved platform specific path magic and use SDL_GetBas...
2014-07-31 Ingo RuhnkeImplemented fullscreen mode selection, OpenGL only...
2014-07-31 Ingo RuhnkeFixed window resize in OpenGL and added window resize...
2014-07-31 Ingo RuhnkeFixed window title and icon, removed Renderer and Light...
2014-07-31 Ingo RuhnkeAdded PHYSICAL_SCREEN_WIDTH global variable, little...
2014-07-30 Ingo RuhnkeDisabled some more code, game now starts up and plays...
2014-07-30 Ingo RuhnkeMade code compile, not work, with SDL2, old code that...
2014-05-12 Tobias MarkusFixing a few compiler errors, thanks to bluescreen_aven...
2014-05-10 Tobias MarkusCorrectly parse file:// urls
2014-01-30 Tobias MarkusIgnore instead of exit when invalid command line option...
2014-01-24 Tobias MarkusFixing compiler errors on Mavericks (not sure if those...
2013-11-11 Tobias MarkusFixing compiler errors on Mavericks (not sure if those...
2013-10-26 LMHReverted part of revision 02c347cdae86.
2013-10-26 Tobias MarkusChanging the order in which the components are loaded...
2013-08-29 LMHReverted part of revision 02c347cdae86.
2013-08-27 Tobias MarkusChanging the order in which the components are loaded...
2013-08-24 Benjamin Leduc modified: CMakeLists.txt
2013-07-19 LMHMerge branch 'glow_effects'
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...