1
0

Prepare for 1.15+ (#4856)

+ Add type-safe container for states
* Split registry Blocks into BlockTypes, BlockStates so the block types enumeration can be #included without too much penalty
* Ensure Registry uses type-safe container
This commit is contained in:
Tiger Wang
2020-12-21 13:54:04 +00:00
committed by GitHub
parent 5b6bed6b00
commit 9518a27357
26 changed files with 72531 additions and 66530 deletions

View File

@@ -41,10 +41,11 @@ local g_ShouldProcessExt =
--- The list of files not to be processed:
local g_IgnoredFiles =
{
"Bindings/Bindings.h",
"Bindings/Bindings.cpp",
"Bindings/Bindings.h",
"Bindings/LuaState_Implementation.cpp",
"Registries/Blocks.h"
"Registries/BlockStates.cpp",
"Registries/BlockStates.h"
}
--- The list of files not to be processed, as a dictionary (filename => true), built from g_IgnoredFiles