stk-code_catmod/src/states_screens
auria 5647c5dadc Allow pausing game from gamepad
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9560 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-08-19 01:40:27 +00:00
..
dialogs Change default behavior of MessageDialog confirm button to close the dialog 2011-08-17 01:57:48 +00:00
addons_screen.cpp Added message dialog to reload button on Addons screen. Added callback functionality to the OK dialog by adding a message dialog type enum and requiring it in the constructor. See #266 2011-08-16 08:13:43 +00:00
addons_screen.hpp Added message dialog to reload button on Addons screen. Added callback functionality to the OK dialog by adding a message dialog type enum and requiring it in the constructor. See #266 2011-08-16 08:13:43 +00:00
arenas_screen.cpp Apply patch by coug36 - thanks\! 2011-07-29 01:44:13 +00:00
arenas_screen.hpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +00:00
challenges.cpp Improve LOd on ferns 2011-07-16 19:40:44 +00:00
challenges.hpp Improve LOd on ferns 2011-07-16 19:40:44 +00:00
credits.cpp Includes cleanup; especially avoid including in headers, creating implicit dependencies and horrible chains of recursive includes. Avoid iostream when possible because this header is not small 2011-05-29 19:52:24 +00:00
credits.hpp More work on 'thou shalt not include irrlicht.h everywhere carelessly', plus add debug checks to track.hpp in a desperate attempt to make STK Arthur_D-proof 2011-05-22 18:31:25 +00:00
feature_unlocked.cpp Includes cleanup; especially avoid including in headers, creating implicit dependencies and horrible chains of recursive includes. Avoid iostream when possible because this header is not small 2011-05-29 19:52:24 +00:00
feature_unlocked.hpp Added version number to challenges (I replaced all Challenge 2011-02-04 10:53:58 +00:00
grand_prix_lose.cpp Better error handling 2011-06-04 00:17:22 +00:00
grand_prix_lose.hpp More work on 'thou shalt not include irrlicht.h everywhere carelessly' 2011-05-22 19:29:52 +00:00
grand_prix_win.cpp Better error handling 2011-06-04 00:17:22 +00:00
grand_prix_win.hpp More work on 'thou shalt not include irrlicht.h everywhere carelessly' 2011-05-22 19:29:52 +00:00
help_screen_1.cpp Added a 4th help tab describing multiplayer play, after suggestion to do so on IRC 2010-09-19 19:22:43 +00:00
help_screen_1.hpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +00:00
help_screen_2.cpp Added a 4th help tab describing multiplayer play, after suggestion to do so on IRC 2010-09-19 19:22:43 +00:00
help_screen_2.hpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +00:00
help_screen_3.cpp Added a 4th help tab describing multiplayer play, after suggestion to do so on IRC 2010-09-19 19:22:43 +00:00
help_screen_3.hpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +00:00
help_screen_4.cpp Fixed bogus tab switch in help 2010-10-24 20:36:07 +00:00
help_screen_4.hpp Added a 4th help tab describing multiplayer play, after suggestion to do so on IRC 2010-09-19 19:22:43 +00:00
kart_selection.cpp Fixed possible dangling pointer to spinner listener 2011-07-30 21:05:18 +00:00
kart_selection.hpp Work on documentation, and added some assertions that would have helped Joerg understand what was happening with his code ;) 2011-04-12 20:19:03 +00:00
main_menu_screen.cpp Display a message when clicking on the add-ons icon and it is not enabled 2011-07-31 01:20:41 +00:00
main_menu_screen.hpp Display a message when clicking on the add-ons icon and it is not enabled 2011-07-31 01:20:41 +00:00
minimal_race_gui.cpp Fixed missing minimap in profile mode. 2011-08-16 23:18:33 +00:00
minimal_race_gui.hpp Clean up irrlicht includes; avoiding including the huge irrlicht.h when we only need one specific class, especially in header files; use forwards when possible 2011-05-22 18:03:28 +00:00
options_screen_audio.cpp Major audio cleanup : remove sound effects names. Now their filename is their identifier. This simplifies things a lot 2011-04-23 00:22:16 +00:00
options_screen_audio.hpp Clean up irrlicht includes; avoiding including the huge irrlicht.h when we only need one specific class, especially in header files; use forwards when possible 2011-05-22 18:03:28 +00:00
options_screen_input2.cpp Allow pausing game from gamepad 2011-08-19 01:40:27 +00:00
options_screen_input2.hpp Clean up irrlicht includes; avoiding including the huge irrlicht.h when we only need one specific class, especially in header files; use forwards when possible 2011-05-22 18:03:28 +00:00
options_screen_input.cpp Highlight gamepad when pressing its keys, to help the player tell them apart 2011-05-23 20:51:17 +00:00
options_screen_input.hpp Highlight gamepad when pressing its keys, to help the player tell them apart 2011-05-23 20:51:17 +00:00
options_screen_players.cpp Fix focus lost when opening and closing dialog in players screen 2011-04-23 20:56:57 +00:00
options_screen_players.hpp More work on 'thou shalt not include irrlicht.h everywhere carelessly', plus add debug checks to track.hpp in a desperate attempt to make STK Arthur_D-proof 2011-05-22 18:31:25 +00:00
options_screen_ui.cpp Fixed first startup of STK (i.e. when no config.xml exist, and the 2011-05-22 14:09:02 +00:00
options_screen_ui.hpp Clean up irrlicht includes; avoiding including the huge irrlicht.h when we only need one specific class, especially in header files; use forwards when possible 2011-05-22 18:03:28 +00:00
options_screen_video.cpp Integrated the motion blur in game and adjusted the parameters 2011-07-25 20:35:44 +00:00
options_screen_video.hpp Clean up irrlicht includes; avoiding including the huge irrlicht.h when we only need one specific class, especially in header files; use forwards when possible 2011-05-22 18:03:28 +00:00
race_gui_base.cpp Applied patch by coug36 to fix bug #311, thanks 2011-07-30 22:44:20 +00:00
race_gui_base.hpp Fix #166: minimal race gui shows item messages. 2011-05-30 06:58:33 +00:00
race_gui.cpp Added a very first version of a swatter (or inflatable hammer). 2011-06-22 12:27:48 +00:00
race_gui.hpp More work on 'thou shalt not include irrlicht.h everywhere carelessly', plus add debug checks to track.hpp in a desperate attempt to make STK Arthur_D-proof 2011-05-22 18:31:25 +00:00
race_result_gui.cpp Fixed highscore display in GPs 2011-07-10 20:46:10 +00:00
race_result_gui.hpp Fixed overlapping of highscore message in GP mode 2011-05-29 21:00:31 +00:00
race_setup_screen.cpp Fixed potential assertion failure in screen setup 2011-08-06 22:50:12 +00:00
race_setup_screen.hpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +00:00
state_manager.cpp Prevent the in-race GUI to pop up in profile mode (which leads 2011-08-16 23:28:20 +00:00
state_manager.hpp Removed assert since getKart returning NULL is handled 2011-08-16 23:45:46 +00:00
tracks_screen.cpp Apply patch by coug36 - thanks\! 2011-07-29 01:44:13 +00:00
tracks_screen.hpp Allow track groups to be changed at runtime 2011-05-22 01:30:11 +00:00
tutorial_screen.cpp loading from file, tutorial details. working on it 2011-01-19 00:12:09 +00:00
tutorial_screen.hpp More work on 'thou shalt not include irrlicht.h everywhere carelessly', plus add debug checks to track.hpp in a desperate attempt to make STK Arthur_D-proof 2011-05-22 18:31:25 +00:00