minetest/src/script/lua_api
red-001 6167070b86
Add `get_wielded_item`
2017-03-13 22:19:11 +01:00
..
CMakeLists.txt [CSM] storage + fixes 2017-03-13 18:31:44 +01:00
l_areastore.cpp Mod security: Allow read-only access to all mod paths 2016-12-20 06:34:04 +00:00
l_areastore.h Implement AreaStore serialization 2016-03-07 16:33:20 -05:00
l_base.cpp Add `get_wielded_item` 2017-03-13 22:19:11 +01:00
l_base.h Add `get_wielded_item` 2017-03-13 22:19:11 +01:00
l_client.cpp Add `get_wielded_item` 2017-03-13 22:19:11 +01:00
l_client.h Add `get_wielded_item` 2017-03-13 22:19:11 +01:00
l_craft.cpp Script API: Make the craft recipe field 'method' consistent 2016-08-18 20:43:49 +01:00
l_craft.h Adding minetest.clear_craft 2016-07-05 21:40:13 +02:00
l_env.cpp Add `get_wielded_item` 2017-03-13 22:19:11 +01:00
l_env.h [CSM] Client side modding 2017-03-13 18:31:07 +01:00
l_http.cpp Require minetest.request_http_api to be called from the mod's main scope 2016-03-03 22:42:00 +01:00
l_http.h Add Lua interface to HTTPFetchRequest 2016-02-22 15:39:41 +01:00
l_internal.h Rename ObjectRef methods to be consistent and predictable 2017-01-16 15:34:44 +00:00
l_inventory.cpp Add `get_wielded_item` 2017-03-13 22:19:11 +01:00
l_inventory.h Player/LocalPlayer/RemotePlayer inheritance cleanup (part 2 on X) 2016-10-08 15:57:50 +02:00
l_item.cpp Add `get_wielded_item` 2017-03-13 22:19:11 +01:00
l_item.h Add ItemStack key-value meta storage 2017-02-04 22:07:55 +00:00
l_itemstackmeta.cpp Add ItemStack key-value meta storage 2017-02-04 22:07:55 +00:00
l_itemstackmeta.h Add ItemStack key-value meta storage 2017-02-04 22:07:55 +00:00
l_mainmenu.cpp [CSM] sound_play & sound_stop support + client_lua_api doc (#5096) 2017-03-13 18:31:30 +01:00
l_mainmenu.h [CSM] sound_play & sound_stop support + client_lua_api doc (#5096) 2017-03-13 18:31:30 +01:00
l_mapgen.cpp Light calculation: New bulk node lighting code 2017-03-11 02:06:18 +00:00
l_mapgen.h Add MapSettingsManager and new mapgen setting script API functions 2016-07-03 15:38:36 -04:00
l_metadata.cpp Derive NodeMetaRef from MetaDataRef 2017-02-04 22:07:55 +00:00
l_metadata.h Derive NodeMetaRef from MetaDataRef 2017-02-04 22:07:55 +00:00
l_nodemeta.cpp Derive NodeMetaRef from MetaDataRef 2017-02-04 22:07:55 +00:00
l_nodemeta.h Derive NodeMetaRef from MetaDataRef 2017-02-04 22:07:55 +00:00
l_nodetimer.cpp Move ServerEnvironment to dedicated cpp/header files 2017-01-08 12:16:06 +01:00
l_nodetimer.h Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 2013-08-14 21:03:33 +02:00
l_noise.cpp Change internal type for seeds to s32 2016-06-04 01:51:44 -04:00
l_noise.h Change internal type for seeds to s32 2016-06-04 01:51:44 -04:00
l_object.cpp Add `get_wielded_item` 2017-03-13 22:19:11 +01:00
l_object.h Implement player attribute backend (#4155) 2017-01-27 08:59:30 +01:00
l_particles.cpp Initialize TileAnimationParams to prevent crashes/bugs for legacy invocations of add_particle{,spawner} (fixes #5108) 2017-01-24 15:19:29 +01:00
l_particles.h Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 2013-08-14 21:03:33 +02:00
l_rollback.cpp SAPI: Mark all Lua API functions requiring envlock 2015-10-25 23:06:48 -04:00
l_rollback.h Rollback fixes and get_node_actions 2013-11-27 18:13:06 -05:00
l_server.cpp Add minetest.get_server_uptime() function to Lua API (#4702) 2016-11-02 09:36:58 -07:00
l_server.h Add minetest.get_server_uptime() function to Lua API (#4702) 2016-11-02 09:36:58 -07:00
l_settings.cpp Fix warning reported by clang (possible bug in Settings lua api) 2016-12-21 10:20:06 +01:00
l_settings.h Mod security: Allow read-only access to all mod paths 2016-12-20 06:34:04 +00:00
l_sound.cpp [CSM] sound_play & sound_stop support + client_lua_api doc (#5096) 2017-03-13 18:31:30 +01:00
l_sound.h [CSM] sound_play & sound_stop support + client_lua_api doc (#5096) 2017-03-13 18:31:30 +01:00
l_storage.cpp Add ModMetadata API (#5131) 2017-02-08 00:15:55 +01:00
l_storage.h Add ModMetadata API (#5131) 2017-02-08 00:15:55 +01:00
l_util.cpp [CSM] storage + fixes 2017-03-13 18:31:44 +01:00
l_util.h [CSM] Add method that display chat to client-sided lua. (#5089) (#5091) 2017-03-13 18:31:13 +01:00
l_vmanip.cpp Light calculation: New bulk node lighting code 2017-03-11 02:06:18 +00:00
l_vmanip.h Shorten ManualMapVoxelManipulator to MMVManip 2015-01-05 02:42:27 -05:00