4jcraft/Minecraft.Client
ViniciusCruzMoura 580b947c6e UIScene_MainMenu: Enable the Exit Game Button Behaviour
i noticed that the exit game button on the menu screen wasn't working,
so i went ahead and enabled it and added the behavior to close the game.
i added a Close method in the 4J_Render class and made a tweak to the _xbox check.
the catch is that it uses the xbox text for the confirmation button,
so i’m not sure if it’s the best approach, but it does work fine for me

Signed-off-by: ViniciusCruzMoura <contato.cruz.moura@gmail.com>
2026-03-17 02:08:16 -04:00
..
Commands chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
GameState Merge branch 'dev' into feat/restore-java-gui 2026-03-16 16:04:30 +03:00
Input chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
Level chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
Network chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
Platform UIScene_MainMenu: Enable the Exit Game Button Behaviour 2026-03-17 02:08:16 -04:00
Player Merge pull request #155 from 4jcraft/feat/restore-java-gui 2026-03-16 18:36:17 +03:00
Rendering fix(lighting): use gamma value from java UI options for brightness 2026-03-16 19:37:12 +03:00
Textures fix(textures): remove ENABLE_JAVA_GUIS conditionals 2026-03-16 17:24:11 +03:00
UI Merge pull request #155 from 4jcraft/feat/restore-java-gui 2026-03-16 18:36:17 +03:00
Utils chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
ClientConstants.cpp Merge branch 'dev' into feat/restore-java-gui 2026-03-16 16:04:30 +03:00
ClientConstants.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
meson.build build: prevent enabling both iggy and java GUIs at the same time 2026-03-16 17:46:30 +03:00
Minecraft.cpp Merge pull request #155 from 4jcraft/feat/restore-java-gui 2026-03-16 18:36:17 +03:00
Minecraft.h fix: add dynamic window resize support 2026-03-16 01:11:29 -03:00
MinecraftServer.cpp Remove FLOAT aliases from timing paths 2026-03-16 04:37:56 +11:00
MinecraftServer.h chore: format Minecraft.Client 2026-03-13 17:10:10 -05:00
Network Implementation Notes.md Added Doxygen + GitHub Pages 2026-03-13 23:00:35 -04:00
ReadMe.txt Initial dump 2026-03-01 15:49:25 +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.

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