4jcraft/Minecraft.Client
ThePixelMoon 87c9733e09
Merge pull request #80 from zukrmn/fix/linux-compiler-warnings
fix: resolve high-severity Linux compiler warnings
2026-03-07 03:23:05 +02:00
..
Assets feat: move script & folder refactor 2026-03-05 03:29:23 -05:00
Audio feat: move script & folder refactor 2026-03-05 03:29:23 -05:00
Build fix: remove byte type alias 2026-03-06 05:03:37 -06:00
Commands feat: move script & folder refactor 2026-03-05 03:29:23 -05:00
GameState fix: resolve high-severity Linux compiler warnings 2026-03-06 22:57:02 +00:00
Input feat: move script & folder refactor 2026-03-05 03:29:23 -05:00
Level fix: remove byte type alias 2026-03-06 05:03:37 -06:00
Linux feat: OpenGL rendering implementation (GLFW/OpenGL 2.1 pipeline) 2026-03-05 11:18:20 +01:00
Network fix: remove byte type alias 2026-03-06 05:03:37 -06:00
Platform fix: more replacement mistakes 2026-03-06 05:09:17 -06:00
Player fix: remove byte type alias 2026-03-06 05:03:37 -06:00
Rendering fix: remove byte type alias 2026-03-06 05:03:37 -06:00
Textures Merge pull request #62 from 4jcraft/fix/byte-typealias 2026-03-06 18:40:36 +01:00
UI feat: enhance Linux rendering support and clean up unused UI code 2026-03-05 13:31:12 +01:00
Utils feat: move script & folder refactor 2026-03-05 03:29:23 -05:00
ClientConstants.cpp feat: move script & folder refactor 2026-03-05 03:29:23 -05:00
ClientConstants.h game compiles 2026-03-06 06:13:22 +01:00
meson.build filez 2026-03-06 08:03:07 +01:00
Minecraft.cpp feat: enhance Linux rendering support and clean up unused UI code 2026-03-05 13:31:12 +01:00
Minecraft.h feat: move script & folder refactor 2026-03-05 03:29:23 -05:00
MinecraftServer.cpp Horrible code alert 2026-03-05 19:06:07 +01:00
MinecraftServer.h feat: move script & folder refactor 2026-03-05 03:29:23 -05: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.

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