mainmenu_csm/builtin
Perttu Ahola 7f37a08eba
Update field names to non-deprecated ones in node definition prototype
2022-05-21 16:07:40 +02:00
..
auth.lua Fix unable to join server first time with a password 2022-05-21 16:07:31 +02:00
builtin.lua Add minetest.serialize() and minetest.deserialize() 2022-05-21 16:07:38 +02:00
chatcommands.lua Take out the "Privileges of foo are hidden from you." response of /privs 2022-05-21 16:07:34 +02:00
deprecated.lua Split builtin.lua to multiple files 2022-05-21 16:07:28 +02:00
item.lua Update field names to non-deprecated ones in node definition prototype 2022-05-21 16:07:40 +02:00
item_entity.lua Fix super-small size of regular item entities 2022-05-21 16:07:30 +02: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 2022-05-21 16:07:37 +02:00
misc_helpers.lua Split builtin.lua to multiple files 2022-05-21 16:07:28 +02:00
misc_register.lua Don't deprecate minetest.register_on_placenode and minetest.register_on_dignode 2022-05-21 16:07:39 +02:00
privileges.lua Add basic_privs privilege 2022-05-21 16:07:32 +02:00
serialize.lua Add minetest.serialize() and minetest.deserialize() 2022-05-21 16:07:38 +02:00
static_spawn.lua Support static_spawnpoint setting 2022-05-21 16:07:32 +02:00