stk-code_catmod/src/states_screens
hiker 655987b992 Removed NetworkPlayerProfile field from STKPeer (since if splitscreen will
be supported there will be no 1:1 relationship between peer and players
anymore). All voting related protocols were extended to include the
voting player's player id (sp in future split screen player can vote
individually - though atm they would all vote for the same thing).
2016-03-11 16:42:35 +11:00
..
dialogs Merge remote-tracking branch 'origin/master' into fix_replay 2016-02-22 07:26:26 +08:00
addons_screen.cpp Replaced Widget's set(De)Activated functions with one setActive(bool) 2015-07-03 16:19:28 +10:00
addons_screen.hpp Add forgotten override's where necessary 2016-02-21 01:36:15 +01:00
arenas_screen.cpp Make soccer menu useful in single player 2016-01-16 16:11:33 +08:00
arenas_screen.hpp Complete fix to arena selection menu (handle random arenas) 2015-12-10 15:49:47 +08:00
create_server_screen.cpp Work on networking GUI, combine older server interfaces with the newer online/profile screens 2016-02-16 18:33:09 -05:00
create_server_screen.hpp Removed server creation request (which is now down automatically 2015-11-05 23:34:27 +11:00
credits.cpp Fixed incorrect handling of 0x1a character in credit files 2015-09-28 09:12:45 +10:00
credits.hpp Add forgotten override's where necessary 2016-02-21 01:36:15 +01:00
cutscene_gui.cpp Use actual screen size when fading cutscenes. 2015-08-12 22:54:42 +02:00
cutscene_gui.hpp Add forgotten override's where necessary 2016-02-21 01:36:15 +01:00
easter_egg_screen.cpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
easter_egg_screen.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
edit_gp_screen.cpp Made more .stkgui name correspond to the c++ file name. 2015-10-07 12:33:36 +11:00
edit_gp_screen.hpp Add forgotten override's where necessary 2016-02-21 01:36:15 +01:00
edit_track_screen.cpp Replaced Widget's set(De)Activated functions with one setActive(bool) 2015-07-03 16:19:28 +10:00
edit_track_screen.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
feature_unlocked.cpp Merge branch 'master' into fixes 2015-07-03 15:29:53 +02:00
feature_unlocked.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
ghost_replay_selection.cpp Use uniform spelling for SuperTux 2016-03-08 08:17:47 +08:00
ghost_replay_selection.hpp Fix warning 2016-02-22 07:43:29 +08:00
gp_info_screen.cpp Remember race type in saved GP. 2015-10-21 22:42:59 +02:00
gp_info_screen.hpp Add forgotten override's where necessary 2016-02-21 01:36:15 +01:00
grand_prix_cutscene.cpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
grand_prix_cutscene.hpp Add forgotten override's where necessary 2016-02-21 01:36:15 +01:00
grand_prix_editor_screen.cpp Made more .stkgui name correspond to the c++ file name. 2015-10-07 12:33:36 +11:00
grand_prix_editor_screen.hpp Add forgotten override's where necessary 2016-02-21 01:36:15 +01:00
grand_prix_lose.cpp Bugfix : no music when losing GP, see #2296 2015-09-12 19:54:40 -04:00
grand_prix_lose.hpp Bugfix : no music when losing GP, see #2296 2015-09-12 19:54:40 -04:00
grand_prix_win.cpp Fix #1841 2016-03-05 16:01:42 +08:00
grand_prix_win.hpp Make sure there is music when winning a GP, fixes #2296 2015-08-31 19:33:05 -04:00
help_screen_1.cpp Replaced setLocalKartInfo with setPlayerKart. Updated some docs. 2016-01-12 13:00:45 +11:00
help_screen_1.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
help_screen_2.cpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
help_screen_2.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
help_screen_3.cpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
help_screen_3.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
help_screen_4.cpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
help_screen_4.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
kart_selection.cpp Code simplification. 2016-01-14 08:05:40 +11:00
kart_selection.hpp Fixed crash if more than one kart is connected to the server (since the 2015-12-10 17:37:28 +11:00
main_menu_screen.cpp Fix keep translating online/login issue 2016-03-07 09:08:27 +08:00
main_menu_screen.hpp Fix keep translating online/login issue 2016-03-07 09:08:27 +08:00
network_kart_selection.cpp Removed NetworkPlayerProfile field from STKPeer (since if splitscreen will 2016-03-11 16:42:35 +11:00
network_kart_selection.hpp Add forgotten override's where necessary 2016-02-21 01:36:15 +01:00
networking_lobby.cpp Merge remote-tracking branch 'origin/master' into refactor-network-string 2016-03-06 16:42:16 +11:00
networking_lobby.hpp Show the connected players in the player list of the gui. 2015-11-27 23:05:05 +11:00
offline_kart_selection.cpp Added missing GPL license. 2015-03-30 11:42:28 +11:00
offline_kart_selection.hpp Added missing GPL license. 2015-03-30 11:42:28 +11:00
online_profile_achievements.cpp Work on networking GUI, combine older server interfaces with the newer online/profile screens 2016-02-16 18:33:09 -05:00
online_profile_achievements.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
online_profile_base.cpp Work on networking GUI, combine older server interfaces with the newer online/profile screens 2016-02-16 18:33:09 -05:00
online_profile_base.hpp Work on networking GUI, combine older server interfaces with the newer online/profile screens 2016-02-16 18:33:09 -05:00
online_profile_friends.cpp Work on networking GUI, combine older server interfaces with the newer online/profile screens 2016-02-16 18:33:09 -05:00
online_profile_friends.hpp Add forgotten override's where necessary 2016-02-21 01:36:15 +01:00
online_profile_servers.cpp Add missing files forgotten in previous commit 2016-02-16 18:52:54 -05:00
online_profile_servers.hpp Add missing files forgotten in previous commit 2016-02-16 18:52:54 -05:00
online_profile_settings.cpp Work on networking GUI, combine older server interfaces with the newer online/profile screens 2016-02-16 18:33:09 -05:00
online_profile_settings.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
online_user_search.cpp Removed unnecessary variable. 2015-10-09 09:43:50 +11:00
online_user_search.hpp Removed unnecessary variable. 2015-10-09 09:43:50 +11:00
options_screen_audio.cpp Fix various issues reported by coverity 2015-07-30 18:46:01 +02:00
options_screen_audio.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
options_screen_device.cpp Match more .stkgui and .cpp file names. 2015-10-07 16:33:01 +11:00
options_screen_device.hpp Match more .stkgui and .cpp file names. 2015-10-07 16:33:01 +11:00
options_screen_input.cpp Match more .stkgui and .cpp file names. 2015-10-07 16:33:01 +11:00
options_screen_input.hpp Merge branch 'master' into fixes 2015-07-03 15:29:53 +02:00
options_screen_ui.cpp Remove hack 2016-03-05 10:04:05 +08:00
options_screen_ui.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
options_screen_video.cpp Fixed disabling "remember window pos" button when fullscreen is enabled. 2015-09-26 20:40:10 +02:00
options_screen_video.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
race_gui_base.cpp Remove most isGhostKart() hack when avoidable 2016-02-11 09:01:09 +08:00
race_gui_base.hpp Some lightning improvements: 2015-12-03 19:25:40 +01:00
race_gui_overworld.cpp Merge remote-tracking branch 'origin/master' into refactor_networking 2015-12-15 22:52:55 +11:00
race_gui_overworld.hpp Merge branch 'master' into fixes 2015-07-03 15:29:53 +02:00
race_gui.cpp Remove most isGhostKart() hack when avoidable 2016-02-11 09:01:09 +08:00
race_gui.hpp Merge branch 'master' into fixes 2015-07-03 15:29:53 +02:00
race_result_gui.cpp Work on networking GUI, combine older server interfaces with the newer online/profile screens 2016-02-16 18:33:09 -05:00
race_result_gui.hpp Add forgotten override's where necessary 2016-02-21 01:36:15 +01:00
race_setup_screen.cpp Update strings 2016-02-29 10:59:42 +08:00
race_setup_screen.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
register_screen.cpp Show "Fribidized" user name and enable input for it 2015-12-14 02:56:42 +08:00
register_screen.hpp Add forgotten override's where necessary 2016-02-21 01:36:15 +01:00
server_selection.cpp Work on networking GUI, combine older server interfaces with the newer online/profile screens 2016-02-16 18:33:09 -05:00
server_selection.hpp Add forgotten override's where necessary 2016-02-21 01:36:15 +01:00
soccer_setup_screen.cpp Allow saving default time limit option too 2016-01-22 12:27:09 +08:00
soccer_setup_screen.hpp Make soccer menu useful in single player 2016-01-16 16:11:33 +08:00
state_manager.cpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
state_manager.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
track_info_screen.cpp Allow auto-save replay when specified in time trial mode. 2016-02-11 00:42:33 +08:00
track_info_screen.hpp Allow auto-save replay when specified in time trial mode. 2016-02-11 00:42:33 +08:00
tracks_screen.cpp Removed NetworkPlayerProfile field from STKPeer (since if splitscreen will 2016-03-11 16:42:35 +11:00
tracks_screen.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
user_screen.cpp Show "Fribidized" user name and enable input for it 2015-12-14 02:56:42 +08:00
user_screen.hpp Add forgotten override's where necessary 2016-02-21 01:36:15 +01:00
waiting_for_others.cpp Fixed waiting screen. 2016-03-10 09:29:53 +11:00
waiting_for_others.hpp More work on networking UI 2016-03-06 20:01:40 -05:00