.. |
dialogs
|
Convert (partialy) the addons dialog in the new xml system
|
2010-08-16 09:34:31 +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
|
Adding support for the translator-credits string, it will add automatically the name of the translators
|
2010-08-22 18:13:49 +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
|
Bugfix: uninitialised variable was used, which causes (at least on Windows) the camera
|
2010-08-17 04:01:17 +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
|
1) Moved calls to World::(un)pause from state_manager into
|
2010-08-15 01:15:19 +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
|
1) Moved calls to World::(un)pause from state_manager into
|
2010-08-15 01:15:19 +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
|
1) Moved calls to World::(un)pause from state_manager into
|
2010-08-15 01:15:19 +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
|
Adding a mutex in the main_screen to avoid problem with the thread that loads the news
|
2010-08-22 17:51:48 +00:00 |
main_menu_screen.hpp
|
Adding a mutex in the main_screen to avoid problem with the thread that loads the news
|
2010-08-22 17:51:48 +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
|
Renamed CGUIFont.{h,cpp} to scalable_font.{hc}pp, removed all
|
2010-07-21 00:01:22 +00:00 |
race_gui.hpp
|
Added new base class for race gui (in prepration for improved
|
2010-07-11 23:03:54 +00:00 |
race_result_gui.cpp
|
1) Fixed incorrect colours for rows (player karts should be in red).
|
2010-08-01 23:37:39 +00:00 |
race_result_gui.hpp
|
1) Fixed incorrect colours for rows (player karts should be in red).
|
2010-08-01 23:37:39 +00:00 |
race_setup_screen.cpp
|
1) Moved calls to World::(un)pause from state_manager into
|
2010-08-15 01:15:19 +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
|
1) Moved calls to World::(un)pause from state_manager into
|
2010-08-15 01:15:19 +00:00 |
tracks_screen.hpp
|
1) Moved calls to World::(un)pause from state_manager into
|
2010-08-15 01:15:19 +00:00 |