Files
GabsPuNs-Project_Zenith_Main/Minecraft.Client
Zero 5355394a5a Implement RMLUI string translation via LCE StringTable
Replace hardcoded English strings in RML UI files with {IDS_XXX}
placeholders that are translated at runtime via RmlUi's TranslateString
override, which looks up keys in the LCE StringTable.

- Override SystemInterface_Win64::TranslateString to scan for {KEY}
  patterns and resolve them via StringTable::getString(wstring)
- Add GetLCEStringTable() accessor to CConsoleMinecraftApp
- Update PauseMenu.rml, SettingsMenu.rml, HelpOptions.rml with IDS_XXX keys
- Update dynamic dialog SetInnerRML calls in UIScene_PauseMenu.cpp
- Fix CMakePresets.json: remove hardcoded VS2022 ml64.exe path
2026-06-12 15:46:34 +02:00
..
2026-06-10 16:12:51 +02:00
2026-06-07 00:20:11 -04:00
2026-06-07 00:18:53 -04:00
2026-06-10 16:12:51 +02:00
2026-06-07 00:19:16 -04:00
2026-06-07 00:16:16 -04:00
2026-06-07 00:18:53 -04:00
2026-06-10 16:12:51 +02:00
2026-06-07 00:21:20 -04:00
2026-06-07 00:18:53 -04:00
2026-06-07 00:16:16 -04:00
2026-06-11 22:07:34 -04:00
2026-06-11 22:07:34 -04:00
2026-06-10 16:12:51 +02:00
2026-06-07 00:17:31 -04:00
2026-06-07 00:21:20 -04:00
2026-06-07 00:16:16 -04:00
2026-06-10 16:12:51 +02:00

========================================================================
    Xbox 360 APPLICATION : Minecraft.Client Project Overview
========================================================================

AppWizard has created this Minecraft.Client application for you.  

This file contains a summary of what you will find in each of the files that
make up your Minecraft.Client application.

Minecraft.Client.vcxproj
    This is the main project file for VC++ projects generated using an Application Wizard. 
    It contains information about the version of Visual C++ that generated the file, and 
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

Minecraft.Client.cpp
    This is the main application source file.



/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////