Mineclonia/mods
cora ae2c60722f
Fix C stack overflow upon portal destruction
Destroying a nether portal could cause a C stack overflow for
large portals when not using luajit. This patch defers removal of
the "next batch" of portal nodes to the next globalstep via
minetest.after. This has the additional bonus of a neat visual
effect depending on server conditions.
2022-02-20 13:48:31 +01:00
..
CORE Fix typo in mcl_colors API documentation 2021-11-18 19:23:57 +01:00
ENTITIES Fix mob-in-boat crash in Minetest 5.5-dev 2022-01-26 18:25:08 +01:00
ENVIRONMENT Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
HELP Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
HUD Increase temporary message display duration to 10s 2022-02-12 17:25:09 +01:00
ITEMS Fix C stack overflow upon portal destruction 2022-02-20 13:48:31 +01:00
MAPGEN Add (theoretically) fireproof test structure 2022-02-06 01:19:23 +01:00
MISC Do not crash if minetest.find_nodes_in_area() lies 2021-12-20 21:38:24 +01:00
PLAYER Fix player bone positions and properties setting 2021-12-09 04:53:45 +01:00