4jcraft/Minecraft.Client/Platform/Common/UI
ViniciusCruzMoura 580b947c6e UIScene_MainMenu: Enable the Exit Game Button Behaviour
i noticed that the exit game button on the menu screen wasn't working,
so i went ahead and enabled it and added the behavior to close the game.
i added a Close method in the 4J_Render class and made a tweak to the _xbox check.
the catch is that it uses the xbox text for the confirmation button,
so i’m not sure if it’s the best approach, but it does work fine for me

Signed-off-by: ViniciusCruzMoura <contato.cruz.moura@gmail.com>
2026-03-17 02:08:16 -04:00
..
IUIController.h Use bool for tooltip enable state 2026-03-11 15:38:43 +11:00
IUIScene_AbstractContainerMenu.cpp Fix Linux build warnings 2026-03-14 04:37:55 +11:00
IUIScene_AbstractContainerMenu.h Remove Win32 input types from abstract container menus 2026-03-11 15:38:45 +11:00
IUIScene_AnvilMenu.cpp Fix Linux build warnings 2026-03-14 04:37:55 +11:00
IUIScene_AnvilMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
IUIScene_BrewingMenu.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
IUIScene_BrewingMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
IUIScene_ContainerMenu.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
IUIScene_ContainerMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
IUIScene_CraftingMenu.cpp Remove Win32 wide string aliases from common UI 2026-03-11 15:38:45 +11:00
IUIScene_CraftingMenu.h Remove Win32 wide string aliases from common UI 2026-03-11 15:38:45 +11:00
IUIScene_CreativeMenu.cpp Fix Linux build warnings 2026-03-14 04:37:55 +11:00
IUIScene_CreativeMenu.h Merge pull request #215 from 4jcraft/dev 2026-03-13 12:11:37 -05:00
IUIScene_DispenserMenu.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
IUIScene_DispenserMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
IUIScene_EnchantingMenu.cpp Fix Linux build warnings 2026-03-14 04:37:55 +11:00
IUIScene_EnchantingMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
IUIScene_FurnaceMenu.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
IUIScene_FurnaceMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
IUIScene_InventoryMenu.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
IUIScene_InventoryMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
IUIScene_PauseMenu.cpp Remove UINT from common resource ID arrays 2026-03-14 06:33:33 +11:00
IUIScene_PauseMenu.h Remove Win32 callback types from UI helper scenes 2026-03-11 15:38:44 +11:00
IUIScene_StartGame.cpp Remove UINT from common resource ID arrays 2026-03-14 06:33:33 +11:00
IUIScene_StartGame.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
IUIScene_TradingMenu.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
IUIScene_TradingMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UI.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIBitmapFont.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIBitmapFont.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIComponent_Chat.cpp Fix Linux build warnings 2026-03-14 04:37:55 +11:00
UIComponent_Chat.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIComponent_DebugUIConsole.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIComponent_DebugUIConsole.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIComponent_DebugUIMarketingGuide.cpp Fixed more inconsistencies around win64 macro and iggy 2026-03-13 12:34:28 -05:00
UIComponent_DebugUIMarketingGuide.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIComponent_Logo.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIComponent_Logo.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIComponent_MenuBackground.cpp Fix Linux build warnings 2026-03-14 04:37:55 +11:00
UIComponent_MenuBackground.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIComponent_Panorama.cpp Fix Linux build warnings 2026-03-14 04:37:55 +11:00
UIComponent_Panorama.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIComponent_PressStartToPlay.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIComponent_PressStartToPlay.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIComponent_Tooltips.cpp Merge branch 'dev' into feat/iggy-dev 2026-03-14 03:25:09 -05:00
UIComponent_Tooltips.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIComponent_TutorialPopup.cpp Fix Linux build warnings 2026-03-14 04:37:55 +11:00
UIComponent_TutorialPopup.h Remove Win32 wide string aliases from common UI 2026-03-11 15:38:45 +11:00
UIControl.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_Base.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIControl_Base.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_BitmapIcon.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIControl_BitmapIcon.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_Button.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIControl_Button.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_ButtonList.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIControl_ButtonList.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_CheckBox.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIControl_CheckBox.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_Cursor.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_Cursor.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_DLCList.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIControl_DLCList.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_DynamicLabel.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIControl_DynamicLabel.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_EnchantmentBook.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_EnchantmentBook.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_EnchantmentButton.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_EnchantmentButton.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_HTMLLabel.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_HTMLLabel.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_Label.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIControl_Label.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_LeaderboardList.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIControl_LeaderboardList.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_MinecraftPlayer.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_MinecraftPlayer.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_PlayerList.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIControl_PlayerList.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_PlayerSkinPreview.cpp Remove Win32 state types from player skin preview 2026-03-11 15:38:45 +11:00
UIControl_PlayerSkinPreview.h Remove Win32 state types from player skin preview 2026-03-11 15:38:45 +11:00
UIControl_Progress.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIControl_Progress.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_SaveList.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIControl_SaveList.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_Slider.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIControl_Slider.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_SlotList.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_SlotList.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_SpaceIndicatorBar.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIControl_SpaceIndicatorBar.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_TextInput.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIControl_TextInput.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_TexturePackList.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIControl_TexturePackList.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_Touch.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIControl_Touch.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIController.cpp Merge pull request #155 from 4jcraft/feat/restore-java-gui 2026-03-16 18:36:17 +03:00
UIController.h fix: add dynamic window resize support 2026-03-16 01:11:29 -03:00
UIEnums.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIFontData.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIFontData.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIGroup.cpp uninitialized vptr 2026-03-10 23:22:34 +01:00
UIGroup.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UILayer.cpp UIScene_MainMenu: Enable the Exit Game Button Behaviour 2026-03-17 02:08:16 -04:00
UILayer.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene.cpp UIScene_MainMenu: Enable the Exit Game Button Behaviour 2026-03-17 02:08:16 -04:00
UIScene.h fix: UB due to assuming wchar_t is utf16 2026-03-13 12:34:28 -05:00
UIScene_AbstractContainerMenu.cpp fix: UB due to assuming wchar_t is utf16 2026-03-13 12:34:28 -05:00
UIScene_AbstractContainerMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_AnvilMenu.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIScene_AnvilMenu.h Remove Win32 callback types from UI keyboard scenes 2026-03-11 15:38:44 +11:00
UIScene_BrewingStandMenu.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_BrewingStandMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_ConnectingProgress.cpp Use standard dialog ID arrays in common UI 2026-03-11 15:38:52 +11:00
UIScene_ConnectingProgress.h Remove Win32 callback types from progress scenes 2026-03-11 15:38:44 +11:00
UIScene_ContainerMenu.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_ContainerMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_ControlsMenu.cpp Remove Win32 string aliases from UI menus 2026-03-11 15:38:46 +11:00
UIScene_ControlsMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_CraftingMenu.cpp fix: UB due to assuming wchar_t is utf16 2026-03-13 12:34:28 -05:00
UIScene_CraftingMenu.h Remove Win32 wide string aliases from common UI 2026-03-11 15:38:45 +11:00
UIScene_CreateWorldMenu.cpp Remove UINT from common resource ID arrays 2026-03-14 06:33:33 +11:00
UIScene_CreateWorldMenu.h Remove Win32 callback types from launch menus 2026-03-11 15:38:43 +11:00
UIScene_CreativeMenu.cpp Fix the remaining C++26 build warnings 2026-03-16 22:17:17 +11:00
UIScene_CreativeMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_Credits.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIScene_Credits.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_DeathMenu.cpp Remove UINT from common resource ID arrays 2026-03-14 06:33:33 +11:00
UIScene_DeathMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_DebugCreateSchematic.cpp Fix the remaining C++26 build warnings 2026-03-16 22:17:17 +11:00
UIScene_DebugCreateSchematic.h Remove Win32 callback types from UI keyboard scenes 2026-03-11 15:38:44 +11:00
UIScene_DebugOptions.cpp Remove Win32 wide string aliases from common UI 2026-03-11 15:38:45 +11:00
UIScene_DebugOptions.h Remove Win32 wide string aliases from common UI 2026-03-11 15:38:45 +11:00
UIScene_DebugOverlay.cpp fix: accidentally declared static in the implementation 2026-03-13 12:34:28 -05:00
UIScene_DebugOverlay.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_DebugSetCamera.cpp Fix Linux build warnings 2026-03-14 04:37:55 +11:00
UIScene_DebugSetCamera.h Remove Win32 callback types from UI keyboard scenes 2026-03-11 15:38:44 +11:00
UIScene_DispenserMenu.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_DispenserMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_DLCMainMenu.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_DLCMainMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_DLCOffersMenu.cpp Remove Win32 wide char aliases from DLC UI flows 2026-03-11 15:38:46 +11:00
UIScene_DLCOffersMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_EnchantingMenu.cpp fix: UB due to assuming wchar_t is utf16 2026-03-13 12:34:28 -05:00
UIScene_EnchantingMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_EndPoem.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIScene_EndPoem.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_EULA.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_EULA.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_FullscreenProgress.cpp Fix Linux build warnings 2026-03-14 04:37:55 +11:00
UIScene_FullscreenProgress.h Remove Win32 callback types from progress scenes 2026-03-11 15:38:44 +11:00
UIScene_FurnaceMenu.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_FurnaceMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_HelpAndOptionsMenu.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_HelpAndOptionsMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_HowToPlay.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIScene_HowToPlay.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_HowToPlayMenu.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_HowToPlayMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_HUD.cpp Merge branch 'dev' into feat/iggy-dev 2026-03-14 03:25:09 -05:00
UIScene_HUD.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_InGameHostOptionsMenu.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_InGameHostOptionsMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_InGameInfoMenu.cpp Remove UINT from common resource ID arrays 2026-03-14 06:33:33 +11:00
UIScene_InGameInfoMenu.h Remove Win32 player ID types from in-game info menu 2026-03-11 15:38:44 +11:00
UIScene_InGamePlayerOptionsMenu.cpp Use standard dialog ID arrays in common UI 2026-03-11 15:38:52 +11:00
UIScene_InGamePlayerOptionsMenu.h Use standard small-id types in player options 2026-03-11 15:38:43 +11:00
UIScene_InGameSaveManagementMenu.cpp Remove UINT from common resource ID arrays 2026-03-14 06:33:33 +11:00
UIScene_InGameSaveManagementMenu.h Remove DWORD from UI thumbnail callback headers 2026-03-11 15:38:47 +11:00
UIScene_Intro.cpp fix: still skip intro scene in java gui 2026-03-16 18:34:06 +03:00
UIScene_Intro.h fix: still skip intro scene in java gui 2026-03-16 18:34:06 +03:00
UIScene_InventoryMenu.cpp Merge branch 'dev' into feat/iggy-dev 2026-03-14 03:25:09 -05:00
UIScene_InventoryMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_JoinMenu.cpp Remove UINT from common resource ID arrays 2026-03-14 06:33:33 +11:00
UIScene_JoinMenu.h Remove Win32 callback types from join and load menus 2026-03-11 15:38:43 +11:00
UIScene_Keyboard.cpp Remove explicit casts when passing strings to Iggy 2026-03-13 12:34:28 -05:00
UIScene_Keyboard.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_LaunchMoreOptionsMenu.cpp Fix Linux build warnings 2026-03-14 04:37:55 +11:00
UIScene_LaunchMoreOptionsMenu.h Remove Win32 callback types from launch menus 2026-03-11 15:38:43 +11:00
UIScene_LeaderboardsMenu.cpp Fix the remaining C++26 build warnings 2026-03-16 22:17:17 +11:00
UIScene_LeaderboardsMenu.h Remove Win32 wide char types from leaderboard UI 2026-03-11 15:38:45 +11:00
UIScene_LoadMenu.cpp Remove WinAPI ints from network and save helpers 2026-03-14 06:52:03 +11:00
UIScene_LoadMenu.h Remove DWORD from UI thumbnail callback headers 2026-03-11 15:38:47 +11:00
UIScene_LoadOrJoinMenu.cpp Remove UINT from common resource ID arrays 2026-03-14 06:33:33 +11:00
UIScene_LoadOrJoinMenu.h Remove DWORD from UI thumbnail callback headers 2026-03-11 15:38:47 +11:00
UIScene_MainMenu.cpp UIScene_MainMenu: Enable the Exit Game Button Behaviour 2026-03-17 02:08:16 -04:00
UIScene_MainMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_MessageBox.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_MessageBox.h Remove Win32 callback types from common UI scenes 2026-03-11 15:38:44 +11:00
UIScene_PauseMenu.cpp Remove UINT from common resource ID arrays 2026-03-14 06:33:33 +11:00
UIScene_PauseMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_QuadrantSignin.cpp Use standard types in profile content helpers 2026-03-11 16:23:57 +11:00
UIScene_QuadrantSignin.h Remove DWORD from UI thumbnail callback headers 2026-03-11 15:38:47 +11:00
UIScene_ReinstallMenu.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_ReinstallMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_SaveMessage.cpp Use standard dialog ID arrays in common UI 2026-03-11 15:38:52 +11:00
UIScene_SaveMessage.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_SettingsAudioMenu.cpp Remove Win32 wide char aliases from settings menus 2026-03-11 15:38:46 +11:00
UIScene_SettingsAudioMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_SettingsControlMenu.cpp Remove Win32 wide char aliases from settings menus 2026-03-11 15:38:46 +11:00
UIScene_SettingsControlMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_SettingsGraphicsMenu.cpp Remove Win32 wide char aliases from settings menus 2026-03-11 15:38:46 +11:00
UIScene_SettingsGraphicsMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_SettingsMenu.cpp Use standard dialog ID arrays in common UI 2026-03-11 15:38:52 +11:00
UIScene_SettingsMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_SettingsOptionsMenu.cpp Remove Win32 wide char aliases from settings menus 2026-03-11 15:38:46 +11:00
UIScene_SettingsOptionsMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_SettingsUIMenu.cpp Remove Win32 wide char aliases from settings menus 2026-03-11 15:38:46 +11:00
UIScene_SettingsUIMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_SignEntryMenu.cpp Use standard types in keyboard request APIs 2026-03-11 15:38:47 +11:00
UIScene_SignEntryMenu.h Remove Win32 callback types from UI keyboard scenes 2026-03-11 15:38:44 +11:00
UIScene_SkinSelectMenu.cpp Merge branch 'dev' into feat/iggy-dev 2026-03-15 00:49:59 -05:00
UIScene_SkinSelectMenu.h Remove Win32 wide char aliases from skin select menu 2026-03-11 15:38:45 +11:00
UIScene_TeleportMenu.cpp Remove Win32 player ID types from teleport menu 2026-03-11 15:38:44 +11:00
UIScene_TeleportMenu.h Remove Win32 player ID types from teleport menu 2026-03-11 15:38:44 +11:00
UIScene_Timer.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_Timer.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_TradingMenu.cpp fix: UB due to assuming wchar_t is utf16 2026-03-13 12:34:28 -05:00
UIScene_TradingMenu.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIScene_TrialExitUpsell.cpp UIScene_MainMenu: Enable the Exit Game Button Behaviour 2026-03-17 02:08:16 -04:00
UIScene_TrialExitUpsell.h refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
UIStructs.h UIStructs: Explicitly initialize all members of LaunchMoreOptions struct 2026-03-13 12:36:29 -05:00
UITTFFont.cpp Use portable file IO for UI TTF fonts 2026-03-11 15:38:44 +11:00
UITTFFont.h Use portable file IO for UI TTF fonts 2026-03-11 15:38:44 +11:00