4jcraft/Minecraft.Client
Tropical 43a28fc490
Merge pull request #71 from 4jcraft/refactor/no-std-wildcard
refactor: remove `using namespace std`
2026-03-08 10:09:33 -05:00
..
Assets
Audio Move assets to more logical location 2026-03-06 23:47:26 +00:00
Build Merge pull request #71 from 4jcraft/refactor/no-std-wildcard 2026-03-08 10:09:33 -05:00
Commands refactor: unglob std::shared_ptr 2026-03-06 11:20:45 -06:00
GameState Merge pull request #71 from 4jcraft/refactor/no-std-wildcard 2026-03-08 10:09:33 -05:00
Input refactor: byebye using namespace std 2026-03-06 12:16:41 -06:00
Level refactor: unglob std::dynamic_pointer_cast 2026-03-06 22:13:29 -06:00
Linux feat: OpenGL rendering implementation (GLFW/OpenGL 2.1 pipeline) 2026-03-05 11:18:20 +01:00
Network refactor: unglob std::dynamic_pointer_cast 2026-03-06 22:13:29 -06:00
Platform Merge pull request #71 from 4jcraft/refactor/no-std-wildcard 2026-03-08 10:09:33 -05:00
Player refactor: unglob std::dynamic_pointer_cast 2026-03-06 22:13:29 -06:00
Rendering Merge pull request #71 from 4jcraft/refactor/no-std-wildcard 2026-03-08 10:09:33 -05:00
Textures Merge pull request #71 from 4jcraft/refactor/no-std-wildcard 2026-03-08 10:09:33 -05:00
UI Merge pull request #71 from 4jcraft/refactor/no-std-wildcard 2026-03-08 10:09:33 -05:00
Utils refactor: unglob std::pair 2026-03-06 20:37:41 -06:00
ClientConstants.cpp refactor: unglob std::wstring 2026-03-06 11:50:22 -06:00
ClientConstants.h refactor: byebye using namespace std 2026-03-06 12:16:41 -06:00
meson.build Create dedicated assets project to enable localisation header generation 2026-03-07 14:36:34 +00:00
Minecraft.cpp refactor: unglob std::dynamic_pointer_cast 2026-03-06 22:13:29 -06:00
Minecraft.h refactor: byebye using namespace std 2026-03-06 12:16:41 -06:00
MinecraftServer.cpp Merge pull request #71 from 4jcraft/refactor/no-std-wildcard 2026-03-08 10:09:33 -05:00
MinecraftServer.h refactor: byebye using namespace std 2026-03-06 12:16:41 -06: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.

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