stk-code_catmod/src/states_screens
hikerstk 1eb2aed0bf Fixed skipping of the first result table (see bug 3059531).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5902 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-06 11:11:38 +00:00
..
dialogs Completely removed getRaceResultOrder functions, added debug support 2010-09-05 14:05:59 +00:00
addons_screen.cpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +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 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +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 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +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 Removing useless print int the credits screen 2010-09-02 15:00:17 +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 Removed debug output. 2010-09-02 13:10:31 +00:00
feature_unlocked.hpp Moved layout code out of Widget and Screen classes; not only is it cleaner this way, it also paves the way for eventually making Dialog classes also use the XML layout code 2010-08-15 20:24:51 +00:00
grand_prix_lose.cpp Fixed incorrect animation frame in GP win/lose animations (see bug 2010-08-25 14:08:16 +00:00
grand_prix_lose.hpp Started performing API changes to support multiple GP losers eventually 2010-07-17 18:17:15 +00:00
grand_prix_win.cpp Fixed incorrect animation frame in GP win/lose animations (see bug 2010-08-25 14:08:16 +00:00
grand_prix_win.hpp Modified music handling, fixing the music heard during GP lost/won 2010-06-13 18:25:49 +00:00
help_screen_1.cpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +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 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +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 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +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
kart_selection.cpp Removed many abuses of the all-inclusive widgets.hpp header 2010-09-05 00:10:31 +00:00
kart_selection.hpp Simplified and cleaned up kart selection focus dispatcher logic; also corrected warp-around to work properly there 2010-06-26 17:19:12 +00:00
main_menu_screen.cpp Removed many abuses of the all-inclusive widgets.hpp header 2010-09-05 00:10:31 +00:00
main_menu_screen.hpp Fix the problem with the thread that tried to access to a screen that could be deleted 2010-08-31 09:12:18 +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 Cleaned out outdated code and no more relvant TODO 2010-08-16 00:13:10 +00:00
options_screen_input2.hpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +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 Bugfix in new animated icons: if the kart positions were not in the right order 2010-09-05 23:41:59 +00:00
race_gui.hpp Applied icon outline patch by jmimu, thanks\! 2010-09-04 18:29:04 +00:00
race_result_gui.cpp Fixed skipping of the first result table (see bug 3059531). 2010-09-06 11:11:38 +00:00
race_result_gui.hpp Fixed bug 3055452: crash at end of race (caused by displaying a 2010-08-29 23:13:28 +00:00
race_setup_screen.cpp Made Widget::m_text private and provided setter/getter functions 2010-08-24 23:07:13 +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 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +00:00
state_manager.hpp 1) Moved calls to World::(un)pause from state_manager into 2010-08-15 01:15:19 +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