minetest/builtin
Tomas Brod 732eb72a0c Fix minetest.clear_* creating new LOCAL table instead of clearing the existing one.
On calling clear_redistered_biomes the registered_biomes table is cleared
by creating a new empty table, but the pointer is not updated to point to
the new one. So after calling more register_biome, the registered_biome
table always contains 0 items, which is an error. Instead, the table is
cleared by removing all its items so the pointer (minetest.registered_*)
remains valid.
2015-04-26 15:45:58 -04:00
..
async Use "core" namespace internally 2014-05-08 13:02:04 -04:00
common Add minetest.global_exists() 2015-04-21 22:58:37 +02:00
fstk Add tooltips to main menu subgames button bar 2014-11-09 09:38:43 +01:00
game Fix minetest.clear_* creating new LOCAL table instead of clearing the existing one. 2015-04-26 15:45:58 -04:00
mainmenu Remove fly mode in simple main menu 2015-04-26 23:35:32 +10:00
init.lua Add strict module 2014-11-19 12:40:54 -05:00