Remove bogus assert
[supertux.git] / src / gui / menu.cpp
2014-08-27 Ingo RuhnkeMade Menu::get_item_by_id(int id) error message sligthl...
2014-08-27 Ingo RuhnkeSplit Controller::PAUSE_MENU into ESCAPE and START...
2014-08-25 Ingo RuhnkeMerge branch 'feature/menu-dialogs'
2014-08-25 Ingo RuhnkeUse same colors for Dialog as for Menu
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeTurned a lot of other global objects into Currentons
2014-08-17 Ingo RuhnkeCleaned up VideoSystem initalisation
2014-08-17 Ingo RuhnkeMade code -Wshadow clean
2014-08-16 Benjamin LeducMerge branch 'master' of https://code.google.com/p...
2014-08-15 Ingo RuhnkeRemoved assert(active_item < int(items.size())); as...
2014-08-15 Ingo RuhnkeRemoved old Menu::check_menu() and replaced it with...
2014-08-12 Tobias MarkusBetter fix for crash when selecting back
2014-08-12 Tobias MarkusFixing a failing when there are no menu items
2014-08-10 Ingo RuhnkeMade WARNING build option usable again
2014-08-10 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-10 Ingo RuhnkeImplemented Menu::on_window_resize()
2014-08-10 Ingo RuhnkeRenamed MenuManager::recalc_pos() -> MenuManager::on_wi...
2014-08-09 Ingo RuhnkeCleaned up MenuManager some more, some ownership issues...
2014-08-08 Ingo RuhnkeSimplifying the Menu API a bit
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 RuhnkeFixed crash when exiting menu and recalc_pos/all_menus
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-06 Ingo RuhnkeAdded MENU_BACK button (i.e. B on Xbox360 controller)
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-08-01 Ingo RuhnkeReverted 91c1517 and reinserted the old mouse cursor...
2014-08-01 Ingo RuhnkePass mouse coordinates to mouse pointer manually instea...
2014-07-31 Ingo RuhnkeCleaned up coordinate translation a little, SDL mouse...
2014-07-31 Ingo RuhnkeFixed typo that made mouse clicks not function properly
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...
2013-08-17 Tobias MarkusPartial resolution of bug 952
2013-07-19 LMHMerge branch 'glow_effects'
2013-04-23 Arian BehvandnejadFixed issue #956: mouse wheel scroll toggles active...
2011-09-28 Wolfgang BeckerMake it compile with 4.6.1.
2011-01-10 Christoph Sommercommitted stpatch20110110.diff by Jonas Kümmerlin
2010-03-08 Ingo RuhnkePatch for multiple joysticks from const86 <const@mimas.ru>
2009-12-29 Mathnerd314* Revert breaking changes from last revision
2009-12-28 Mathnerd314include fixes from ohnobinki, video_systems.cpp should...
2009-12-14 Ingo RuhnkeAdded FontPtr
2009-12-13 Ingo RuhnkeMore use of SurfacePtr
2009-12-06 Ingo RuhnkeRenamed Rect to Rectf
2009-11-21 Ingo RuhnkeReplaced .reset(new Surface()) with a factory method
2009-11-19 Ingo RuhnkeMove some more globals to supertux/globals.hpp
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
2009-11-19 Ingo RuhnkeMove some code from TitleScreen to ContribMenu
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-18 Ingo RuhnkeAdded supertux/globals.?pp to collect all the random...
2009-11-18 Ingo RuhnkeInclude optimizations
2009-11-18 Ingo RuhnkeSplit gui/menu.?pp
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-06-10 Miloš Klouček*possible* fix for bugs #453 and #373
2009-06-02 Miloš KloučekFix for bug #436 - just clear last_menus when set_curre...
2009-05-01 Ryan FlegelRemoving formfeed characters from source
2008-08-21 Ingo RuhnkeqMax <qwiglydee@gmail.com>'s font patch, adds unicode...
2008-06-18 Ryan FlegelMenu now shrinks when closed instead of disappearing
2008-06-12 Ryan FlegelGetting rid of nasty tabs
2008-06-09 Ryan Flegel#303: Typo fixes from mathnerd314
2008-05-25 Ingo RuhnkeFixed menu position on resize
2008-05-15 Ingo RuhnkeSome more messing around with aspect-ratio, window...
2008-05-11 Christoph SommerAdd-on Manager rewrite
2008-05-08 Matthias Braunfix a few warnings
2008-05-07 Ingo RuhnkeWhen custom aspect ratio is set, add it to the list...
2008-05-06 Ingo RuhnkeFixed MN_STRINGSELECT menu item a bit more and hooked...
2008-05-06 Ingo RuhnkeFixed MN_STRINGSELECT menu item
2008-05-06 Ingo RuhnkeDisplay some additional help text on Option Menu entries
2008-05-06 Ingo RuhnkeReturn pointer to MenuItem when creating one
2008-05-05 Ingo RuhnkeAdded scrolling to the menu (a little crude, but working)
2008-05-05 Ingo RuhnkeFixed game crashing when leaving the worldmap
2008-05-05 Ingo RuhnkeAdded Menu::get_parent()
2008-05-05 Ingo RuhnkeMinor cleanup, replaced SCREEN_WIDTH/2 with pos_x
2008-05-05 Ingo RuhnkeMenu items in Option menu are aligned right and left
2008-05-05 Ingo RuhnkeAdded some blinking to the current menu item
2008-05-05 Ingo RuhnkeChanged effect when switching menus
2008-03-15 Ingo Ruhnke- fixed menu edge rounding
2008-02-25 Ingo Ruhnke- some more menu tweaks
2008-02-25 Ingo Ruhnke- added highlight rectangle around the current menu...
2008-02-25 Ingo Ruhnke- added support for rounded rectangles for use in the...
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-08-22 Ingo Ruhnke- implemented option to switch between up-as-jump and...
2007-01-28 Ingo Ruhnke- renamed LEFT_ALLIGN to ALIGN_LEFT
2007-01-23 Matthias Braun- fix a bunch of msvc warnings (mostly assigning double...
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-07-05 Christoph SommerChanged sprintfs to snprintfs, updated translation
2006-05-26 Matthias Braun- Remove ManagedSoundSource
2006-04-23 Matthias Braun- Avoid some expensive SDL_GetTicks() calls
2006-04-19 Matthias Braun2 more evil mainloops are gone
2006-04-13 Ondřej HošekMassive copyright update. I'm sorry if I'm crediting...
2006-04-13 Matthias Braunfix menu width, didn't committ the tileset fix, miscela...
next