stk-code_catmod/src/states_screens
auria 095f45be00 Possibly fixed another thread-related bug
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6206 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-10-03 18:56:26 +00:00
..
dialogs Fixed crash in case that not enough AI are selected in a FTL 2010-09-23 03:13:54 +00:00
addons_screen.cpp minor code cleanup 2010-09-08 18:27:16 +00:00
addons_screen.hpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +00:00
addons_update_screen.cpp Adding a package-update.png image 2010-09-08 18:19:05 +00:00
addons_update_screen.hpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +00:00
arenas_screen.cpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +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 Renamed all instanced of RandomKart in the race_manager to 2010-09-21 07:37:42 +00:00
challenges.hpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +00:00
credits.cpp Fixed RTL credits + removed annoying debug print from there 2010-09-06 17:41:05 +00:00
credits.hpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +00:00
feature_unlocked.cpp Fixed crashes in grand_prix lose, win, feature animation etc. 2010-09-10 13:30:31 +00:00
feature_unlocked.hpp Fixed crashes in grand_prix lose, win, feature animation etc. 2010-09-10 13:30:31 +00:00
grand_prix_lose.cpp Fixed leak in GPlose 2010-09-14 01:44:19 +00:00
grand_prix_lose.hpp Add support for many GP losers in the GP ending screen 2010-09-14 01:36:14 +00:00
grand_prix_win.cpp Changed message displayed when making it in the top-3 of a GP as per recently received feedback 2010-10-01 23:05:28 +00:00
grand_prix_win.hpp Fixed crashes in grand_prix lose, win, feature animation etc. 2010-09-10 13:30:31 +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 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_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 May now confirm kart selection by pressing fire on player name (in case someone selects a kart first, their identity second, this is more natural) 2010-10-02 00:39:24 +00:00
kart_selection.hpp May now confirm kart selection by pressing fire on player name (in case someone selects a kart first, their identity second, this is more natural) 2010-10-02 00:39:24 +00:00
main_menu_screen.cpp Possibly fixed another thread-related bug 2010-10-03 18:56:26 +00:00
main_menu_screen.hpp Try to fix add-ons related crash at exit 2010-09-18 22:26:13 +00:00
options_screen_audio.cpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +00:00
options_screen_audio.hpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +00:00
options_screen_input2.cpp Show confirm dialog before permanently erasing keyboard config (the confirm dialog I added is reusable, so should we ever need another confirm dialog we can reuse this one) 2010-09-08 23:06:54 +00:00
options_screen_input2.hpp Show confirm dialog before permanently erasing keyboard config (the confirm dialog I added is reusable, so should we ever need another confirm dialog we can reuse this one) 2010-09-08 23:06:54 +00:00
options_screen_input.cpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +00:00
options_screen_input.hpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +00:00
options_screen_players.cpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +00:00
options_screen_players.hpp Fixed karts selection screen messed up after a resolution switch; added some refactor to allow easier fixing of such problems in the future. Documented many more methods along the way. 2010-05-01 19:16:38 +00:00
options_screen_video.cpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +00:00
options_screen_video.hpp Added support for selecting GUI skin through user interface; aded skins by Dakal as a proof it works 2010-05-15 18:10:55 +00:00
race_gui_base.hpp 1) Started adding new race result screen, which is for now disabled in the game. 2010-07-15 22:41:41 +00:00
race_gui.cpp Hopefully fixed nitrobar going off-screen at large resolutions : use a percentage of screensize, or an sbolute size multiplied by the scale parameter, but not both toghether. 2010-10-01 23:46:46 +00:00
race_gui.hpp Hide icons overlaping minimap 2010-09-12 15:25:48 +00:00
race_result_gui.cpp Definitions for GP points is now independent of the maximum number of karts. 2010-09-16 02:31:20 +00:00
race_result_gui.hpp Added experimental code to give a background per line for the race 2010-09-14 01:28:19 +00:00
race_setup_screen.cpp Fixed crash in case that not enough AI are selected in a FTL 2010-09-23 03:13:54 +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 Added much debug code to help detect bugs early in kart selection screen and player management (see recent ticket; although these checks can be useful outside of this particular ticket anyway) 2010-09-25 18:34:04 +00:00
state_manager.hpp Added much debug code to help detect bugs early in kart selection screen and player management (see recent ticket; although these checks can be useful outside of this particular ticket anyway) 2010-09-25 18:34:04 +00:00
tracks_screen.cpp Fixed compiler warning (unused variable). 2010-09-01 02:25:25 +00:00
tracks_screen.hpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +00:00