minetest/builtin
PilzAdam b28734c82c Fix minetest.features 2013-05-01 16:00:58 +02:00
..
auth.lua Fix unable to join server first time with a password 2012-04-09 11:24:35 +03:00
builtin.lua Add a Way of checking for specific Feature with Lua Adds minetest.get_feature() and minetest.has_feature() 2013-05-01 15:06:01 +02:00
chatcommands.lua Add option to not prepend "Server -!- " to messages sent with minetest.chat_send_player() 2013-04-23 09:47:08 +03:00
deprecated.lua Deprecate minetest.add_to_creative_inventory and use group not_in_creative_inventory instead 2012-07-25 18:05:31 +03:00
detached_inventory.lua Detached inventory callbacks and reworked node metadata callbacks 2012-07-25 02:36:54 +03:00
falling.lua Only enqueue falling nodes if they really want to fall 2013-04-05 22:33:11 +02:00
features.lua Fix minetest.features 2013-05-01 16:00:58 +02:00
item.lua Return an ItemStack in minetest.item_place() if nodes' on rightclick doesnt return it 2013-04-02 15:19:02 +02:00
item_entity.lua Fix pickup of dropped items when the player only takes a part of them 2013-03-03 16:35:29 +01:00
misc.lua Prevent passing nil to unpack() in minetest.after 2013-03-19 00:15:41 +01:00
misc_helpers.lua Split builtin.lua to multiple files 2012-04-01 12:38:19 +03:00
misc_register.lua unkn own block -> unkn own node 2013-04-05 15:57:39 +02:00
privileges.lua Only fly through walls in noclip mode wich requires the noclip privilege 2012-12-11 16:44:13 +01:00
serialize.lua Use system wide LuaJIT if aviable. 2013-04-08 22:10:00 +02:00
static_spawn.lua Support static_spawnpoint setting 2012-04-09 23:32:13 +03:00