4jcraft/Minecraft.World
Tropical 8c6c17677d
Some checks are pending
Publish Documentation / build (push) Waiting to run
Build (Linux, x86_64) / build-linux (push) Waiting to run
Build (Linux, x86_64) / build-linux-debug (push) Waiting to run
Clang Format / clang-format (push) Waiting to run
Merge pull request #334 from Merc6/refactor/remove-PolygonArray
refactor: optimize `Block` rendering
2026-03-29 18:45:06 -05:00
..
AI refactor: remove heap-allocated AABBs 2026-03-28 02:58:56 -05:00
Blocks fix: regression in tile bounding box clip 2026-03-29 14:55:36 -05:00
Commands refactor: remove basic type containers 2026-03-25 17:51:27 -05:00
Containers chore: fmt (again) 2026-03-29 15:52:18 -05:00
Core refactor: use thread_local in OldChunkStorage, FireworksRecipe, Level, Entity 2026-03-25 14:13:00 -05:00
Enchantments fix(jui): forward port (w)string overloads for item hover texts from TU18 2026-03-24 07:08:14 +03:00
Entities feat(jui): add beacon screen 2026-03-29 15:52:35 -05:00
Headers refactor: remove integer caching 2026-03-25 02:47:51 -05:00
IO Merge pull request #312 from 4jcraft/refactor/replace-sleep 2026-03-27 18:47:47 -05:00
Items refactor: remove heap-allocated AABBs 2026-03-28 02:58:56 -05:00
Level refactor: remove heap-allocated AABBs 2026-03-28 02:58:56 -05:00
Network Merge pull request #312 from 4jcraft/refactor/replace-sleep 2026-03-27 18:47:47 -05:00
Platform add a linux-specific folder for Sentient 2026-03-22 13:36:15 -05:00
Player refactor: remove heap-allocated AABBs 2026-03-28 02:58:56 -05:00
Recipes chore: fmt 2026-03-25 16:08:00 -05:00
Scores TU19: add Minecraft.World/Scores 2026-03-21 17:28:02 -05:00
Stats more build fixes 2026-03-22 01:14:52 -05:00
Util Merge pull request #334 from Merc6/refactor/remove-PolygonArray 2026-03-29 18:45:06 -05:00
WorldGen refactor: remove AABB::newTemp when not returned 2026-03-27 21:56:57 -05:00
meson.build fix: a bunch of iggy string encoding UB and use simdutf 2026-03-22 22:56:08 -05:00
ReadMe.txt Initial dump 2026-03-01 15:49:25 +02:00

========================================================================
    STATIC LIBRARY : Minecraft.World Project Overview
========================================================================

AppWizard has created this Minecraft.World library project for you. 

This file contains a summary of what you will find in each of the files that
make up your Minecraft.World application.

Minecraft.World.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.



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

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named Minecraft.World.pch and a precompiled types file named StdAfx.obj.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

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