Fix all #29358 issues
[supertux.git] / src / worldmap / worldmap.cpp
2015-02-27 Tobias MarkusFix all #29358 issues
2015-02-14 Tobias MarkusFix for coverity #29370
2014-11-21 Tobias Markus[cppcheck] Part 1: Performance
2014-10-01 Ingo RuhnkeMerge branch 'feature/smart-ptr'
2014-10-01 Ingo RuhnkeReplaced Ref and RefCounter with std::shared_ptr<>
2014-08-27 Ingo RuhnkeSplit Controller::PAUSE_MENU into ESCAPE and START...
2014-08-19 Ingo RuhnkeMerge branch 'feature/developer-mode'
2014-08-19 Ingo RuhnkeAdded --developer option, also Ctrl-F2, which enabled...
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeAdded Scripting class to bundle up all the Squirrel...
2014-08-17 Ingo RuhnkeTurned a lot of other global objects into Currentons
2014-08-17 Ingo RuhnkeMade code -Wshadow clean, missed a bunch of issues...
2014-08-16 Benjamin LeducMerge branch 'master' of https://code.google.com/p...
2014-08-15 Ingo RuhnkeAdded WorldmapCheatMenu (grow/fire/snow/etc., mark...
2014-08-15 Ingo RuhnkeRemoved old Menu::check_menu() and replaced it with...
2014-08-14 Ingo RuhnkeMerge branch 'feature/savegame'
2014-08-14 Ingo RuhnkeRemoved erroneous sq_pop(), in Squirrel3 sq_deleteslot...
2014-08-14 Ingo RuhnkeReplaced deprecated sq_createslot() with sq_newslot()
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-12 Ingo RuhnkeMerge branch 'feature/memoryleaks'
2014-08-12 Ingo RuhnkeFixed memory leaks in TileManager
2014-08-12 Ingo RuhnkeMerge branch 'feature/screenmanager'
2014-08-12 Ingo RuhnkeRewrote logic of ScreenManager to handle ScreenManager...
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-09 Ingo RuhnkeCleaned up MenuManager some more, some ownership issues...
2014-08-08 Ingo RuhnkeSwitched from passing pointers around to using numeric...
2014-08-08 Ingo RuhnkeCleaned up some function names in MenuManager
2014-08-08 Ingo RuhnkeMerge branch 'feature/menu-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 MenuManager into a proper class instead of just...
2014-08-06 Ingo RuhnkeMerge branch 'feature/gamecontroller'
2014-08-06 Ingo RuhnkeRenamed JoystickKeyboardController to InputManager
2014-08-06 Ingo RuhnkeMoved keyboard code into KeyboardManager class
2014-08-04 Ingo RuhnkeMerge branch 'feature/c++11'
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 Ingo RuhnkeMerge branch 'master' of https://code.google.com/p...
2014-08-03 Ingo RuhnkeMerge branch 'feature/sdl2'
2014-06-25 LMHAuto-run levels are automatically marked as solved.
2014-02-01 Tobias MarkusFix extensive disk I/O when in worldmap (found using...
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
2013-10-26 LMHCheck to make sure worldmap level sprite has a 'perfect...
2013-10-26 LMHWorldmap stats report level target time
2013-10-26 LMHAdded ability to define a 'target time' for levels...
2013-10-26 LMHTweaked worldmap HUD.
2013-10-26 LMHWorldmap now supports an additional level sprite action...
2013-09-21 Benjamin LeducMerge branch 'master' of https://code.google.com/p...
2013-09-15 LMHCheck to make sure worldmap level sprite has a 'perfect...
2013-09-07 LMHWorldmap stats report level target time
2013-09-06 LMHAdded ability to define a 'target time' for levels...
2013-09-03 LMHTweaked worldmap HUD.
2013-09-03 LMHWorldmap now supports an additional level sprite action...
2010-03-08 Ingo RuhnkePatch for multiple joysticks from const86 <const@mimas.ru>
2010-02-21 Mathnerd314Use decal for forest worldmap.
2010-01-01 Mathnerd314Make it build with -DCOMPILE_AMALGATION=ON. Still not...
2009-12-24 Mathnerd314- sounds are on both channels
2009-11-21 Ingo RuhnkeRenamed namespaces to all lowercase
2009-11-21 Ingo RuhnkeMoved Direction related code to worldmap/direction.cpp
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
2009-11-19 Ingo RuhnkeMove all Menus into separate classes
2009-11-19 Ingo RuhnkeTurned stuff in supertux/resources.cpp into a class...
2009-11-19 Ingo RuhnkeRenamed MenuManager to MenuStorage and MenuManager2...
2009-11-19 Ingo RuhnkeTrying to separate Menu and Menu management stuff
2009-11-19 Ingo RuhnkeAdded MenuManager to keep track of created Menus
2009-11-19 Ingo RuhnkeMoved Menu stuff to its own directory
2009-11-18 Ingo RuhnkeReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-18 Ingo RuhnkeAdded supertux/globals.?pp to collect all the random...
2009-11-18 Ingo RuhnkeSplit physfs/physfs_stream.?pp into multiple files
2009-11-18 Ingo RuhnkeReplaced <c*> headers with <*.h>
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-11-14 Mathnerd314* Add Airship (regular above-ground theme) and Battle...
2009-06-10 Miloš Klouček*possible* fix for bugs #453 and #373
2009-05-03 Mathnerd314* Use overloading in Lisp and Writer
2008-08-21 Ingo RuhnkeqMax <qwiglydee@gmail.com>'s font patch, adds unicode...
2008-06-12 Ryan FlegelGetting rid of nasty tabs
2008-06-09 Ryan Flegel#303: Typo fixes from mathnerd314
2008-05-16 Ryan Flegel#318: Automatically run default.nut for each level...
2008-05-05 Ingo RuhnkeLet shrink view zoom in on Tux not the level spot
2008-05-05 Ingo RuhnkeReplaced rectangular shrinkfade with a circular one
2008-02-18 Ingo RuhnkeEd <icelus2k5@gmail.com>'s worldmap teleporter camera...
2008-01-08 Matthias Braunrewrote/refactored tileset handling, tilesets are now...
2008-01-07 Christoph SommerFirst step towards multiple tilesets per tilemap. Code...
2008-01-06 Christoph Sommerpreload sounds
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-12-16 Tim GoyaInitial integration, lots of broken stuff
2007-04-16 Christoph SommerFixed strange error with saved Tux' state getting reset...
2007-04-15 Christoph SommerStatistics are now saved to disk
2007-04-03 Christoph SommerAllowed multiple solid Tilemaps on a Worldmap
2007-04-03 Christoph SommerExpose Objects on Worldmap in squirrel table "worldmap"
2007-03-02 Tim Goyaminimize some #includes and replace with forward decls
2007-02-28 Matthias Braun- Use obstacks for memory allocation for lispfiles...
2007-01-28 Ingo Ruhnke- renamed LEFT_ALLIGN to ALIGN_LEFT
2007-01-28 Arvid NorlanderFixed trailing whitespaces in all(?) source files of...
next