4jcraft/Minecraft.Client/Platform/Common
MatthewBeshay e89198f56c fix: sign entry crash and remove blocking callback workaround
- Initialize m_iEditingLine to 0 in SignEntryMenu constructor
  (was uninitialized, causing out-of-bounds array access)
- Add bounds check on m_iEditingLine before array access in callback
- Only truncate sign text if longer than 15 chars (avoid padding)
- Remove manual KeyboardCompleteSeedCallback call in
  LaunchMoreOptionsMenu (no longer needed since RequestKeyboard
  now fires callbacks asynchronously from Tick)
2026-03-30 13:41:54 +11:00
..
Audio cleaned up, less hacky, more silly 2026-03-27 20:54:21 +01:00
Colours TU19: merge ColourTable 2026-03-22 15:46:03 -05:00
DLC fix: resolve all build warnings and notes 2026-03-23 18:53:18 +11:00
GameRules refactor: remove heap-allocated AABBs 2026-03-28 02:58:56 -05:00
Leaderboards refactor: remove usage of win32 Sleep function for this_thread::sleep_for 2026-03-25 19:12:11 -05:00
Network refactor: remove aabb tls 2026-03-28 03:05:06 -05:00
Telemetry fix remaining orbis telemetry includes on linux 2026-03-22 13:41:38 -05:00
Trial
Tutorial refactor: remove heap-allocated AABBs 2026-03-28 02:58:56 -05:00
UI fix: sign entry crash and remove blocking callback workaround 2026-03-30 13:41:54 +11:00
XUI refactor: remove aabb tls 2026-03-28 03:05:06 -05:00
zlib refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
App_Defines.h build fixes 2026-03-22 00:10:15 -05:00
App_enums.h merge App_enums.h 2026-03-22 00:00:40 -05:00
App_structs.h merge App_structs.h 2026-03-22 14:05:46 -05:00
BuildVer.h update buildver to 1.6.0560 2026-03-23 01:46:21 +03:00
C4JMemoryPool.h
C4JMemoryPoolAllocator.h
Console_Awards_enum.h
Console_Debug_enum.h build fixes 2026-03-22 00:10:15 -05:00
Console_Utils.cpp Remove WinAPI types from console utility helpers 2026-03-14 07:32:45 +11:00
ConsoleGameMode.cpp
ConsoleGameMode.h
Consoles_App.cpp Merge branch 'dev' into func/bttr-cwd 2026-03-30 04:13:11 +02:00
Consoles_App.h fix various missing methods, update StringTable implementation 2026-03-22 14:52:55 -05:00
Minecraft_Macros.h Use fixed-width casts in skin bitmask macros 2026-03-11 15:38:51 +11:00
Potion_Macros.h
xuiscene_base.h