Files
BluTac10-Xbox_Neo/Minecraft.Client
George V. bb04d465db feat: replace ArchiveFile with FolderFile for media asset loading
Replace the ArchiveFile-based media asset loading system with a new
FolderFile implementation that reads files directly from a folder
structure instead of from compressed .arc archives. This change
simplifies asset management and eliminates the need for pre-packaged
media archives.

Key changes:
- Added FolderFile class that indexes and reads files from a folder
- Updated Consoles_App to use FolderFile instead of ArchiveFile
- Modified CMake asset copy configuration to exclude platform-specific
  media folders instead of .arc files
- Updated platform-specific media path references to point to folders
  instead of .arc files

This enables easier development and debugging by allowing direct access
to media files without requiring archive extraction or repackaging.
2026-04-11 18:57:54 +03:00
..
2026-04-10 14:03:32 +02:00
2026-04-10 14:03:32 +02:00
2026-04-10 14:03:32 +02:00
2026-04-10 14:03:32 +02:00
2026-04-10 14:03:32 +02:00
2026-04-10 14:03:32 +02:00
2026-04-10 14:03:32 +02:00
2026-04-10 14:03:32 +02:00
2026-04-10 14:03:32 +02:00
2026-04-10 14:03:32 +02:00
2026-04-10 14:03:32 +02:00
2026-04-10 14:03:32 +02:00
2026-04-10 14:03:32 +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.

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