1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00
luanti/src/script/lua_api
2025-05-30 13:03:21 +02:00
..
CMakeLists.txt In-game settings menu using separate Lua environment (#15614) 2025-01-19 13:07:04 -05:00
l_areastore.cpp Implement helpful __tostring for all userdata-based classes 2025-05-04 16:32:17 +02:00
l_areastore.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_auth.cpp Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_auth.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_base.cpp Implement helpful __tostring for all userdata-based classes 2025-05-04 16:32:17 +02:00
l_base.h Implement helpful __tostring for all userdata-based classes 2025-05-04 16:32:17 +02:00
l_camera.cpp Implement helpful __tostring for all userdata-based classes 2025-05-04 16:32:17 +02:00
l_camera.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_client.cpp In-game settings menu using separate Lua environment (#15614) 2025-01-19 13:07:04 -05:00
l_client.h In-game settings menu using separate Lua environment (#15614) 2025-01-19 13:07:04 -05:00
l_client_common.cpp In-game settings menu using separate Lua environment (#15614) 2025-01-19 13:07:04 -05:00
l_client_common.h In-game settings menu using separate Lua environment (#15614) 2025-01-19 13:07:04 -05:00
l_client_sound.cpp Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_client_sound.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_craft.cpp Improve log messages for core.clear_craft 2025-05-02 21:27:31 +02:00
l_craft.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_env.cpp Change nil-component error to deprecation warning 2025-05-28 13:29:30 +02:00
l_env.h Rename perlin noise to value noise (#15858) 2025-04-10 14:39:40 +02:00
l_http.cpp Support HEAD and PATCH methods in http api 2025-05-01 10:46:24 +02:00
l_http.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_internal.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_inventory.cpp Implement helpful __tostring for all userdata-based classes 2025-05-04 16:32:17 +02:00
l_inventory.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_ipc.cpp Implement minetest.ipc_poll() 2024-10-11 12:00:59 +02:00
l_ipc.h Implement minetest.ipc_poll() 2024-10-11 12:00:59 +02:00
l_item.cpp Implement helpful __tostring for all userdata-based classes 2025-05-04 16:32:17 +02:00
l_item.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_itemstackmeta.cpp Implement helpful __tostring for all userdata-based classes 2025-05-04 16:32:17 +02:00
l_itemstackmeta.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_localplayer.cpp Implement helpful __tostring for all userdata-based classes 2025-05-04 16:32:17 +02:00
l_localplayer.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_mainmenu.cpp Migrate existing keycode-based keybindings (#16049) 2025-05-14 22:15:15 +02:00
l_mainmenu.h Move keybinding settings to (Lua-based) setting menu (#15791) 2025-04-20 20:20:49 +02:00
l_mainmenu_sound.cpp Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_mainmenu_sound.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_mapgen.cpp Add/remove/change some log messages for clarity 2025-04-10 14:39:21 +02:00
l_mapgen.h Add core.spawn_tree_on_vmanip (#15415) 2024-12-08 20:27:22 +01:00
l_menu_common.cpp Migrate existing keycode-based keybindings (#16049) 2025-05-14 22:15:15 +02:00
l_menu_common.h Migrate existing keycode-based keybindings (#16049) 2025-05-14 22:15:15 +02:00
l_metadata.cpp Implement helpful __tostring for all userdata-based classes 2025-05-04 16:32:17 +02:00
l_metadata.h Implement helpful __tostring for all userdata-based classes 2025-05-04 16:32:17 +02:00
l_minimap.cpp Implement helpful __tostring for all userdata-based classes 2025-05-04 16:32:17 +02:00
l_minimap.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_modchannels.cpp Implement helpful __tostring for all userdata-based classes 2025-05-04 16:32:17 +02:00
l_modchannels.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_nodemeta.cpp Implement helpful __tostring for all userdata-based classes 2025-05-04 16:32:17 +02:00
l_nodemeta.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_nodetimer.cpp Implement helpful __tostring for all userdata-based classes 2025-05-04 16:32:17 +02:00
l_nodetimer.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_noise.cpp Implement helpful __tostring for all userdata-based classes 2025-05-04 16:32:17 +02:00
l_noise.h Rename perlin noise to value noise (#15858) 2025-04-10 14:39:40 +02:00
l_object.cpp Implement helpful __tostring for all userdata-based classes 2025-05-04 16:32:17 +02:00
l_object.h Implement helpful __tostring for all userdata-based classes 2025-05-04 16:32:17 +02:00
l_particleparams.h Add particle blend mode "clip" (#15444) 2024-11-19 13:30:17 +01:00
l_particles.cpp Sanitize invalid particle spawner time (#15465) 2024-11-24 19:23:53 +01:00
l_particles.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_particles_local.cpp Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_particles_local.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_pause_menu.cpp Move keybinding settings to (Lua-based) setting menu (#15791) 2025-04-20 20:20:49 +02:00
l_pause_menu.h Move keybinding settings to (Lua-based) setting menu (#15791) 2025-04-20 20:20:49 +02:00
l_playermeta.cpp Implement helpful __tostring for all userdata-based classes 2025-05-04 16:32:17 +02:00
l_playermeta.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_rollback.cpp Various random code cleanups 2025-03-04 19:53:01 +01:00
l_rollback.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_server.cpp Extend check for lingering clinets 2025-05-30 13:02:24 +02:00
l_server.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_settings.cpp Implement helpful __tostring for all userdata-based classes 2025-05-04 16:32:17 +02:00
l_settings.h Code style fixes. 2025-01-21 16:29:12 +01:00
l_storage.cpp Implement helpful __tostring for all userdata-based classes 2025-05-04 16:32:17 +02:00
l_storage.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_util.cpp Improve some warning messages (#15990) 2025-04-08 22:24:00 +02:00
l_util.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
l_vmanip.cpp Implement API to create empty VoxelManip 2025-05-30 13:03:21 +02:00
l_vmanip.h Implement API to create empty VoxelManip 2025-05-30 13:03:21 +02:00