4jcraft/Minecraft.World
Nikita Edel a006cc5aa0 uninitialized vptr
the vptr to isSolidRender() is not known before contruction of the Tile. Its true by default. if false, need to pass false. that is what i did. i verfied what isSolidRender() is in every file. and did exactly what isSolidRender() would return
2026-03-10 23:22:34 +01:00
..
AI purged -Wdelete-non-abstract-non-virtual-dtor 2026-03-10 02:13:56 +01:00
Blocks uninitialized vptr 2026-03-10 23:22:34 +01:00
Commands refactor: rename Build -> Platform in Minecraft.World 2026-03-08 21:33:18 -05:00
Containers purged -Wdelete-non-abstract-non-virtual-dtor 2026-03-10 02:13:56 +01:00
Enchantments refactor: rename Build -> Platform in Minecraft.World 2026-03-08 21:33:18 -05:00
Entities refactor: rename Build -> Platform in Minecraft.World 2026-03-08 21:33:18 -05:00
Headers refactor: byebye using namespace std 2026-03-08 22:43:44 +01:00
IO new batch of delete operator missmatch 2026-03-09 22:48:36 +01:00
Items purged -Wdelete-non-abstract-non-virtual-dtor 2026-03-10 02:13:56 +01:00
Level purged -Wdelete-non-abstract-non-virtual-dtor 2026-03-10 02:13:56 +01:00
Network improved a change 2026-03-10 20:13:01 +01:00
Platform Merge remote-tracking branch 'origin/dev' into refactor/untangle-assets-mess 2026-03-09 00:58:36 -05:00
Player refactor: rename Build -> Platform in Minecraft.World 2026-03-08 21:33:18 -05:00
Recipes refactor: rename Build -> Platform in Minecraft.World 2026-03-08 21:33:18 -05:00
Stats refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
Util new batch of delete operator missmatch 2026-03-09 22:48:36 +01:00
WorldGen purged -Wdelete-non-abstract-non-virtual-dtor 2026-03-10 02:13:56 +01:00
meson.build refactor: move Common to Platform/Common 2026-03-09 00:17:42 -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.

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