4jcraft/minecraft/Minecraft.Client/Common/Source Files/UI
MatthewBeshay ee31bfcec5 refactor: replace POSIX/Win32 APIs with standard C++ equivalents
Replaces platform-specific APIs across 21 files with std::chrono, std::fstream, std::filesystem, and std::this_thread. Adds PlatformTime.h utility header wrapping std::chrono::steady_clock for GetTickCount/QueryPerformanceCounter patterns.
2026-04-01 05:01:37 +11:00
..
All Platforms refactor: break World dependency on 4J modules via platform interfaces 2026-03-31 20:05:59 +11:00
Components move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05:00
Controls nuke memory tracking 2026-03-30 21:58:19 -05:00
Scenes fix: resolve ByteBuffer hardcoded path and static const linker errors 2026-03-31 21:50:15 +11:00
UI.h move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05:00
UIBitmapFont.cpp move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05:00
UIBitmapFont.h move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05:00
UIController.cpp refactor: replace POSIX/Win32 APIs with standard C++ equivalents 2026-04-01 05:01:37 +11:00
UIController.h refactor: remove arrayWithLength, replace with std::vector 2026-03-31 12:06:19 +11:00
UIFontData.cpp move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05:00
UIFontData.h move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05:00
UIGroup.cpp move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05:00
UIGroup.h move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05:00
UILayer.cpp move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05:00
UILayer.h move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05:00
UIScene.cpp refactor: remove arrayWithLength, replace with std::vector 2026-03-31 12:06:19 +11:00
UIScene.h move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05:00
UIString.cpp move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05:00
UIString.h move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05:00
UITTFFont.cpp move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05:00
UITTFFont.h move everything to minecraft subdir, switch to absolute include path 2026-03-30 11:01:08 -05:00