4jcraft/Minecraft.Client
2026-03-08 22:43:43 +01:00
..
Assets
Audio Move assets to more logical location 2026-03-08 22:41:47 +01:00
Build Sort localisation strings alphabetically like 4j does 2026-03-08 22:42:33 +01:00
Commands refactor: unglob std::shared_ptr 2026-03-08 22:43:43 +01:00
GameState refactor: unglob std::shared_ptr 2026-03-08 22:43:43 +01:00
Input
Level refactor: unglob std::shared_ptr 2026-03-08 22:43:43 +01:00
Linux feat: OpenGL rendering implementation (GLFW/OpenGL 2.1 pipeline) 2026-03-05 11:18:20 +01:00
Network refactor: unglob std::shared_ptr 2026-03-08 22:43:43 +01:00
Platform refactor: unglob std::shared_ptr 2026-03-08 22:43:43 +01:00
Player refactor: unglob std::shared_ptr 2026-03-08 22:43:43 +01:00
Rendering refactor: unglob std::shared_ptr 2026-03-08 22:43:43 +01:00
Textures fix: resolve all remaining compilation warnings 2026-03-08 22:40:41 +01:00
UI refactor: unglob std::shared_ptr 2026-03-08 22:43:43 +01:00
Utils
ClientConstants.cpp
ClientConstants.h game compiles 2026-03-06 06:13:22 +01:00
meson.build Create dedicated assets project to enable localisation header generation 2026-03-08 22:42:32 +01:00
Minecraft.cpp refactor: unglob std::shared_ptr 2026-03-08 22:43:43 +01:00
Minecraft.h refactor: unglob std::shared_ptr 2026-03-08 22:43:43 +01:00
MinecraftServer.cpp refactor: unglob std::shared_ptr 2026-03-08 22:43:43 +01:00
MinecraftServer.h
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.

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