smartcmd-MinecraftConsoles/Minecraft.Client/Common/UI
ModMaker101 a9be52c41a
Project modernization (#630)
* Fixed boats falling and a TP glitch #266

* Replaced every C-style cast with C++ ones

* Replaced every C-style cast with C++ ones

* Fixed boats falling and a TP glitch #266

* Updated NULL to nullptr and fixing some type issues

* Modernized and fixed a few bugs

- Replaced most instances of `NULL` with `nullptr`.
- Replaced most `shared_ptr(new ...)` with `make_shared`.
- Removed the `nullptr` macro as it was interfering with the actual nullptr keyword in some instances.

* Fixing more conflicts

* Replace int loops with size_t and start work on overrides
2026-03-08 09:56:03 +07:00
..
IUIController.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
IUIScene_AbstractContainerMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
IUIScene_AbstractContainerMenu.h refactor: refactor KBM input code 2026-03-05 01:12:48 +08:00
IUIScene_AnvilMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
IUIScene_AnvilMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
IUIScene_BeaconMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
IUIScene_BeaconMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
IUIScene_BrewingMenu.cpp Initial commit 2026-03-01 12:16:08 +08:00
IUIScene_BrewingMenu.h Initial commit 2026-03-01 12:16:08 +08:00
IUIScene_CommandBlockMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
IUIScene_CommandBlockMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
IUIScene_ContainerMenu.cpp Initial commit 2026-03-01 12:16:08 +08:00
IUIScene_ContainerMenu.h Initial commit 2026-03-01 12:16:08 +08:00
IUIScene_CraftingMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
IUIScene_CraftingMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
IUIScene_CreativeMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
IUIScene_CreativeMenu.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
IUIScene_DispenserMenu.cpp Initial commit 2026-03-01 12:16:08 +08:00
IUIScene_DispenserMenu.h Initial commit 2026-03-01 12:16:08 +08:00
IUIScene_EnchantingMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
IUIScene_EnchantingMenu.h Initial commit 2026-03-01 12:16:08 +08:00
IUIScene_FireworksMenu.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
IUIScene_FireworksMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
IUIScene_FurnaceMenu.cpp Initial commit 2026-03-01 12:16:08 +08:00
IUIScene_FurnaceMenu.h Initial commit 2026-03-01 12:16:08 +08:00
IUIScene_HopperMenu.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
IUIScene_HopperMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
IUIScene_HorseInventoryMenu.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
IUIScene_HorseInventoryMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
IUIScene_HUD.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
IUIScene_HUD.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
IUIScene_InventoryMenu.cpp Initial commit 2026-03-01 12:16:08 +08:00
IUIScene_InventoryMenu.h Initial commit 2026-03-01 12:16:08 +08:00
IUIScene_PauseMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
IUIScene_PauseMenu.h Initial commit 2026-03-01 12:16:08 +08:00
IUIScene_StartGame.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
IUIScene_StartGame.h Initial commit 2026-03-01 12:16:08 +08:00
IUIScene_TradingMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
IUIScene_TradingMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UI.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIBitmapFont.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIBitmapFont.h Initial commit 2026-03-01 12:16:08 +08:00
UIComponent_Chat.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIComponent_Chat.h Initial commit 2026-03-01 12:16:08 +08:00
UIComponent_DebugUIConsole.cpp Initial commit 2026-03-01 12:16:08 +08:00
UIComponent_DebugUIConsole.h Initial commit 2026-03-01 12:16:08 +08:00
UIComponent_DebugUIMarketingGuide.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIComponent_DebugUIMarketingGuide.h Initial commit 2026-03-01 12:16:08 +08:00
UIComponent_Logo.cpp Initial commit 2026-03-01 12:16:08 +08:00
UIComponent_Logo.h Initial commit 2026-03-01 12:16:08 +08:00
UIComponent_MenuBackground.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIComponent_MenuBackground.h Initial commit 2026-03-01 12:16:08 +08:00
UIComponent_Panorama.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIComponent_Panorama.h Initial commit 2026-03-01 12:16:08 +08:00
UIComponent_PressStartToPlay.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIComponent_PressStartToPlay.h Initial commit 2026-03-01 12:16:08 +08:00
UIComponent_Tooltips.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIComponent_Tooltips.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIComponent_TutorialPopup.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIComponent_TutorialPopup.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIControl.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIControl.h Overhaul Keyboard/Mouse Support (#612) 2026-03-06 12:38:12 -06:00
UIControl_Base.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIControl_Base.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIControl_BeaconEffectButton.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIControl_BeaconEffectButton.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIControl_BitmapIcon.cpp Initial commit 2026-03-01 12:16:08 +08:00
UIControl_BitmapIcon.h Initial commit 2026-03-01 12:16:08 +08:00
UIControl_Button.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIControl_Button.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIControl_ButtonList.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIControl_ButtonList.h Overhaul Keyboard/Mouse Support (#612) 2026-03-06 12:38:12 -06:00
UIControl_CheckBox.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIControl_CheckBox.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIControl_Cursor.cpp Initial commit 2026-03-01 12:16:08 +08:00
UIControl_Cursor.h Initial commit 2026-03-01 12:16:08 +08:00
UIControl_DLCList.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIControl_DLCList.h Initial commit 2026-03-01 12:16:08 +08:00
UIControl_DynamicLabel.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIControl_DynamicLabel.h Initial commit 2026-03-01 12:16:08 +08:00
UIControl_EnchantmentBook.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIControl_EnchantmentBook.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
UIControl_EnchantmentButton.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIControl_EnchantmentButton.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIControl_HTMLLabel.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIControl_HTMLLabel.h Initial commit 2026-03-01 12:16:08 +08:00
UIControl_Label.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIControl_Label.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIControl_LeaderboardList.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIControl_LeaderboardList.h Initial commit 2026-03-01 12:16:08 +08:00
UIControl_MinecraftHorse.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIControl_MinecraftHorse.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIControl_MinecraftPlayer.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIControl_MinecraftPlayer.h Initial commit 2026-03-01 12:16:08 +08:00
UIControl_PlayerList.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIControl_PlayerList.h Initial commit 2026-03-01 12:16:08 +08:00
UIControl_PlayerSkinPreview.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIControl_PlayerSkinPreview.h Initial commit 2026-03-01 12:16:08 +08:00
UIControl_Progress.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIControl_Progress.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIControl_SaveList.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIControl_SaveList.h Initial commit 2026-03-01 12:16:08 +08:00
UIControl_Slider.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIControl_Slider.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIControl_SlotList.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIControl_SlotList.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIControl_SpaceIndicatorBar.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIControl_SpaceIndicatorBar.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
UIControl_TextInput.cpp Overhaul Keyboard/Mouse Support (#612) 2026-03-06 12:38:12 -06:00
UIControl_TextInput.h Overhaul Keyboard/Mouse Support (#612) 2026-03-06 12:38:12 -06:00
UIControl_TexturePackList.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIControl_TexturePackList.h Initial commit 2026-03-01 12:16:08 +08:00
UIControl_Touch.cpp Initial commit 2026-03-01 12:16:08 +08:00
UIControl_Touch.h Initial commit 2026-03-01 12:16:08 +08:00
UIController.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIController.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIEnums.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIFontData.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIFontData.h Initial commit 2026-03-01 12:16:08 +08:00
UIGroup.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIGroup.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
UILayer.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UILayer.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_AbstractContainerMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_AbstractContainerMenu.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_AnvilMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_AnvilMenu.h Overhaul Keyboard/Mouse Support (#612) 2026-03-06 12:38:12 -06:00
UIScene_BeaconMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_BeaconMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_BrewingStandMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_BrewingStandMenu.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
UIScene_ConnectingProgress.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_ConnectingProgress.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_ContainerMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_ContainerMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_ControlsMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_ControlsMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_CraftingMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_CraftingMenu.h Overhaul Keyboard/Mouse Support (#612) 2026-03-06 12:38:12 -06:00
UIScene_CreateWorldMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_CreateWorldMenu.h Overhaul Keyboard/Mouse Support (#612) 2026-03-06 12:38:12 -06:00
UIScene_CreativeMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_CreativeMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_Credits.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_Credits.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_DeathMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_DeathMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_DebugCreateSchematic.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_DebugCreateSchematic.h Overhaul Keyboard/Mouse Support (#612) 2026-03-06 12:38:12 -06:00
UIScene_DebugOptions.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_DebugOptions.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_DebugOverlay.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_DebugOverlay.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_DebugSetCamera.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_DebugSetCamera.h Overhaul Keyboard/Mouse Support (#612) 2026-03-06 12:38:12 -06:00
UIScene_DispenserMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_DispenserMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_DLCMainMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_DLCMainMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_DLCOffersMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_DLCOffersMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_EnchantingMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_EnchantingMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_EndPoem.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_EndPoem.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_EULA.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_EULA.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_FireworksMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_FireworksMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_FullscreenProgress.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_FullscreenProgress.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_FurnaceMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_FurnaceMenu.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
UIScene_HelpAndOptionsMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_HelpAndOptionsMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_HopperMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_HopperMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_HorseInventoryMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_HorseInventoryMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_HowToPlay.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_HowToPlay.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_HowToPlayMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_HowToPlayMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_HUD.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_HUD.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_InGameHostOptionsMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_InGameHostOptionsMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_InGameInfoMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_InGameInfoMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_InGamePlayerOptionsMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_InGamePlayerOptionsMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_InGameSaveManagementMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_InGameSaveManagementMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_Intro.cpp Disable EULA popup 2026-03-06 13:44:43 -06:00
UIScene_Intro.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_InventoryMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_InventoryMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_JoinMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_JoinMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_Keyboard.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_Keyboard.h Fix save list, delete save, exit without saving, and blank username on Windows64 (#539) 2026-03-05 14:57:37 -06:00
UIScene_LanguageSelector.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_LanguageSelector.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_LaunchMoreOptionsMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_LaunchMoreOptionsMenu.h Overhaul Keyboard/Mouse Support (#612) 2026-03-06 12:38:12 -06:00
UIScene_LeaderboardsMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_LeaderboardsMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_LoadMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_LoadMenu.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
UIScene_LoadOrJoinMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_LoadOrJoinMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_MainMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_MainMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_MessageBox.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_MessageBox.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_NewUpdateMessage.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_NewUpdateMessage.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_PauseMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_PauseMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_QuadrantSignin.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_QuadrantSignin.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_ReinstallMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_ReinstallMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_SaveMessage.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_SaveMessage.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_SettingsAudioMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_SettingsAudioMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_SettingsControlMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_SettingsControlMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_SettingsGraphicsMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_SettingsGraphicsMenu.h Add Render Distance option. (#675) 2026-03-06 19:14:06 -06:00
UIScene_SettingsMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_SettingsMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_SettingsOptionsMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_SettingsOptionsMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_SettingsUIMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_SettingsUIMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_SignEntryMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_SignEntryMenu.h Overhaul Keyboard/Mouse Support (#612) 2026-03-06 12:38:12 -06:00
UIScene_SkinSelectMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_SkinSelectMenu.h win cpp23 compat: Minecraft.Client 2026-03-07 23:58:51 +07:00
UIScene_TeleportMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_TeleportMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_Timer.cpp feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_Timer.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_TradingMenu.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_TradingMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_TrialExitUpsell.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIScene_TrialExitUpsell.h Initial commit 2026-03-01 12:16:08 +08:00
UIString.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UIString.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIStructs.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
UITTFFont.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
UITTFFont.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00