Fix coverity #29357
[supertux.git] / src / supertux /
2014-08-15 Ingo RuhnkeAdded simple cheat menu to grow/fire/ice/shrink/.....
2014-08-14 Ingo RuhnkeFixed compiler warning about missing return
2014-08-14 Ingo RuhnkeRemoved unneeded code, sq_newslot() will override a...
2014-08-14 Ingo RuhnkeMerge branch 'feature/savegame'
2014-08-14 Ingo RuhnkeFill the savegame with all levels from a levelset on...
2014-08-14 Ingo RuhnkeRemoved useless comment
2014-08-14 Ingo RuhnkeHacked together basic support for Levelset saving
2014-08-14 Ingo RuhnkeRenamed GameManager::start_game() to GameManager::start...
2014-08-14 Ingo RuhnkeFixed state table creation issue on loading a savegame
2014-08-14 Ingo RuhnkeSome initial work on getting load/save working for...
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-13 Tobias MarkusRevert "Correctly scale ice border / frame to screen...
2014-08-13 Tobias MarkusFix persistent memory leak in GameSession::get_demo_ran...
2014-08-13 Tobias MarkusCorrectly scale ice border / frame to screen size,...
2014-08-13 Tobias MarkusFix for SDL double-reporting display modes
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2014-08-12 Ingo RuhnkeMerge branch 'feature/memoryleaks'
2014-08-12 Ingo RuhnkeFixed memory leaks in TileManager
2014-08-12 Ingo RuhnkeDelete dictionary_manager at the end of Main::run()
2014-08-12 Ingo RuhnkeFixed memory leak in ObjectFactory
2014-08-12 Ingo RuhnkeAdded missing include to CommandLineArguments
2014-08-12 Ingo RuhnkeChanged order of initialisation, so that tinygettext...
2014-08-12 Ingo RuhnkeMerge branch 'feature/screenmanager'
2014-08-12 Ingo RuhnkeRewrote ScreenManager push/pop handling again, should...
2014-08-12 Ingo RuhnkeRewrote logic of ScreenManager to handle ScreenManager...
2014-08-12 Ingo RuhnkeMinor cleanup in ScreenManager
2014-08-12 Ingo RuhnkeMoved some joystick related messages into log_debug...
2014-08-11 Ingo RuhnkeTurned DrawingEffect into a proper bitset, used to...
2014-08-11 Ingo RuhnkeMerge branch 'feature/savegame'
2014-08-11 Ingo RuhnkeMoved some state handling code into WorldState, sort...
2014-08-11 Ingo RuhnkeMoved TitleScreen::get_level_name() into GameManager...
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-11 Ingo RuhnkeMerge branch 'feature/argparse'
2014-08-11 Ingo RuhnkeAdded --debug and --verbose command line arguments
2014-08-11 Ingo RuhnkeFixed compiler warnings due to new loglevel aware log...
2014-08-11 Ingo RuhnkeMoved argument parsing into CommandLineArguments
2014-08-11 Ingo RuhnkeUpdated email address, grumbel@gmx.de -> grumbel@gmail.com
2014-08-10 Ingo RuhnkeMade WARNING build option usable again
2014-08-10 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-10 Ingo RuhnkeClear menu stack when changing languages to force recre...
2014-08-10 Ingo RuhnkeDisplay number of solved levels in ContribMenu, kind...
2014-08-10 Ingo RuhnkeHighlight the currently active profile in ProfileMenu
2014-08-10 Ingo RuhnkeLoad and save current profile to config file
2014-08-10 Ingo RuhnkeRemoved unimplemented "Profiles on Startup"
2014-08-10 Ingo RuhnkeFixed issue with MainMenu stack on top of the WorldmapM...
2014-08-10 Ingo RuhnkeImplemented Menu::on_window_resize()
2014-08-10 Ingo RuhnkeRenamed MenuManager::recalc_pos() -> MenuManager::on_wi...
2014-08-09 Ingo RuhnkeImplemented MenuManager::refresh() so that joystick...
2014-08-09 Ingo RuhnkeOnly show language and profile options in main menu...
2014-08-09 Ingo RuhnkeFurther cleanup in the MenuManager
2014-08-09 Ingo RuhnkeRemoved some disabled code
2014-08-09 Ingo RuhnkeAdded GameManager class to keep track of the World...
2014-08-09 Ingo RuhnkeCleaned up MenuManager some more, some ownership issues...
2014-08-08 Ingo RuhnkeMinor cleanup
2014-08-08 Ingo RuhnkeSwitched from passing pointers around to using numeric...
2014-08-08 Ingo RuhnkeAdded MenuManager::draw()
2014-08-08 Ingo RuhnkeCleaned up some function names in MenuManager
2014-08-08 Ingo RuhnkeUse std::unique_ptr<> in ContribMenu
2014-08-08 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-08 Ingo RuhnkeMinor code cleanup
2014-08-08 Ingo RuhnkeUse std::unique_ptr<> in ScreenManager
2014-08-08 Ingo RuhnkeMoved menu code frome GameSession and Worldmap into...
2014-08-08 Ingo RuhnkeTurned MenuStorage into a proper class
2014-08-08 Ingo RuhnkeTurned MenuManager into a proper class instead of just...
2014-08-08 Ingo RuhnkeRemoved some unused code from Console
2014-08-06 Ingo RuhnkeMerge branch 'feature/gamecontroller'
2014-08-06 Ingo RuhnkeAdded option to disable gamecontroller use and fall...
2014-08-06 Ingo RuhnkeRenamed JoystickKeyboardController to InputManager
2014-08-06 Ingo RuhnkeMoved keyboard code into KeyboardManager class
2014-08-06 Ingo RuhnkeRemoved some old event eating code, as randomly discard...
2014-08-06 Ingo RuhnkeInit game controller on startup
2014-08-06 Ingo RuhnkeMoved joystick specific code from JoystickKeyboardContr...
2014-08-05 Ingo RuhnkeMinor cleanup
2014-08-05 Ingo RuhnkeSplitted the mouse cursor into three separate images...
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 RuhnkeReplaced SDL_RenderSetLogicalSize(), removed PHYSICAL_S...
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 RuhnkeFixed crash when enabling console
2014-07-30 Ingo RuhnkeHooked up window resize event (not yet implemented...
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...
next