4jcraft/Minecraft.Client
Tropical f0aa04a7ee fix: compute logical mouse position using window scale factor
Fixes mouse support in menus on systems with scaling factors other than 1.0x
2026-03-09 23:07:42 -05:00
..
Commands fix: shuffle around remaining paths to get everything building again/home/tropical/Documents/GitHub/4jcraft-real/Minecraft.World/Level/../../Minecraft.Client/Textures/Packs/TexturePack.h 2026-03-09 00:34:09 -05:00
GameState fix: shuffle around remaining paths to get everything building again/home/tropical/Documents/GitHub/4jcraft-real/Minecraft.World/Level/../../Minecraft.Client/Textures/Packs/TexturePack.h 2026-03-09 00:34:09 -05:00
Input fix: shuffle around remaining paths to get everything building again/home/tropical/Documents/GitHub/4jcraft-real/Minecraft.World/Level/../../Minecraft.Client/Textures/Packs/TexturePack.h 2026-03-09 00:34:09 -05:00
Level fix: shuffle around remaining paths to get everything building again/home/tropical/Documents/GitHub/4jcraft-real/Minecraft.World/Level/../../Minecraft.Client/Textures/Packs/TexturePack.h 2026-03-09 00:34:09 -05:00
Linux feat: OpenGL rendering implementation (GLFW/OpenGL 2.1 pipeline) 2026-03-05 11:18:20 +01:00
Network fix: shuffle around remaining paths to get everything building again/home/tropical/Documents/GitHub/4jcraft-real/Minecraft.World/Level/../../Minecraft.Client/Textures/Packs/TexturePack.h 2026-03-09 00:34:09 -05:00
Platform feat: restore unused java GUI 2026-03-09 22:29:32 -05:00
Player feat: restore unused java GUI 2026-03-09 22:29:32 -05:00
Rendering feat: restore unused java GUI 2026-03-09 22:29:32 -05:00
Textures feat: restore unused java GUI 2026-03-09 22:29:32 -05:00
UI fix: compute logical mouse position using window scale factor 2026-03-09 23:07:42 -05:00
Utils fix: shuffle around remaining paths to get everything building again/home/tropical/Documents/GitHub/4jcraft-real/Minecraft.World/Level/../../Minecraft.Client/Textures/Packs/TexturePack.h 2026-03-09 00:34:09 -05:00
ClientConstants.cpp refactor: modify ClientConstants::VERSION_STRING to list 4jcraft 2026-03-09 22:47:16 -05:00
ClientConstants.h refactor: byebye using namespace std 2026-03-08 22:43:44 +01:00
meson.build fix: remove vibecoded socket initialization fix 2026-03-09 09:52:47 -05:00
Minecraft.cpp feat: restore unused java GUI 2026-03-09 22:29:32 -05:00
Minecraft.h refactor: byebye using namespace std 2026-03-08 22:43:44 +01:00
MinecraftServer.cpp fix: shuffle around remaining paths to get everything building again/home/tropical/Documents/GitHub/4jcraft-real/Minecraft.World/Level/../../Minecraft.Client/Textures/Packs/TexturePack.h 2026-03-09 00:34:09 -05:00
MinecraftServer.h refactor: byebye using namespace std 2026-03-08 22:43:44 +01:00
Network Implementation Notes.txt
ReadMe.txt

========================================================================
    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.

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