mainmenu_csm/builtin
hdastwb 05ee748813
added (optional) support for 6d facedir in dir_to_facedir and added facedir_to_dir
2022-05-21 16:10:54 +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 vector helpers 2022-05-21 16:10:38 +02:00
chatcommands.lua Make sure that coordinates passed to /teleport are actual numbers 2022-05-21 16:10:41 +02:00
deprecated.lua Move scriptapi to separate folder (by sapier) 2022-05-21 16:10:34 +02:00
detached_inventory.lua Detached inventory callbacks and reworked node metadata callbacks 2022-05-21 16:07:47 +02:00
falling.lua Add an option to disable object <-> object collision for Lua entities 2022-05-21 16:10:47 +02:00
features.lua Fix minetest.features 2022-05-21 16:10:33 +02:00
filterlist.lua Fix background/overlay/footer/header handling Add missing file headers 2022-05-21 16:10:51 +02:00
gamemgr.lua Add port to favorites if not 30000 Major modmgr overhaul Add missing formspec checkbox doc 2022-05-21 16:10:50 +02:00
item.lua added (optional) support for 6d facedir in dir_to_facedir and added facedir_to_dir 2022-05-21 16:10:54 +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 Fix bug in world creation Add old style mod selection in worldconfig dialog 2022-05-21 16:10:53 +02:00
misc.lua Move math.hypot() to misc_helpers.lua and fix zero-division error 2022-05-21 16:10:41 +02:00
misc_helpers.lua merge mainmenu_helper.lua to misc_helpers.lua 2022-05-21 16:10:51 +02:00
misc_register.lua Add Lua on_mapgen_init callback, and minetest.set_mapgen_params API 2022-05-21 16:10:35 +02:00
mm_menubar.lua Fix background/overlay/footer/header handling Add missing file headers 2022-05-21 16:10:51 +02:00
mm_textures.lua Add missing header/footer for singleplayer tab 2022-05-21 16:10:52 +02:00
modmgr.lua Fix enable mod/enable button not shown on entering world config dialog 2022-05-21 16:10:53 +02:00
modstore.lua Remove debug output 2022-05-21 16:10:52 +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 Handle 0 vectors in vector.normalize() 2022-05-21 16:10:39 +02:00
voxelarea.lua Add VoxelArea:position, VoxelArea:iter and VoxelArea:iterp 2022-05-21 16:10:44 +02:00