4jcraft/Minecraft.Client/UI/Screens
2026-03-30 02:17:54 -05:00
..
AbstractContainerScreen.cpp Merge branch 'upstream-dev' into cleanup/nullptr-replacement 2026-03-30 16:28:40 +11:00
AbstractContainerScreen.h fix(jui): make creative screen correctly override menu clicked() 2026-03-29 15:52:38 -05:00
AchievementPopup.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
AchievementPopup.h refactor: replace double-underscore MSVC integer types with stdint 2026-03-30 00:08:25 -05:00
AchievementScreen.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
AchievementScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
BeaconScreen.cpp feat(jui): add beacon screen 2026-03-29 15:52:35 -05:00
BeaconScreen.h feat(jui): add beacon screen 2026-03-29 15:52:35 -05:00
BrewingStandScreen.cpp feat(jui): add brewing stand screen (+ fix enchantment screen not being used) 2026-03-29 15:52:18 -05:00
BrewingStandScreen.h feat(jui): add brewing stand screen (+ fix enchantment screen not being used) 2026-03-29 15:52:18 -05:00
ChatScreen.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
ChatScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
ConfirmScreen.cpp fix(jui): remove debug autoconfirm from ConfirmScreen 2026-03-29 15:50:34 -05:00
ConfirmScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
ConnectScreen.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
ConnectScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
ContainerScreen.cpp chore: format everything 2026-03-30 02:17:54 -05:00
ContainerScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
ControlsScreen.cpp chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
ControlsScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
CraftingScreen.cpp chore(jui): remove inaccurate "unused" comments 2026-03-29 15:52:18 -05:00
CraftingScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
CreateWorldScreen.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
CreateWorldScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
CreativeInventoryScreen.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
CreativeInventoryScreen.h fix: rebase issue with CreativeInventoryScreen 2026-03-29 16:12:30 -05:00
DeathScreen.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
DeathScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
DisconnectedScreen.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
DisconnectedScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
EnchantmentScreen.cpp chore(jui): remove inaccurate "unused" comments 2026-03-29 15:52:18 -05:00
EnchantmentScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
ErrorScreen.cpp chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
ErrorScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
FurnaceScreen.cpp chore(jui): remove inaccurate "unused" comments 2026-03-29 15:52:18 -05:00
FurnaceScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
HopperScreen.cpp chore(jui): remove inaccurate "unused" comments 2026-03-29 15:52:18 -05:00
HopperScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
HorseInventoryScreen.cpp chore(jui): remove inaccurate "unused" comments 2026-03-29 15:52:18 -05:00
HorseInventoryScreen.h feat(jui): add horse inventory screen 2026-03-29 15:50:34 -05:00
InBedChatScreen.cpp chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
InBedChatScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
InventoryScreen.cpp chore(jui): remove inaccurate "unused" comments 2026-03-29 15:52:18 -05:00
InventoryScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
JoinMultiplayerScreen.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
JoinMultiplayerScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
MerchantScreen.cpp fix(jui): accidental ! in deprecated recipe check 2026-03-29 15:52:19 -05:00
MerchantScreen.h feat(jui): add merchant screen 2026-03-29 15:52:19 -05:00
MessageScreen.cpp feat(jui): (re-)add transitional screens 2026-03-19 03:37:39 +03:00
MessageScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
NameEntryScreen.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
NameEntryScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
OptionsScreen.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
OptionsScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
PauseScreen.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
PauseScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
ReceivingLevelScreen.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
ReceivingLevelScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
RenameWorldScreen.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
RenameWorldScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
RepairScreen.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
RepairScreen.h feat(jui): add anvil screen 2026-03-29 15:50:35 -05:00
SelectWorldScreen.cpp chore: format everything 2026-03-30 02:17:54 -05:00
SelectWorldScreen.h chore: fmt 2026-03-29 15:52:18 -05:00
StatsScreen.cpp chore: format everything 2026-03-30 02:17:54 -05:00
StatsScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
TextEditScreen.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
TextEditScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
TitleScreen.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
TitleScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00
TrapScreen.cpp Merge branch 'upstream-dev' into cleanup/shared-portability-reset-v2 2026-03-30 15:21:08 +11:00
TrapScreen.h feat(jui): re-enable and update TrapScreen 2026-03-29 15:50:36 -05:00
VideoSettingsScreen.cpp refactor: replace NULL with nullptr across C++ codebase 2026-03-30 16:25:52 +11:00
VideoSettingsScreen.h refactor(jui): specify overrides, resourcelocations, and localization 2026-03-29 15:51:23 -05:00