1
0
Fork 0
MineClone2/mods
Elias Åström 3c10f0e970 Rewrite portal removal to avoid stack overflow
This solves a problem were nether portal removal would trigger deep
recursion through node callbacks.  For large portals this could result
in stack overflow crashes on LuaJIT.  The issue is solved by rewriting
the portal removal to avoid recursion and removing the portal in one
operation using minetest.bulk_set_node.
2022-03-03 01:42:49 +00:00
..
CORE Fix TGA file writing on Windows 2022-02-28 16:58:59 +00:00
ENTITIES Fix fire HUD not showing on join while burning. 2022-03-02 17:15:05 +01:00
ENVIRONMENT mcl_weather 2022-02-23 23:58:05 +01:00
HELP add translate for `doc_identifier` 2022-02-23 23:58:04 +01:00
HUD make bottle o enchanting activate target 2022-02-26 22:20:05 +01:00
ITEMS Rewrite portal removal to avoid stack overflow 2022-03-03 01:42:49 +00:00
MAPGEN mapgen/mcl_mapgen_core: move set_node decorations a node callback 2022-02-25 18:38:50 +01:00
MISC mcl_commands 2022-02-23 23:58:05 +01:00
PLAYER mcl_skins 2022-02-23 23:58:05 +01:00