stk-code_catmod/src/states_screens
hikerstk d50bd9dbe6 Merged the switch_coordinate_system branch with trunk. This means
that now all coordinate systems are y up, z forwards - including
the file format. For now only one track has been ported, the
rest will follow shortly.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4985 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-03-12 02:16:11 +00:00
..
dialogs The chest scene is now shown for challenges that require beating a GP too 2010-03-08 17:04:05 +00:00
arenas_screen.cpp Make a default selection in the arena selection screen 2010-02-17 23:32:43 +00:00
arenas_screen.hpp Started adding back support for 3 strikes mode (which doesn't work since no arena was converted yet) 2009-12-19 19:25:12 +00:00
challenges.cpp Can now unlock game modes too. Centralized a couple mode-related stuff to make code cleaner with new changes. Made challenges more robust, fixes a couple crashes that could happen because errors went undetected 2010-03-05 01:28:23 +00:00
challenges.hpp Improved support for multiplayer kart selection 2009-10-28 23:04:38 +00:00
credits.cpp Added Chinese translation, minor updates to credits 2010-01-31 18:34:36 +00:00
credits.hpp Improved support for multiplayer kart selection 2009-10-28 23:04:38 +00:00
feature_unlocked.cpp The chest scene is now shown for challenges that require beating a GP too 2010-03-08 17:04:05 +00:00
feature_unlocked.hpp The chest scene is now shown for challenges that require beating a GP too 2010-03-08 17:04:05 +00:00
grand_prix_over.cpp The chest scene is now shown for challenges that require beating a GP too 2010-03-08 17:04:05 +00:00
grand_prix_over.hpp Added moving camera in GP end 2010-02-22 00:15:36 +00:00
help_screen_1.cpp Improved support for multiplayer kart selection 2009-10-28 23:04:38 +00:00
help_screen_1.hpp Improved support for multiplayer kart selection 2009-10-28 23:04:38 +00:00
help_screen_2.cpp Improved support for multiplayer kart selection 2009-10-28 23:04:38 +00:00
help_screen_2.hpp Improved support for multiplayer kart selection 2009-10-28 23:04:38 +00:00
help_screen_3.cpp Improved support for multiplayer kart selection 2009-10-28 23:04:38 +00:00
help_screen_3.hpp Improved support for multiplayer kart selection 2009-10-28 23:04:38 +00:00
kart_selection.cpp Merged the switch_coordinate_system branch with trunk. This means 2010-03-12 02:16:11 +00:00
kart_selection.hpp Code cleanup in kart selection screen 2010-03-03 19:40:49 +00:00
main_menu_screen.cpp Fixed funny-colored stuff coming out of the chest (and fixed the network button hack to get there quicker) 2010-03-05 01:42:54 +00:00
main_menu_screen.hpp Improved support for multiplayer kart selection 2009-10-28 23:04:38 +00:00
options_screen_av.cpp Converted sound effects file to XML. Along the way, refactored the audio code to be more flexible. before, when a sound changed, you needed to edit the config file of STK, edit the enum in the header, edit the loader in the .cpp... was annoying. Now you only need to edit the config file. 2010-02-15 19:17:35 +00:00
options_screen_av.hpp Improved support for multiplayer kart selection 2009-10-28 23:04:38 +00:00
options_screen_input.cpp Removed unused constant, fixed compile error in switch 2010-03-05 02:41:10 +00:00
options_screen_input.hpp Implemented adding keyboard configs through the GUI 2009-12-28 18:13:24 +00:00
options_screen_players.cpp Improved support for multiplayer kart selection 2009-10-28 23:04:38 +00:00
options_screen_players.hpp Improved support for multiplayer kart selection 2009-10-28 23:04:38 +00:00
race_gui.cpp Added support for displaying the same fonts in different sizes. Use smaller font for in-game messages 2010-03-07 02:03:39 +00:00
race_gui.hpp Added support for displaying the same fonts in different sizes. Use smaller font for in-game messages 2010-03-07 02:03:39 +00:00
race_setup_screen.cpp Can now unlock game modes too. Centralized a couple mode-related stuff to make code cleaner with new changes. Made challenges more robust, fixes a couple crashes that could happen because errors went undetected 2010-03-05 01:28:23 +00:00
race_setup_screen.hpp Disable the AI karts amount widget when selection 3 Strikes Battle, because we have no AI for this mode 2010-02-18 01:07:21 +00:00
state_manager.cpp Fixed what happens when pressing escape on feature unlocked screen 2010-03-01 23:40:20 +00:00
state_manager.hpp Some cleanups with ActivePlayer. Moved it to StateManager, because that's where active players are created and stored - this will be less confusing than hiding it inside a configuration class. More work is still to be done if we want to make this code really clean, though. 2010-02-18 21:28:32 +00:00
tracks_screen.cpp Don't allow selecting ribbon grid filler items 2010-03-07 00:54:07 +00:00
tracks_screen.hpp Implemented track group support 2010-03-03 18:29:16 +00:00