4jcraft/Minecraft.Client
2026-03-09 00:22:02 -05:00
..
Build refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
Commands refactor: unglob std::shared_ptr 2026-03-08 22:43:43 +01:00
GameState refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
Input refactor: byebye using namespace std 2026-03-08 22:43:44 +01:00
Level refactor: unglob std::dynamic_pointer_cast 2026-03-08 22:44:00 +01:00
Linux feat: OpenGL rendering implementation (GLFW/OpenGL 2.1 pipeline) 2026-03-05 11:18:20 +01:00
Network refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
Platform refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
Player refactor: unglob std::dynamic_pointer_cast 2026-03-08 22:44:00 +01:00
Rendering refactor: rename Build -> Platform in Minecraft.World 2026-03-08 21:33:18 -05:00
Textures fix: unglob everything else and make it build 2026-03-08 22:44:00 +01:00
UI refactor: rename Build -> Platform in Minecraft.World 2026-03-08 21:33:18 -05:00
Utils refactor: rename Build -> Platform in Minecraft.World 2026-03-08 21:33:18 -05:00
ClientConstants.cpp refactor: unglob std::wstring 2026-03-08 22:43:43 +01:00
ClientConstants.h refactor: byebye using namespace std 2026-03-08 22:43:44 +01:00
meson.build fix: hopefully get assets building 2026-03-09 00:22:02 -05:00
Minecraft.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
Minecraft.h refactor: byebye using namespace std 2026-03-08 22:43:44 +01:00
MinecraftServer.cpp refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
MinecraftServer.h refactor: byebye using namespace std 2026-03-08 22:43:44 +01:00
Network Implementation Notes.txt Initial dump 2026-03-01 15:49:25 +02: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.

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