minetest/src/script/lua_api
Loïc Blot eef62c82a2
Modernize lua read (part 2 & 3): C++ templating assurance (#7410)
* Modernize lua read (part 2 & 3): C++ templating assurance

Implement the boolean reader
Implement the string reader
Also remove unused & unimplemented script_error_handler
Add a reader with default value
2018-06-30 17:11:38 +02:00
..
CMakeLists.txt Add player:get_meta(), deprecate player attributes (#7202) 2018-04-06 10:52:29 +02:00
l_areastore.cpp Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_areastore.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
l_base.cpp Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_base.h Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_camera.cpp Fix last clang-tidy reported problems for performance-type-promotion-in-math-fn 2018-04-03 23:05:22 +02:00
l_camera.h Code modernization: subfolders (#6283) 2017-08-19 22:23:47 +02:00
l_client.cpp Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_client.h CSM: Remove screenshot API 2018-01-23 05:27:38 +00:00
l_craft.cpp Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_craft.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
l_env.cpp Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_env.h Add minetest.bulk_set_node call + optimize Environment::set_node call (#6958) 2018-01-30 00:30:02 +01:00
l_http.cpp Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_http.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
l_internal.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
l_inventory.cpp Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_inventory.h Code modernization: subfolders (#6283) 2017-08-19 22:23:47 +02:00
l_item.cpp Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_item.h Code modernization: subfolders (#6283) 2017-08-19 22:23:47 +02:00
l_itemstackmeta.cpp MetaDataRef: Add contains() and get() (#7214) 2018-04-30 18:42:51 +02:00
l_itemstackmeta.h Add player:get_meta(), deprecate player attributes (#7202) 2018-04-06 10:52:29 +02:00
l_localplayer.cpp [CSM] Add basic HUD manipulation. (#6067) 2018-01-20 14:09:58 +01:00
l_localplayer.h [CSM] Add basic HUD manipulation. (#6067) 2018-01-20 14:09:58 +01:00
l_mainmenu.cpp Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_mainmenu.h Add online content repository 2018-04-19 20:14:53 +01:00
l_mapgen.cpp Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_mapgen.h Biome API: Add 'get_biome_name(biome_id)' API 2018-03-11 23:06:17 +00:00
l_metadata.cpp Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_metadata.h MetaDataRef: Add contains() and get() (#7214) 2018-04-30 18:42:51 +02:00
l_minimap.cpp Cleanup various headers to reduce compilation times (#6255) 2017-08-16 22:11:45 +02:00
l_minimap.h Code modernization: subfolders (#6283) 2017-08-19 22:23:47 +02:00
l_modchannels.cpp Fix mod channels crash (#7481) 2018-06-27 17:45:40 +02:00
l_modchannels.h Fix mod channels crash (#7481) 2018-06-27 17:45:40 +02:00
l_nodemeta.cpp Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_nodemeta.h Code modernization: subfolders (#6283) 2017-08-19 22:23:47 +02:00
l_nodetimer.cpp Modernize lua read (part 1): C++ templating insurance (#7394) 2018-06-04 22:38:07 +02:00
l_nodetimer.h Code modernization: subfolders (#6283) 2017-08-19 22:23:47 +02:00
l_noise.cpp Modernize lua read (part 1): C++ templating insurance (#7394) 2018-06-04 22:38:07 +02:00
l_noise.h Fix naming conventions of noise userdata 2018-01-07 01:06:18 +00:00
l_object.cpp Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_object.h Add player:get_meta(), deprecate player attributes (#7202) 2018-04-06 10:52:29 +02:00
l_particles.cpp Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_particles.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
l_particles_local.cpp [CSM] Add functions to create particles and particlespawners. (#6072) 2018-01-20 23:31:53 +01:00
l_particles_local.h [CSM] Add functions to create particles and particlespawners. (#6072) 2018-01-20 23:31:53 +01:00
l_playermeta.cpp MetaDataRef: Add contains() and get() (#7214) 2018-04-30 18:42:51 +02:00
l_playermeta.h Add player:get_meta(), deprecate player attributes (#7202) 2018-04-06 10:52:29 +02: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 Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_server.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
l_settings.cpp Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_settings.h Improvements/fixes for noise parameter input in advanced settings 2017-10-23 01:28:13 +01:00
l_sound.cpp Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_sound.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
l_storage.cpp Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_storage.h Fix memory leaks in mod storage (#7500) 2018-06-30 17:11:04 +02:00
l_util.cpp Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_util.h Fix isNan on setYaw Lua call (#7380) 2018-05-31 22:52:08 +02:00
l_vmanip.cpp Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 2018-06-30 17:11:38 +02:00
l_vmanip.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00