4jcraft/Minecraft.Client/Platform/Linux
MatthewBeshay 28d68befd4 Replace remaining WinAPI types with standard C++ equivalents
DWORD→uint32_t, BYTE→uint8_t, HRESULT→int32_t, HANDLE→void*, UINT→uint32_t, INT→int32_t, WORD→uint16_t, LONG→int32_t, SHORT→int16_t, LONGLONG→int64_t, ULONG_PTR→uintptr_t, PBYTE→uint8_t*, LPWSTR/PWSTR→wchar_t*, FLOAT→float, CHAR→char, boolean→bool, CONST→const, TRUE→true, FALSE→false across 176 files (excluding vendor libs and Linux stubs).
2026-03-30 17:36:15 +11:00
..
Iggy refactor meson and final gles support, cleaner gdraw 2026-03-29 20:55:58 -05:00
Leaderboards chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
Sentient Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
Social Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
Stubs SIZE_T -> size_t 2026-03-30 00:42:26 -05:00
Linux_App.cpp WCHAR -> wchar_t 2026-03-30 00:42:26 -05:00
Linux_App.h WCHAR -> wchar_t 2026-03-30 00:42:26 -05:00
linux_game_stubs.cpp WCHAR -> wchar_t 2026-03-30 00:42:26 -05:00
Linux_Minecraft.cpp Replace remaining WinAPI types with standard C++ equivalents 2026-03-30 17:36:15 +11:00
Linux_ShutdownManager.cpp checkpoint: refresh supported-path portability baseline 2026-03-26 17:05:31 +11:00
Linux_UIController.cpp fix(linux): increase iggy render-target budget to 64mb 2026-03-29 20:55:59 -05:00
Linux_UIController.h TU19: merge Minecraft.Client/Platform/Common/Tutorial 2026-03-22 03:51:48 -05:00
LinuxGL.cpp Cleaned up linuxGL.cpp 2026-03-29 20:55:58 -05:00
LinuxGL.h move LinuxGL.h to Platform/Linux 2026-03-13 17:15:44 -05:00