minetest/builtin
Perttu Ahola 57550b2b3d Fix /setpassword and /clearpassword 2012-06-16 23:35:11 +03:00
..
auth.lua Fix unable to join server first time with a password 2012-04-09 11:24:35 +03:00
builtin.lua Add minetest.serialize() and minetest.deserialize() 2012-06-07 00:05:00 +03:00
chatcommands.lua Fix /setpassword and /clearpassword 2012-06-16 23:35:11 +03:00
deprecated.lua Split builtin.lua to multiple files 2012-04-01 12:38:19 +03:00
item.lua Remove tiles and special_tiles from node definition prototype because otherwise the old names can't be used 2012-06-16 18:02:26 +03:00
item_entity.lua Fix super-small size of regular item entities 2012-04-04 22:57:29 +03:00
misc.lua Add ObjRef:is_player() and modify ObjRef:get_player_name() to always return a string to aid better inter-object compatibility of code that assumes objects to be players 2012-06-03 22:31:01 +03:00
misc_helpers.lua Split builtin.lua to multiple files 2012-04-01 12:38:19 +03:00
misc_register.lua Don't deprecate minetest.register_on_placenode and minetest.register_on_dignode 2012-06-08 01:51:23 +03:00
privileges.lua Add basic_privs privilege 2012-04-09 18:57:41 +03:00
serialize.lua Add minetest.serialize() and minetest.deserialize() 2012-06-07 00:05:00 +03:00
static_spawn.lua Support static_spawnpoint setting 2012-04-09 23:32:13 +03:00