minetest/src/script/lua_api
Jude Melton-Houghton ab8dfb45b4
Allow buffer argument to VoxelManip:get_light_data (#12682)
2022-08-13 08:53:47 +02:00
..
CMakeLists.txt Revert "Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8288)" 2019-02-26 08:53:53 +01:00
l_areastore.cpp Lua API documentation: Various fixes (#12059) 2022-02-23 21:21:37 +01:00
l_areastore.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
l_auth.cpp Auth API: Error when accessed prior to ServerEnv init (#11398) 2021-06-30 20:42:26 +02:00
l_auth.h Replace auth.txt with SQLite auth database (#7279) 2018-08-05 13:13:38 +02:00
l_base.cpp Fix segfault in deprecation logging due to tail call, log by default (#10174) 2020-10-31 18:19:23 +00:00
l_base.h Fix segfault in deprecation logging due to tail call, log by default (#10174) 2020-10-31 18:19:23 +00:00
l_camera.cpp script: Replace calls to depreated luaL_openlib 2021-05-30 11:40:14 +02:00
l_camera.h Code modernization: subfolders (#6283) 2017-08-19 22:23:47 +02:00
l_client.cpp Sounds: Various little improvements (#12486) 2022-07-09 22:32:24 +02:00
l_client.h Implement minetest.sound_fade() 2020-04-11 13:12:51 +02:00
l_craft.cpp Async environment for mods to do concurrent tasks (#11131) 2022-05-02 20:56:06 +02:00
l_craft.h Async environment for mods to do concurrent tasks (#11131) 2022-05-02 20:56:06 +02:00
l_env.cpp Fix two memleak reports from Coverity (#12466) 2022-06-26 14:37:50 +01:00
l_env.h Spacing fixes 2022-04-08 14:55:21 +01:00
l_http.cpp Fix broken server startup if curl is disabled (#12046) 2022-02-04 20:29:28 +01:00
l_http.h Fix broken server startup if curl is disabled (#12046) 2022-02-04 20:29:28 +01:00
l_internal.h Async environment for mods to do concurrent tasks (#11131) 2022-05-02 20:56:06 +02:00
l_inventory.cpp Fix the documentation of InvRef:get_lists() and clean up code (#12150) 2022-03-29 18:06:16 +02:00
l_inventory.h Remove a few unused functions reported by callcatcher (#11658) 2021-10-12 20:12:20 +02:00
l_item.cpp Add helper functions to make tool usable n times (#12047) 2022-06-03 21:47:04 +02:00
l_item.h Add helper functions to make tool usable n times (#12047) 2022-06-03 21:47:04 +02:00
l_itemstackmeta.cpp script: Replace calls to depreated luaL_openlib 2021-05-30 11:40:14 +02:00
l_itemstackmeta.h Send only changed node metadata to clients instead of whole mapblock (#5268) 2018-12-04 20:37:48 +01:00
l_localplayer.cpp Physics overrides: Move values to a common struct (#12591) 2022-08-12 10:17:02 +01:00
l_localplayer.h Split liquid_viscosity to liquid_viscosity and move_resistance (#10810) 2021-10-01 16:21:24 +02:00
l_mainmenu.cpp Add check_mod_configuration to main menu 2022-07-14 22:12:54 +01:00
l_mainmenu.h Add check_mod_configuration to main menu 2022-07-14 22:12:54 +01:00
l_mapgen.cpp Make sure relevant std::stringstreams are set to binary 2021-09-11 21:06:57 +02:00
l_mapgen.h Allow more than 255 biomes, document new maximum (#9855) 2020-05-20 22:16:14 +01:00
l_metadata.cpp Make MetaDataRef:get return nil instead of nothing (#11666) 2021-10-05 15:38:33 +03:00
l_metadata.h Send only changed node metadata to clients instead of whole mapblock (#5268) 2018-12-04 20:37:48 +01:00
l_minimap.cpp script: Replace calls to depreated luaL_openlib 2021-05-30 11:40:14 +02:00
l_minimap.h Code modernization: subfolders (#6283) 2017-08-19 22:23:47 +02:00
l_modchannels.cpp script: Replace calls to depreated luaL_openlib 2021-05-30 11:40:14 +02:00
l_modchannels.h Fix mod channels crash (#7481) 2018-06-27 17:45:40 +02:00
l_nodemeta.cpp Fix use-after-free in node meta cleanup 2022-05-29 16:30:13 +02:00
l_nodemeta.h Get rid of node metadata when it becomes empty 2022-05-29 14:00:19 +02:00
l_nodetimer.cpp script: Replace calls to depreated luaL_openlib 2021-05-30 11:40:14 +02:00
l_nodetimer.h Reduce ServerEnvironment propagation (#9642) 2020-04-11 19:59:43 +02:00
l_noise.cpp Async environment for mods to do concurrent tasks (#11131) 2022-05-02 20:56:06 +02:00
l_noise.h Async environment for mods to do concurrent tasks (#11131) 2022-05-02 20:56:06 +02:00
l_object.cpp Physics overrides: Move values to a common struct (#12591) 2022-08-12 10:17:02 +01:00
l_object.h Add API function to invoke player respawn 2022-05-29 14:00:19 +02:00
l_particleparams.h Fix some warnings (#12615) 2022-07-30 12:51:23 +01:00
l_particles.cpp Animated particlespawners and more (#11545) 2022-07-13 11:57:12 +02:00
l_particles.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
l_particles_local.cpp Animated particlespawners and more (#11545) 2022-07-13 11:57:12 +02:00
l_particles_local.h Modernize include guards and add missing ones (#9898) 2020-05-23 13:23:05 +02:00
l_playermeta.cpp script: Replace calls to depreated luaL_openlib 2021-05-30 11:40:14 +02:00
l_playermeta.h reportMetadataChange; Silence clang warnings 2018-12-21 19:05:29 +01:00
l_rollback.cpp SAPI: Mark all Lua API functions requiring envlock 2015-10-25 23:06:48 -04:00
l_rollback.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
l_server.cpp Re-order sound-related code (#12382) 2022-06-20 21:56:12 +02:00
l_server.h Async environment for mods to do concurrent tasks (#11131) 2022-05-02 20:56:06 +02:00
l_settings.cpp Protect a few more settings from being set from mods 2022-05-29 14:00:19 +02:00
l_settings.h Settings: Add get_flags API for mapgen flags (mg_flags, mgv6_spflags, ...) (#9284) 2020-01-25 16:56:54 +01:00
l_sound.cpp Re-order sound-related code (#12382) 2022-06-20 21:56:12 +02:00
l_sound.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
l_storage.cpp Let core.get_mod_storage be called multiple times (#12572) 2022-07-23 22:27:07 +02:00
l_storage.h Fix memory leaks in mod storage (#7500) 2018-06-30 17:11:04 +02:00
l_util.cpp Run Minetest update checker on startup (#7629) 2022-08-02 21:34:17 +02:00
l_util.h Add helper functions to make tool usable n times (#12047) 2022-06-03 21:47:04 +02:00
l_vmanip.cpp Allow buffer argument to VoxelManip:get_light_data (#12682) 2022-08-13 08:53:47 +02:00
l_vmanip.h Async environment for mods to do concurrent tasks (#11131) 2022-05-02 20:56:06 +02:00