neoLegacy/Minecraft.Client/Common/UI
2026-05-14 21:58:05 +03:00
..
IUIController.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
IUIScene_AbstractContainerMenu.cpp Elytra 2026-04-24 20:00:35 -04:00
IUIScene_AbstractContainerMenu.h feat: classic crafting 2026-05-01 10:27:56 +01:00
IUIScene_AnvilMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
IUIScene_AnvilMenu.h add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
IUIScene_BeaconMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
IUIScene_BeaconMenu.h add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
IUIScene_BrewingMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
IUIScene_BrewingMenu.h Initial commit 2026-03-01 12:16:08 +08:00
IUIScene_ClassicCraftingMenu.cpp feat: classic crafting 2026-05-01 10:27:56 +01:00
IUIScene_ClassicCraftingMenu.h feat: classic crafting 2026-05-01 10:27:56 +01:00
IUIScene_CommandBlockMenu.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
IUIScene_CommandBlockMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
IUIScene_ContainerMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
IUIScene_ContainerMenu.h Initial commit 2026-03-01 12:16:08 +08:00
IUIScene_CraftingMenu.cpp fix: make hoe/sword achievement 2026-04-28 16:19:35 +01:00
IUIScene_CraftingMenu.h add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
IUIScene_CreativeMenu.cpp fix: move level 4 potions slightly forward 2026-04-26 14:16:16 -04:00
IUIScene_CreativeMenu.h add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
IUIScene_DispenserMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
IUIScene_DispenserMenu.h Initial commit 2026-03-01 12:16:08 +08:00
IUIScene_EnchantingMenu.cpp fix: clients crashing on enchantment attempt, disabled quick equip until further notice, updated enchantingmenu swfs because lapis slot was missing? 2026-04-16 20:47:14 +01:00
IUIScene_EnchantingMenu.h Initial commit 2026-03-01 12:16:08 +08:00
IUIScene_FireworksMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
IUIScene_FireworksMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
IUIScene_FurnaceMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03: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 add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
IUIScene_HorseInventoryMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
IUIScene_HUD.cpp chore: replace backslashes with forward slashes for linux cross compilation 2026-04-20 18:15:27 +03:00
IUIScene_HUD.h feat: implement hardcore hearts with game mode lock 2026-03-30 13:50:29 -05:00
IUIScene_InventoryMenu.cpp feat: classic crafting 2026-05-01 10:27:56 +01:00
IUIScene_InventoryMenu.h Initial commit 2026-03-01 12:16:08 +08:00
IUIScene_PauseMenu.cpp remove creation of DX11 renderer 2026-05-03 20:52:26 +03:00
IUIScene_PauseMenu.h Initial commit 2026-03-01 12:16:08 +08:00
IUIScene_StartGame.cpp Feat: LoadCreateJoin (alfin kliado) 2026-04-20 23:28:09 -03:00
IUIScene_StartGame.h Initial commit 2026-03-01 12:16:08 +08:00
IUIScene_TradingMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
IUIScene_TradingMenu.h add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
IUIScene_WritingBookMenu.cpp chore: replace backslashes with forward slashes for linux cross compilation 2026-04-20 18:15:27 +03:00
IUIScene_WritingBookMenu.h Book & Quill - Initial Commit 2026-04-05 15:05:03 +01:00
UI.h feat: classic crafting 2026-05-01 10:27:56 +01:00
UIBitmapFont.cpp Enable multi-language font rendering and Unicode text input 2026-03-16 23:08:05 -05:00
UIBitmapFont.h Initial commit 2026-03-01 12:16:08 +08:00
UIComponent_Chat.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03: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 Modernize project codebase (#906) 2026-03-08 18:08:36 -05: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 Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UIComponent_MenuBackground.h Initial commit 2026-03-01 12:16:08 +08:00
UIComponent_Panorama.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIComponent_Panorama.h Initial commit 2026-03-01 12:16:08 +08:00
UIComponent_PressStartToPlay.cpp feat: achievements 2026-04-26 15:27:19 +01:00
UIComponent_PressStartToPlay.h feat: achievements 2026-04-26 15:27:19 +01:00
UIComponent_Tooltips.cpp Fix joining servers in split screen, splitscreen fixes (#1031) 2026-03-13 01:32:18 -05:00
UIComponent_Tooltips.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIComponent_TutorialPopup.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIComponent_TutorialPopup.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIControl.cpp feat(TU31): LoadCreateJoin improvements (#65) 2026-05-12 14:23:36 +03:00
UIControl.h feat(TU31): LoadCreateJoin improvements (#65) 2026-05-12 14:23:36 +03:00
UIControl_AchievementsList.cpp feat: achievements 2026-04-26 15:27:19 +01:00
UIControl_AchievementsList.h feat: achievements 2026-04-26 15:27:19 +01:00
UIControl_Base.cpp Merge remote-tracking branch 'itsRevela/main' 2026-04-09 15:21:43 +03:00
UIControl_Base.h Book & Quill - Initial Commit 2026-04-05 15:05:03 +01:00
UIControl_BeaconEffectButton.cpp fix: beacon menu item consumption, data sync, and button state issues 2026-04-09 21:34:48 -05: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_Book.cpp Book & Quill - Initial Commit 2026-04-05 15:05:03 +01:00
UIControl_Book.h Book & Quill - Initial Commit 2026-04-05 15:05:03 +01: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 Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UIControl_ButtonList.h Overhaul Keyboard/Mouse Support (#612) 2026-03-06 12:38:12 -06:00
UIControl_CheckBox.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05: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 Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UIControl_DLCList.h Initial commit 2026-03-01 12:16:08 +08:00
UIControl_DynamicLabel.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UIControl_DynamicLabel.h Initial commit 2026-03-01 12:16:08 +08:00
UIControl_EnchantmentBook.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIControl_EnchantmentBook.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
UIControl_EnchantmentButton.cpp Feat: Updated Enchanting Mechanics 2026-04-10 13:18:42 +01:00
UIControl_EnchantmentButton.h Feat: Updated Enchanting Mechanics 2026-04-10 13:18:42 +01:00
UIControl_HTMLLabel.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UIControl_HTMLLabel.h Initial commit 2026-03-01 12:16:08 +08:00
UIControl_Label.cpp Merge branch 'main-re' into upstream-merge 2026-04-10 22:00:17 +03:00
UIControl_Label.h Book & Quill - Initial Commit 2026-04-05 15:05:03 +01:00
UIControl_LeaderboardList.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UIControl_LeaderboardList.h Initial commit 2026-03-01 12:16:08 +08:00
UIControl_MinecraftHorse.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIControl_MinecraftHorse.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIControl_MinecraftPlayer.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIControl_MinecraftPlayer.h Initial commit 2026-03-01 12:16:08 +08:00
UIControl_PageFlip.cpp Book & Quill - Initial Commit 2026-04-05 15:05:03 +01:00
UIControl_PageFlip.h Book & Quill - Initial Commit 2026-04-05 15:05:03 +01:00
UIControl_PlayerList.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UIControl_PlayerList.h Initial commit 2026-03-01 12:16:08 +08:00
UIControl_PlayerSkinPreview.cpp Merge remote-tracking branch 'itsRevela/main' 2026-04-09 15:21:43 +03:00
UIControl_PlayerSkinPreview.h add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIControl_Progress.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UIControl_Progress.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIControl_SaveList.cpp feat(TU31): LoadCreateJoin improvements (#65) 2026-05-12 14:23:36 +03:00
UIControl_SaveList.h feat(TU31): LoadCreateJoin improvements (#65) 2026-05-12 14:23:36 +03:00
UIControl_Slider.cpp Refactor: Allow slider to be set 2026-04-13 15:30:40 +01:00
UIControl_Slider.h Refactor: Allow slider to be set 2026-04-13 15:30:40 +01: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 Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UIControl_SpaceIndicatorBar.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
UIControl_TextInput.cpp Merge remote-tracking branch 'itsRevela/main' 2026-04-09 15:21:43 +03:00
UIControl_TextInput.h Overhaul Keyboard/Mouse Support (#612) 2026-03-06 12:38:12 -06:00
UIControl_TexturePackList.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05: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 feat: Change cursor icon (#69) 2026-05-14 21:58:05 +03:00
UIController.h feat: Change cursor icon (#69) 2026-05-14 21:58:05 +03:00
UIEnums.h feat: classic crafting 2026-05-01 10:27:56 +01:00
UIFontData.cpp Enable multi-language font rendering and Unicode text input 2026-03-16 23:08:05 -05:00
UIFontData.h Enable multi-language font rendering and Unicode text input 2026-03-16 23:08:05 -05:00
UIGroup.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UIGroup.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
UILayer.cpp feat: classic crafting 2026-05-01 10:27:56 +01:00
UILayer.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UIScene.cpp Merge remote-tracking branch 'Revelations/main' into upstream-merge 2026-04-28 03:01:30 +03:00
UIScene.h fix: Prevent gamemode slider movement when hardcore mode is enabled 2026-04-13 17:18:15 +03:00
UIScene_AbstractContainerMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_AbstractContainerMenu.h feat: classic crafting 2026-05-01 10:27:56 +01:00
UIScene_AchievementsMenu.cpp refactor: remove redundant commented code 2026-04-28 16:20:02 +01:00
UIScene_AchievementsMenu.h fix: achievements (2) 2026-04-26 20:12:34 +01:00
UIScene_AnvilMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_AnvilMenu.h add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_BeaconMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_BeaconMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_BookAndQuillMenu.cpp chore: replace backslashes with forward slashes for linux cross compilation 2026-04-20 18:15:27 +03:00
UIScene_BookAndQuillMenu.h Book & Quill - Initial Commit 2026-04-05 15:05:03 +01:00
UIScene_BrewingStandMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_BrewingStandMenu.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
UIScene_ClassicCraftingMenu.cpp feat: classic crafting 2026-05-01 10:27:56 +01:00
UIScene_ClassicCraftingMenu.h feat: classic crafting 2026-05-01 10:27:56 +01:00
UIScene_ConnectingProgress.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_ConnectingProgress.h Refactor async server joining with eJoinState enum and dedicated progress UI 2026-03-26 11:51:17 -05:00
UIScene_ContainerMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_ContainerMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_ControlsMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_ControlsMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_CraftingMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_CraftingMenu.h crafting 9ingredients [skip ci] 2026-03-19 18:34:54 +01:00
UIScene_CreateWorldMenu.cpp Fix: Fixed the double press sound on more options againg on the loadmenu and create world menu 2026-04-21 00:38:41 -03:00
UIScene_CreateWorldMenu.h fix: Prevent gamemode slider movement when hardcore mode is enabled 2026-04-13 17:18:15 +03:00
UIScene_CreativeMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_CreativeMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_Credits.cpp chore: sync credits screen and Star History with upstream org rename 2026-04-11 02:01:26 -05:00
UIScene_Credits.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_DeathMenu.cpp Merge branch 'main-re' into upstream-merge 2026-04-10 22:00:17 +03:00
UIScene_DeathMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_DebugCreateSchematic.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_DebugCreateSchematic.h add support for linux clang cross compiles 2026-04-08 12:03:15 +03: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 add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_DebugOverlay.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_DebugSetCamera.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_DebugSetCamera.h Overhaul Keyboard/Mouse Support (#612) 2026-03-06 12:38:12 -06:00
UIScene_DispenserMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_DispenserMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_DLCMainMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_DLCMainMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_DLCOffersMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_DLCOffersMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_EnchantingMenu.cpp Fix: Lapis Slot for Enchanting takes and consumes any item 2026-04-12 18:42:59 +01:00
UIScene_EnchantingMenu.h Feat: Updated Enchanting Mechanics 2026-04-10 13:18:42 +01:00
UIScene_EndPoem.cpp Merge remote-tracking branch 'itsRevela/main' 2026-04-09 15:21:43 +03:00
UIScene_EndPoem.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_EULA.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_EULA.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_FireworksMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_FireworksMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_FullscreenProgress.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_FullscreenProgress.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_FurnaceMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_FurnaceMenu.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
UIScene_HelpAndOptionsMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_HelpAndOptionsMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_HopperMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_HopperMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_HorseInventoryMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_HorseInventoryMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_HowToPlay.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_HowToPlay.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_HowToPlayMenu.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UIScene_HowToPlayMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_HUD.cpp fix: load/create at lower resolutions, chore: remove console spam 2026-04-19 11:56:34 +01:00
UIScene_HUD.h Add Chat Formatting Support For Servers (#1483) 2026-04-13 00:49:49 -05:00
UIScene_InGameHostOptionsMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_InGameHostOptionsMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_InGameInfoMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_InGameInfoMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_InGamePlayerOptionsMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_InGamePlayerOptionsMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_InGameSaveManagementMenu.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05: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 fix: dedicated server (#67) 2026-05-14 13:27:56 +03:00
UIScene_InventoryMenu.h feat: classic crafting 2026-05-01 10:27:56 +01:00
UIScene_JoinMenu.cpp feat(TU31): LoadCreateJoin improvements (#65) 2026-05-12 14:23:36 +03:00
UIScene_JoinMenu.h feat(TU31): LoadCreateJoin improvements (#65) 2026-05-12 14:23:36 +03:00
UIScene_Keyboard.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_Keyboard.h Split screen, widescreen support, font rendering fixes, ui scaling fixes (#767) 2026-03-08 15:49:50 -05:00
UIScene_LanguageSelector.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UIScene_LanguageSelector.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_LaunchMoreOptionsMenu.cpp Fixed issue with world seeds not saving correctly (#1119) 2026-03-30 06:05:32 -05:00
UIScene_LaunchMoreOptionsMenu.h Overhaul Keyboard/Mouse Support (#612) 2026-03-06 12:38:12 -06:00
UIScene_LeaderboardsMenu.cpp feat. leaderboard + fix for building on linux 2026-04-21 13:26:09 -04:00
UIScene_LeaderboardsMenu.h add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_LoadCreateJoinMenu.cpp feat(TU31): LoadCreateJoin improvements (#65) 2026-05-12 14:23:36 +03:00
UIScene_LoadCreateJoinMenu.h feat(TU31): LoadCreateJoin improvements (#65) 2026-05-12 14:23:36 +03:00
UIScene_LoadMenu.cpp feat. leaderboard + fix for building on linux 2026-04-21 13:26:09 -04:00
UIScene_LoadMenu.h fix: Prevent gamemode slider movement when hardcore mode is enabled 2026-04-13 17:18:15 +03:00
UIScene_LoadOrJoinMenu.cpp fix: hardcore mode UI not locking difficulty/gamemode on world load 2026-04-17 07:06:26 -05:00
UIScene_LoadOrJoinMenu.h Fix save space indicator display 2026-03-17 07:44:52 -07:00
UIScene_MainMenu.cpp Merge remote-tracking branch 'Revelations/main' into upstream-merge 2026-04-28 03:01:30 +03:00
UIScene_MainMenu.h feat: Guardians 2026-04-10 14:03:32 +02:00
UIScene_MessageBox.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UIScene_MessageBox.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_NewUpdateMessage.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_NewUpdateMessage.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_PauseMenu.cpp fix: achievements (2) 2026-04-26 20:12:34 +01:00
UIScene_PauseMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_QuadrantSignin.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_QuadrantSignin.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_ReinstallMenu.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UIScene_ReinstallMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_SaveMessage.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UIScene_SaveMessage.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_SettingsAudioMenu.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UIScene_SettingsAudioMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_SettingsControlMenu.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UIScene_SettingsControlMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_SettingsGraphicsMenu.cpp Merge remote-tracking branch 'itsRevela/main' 2026-04-09 15:21:43 +03:00
UIScene_SettingsGraphicsMenu.h Add VSync and fullscreen settings, fix swap chain resize and revert lighting changes 2026-03-19 11:04:49 -05:00
UIScene_SettingsMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_SettingsMenu.h Initial commit 2026-03-01 12:16:08 +08:00
UIScene_SettingsOptionsMenu.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UIScene_SettingsOptionsMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_SettingsUIMenu.cpp feat(TU31): LoadCreateJoin improvements (#65) 2026-05-12 14:23:36 +03:00
UIScene_SettingsUIMenu.h feat(TU31): LoadCreateJoin improvements (#65) 2026-05-12 14:23:36 +03:00
UIScene_SignEntryMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_SignEntryMenu.h Overhaul Keyboard/Mouse Support (#612) 2026-03-06 12:38:12 -06:00
UIScene_SkinSelectMenu.cpp Merge remote-tracking branch 'itsRevela/main' into upstream-merge 2026-04-17 21:22:20 +03:00
UIScene_SkinSelectMenu.h add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_TeleportMenu.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03: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 add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIScene_TradingMenu.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIScene_TrialExitUpsell.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
UIScene_TrialExitUpsell.h Initial commit 2026-03-01 12:16:08 +08:00
UISplitScreenHelpers.h Split screen, widescreen support, font rendering fixes, ui scaling fixes (#767) 2026-03-08 15:49:50 -05:00
UIString.cpp add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
UIString.h feat: TU19 (Dec 2014) Features & Content (#155) 2026-03-03 03:04:10 +08:00
UIStructs.h Merge remote-tracking branch 'itsRevela/main' 2026-04-09 15:21:43 +03:00
UITTFFont.cpp fix: resolve merge conflicts and integrate XML locale updates (#1) 2026-04-11 02:47:59 +03:00
UITTFFont.h fix: resolve merge conflicts and integrate XML locale updates (#1) 2026-04-11 02:47:59 +03:00
UIUnicodeBitmapFont.cpp Enable multi-language font rendering and Unicode text input 2026-03-16 23:08:05 -05:00
UIUnicodeBitmapFont.h Enable multi-language font rendering and Unicode text input 2026-03-16 23:08:05 -05:00