4jcraft/Minecraft.Client
Acemany 3cbd496186
Fix File class' delimeter and homepath detection
meow :3
deleted Minecraft::OS enum because we have #ifdef
mrrrp
changed save directory name to not mess with minecraft java
2026-03-13 06:10:44 +03: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 mrrrp (V-Sync Changes) 2026-03-11 00:09:07 -04:00
Input feat(input): add sprint keys 2026-03-10 22:42:14 -05:00
Level revising everything 2026-03-12 16:42:36 +01:00
Linux feat: OpenGL rendering implementation (GLFW/OpenGL 2.1 pipeline) 2026-03-05 11:18:20 +01:00
Network another delete operator missmatch 2026-03-10 02:27:16 +01:00
Platform typo 2026-03-12 17:34:17 +01:00
Player giant batch BOOOOM 2026-03-11 17:28:13 +01:00
Rendering Merge pull request #169 from nikita-edel/fix-with-ubsan 2026-03-12 21:14:17 -05:00
Textures shift of negative values, added casts 2026-03-11 03:59:41 +01:00
UI new blob 2026-03-11 18:49:36 +01:00
Utils first patch of UB 2026-03-09 21:54:43 +01:00
ClientConstants.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
ClientConstants.h refactor: byebye using namespace std 2026-03-08 22:43:44 +01:00
meson.build fix: dl dep is gone 2026-03-10 18:09:03 -05:00
Minecraft.cpp Fix File class' delimeter and homepath detection 2026-03-13 06:10:44 +03:00
Minecraft.h Fix File class' delimeter and homepath detection 2026-03-13 06:10:44 +03: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 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.

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