stk-code_catmod/src/states_screens
auria 5a4f767403 Add special escape-menu on overworld, and make Nolok's bubble gum swapper-proof
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11635 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-29 22:46:29 +00:00
..
dialogs Add special escape-menu on overworld, and make Nolok's bubble gum swapper-proof 2012-09-29 22:46:29 +00:00
addons_screen.cpp Properly implemented NetworkHttp using a interface and 2012-09-20 05:51:19 +00:00
addons_screen.hpp Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
arenas_screen.cpp Fix #531 (random race in 3 strikes battle). 2012-03-22 16:49:49 +00:00
arenas_screen.hpp Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
credits.cpp Improve Nolok'as special abilities a little, and switch to the end cutscene after beating him, then after that go to credits. This gives a reasonable ending i think :) 2012-09-14 00:03:38 +00:00
credits.hpp Improve Nolok'as special abilities a little, and switch to the end cutscene after beating him, then after that go to credits. This gives a reasonable ending i think :) 2012-09-14 00:03:38 +00:00
cutscene_gui.cpp Fixed compiler warnings. 2012-07-01 21:13:58 +00:00
cutscene_gui.hpp Add cutscene_gui.[ch]pp to build system (and sort arenas_screen.[ch]pp). 2012-06-24 22:42:10 +00:00
feature_unlocked.cpp More work to communicate the points system to the player 2012-05-07 02:03:03 +00:00
feature_unlocked.hpp Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
grand_prix_lose.cpp Introduced an 'abstract kart' class, which is used to 2012-03-19 20:21:11 +00:00
grand_prix_lose.hpp Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
grand_prix_win.cpp Introduced an 'abstract kart' class, which is used to 2012-03-19 20:21:11 +00:00
grand_prix_win.hpp Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
help_screen_1.cpp Some coding style changes (mostly comments) 2012-07-26 21:24:15 +00:00
help_screen_1.hpp Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
help_screen_2.cpp Some coding style changes (mostly comments) 2012-07-26 21:24:15 +00:00
help_screen_2.hpp Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
help_screen_3.cpp Some coding style changes (mostly comments) 2012-07-26 21:24:15 +00:00
help_screen_3.hpp Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
help_screen_4.cpp Some coding style changes (mostly comments) 2012-07-26 21:24:15 +00:00
help_screen_4.hpp Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
kart_selection.cpp 1) Fixed crash: hovering on top of random kart in the kart selection screen 2012-08-16 22:02:41 +00:00
kart_selection.hpp Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
main_menu_screen.cpp Make main menu actually produce the intro 2012-09-21 01:31:08 +00:00
main_menu_screen.hpp Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
minimal_race_gui.cpp Added maximum amount of nitro a kart can collect to stk_config.xml 2012-08-19 23:41:36 +00:00
minimal_race_gui.hpp Introduced an 'abstract kart' class, which is used to 2012-03-19 20:21:11 +00:00
options_screen_audio.cpp Add qubodup's new skid sound, thanks 2012-02-24 00:19:07 +00:00
options_screen_audio.hpp Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
options_screen_input2.cpp Try to prevent configuring a gamepad by pressing on the wrong gamepad 2011-12-03 02:43:03 +00:00
options_screen_input2.hpp Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
options_screen_input.cpp Show in the options when many similar gamepads are connected 2011-12-10 19:47:59 +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 #647, again 2012-07-08 23:35:18 +00:00
options_screen_players.hpp Fixes minor bug in player options screen 2012-06-21 16:33:30 +00:00
options_screen_ui.cpp Properly implemented NetworkHttp using a interface and 2012-09-20 05:51:19 +00:00
options_screen_ui.hpp Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
options_screen_video.cpp Make anti-aliasing level configurable 2012-04-25 15:44:17 +00:00
options_screen_video.hpp Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
race_gui_base.cpp Work around gles problem for now. 2012-09-20 06:19:38 +00:00
race_gui_base.hpp Introduced an 'abstract kart' class, which is used to 2012-03-19 20:21:11 +00:00
race_gui_overworld.cpp Add minimal support for GP challenges in the overworld. More to come 2012-09-07 02:06:50 +00:00
race_gui_overworld.hpp Hide points when showing track names so that both don't overlap 2012-05-10 01:11:59 +00:00
race_gui.cpp Added maximum amount of nitro a kart can collect to stk_config.xml 2012-08-19 23:41:36 +00:00
race_gui.hpp Introduced an 'abstract kart' class, which is used to 2012-03-19 20:21:11 +00:00
race_result_gui.cpp Improve Nolok'as special abilities a little, and switch to the end cutscene after beating him, then after that go to credits. This gives a reasonable ending i think :) 2012-09-14 00:03:38 +00:00
race_result_gui.hpp Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
race_setup_screen.cpp Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
race_setup_screen.hpp Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
state_manager.cpp Allow skipping the cutscene 2012-06-24 01:39:49 +00:00
state_manager.hpp Introduced an 'abstract kart' class, which is used to 2012-03-19 20:21:11 +00:00
story_mode_lobby.cpp Fix #647, again 2012-07-08 23:35:18 +00:00
story_mode_lobby.hpp Implement the 'new player' player on the welcome screen 2011-12-06 18:48:48 +00:00
tracks_screen.cpp Update the number of points are list of locked tracks after winning a trophy 2012-03-31 18:34:59 +00:00
tracks_screen.hpp Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
tutorial_screen.cpp Return to overworld when exiting a race if race was started from overworld 2012-04-01 15:42:44 +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