MinecraftConsoles/Minecraft.Client
NΞVΛR fa25430694 Fix for exe not running, not founding the project directory
In _tWinMain (Windows64_Minecraft.cpp) add logic to detect if the executable path contains "\\x64\\". If found, truncate the path at that position, append "\\Minecraft.Client" and call SetCurrentDirectoryA to set the process working directory. This ensures relative resource paths resolve correctly when running from an x64 build output directory; the change is guarded by a substring check and uses MAX_PATH-safe APIs.
2026-03-01 18:19:38 +01:00
..
Common feat: Windows64 local multiplayer support (#13) 2026-03-02 00:50:48 +08:00
Durango Initial commit 2026-03-01 12:16:08 +08:00
DurangoMedia Initial commit 2026-03-01 12:16:08 +08:00
music Initial commit 2026-03-01 12:16:08 +08:00
Orbis Initial commit 2026-03-01 12:16:08 +08:00
OrbisMedia Initial commit 2026-03-01 12:16:08 +08:00
PS3 Initial commit 2026-03-01 12:16:08 +08:00
PS3_GAME Initial commit 2026-03-01 12:16:08 +08:00
PS3Media Initial commit 2026-03-01 12:16:08 +08:00
PS4_GAME Initial commit 2026-03-01 12:16:08 +08:00
PSVita Initial commit 2026-03-01 12:16:08 +08:00
PSVitaMedia Initial commit 2026-03-01 12:16:08 +08:00
redist64 Initial commit 2026-03-01 12:16:08 +08:00
sce_sys Initial commit 2026-03-01 12:16:08 +08:00
TROPDIR/NPWR05636_00 Initial commit 2026-03-01 12:16:08 +08:00
Windows64 Fix for exe not running, not founding the project directory 2026-03-01 18:19:38 +01:00
Windows64Media Initial commit 2026-03-01 12:16:08 +08:00
Xbox Fix compilation for Clang-cl (#10) 2026-03-01 23:29:08 +08:00
AbstractContainerScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
AbstractContainerScreen.h Initial commit 2026-03-01 12:16:08 +08:00
AbstractTexturePack.cpp Initial commit 2026-03-01 12:16:08 +08:00
AbstractTexturePack.h Initial commit 2026-03-01 12:16:08 +08:00
AchievementPopup.cpp Initial commit 2026-03-01 12:16:08 +08:00
AchievementPopup.h Initial commit 2026-03-01 12:16:08 +08:00
AchievementScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
AchievementScreen.h Initial commit 2026-03-01 12:16:08 +08:00
AllowAllCuller.cpp Initial commit 2026-03-01 12:16:08 +08:00
AllowAllCuller.h Initial commit 2026-03-01 12:16:08 +08:00
alphaTest.png Initial commit 2026-03-01 12:16:08 +08:00
ArchiveFile.cpp Initial commit 2026-03-01 12:16:08 +08:00
ArchiveFile.h Initial commit 2026-03-01 12:16:08 +08:00
ArrowRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
ArrowRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
BlazeModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
BlazeModel.h Initial commit 2026-03-01 12:16:08 +08:00
BlazeRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
BlazeRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
BoatModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
BoatModel.h Initial commit 2026-03-01 12:16:08 +08:00
BoatRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
BoatRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
BookModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
BookModel.h Initial commit 2026-03-01 12:16:08 +08:00
BreakingItemParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
BreakingItemParticle.h Initial commit 2026-03-01 12:16:08 +08:00
BubbleParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
BubbleParticle.h Initial commit 2026-03-01 12:16:08 +08:00
BufferedImage.cpp Initial commit 2026-03-01 12:16:08 +08:00
BufferedImage.h Initial commit 2026-03-01 12:16:08 +08:00
Button.cpp Initial commit 2026-03-01 12:16:08 +08:00
Button.h Initial commit 2026-03-01 12:16:08 +08:00
Camera.cpp Initial commit 2026-03-01 12:16:08 +08:00
Camera.h Initial commit 2026-03-01 12:16:08 +08:00
ChatScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
ChatScreen.h Initial commit 2026-03-01 12:16:08 +08:00
ChestModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
ChestModel.h Initial commit 2026-03-01 12:16:08 +08:00
ChestRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
ChestRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
ChickenModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
ChickenModel.h Initial commit 2026-03-01 12:16:08 +08:00
ChickenRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
ChickenRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
Chunk.cpp Initial commit 2026-03-01 12:16:08 +08:00
Chunk.h Initial commit 2026-03-01 12:16:08 +08:00
ClassDiagram.cd Initial commit 2026-03-01 12:16:08 +08:00
ClientConnection.cpp feat: Windows64 local multiplayer support (#13) 2026-03-02 00:50:48 +08:00
ClientConnection.h Initial commit 2026-03-01 12:16:08 +08:00
ClientConstants.cpp Initial commit 2026-03-01 12:16:08 +08:00
ClientConstants.h Initial commit 2026-03-01 12:16:08 +08:00
ClockTexture.cpp Initial commit 2026-03-01 12:16:08 +08:00
ClockTexture.h Initial commit 2026-03-01 12:16:08 +08:00
CompassTexture.cpp Initial commit 2026-03-01 12:16:08 +08:00
CompassTexture.h Initial commit 2026-03-01 12:16:08 +08:00
ConfirmScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
ConfirmScreen.h Initial commit 2026-03-01 12:16:08 +08:00
ConnectScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
ConnectScreen.h Initial commit 2026-03-01 12:16:08 +08:00
ConsoleInput.cpp Initial commit 2026-03-01 12:16:08 +08:00
ConsoleInput.h Initial commit 2026-03-01 12:16:08 +08:00
ConsoleInputSource.h Initial commit 2026-03-01 12:16:08 +08:00
ContainerScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
ContainerScreen.h Initial commit 2026-03-01 12:16:08 +08:00
ControlsScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
ControlsScreen.h Initial commit 2026-03-01 12:16:08 +08:00
CowModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
CowModel.h Initial commit 2026-03-01 12:16:08 +08:00
CowRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
CowRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
CraftingScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
CraftingScreen.h Initial commit 2026-03-01 12:16:08 +08:00
CreateWorldScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
CreateWorldScreen.h Initial commit 2026-03-01 12:16:08 +08:00
CreativeMode.cpp Initial commit 2026-03-01 12:16:08 +08:00
CreativeMode.h Initial commit 2026-03-01 12:16:08 +08:00
CreeperModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
CreeperModel.h Initial commit 2026-03-01 12:16:08 +08:00
CreeperRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
CreeperRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
CritParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
CritParticle.h Initial commit 2026-03-01 12:16:08 +08:00
CritParticle2.cpp Initial commit 2026-03-01 12:16:08 +08:00
CritParticle2.h Initial commit 2026-03-01 12:16:08 +08:00
crt_compat.cpp Initial commit 2026-03-01 12:16:08 +08:00
Cube.cpp Initial commit 2026-03-01 12:16:08 +08:00
Cube.h Initial commit 2026-03-01 12:16:08 +08:00
Culler.h Initial commit 2026-03-01 12:16:08 +08:00
DeathScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
DeathScreen.h Initial commit 2026-03-01 12:16:08 +08:00
DefaultRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
DefaultRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
DefaultTexturePack.cpp Initial commit 2026-03-01 12:16:08 +08:00
DefaultTexturePack.h Initial commit 2026-03-01 12:16:08 +08:00
DemoLevel.cpp Initial commit 2026-03-01 12:16:08 +08:00
DemoLevel.h Initial commit 2026-03-01 12:16:08 +08:00
DemoMode.cpp Initial commit 2026-03-01 12:16:08 +08:00
DemoMode.h Initial commit 2026-03-01 12:16:08 +08:00
DemoUser.cpp Initial commit 2026-03-01 12:16:08 +08:00
DemoUser.h Initial commit 2026-03-01 12:16:08 +08:00
DerivedServerLevel.cpp Initial commit 2026-03-01 12:16:08 +08:00
DerivedServerLevel.h Initial commit 2026-03-01 12:16:08 +08:00
DirtyChunkSorter.cpp Initial commit 2026-03-01 12:16:08 +08:00
DirtyChunkSorter.h Initial commit 2026-03-01 12:16:08 +08:00
DisconnectedScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
DisconnectedScreen.h Initial commit 2026-03-01 12:16:08 +08:00
DistanceChunkSorter.cpp Initial commit 2026-03-01 12:16:08 +08:00
DistanceChunkSorter.h Initial commit 2026-03-01 12:16:08 +08:00
DLCTexturePack.cpp Initial commit 2026-03-01 12:16:08 +08:00
DLCTexturePack.h Initial commit 2026-03-01 12:16:08 +08:00
DragonBreathParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
DragonBreathParticle.h Initial commit 2026-03-01 12:16:08 +08:00
DragonModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
DragonModel.h Initial commit 2026-03-01 12:16:08 +08:00
DripParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
DripParticle.h Initial commit 2026-03-01 12:16:08 +08:00
EchantmentTableParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
EchantmentTableParticle.h Initial commit 2026-03-01 12:16:08 +08:00
EditBox.cpp Initial commit 2026-03-01 12:16:08 +08:00
EditBox.h Initial commit 2026-03-01 12:16:08 +08:00
EnchantTableRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
EnchantTableRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
EnderChestRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
EnderChestRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
EnderCrystalModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
EnderCrystalModel.h Initial commit 2026-03-01 12:16:08 +08:00
EnderCrystalRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
EnderCrystalRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
EnderDragonRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
EnderDragonRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
EndermanModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
EndermanModel.h Initial commit 2026-03-01 12:16:08 +08:00
EndermanRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
EndermanRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
EnderParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
EnderParticle.h Initial commit 2026-03-01 12:16:08 +08:00
EntityRenderDispatcher.cpp Initial commit 2026-03-01 12:16:08 +08:00
EntityRenderDispatcher.h Initial commit 2026-03-01 12:16:08 +08:00
EntityRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
EntityRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
EntityTileRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
EntityTileRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
EntityTracker.cpp Initial commit 2026-03-01 12:16:08 +08:00
EntityTracker.h Initial commit 2026-03-01 12:16:08 +08:00
ErrorScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
ErrorScreen.h Initial commit 2026-03-01 12:16:08 +08:00
examples.msscmp Initial commit 2026-03-01 12:16:08 +08:00
examples_64.msscmp Initial commit 2026-03-01 12:16:08 +08:00
examples_win.msscmp Initial commit 2026-03-01 12:16:08 +08:00
ExperienceOrbRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
ExperienceOrbRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
ExplodeParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
ExplodeParticle.h Initial commit 2026-03-01 12:16:08 +08:00
extraX64client.h Initial commit 2026-03-01 12:16:08 +08:00
Extrax64Stubs.cpp feat: Windows64 local multiplayer support (#13) 2026-03-02 00:50:48 +08:00
FallingTileRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
FallingTileRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
FileTexturePack.cpp Initial commit 2026-03-01 12:16:08 +08:00
FileTexturePack.h Initial commit 2026-03-01 12:16:08 +08:00
FireballRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
FireballRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
FishingHookRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
FishingHookRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
FlameParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
FlameParticle.h Initial commit 2026-03-01 12:16:08 +08:00
FolderTexturePack.cpp Initial commit 2026-03-01 12:16:08 +08:00
FolderTexturePack.h Initial commit 2026-03-01 12:16:08 +08:00
Font.cpp Initial commit 2026-03-01 12:16:08 +08:00
Font.h Initial commit 2026-03-01 12:16:08 +08:00
FootstepParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
FootstepParticle.h Initial commit 2026-03-01 12:16:08 +08:00
Frustum.cpp Initial commit 2026-03-01 12:16:08 +08:00
Frustum.h Initial commit 2026-03-01 12:16:08 +08:00
FrustumCuller.cpp Initial commit 2026-03-01 12:16:08 +08:00
FrustumCuller.h Initial commit 2026-03-01 12:16:08 +08:00
FrustumData.cpp Initial commit 2026-03-01 12:16:08 +08:00
FrustumData.h Initial commit 2026-03-01 12:16:08 +08:00
FurnaceScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
FurnaceScreen.h Initial commit 2026-03-01 12:16:08 +08:00
GameMode.cpp Initial commit 2026-03-01 12:16:08 +08:00
GameMode.h Initial commit 2026-03-01 12:16:08 +08:00
GameRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
GameRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
GhastModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
GhastModel.h Initial commit 2026-03-01 12:16:08 +08:00
GhastRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
GhastRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
GiantMobRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
GiantMobRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
glWrapper.cpp Initial commit 2026-03-01 12:16:08 +08:00
Gui.cpp Initial commit 2026-03-01 12:16:08 +08:00
Gui.h Initial commit 2026-03-01 12:16:08 +08:00
GuiComponent.cpp Initial commit 2026-03-01 12:16:08 +08:00
GuiComponent.h Initial commit 2026-03-01 12:16:08 +08:00
GuiMessage.cpp Initial commit 2026-03-01 12:16:08 +08:00
GuiMessage.h Initial commit 2026-03-01 12:16:08 +08:00
GuiParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
GuiParticle.h Initial commit 2026-03-01 12:16:08 +08:00
GuiParticles.cpp Initial commit 2026-03-01 12:16:08 +08:00
GuiParticles.h Initial commit 2026-03-01 12:16:08 +08:00
HeartParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
HeartParticle.h Initial commit 2026-03-01 12:16:08 +08:00
HttpTexture.cpp Initial commit 2026-03-01 12:16:08 +08:00
HttpTexture.h Initial commit 2026-03-01 12:16:08 +08:00
HttpTextureProcessor.h Initial commit 2026-03-01 12:16:08 +08:00
HugeExplosionParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
HugeExplosionParticle.h Initial commit 2026-03-01 12:16:08 +08:00
HugeExplosionSeedParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
HugeExplosionSeedParticle.h Initial commit 2026-03-01 12:16:08 +08:00
HumanoidMobRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
HumanoidMobRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
HumanoidModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
HumanoidModel.h Initial commit 2026-03-01 12:16:08 +08:00
InBedChatScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
InBedChatScreen.h Initial commit 2026-03-01 12:16:08 +08:00
Input.cpp feat: implement per-frame mouse look for reduced input latency on Windows 2026-03-01 21:50:44 +08:00
Input.h feat: add support for keyboard and mouse input 2026-03-01 19:20:41 +08:00
InventoryScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
InventoryScreen.h Initial commit 2026-03-01 12:16:08 +08:00
ItemFrameRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
ItemFrameRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
ItemInHandRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
ItemInHandRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
ItemRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
ItemRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
ItemSpriteRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
ItemSpriteRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
JoinMultiplayerScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
JoinMultiplayerScreen.h Initial commit 2026-03-01 12:16:08 +08:00
KeyMapping.cpp Initial commit 2026-03-01 12:16:08 +08:00
KeyMapping.h Initial commit 2026-03-01 12:16:08 +08:00
LargeChestModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
LargeChestModel.h Initial commit 2026-03-01 12:16:08 +08:00
LavaParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
LavaParticle.h Initial commit 2026-03-01 12:16:08 +08:00
LavaSlimeModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
LavaSlimeModel.h Initial commit 2026-03-01 12:16:08 +08:00
LavaSlimeRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
LavaSlimeRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
LevelRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
LevelRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
Lighting.cpp Initial commit 2026-03-01 12:16:08 +08:00
Lighting.h Initial commit 2026-03-01 12:16:08 +08:00
LightningBoltRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
LightningBoltRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
LocalPlayer.cpp feat: add support for keyboard and mouse input 2026-03-01 19:20:41 +08:00
LocalPlayer.h Initial commit 2026-03-01 12:16:08 +08:00
MemoryTracker.cpp Initial commit 2026-03-01 12:16:08 +08:00
MemoryTracker.h Initial commit 2026-03-01 12:16:08 +08:00
MemTexture.cpp Initial commit 2026-03-01 12:16:08 +08:00
MemTexture.h Initial commit 2026-03-01 12:16:08 +08:00
MemTextureProcessor.h Initial commit 2026-03-01 12:16:08 +08:00
MinecartModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
MinecartModel.h Initial commit 2026-03-01 12:16:08 +08:00
MinecartRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
MinecartRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
Minecraft.Client.vcxproj fix: copy sound assets to Windows64 build output 2026-03-01 06:36:06 -06:00
Minecraft.Client.vcxproj.filters feat: add support for keyboard and mouse input 2026-03-01 19:20:41 +08:00
Minecraft.Client.vcxproj.user Initial commit 2026-03-01 12:16:08 +08:00
Minecraft.Client.vcxproj.vspscc Initial commit 2026-03-01 12:16:08 +08:00
Minecraft.cpp feat: Windows64 local multiplayer support (#13) 2026-03-02 00:50:48 +08:00
Minecraft.h feat: implement per-frame mouse look for reduced input latency on Windows 2026-03-01 21:50:44 +08:00
Minecraft.msscmp Initial commit 2026-03-01 12:16:08 +08:00
MinecraftServer.cpp Initial commit 2026-03-01 12:16:08 +08:00
MinecraftServer.h Initial commit 2026-03-01 12:16:08 +08:00
Minimap.cpp Initial commit 2026-03-01 12:16:08 +08:00
Minimap.h Initial commit 2026-03-01 12:16:08 +08:00
MobRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
MobRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
MobSkinMemTextureProcessor.cpp Initial commit 2026-03-01 12:16:08 +08:00
MobSkinMemTextureProcessor.h Initial commit 2026-03-01 12:16:08 +08:00
MobSkinTextureProcessor.cpp Initial commit 2026-03-01 12:16:08 +08:00
MobSkinTextureProcessor.h Initial commit 2026-03-01 12:16:08 +08:00
MobSpawnerRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
MobSpawnerRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
Model.cpp Initial commit 2026-03-01 12:16:08 +08:00
Model.h Initial commit 2026-03-01 12:16:08 +08:00
ModelPart.cpp Initial commit 2026-03-01 12:16:08 +08:00
ModelPart.h Initial commit 2026-03-01 12:16:08 +08:00
MultiPlayerChunkCache.cpp Initial commit 2026-03-01 12:16:08 +08:00
MultiPlayerChunkCache.h Initial commit 2026-03-01 12:16:08 +08:00
MultiPlayerGameMode.cpp Initial commit 2026-03-01 12:16:08 +08:00
MultiPlayerGameMode.h Initial commit 2026-03-01 12:16:08 +08:00
MultiPlayerLevel.cpp Initial commit 2026-03-01 12:16:08 +08:00
MultiPlayerLevel.h Initial commit 2026-03-01 12:16:08 +08:00
MultiPlayerLocalPlayer.cpp Initial commit 2026-03-01 12:16:08 +08:00
MultiPlayerLocalPlayer.h Initial commit 2026-03-01 12:16:08 +08:00
MushroomCowRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
MushroomCowRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
NameEntryScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
NameEntryScreen.h Initial commit 2026-03-01 12:16:08 +08:00
NetherPortalParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
NetherPortalParticle.h Initial commit 2026-03-01 12:16:08 +08:00
Network Implementation Notes.txt Initial commit 2026-03-01 12:16:08 +08:00
NoteParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
NoteParticle.h Initial commit 2026-03-01 12:16:08 +08:00
OffsettedRenderList.cpp Initial commit 2026-03-01 12:16:08 +08:00
OffsettedRenderList.h Initial commit 2026-03-01 12:16:08 +08:00
Options.cpp fea: remove fps limit 2026-03-01 19:32:00 +08:00
Options.h Initial commit 2026-03-01 12:16:08 +08:00
OptionsScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
OptionsScreen.h Initial commit 2026-03-01 12:16:08 +08:00
OzelotModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
OzelotModel.h Initial commit 2026-03-01 12:16:08 +08:00
OzelotRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
OzelotRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
PaintingRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
PaintingRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
Particle.cpp Initial commit 2026-03-01 12:16:08 +08:00
Particle.h Initial commit 2026-03-01 12:16:08 +08:00
ParticleEngine.cpp Initial commit 2026-03-01 12:16:08 +08:00
ParticleEngine.h Initial commit 2026-03-01 12:16:08 +08:00
PauseScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
PauseScreen.h Initial commit 2026-03-01 12:16:08 +08:00
PendingConnection.cpp Initial commit 2026-03-01 12:16:08 +08:00
PendingConnection.h Initial commit 2026-03-01 12:16:08 +08:00
PigModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
PigModel.h Initial commit 2026-03-01 12:16:08 +08:00
PigRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
PigRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
PistonPieceRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
PistonPieceRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
PlayerChunkMap.cpp Initial commit 2026-03-01 12:16:08 +08:00
PlayerChunkMap.h Initial commit 2026-03-01 12:16:08 +08:00
PlayerCloudParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
PlayerCloudParticle.h Initial commit 2026-03-01 12:16:08 +08:00
PlayerConnection.cpp Initial commit 2026-03-01 12:16:08 +08:00
PlayerConnection.h Initial commit 2026-03-01 12:16:08 +08:00
PlayerInfo.h Initial commit 2026-03-01 12:16:08 +08:00
PlayerList.cpp Initial commit 2026-03-01 12:16:08 +08:00
PlayerList.h Initial commit 2026-03-01 12:16:08 +08:00
PlayerRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
PlayerRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
Polygon.cpp Initial commit 2026-03-01 12:16:08 +08:00
Polygon.h Initial commit 2026-03-01 12:16:08 +08:00
PreStitchedTextureMap.cpp Initial commit 2026-03-01 12:16:08 +08:00
PreStitchedTextureMap.h Initial commit 2026-03-01 12:16:08 +08:00
ProgressRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
ProgressRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
QuadrupedModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
QuadrupedModel.h Initial commit 2026-03-01 12:16:08 +08:00
ReadMe.txt Initial commit 2026-03-01 12:16:08 +08:00
ReceivingLevelScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
ReceivingLevelScreen.h Initial commit 2026-03-01 12:16:08 +08:00
Rect2i.cpp Initial commit 2026-03-01 12:16:08 +08:00
Rect2i.h Initial commit 2026-03-01 12:16:08 +08:00
RedDustParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
RedDustParticle.h Initial commit 2026-03-01 12:16:08 +08:00
RemotePlayer.cpp Initial commit 2026-03-01 12:16:08 +08:00
RemotePlayer.h Initial commit 2026-03-01 12:16:08 +08:00
RenameWorldScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
RenameWorldScreen.h Initial commit 2026-03-01 12:16:08 +08:00
Screen.cpp feat: improve mouse input handling 2026-03-02 00:43:04 +08:00
Screen.h Initial commit 2026-03-01 12:16:08 +08:00
ScreenSizeCalculator.cpp Initial commit 2026-03-01 12:16:08 +08:00
ScreenSizeCalculator.h Initial commit 2026-03-01 12:16:08 +08:00
ScrolledSelectionList.cpp Initial commit 2026-03-01 12:16:08 +08:00
ScrolledSelectionList.h Initial commit 2026-03-01 12:16:08 +08:00
SelectWorldScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
SelectWorldScreen.h Initial commit 2026-03-01 12:16:08 +08:00
ServerChunkCache.cpp Initial commit 2026-03-01 12:16:08 +08:00
ServerChunkCache.h Initial commit 2026-03-01 12:16:08 +08:00
ServerCommandDispatcher.cpp Initial commit 2026-03-01 12:16:08 +08:00
ServerCommandDispatcher.h Initial commit 2026-03-01 12:16:08 +08:00
ServerConnection.cpp Initial commit 2026-03-01 12:16:08 +08:00
ServerConnection.h Initial commit 2026-03-01 12:16:08 +08:00
ServerInterface.h Initial commit 2026-03-01 12:16:08 +08:00
ServerLevel.cpp Initial commit 2026-03-01 12:16:08 +08:00
ServerLevel.h Initial commit 2026-03-01 12:16:08 +08:00
ServerLevelListener.cpp Initial commit 2026-03-01 12:16:08 +08:00
ServerLevelListener.h Initial commit 2026-03-01 12:16:08 +08:00
ServerPlayer.cpp Initial commit 2026-03-01 12:16:08 +08:00
ServerPlayer.h Initial commit 2026-03-01 12:16:08 +08:00
ServerPlayerGameMode.cpp Initial commit 2026-03-01 12:16:08 +08:00
ServerPlayerGameMode.h Initial commit 2026-03-01 12:16:08 +08:00
Settings.cpp Initial commit 2026-03-01 12:16:08 +08:00
Settings.h Initial commit 2026-03-01 12:16:08 +08:00
SheepFurModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
SheepFurModel.h Initial commit 2026-03-01 12:16:08 +08:00
SheepModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
SheepModel.h Initial commit 2026-03-01 12:16:08 +08:00
SheepRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
SheepRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
SignModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
SignModel.h Initial commit 2026-03-01 12:16:08 +08:00
SignRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
SignRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
SilverfishModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
SilverfishModel.h Initial commit 2026-03-01 12:16:08 +08:00
SilverfishRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
SilverfishRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
SimpleIcon.cpp Initial commit 2026-03-01 12:16:08 +08:00
SimpleIcon.h Initial commit 2026-03-01 12:16:08 +08:00
SkeletonHeadModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
SkeletonHeadModel.h Initial commit 2026-03-01 12:16:08 +08:00
SkeletonModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
SkeletonModel.h Initial commit 2026-03-01 12:16:08 +08:00
SkinBox.h Initial commit 2026-03-01 12:16:08 +08:00
SkullTileRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
SkullTileRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
SlideButton.cpp Initial commit 2026-03-01 12:16:08 +08:00
SlideButton.h Initial commit 2026-03-01 12:16:08 +08:00
SlimeModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
SlimeModel.h Initial commit 2026-03-01 12:16:08 +08:00
SlimeRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
SlimeRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
SmallButton.cpp Initial commit 2026-03-01 12:16:08 +08:00
SmallButton.h Initial commit 2026-03-01 12:16:08 +08:00
SmokeParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
SmokeParticle.h Initial commit 2026-03-01 12:16:08 +08:00
SnowManModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
SnowManModel.h Initial commit 2026-03-01 12:16:08 +08:00
SnowManRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
SnowManRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
SnowShovelParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
SnowShovelParticle.h Initial commit 2026-03-01 12:16:08 +08:00
SpellParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
SpellParticle.h Initial commit 2026-03-01 12:16:08 +08:00
SpiderModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
SpiderModel.h Initial commit 2026-03-01 12:16:08 +08:00
SpiderRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
SpiderRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
SplashParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
SplashParticle.h Initial commit 2026-03-01 12:16:08 +08:00
SquidModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
SquidModel.h Initial commit 2026-03-01 12:16:08 +08:00
SquidRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
SquidRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
StatsCounter.cpp Initial commit 2026-03-01 12:16:08 +08:00
StatsCounter.h Initial commit 2026-03-01 12:16:08 +08:00
StatsScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
StatsScreen.h Initial commit 2026-03-01 12:16:08 +08:00
StatsSyncher.cpp Initial commit 2026-03-01 12:16:08 +08:00
StatsSyncher.h Initial commit 2026-03-01 12:16:08 +08:00
stdafx.cpp Initial commit 2026-03-01 12:16:08 +08:00
stdafx.h feat: Windows64 local multiplayer support (#13) 2026-03-02 00:50:48 +08:00
StitchedTexture.cpp Initial commit 2026-03-01 12:16:08 +08:00
StitchedTexture.h Initial commit 2026-03-01 12:16:08 +08:00
Stitcher.cpp Initial commit 2026-03-01 12:16:08 +08:00
Stitcher.h Initial commit 2026-03-01 12:16:08 +08:00
StitchSlot.cpp Initial commit 2026-03-01 12:16:08 +08:00
StitchSlot.h Initial commit 2026-03-01 12:16:08 +08:00
StringTable.cpp Initial commit 2026-03-01 12:16:08 +08:00
StringTable.h Initial commit 2026-03-01 12:16:08 +08:00
stubs.cpp feat: improve mouse input handling 2026-03-02 00:43:04 +08:00
stubs.h feat: improve mouse input handling 2026-03-02 00:43:04 +08:00
SurvivalMode.cpp Initial commit 2026-03-01 12:16:08 +08:00
SurvivalMode.h Initial commit 2026-03-01 12:16:08 +08:00
SuspendedParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
SuspendedParticle.h Initial commit 2026-03-01 12:16:08 +08:00
SuspendedTownParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
SuspendedTownParticle.h Initial commit 2026-03-01 12:16:08 +08:00
TakeAnimationParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
TakeAnimationParticle.h Initial commit 2026-03-01 12:16:08 +08:00
TeleportCommand.cpp Initial commit 2026-03-01 12:16:08 +08:00
TeleportCommand.h Initial commit 2026-03-01 12:16:08 +08:00
TerrainParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
TerrainParticle.h Initial commit 2026-03-01 12:16:08 +08:00
Tesselator.cpp Initial commit 2026-03-01 12:16:08 +08:00
Tesselator.h Initial commit 2026-03-01 12:16:08 +08:00
TexOffs.cpp Initial commit 2026-03-01 12:16:08 +08:00
TexOffs.h Initial commit 2026-03-01 12:16:08 +08:00
TextEditScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
TextEditScreen.h Initial commit 2026-03-01 12:16:08 +08:00
Texture.cpp Initial commit 2026-03-01 12:16:08 +08:00
Texture.h Initial commit 2026-03-01 12:16:08 +08:00
TextureHolder.cpp Initial commit 2026-03-01 12:16:08 +08:00
TextureHolder.h Initial commit 2026-03-01 12:16:08 +08:00
TextureManager.cpp Initial commit 2026-03-01 12:16:08 +08:00
TextureManager.h Initial commit 2026-03-01 12:16:08 +08:00
TextureMap.cpp Initial commit 2026-03-01 12:16:08 +08:00
TextureMap.h Initial commit 2026-03-01 12:16:08 +08:00
TexturePack.cpp Initial commit 2026-03-01 12:16:08 +08:00
TexturePack.h Initial commit 2026-03-01 12:16:08 +08:00
TexturePackRepository.cpp Initial commit 2026-03-01 12:16:08 +08:00
TexturePackRepository.h Initial commit 2026-03-01 12:16:08 +08:00
Textures.cpp Initial commit 2026-03-01 12:16:08 +08:00
Textures.h Initial commit 2026-03-01 12:16:08 +08:00
TheEndPortalRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
TheEndPortalRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
thumbnailTest64.png Initial commit 2026-03-01 12:16:08 +08:00
thumbnailTest128.png Initial commit 2026-03-01 12:16:08 +08:00
thumbnailTest256.png Initial commit 2026-03-01 12:16:08 +08:00
thumbnailTest1280.png Initial commit 2026-03-01 12:16:08 +08:00
TileEntityRenderDispatcher.cpp Initial commit 2026-03-01 12:16:08 +08:00
TileEntityRenderDispatcher.h Initial commit 2026-03-01 12:16:08 +08:00
TileEntityRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
TileEntityRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
TileRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
TileRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
Timer.cpp Initial commit 2026-03-01 12:16:08 +08:00
Timer.h Initial commit 2026-03-01 12:16:08 +08:00
TitleScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
TitleScreen.h Initial commit 2026-03-01 12:16:08 +08:00
TntRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
TntRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
TrackedEntity.cpp Initial commit 2026-03-01 12:16:08 +08:00
TrackedEntity.h Initial commit 2026-03-01 12:16:08 +08:00
TrapScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
TrapScreen.h Initial commit 2026-03-01 12:16:08 +08:00
User.cpp Initial commit 2026-03-01 12:16:08 +08:00
User.h Initial commit 2026-03-01 12:16:08 +08:00
Vertex.cpp Initial commit 2026-03-01 12:16:08 +08:00
Vertex.h Initial commit 2026-03-01 12:16:08 +08:00
VideoSettingsScreen.cpp Initial commit 2026-03-01 12:16:08 +08:00
VideoSettingsScreen.h Initial commit 2026-03-01 12:16:08 +08:00
ViewportCuller.cpp Initial commit 2026-03-01 12:16:08 +08:00
ViewportCuller.h Initial commit 2026-03-01 12:16:08 +08:00
VillagerGolemModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
VillagerGolemModel.h Initial commit 2026-03-01 12:16:08 +08:00
VillagerGolemRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
VillagerGolemRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
VillagerModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
VillagerModel.h Initial commit 2026-03-01 12:16:08 +08:00
VillagerRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
VillagerRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
VillagerZombieModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
VillagerZombieModel.h Initial commit 2026-03-01 12:16:08 +08:00
WaterDropParticle.cpp Initial commit 2026-03-01 12:16:08 +08:00
WaterDropParticle.h Initial commit 2026-03-01 12:16:08 +08:00
WolfModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
WolfModel.h Initial commit 2026-03-01 12:16:08 +08:00
WolfRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
WolfRenderer.h Initial commit 2026-03-01 12:16:08 +08:00
WstringLookup.cpp Initial commit 2026-03-01 12:16:08 +08:00
WstringLookup.h Initial commit 2026-03-01 12:16:08 +08:00
ZombieModel.cpp Initial commit 2026-03-01 12:16:08 +08:00
ZombieModel.h Initial commit 2026-03-01 12:16:08 +08:00
ZombieRenderer.cpp Initial commit 2026-03-01 12:16:08 +08:00
ZombieRenderer.h Initial commit 2026-03-01 12:16:08 +08: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.

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