minetest/builtin/game
SmallJoker aba8c37531 Falling: Fix error caused by missing param2
Falling nodes that were spawned prior the recent falling node changes did not require param2.
Default to param2 = 0 when none is found in the node data.
2020-07-30 19:03:48 +02:00
..
auth.lua Add on_authplayer callback and 'last_login' to on_joinplayer (#9574) 2020-05-23 13:25:29 +02:00
chat.lua Add on_authplayer callback and 'last_login' to on_joinplayer (#9574) 2020-05-23 13:25:29 +02:00
constants.lua Fix breath_bar scaling; delay breath_bar hiding by one second (#8271) 2020-04-28 19:30:57 +02:00
deprecated.lua Add on_authplayer callback and 'last_login' to on_joinplayer (#9574) 2020-05-23 13:25:29 +02:00
detached_inventory.lua Add core.remove_detached_inventory (#7684) 2018-10-10 20:48:58 +02:00
falling.lua Falling: Fix error caused by missing param2 2020-07-30 19:03:48 +02:00
features.lua Expose collision information to LuaEntity on_step 2020-04-27 20:45:46 +02:00
forceloading.lua Add luacheck to check builtin (#7895) 2019-08-06 19:30:18 +01:00
init.lua Add player knockback on punch to builtin 2019-08-10 19:44:27 +02:00
item.lua Add minetest.is_creative_enabled 2020-05-29 22:45:40 +02:00
item_entity.lua Change item entity collisionbox so that they don't sink into the ground 2020-05-27 21:58:20 +02:00
knockback.lua Add player knockback on punch to builtin 2019-08-10 19:44:27 +02:00
misc.lua Add minetest.is_creative_enabled 2020-05-29 22:45:40 +02:00
privileges.lua Add luacheck to check builtin (#7895) 2019-08-06 19:30:18 +01:00
register.lua Add on_authplayer callback and 'last_login' to on_joinplayer (#9574) 2020-05-23 13:25:29 +02:00
statbars.lua Add support for statbar “off state” icons (#9462) 2020-05-11 21:40:45 +02:00
static_spawn.lua Builtin: Replace deprecated function calls (#7561) 2018-07-17 20:17:54 +02:00
voxelarea.lua VoxelArea: faster iter function (#4490) 2016-10-08 22:42:17 +10:00