mainmenu_csm/builtin
ShadowNinja 9cad75342a
Add more checks to vector functions
2022-05-21 16:11:12 +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 backtrace to error function 2022-05-21 16:11:04 +02:00
chatcommands.lua Make sure that coordinates passed to /teleport are actual numbers 2022-05-21 16:10:41 +02:00
deprecated.lua Fix trailing nils being dropped by deprecated minetest.env handler 2022-05-21 16:11:03 +02:00
detached_inventory.lua Detached inventory callbacks and reworked node metadata callbacks 2022-05-21 16:07:47 +02:00
falling.lua Made unknown nodes stop falling nodes properly and shorten lines 2022-05-21 16:11:10 +02:00
features.lua Fix minetest.features 2022-05-21 16:10:33 +02:00
filterlist.lua Add sanity check to sort function 2022-05-21 16:11:05 +02:00
gamemgr.lua Change mainmenu texture handling + small misc changes 2022-05-21 16:11:07 +02:00
item.lua Fixed ignoring of "diggable" property of nodes. 2022-05-21 16:11:11 +02:00
item_entity.lua Add an option to disable object <-> object collision for Lua entities 2022-05-21 16:10:47 +02:00
mainmenu.lua Don't remove background of games in submenus 2022-05-21 16:11:11 +02:00
misc.lua Optimized minetest.get_connected_players() 2022-05-21 16:11:08 +02:00
misc_helpers.lua Add translation for main menu Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp 2022-05-21 16:11:02 +02:00
misc_register.lua Fixed ignoring of "diggable" property of nodes. 2022-05-21 16:11:11 +02:00
mm_menubar.lua Change mainmenu texture handling + small misc changes 2022-05-21 16:11:07 +02:00
mm_textures.lua Fix bug: texture pack not overriding default menu textures 2022-05-21 16:11:06 +02:00
modmgr.lua Use engine.is_yes() in mainmenu 2022-05-21 16:11:06 +02:00
modstore.lua Change mainmenu texture handling + small misc changes 2022-05-21 16:11:07 +02:00
privileges.lua Only fly through walls in noclip mode wich requires the noclip privilege 2022-05-21 16:10:22 +02:00
serialize.lua Use system wide LuaJIT if aviable. 2022-05-21 16:10:32 +02:00
static_spawn.lua Support static_spawnpoint setting 2022-05-21 16:07:32 +02:00
vector.lua Add more checks to vector functions 2022-05-21 16:11:12 +02:00
voxelarea.lua Add VoxelArea:position, VoxelArea:iter and VoxelArea:iterp 2022-05-21 16:10:44 +02:00