minetest/src/script/lua_api
paramat f6da7b3fda Sneak: Add option for old move code
Temporary option for the old move code for specific old sneak behaviour.
Enabled by setting the added 'new move' physics override to false.
By default 'new move' is true.
2017-04-17 10:13:05 +01:00
..
CMakeLists.txt LocalPlayer api lua 2017-04-08 22:04:30 -07:00
l_areastore.cpp Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#5541) 2017-04-08 09:28:37 +02:00
l_areastore.h Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#5541) 2017-04-08 09:28:37 +02:00
l_base.cpp Add `get_wielded_item` 2017-03-13 23:56:05 +01:00
l_base.h Add `get_wielded_item` 2017-03-13 23:56:05 +01:00
l_client.cpp LINT: Switch whitelist check from egrep to awk 2017-04-06 23:21:40 +02:00
l_client.h [CSM] Add function to get the server protocol version. (#5529) 2017-04-06 22:50:45 +02: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 [CSM] Add core.get_timeofday & core.get_day_count env calls (#5401) 2017-03-17 07:48:29 +01:00
l_env.h [CSM] Add core.get_timeofday & core.get_day_count env calls (#5401) 2017-03-17 07:48:29 +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 [CSM] Add core.get_timeofday & core.get_day_count env calls (#5401) 2017-03-17 07:48:29 +01:00
l_inventory.cpp Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#5541) 2017-04-08 09:28:37 +02:00
l_inventory.h Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#5541) 2017-04-08 09:28:37 +02:00
l_item.cpp Fix inability to change metadata using stack:to_table() (#5547) 2017-04-12 16:51:07 +02:00
l_item.h Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#5541) 2017-04-08 09:28:37 +02:00
l_itemstackmeta.cpp Hardware coloring for itemstacks 2017-04-08 18:39:15 -07:00
l_itemstackmeta.h Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#5541) 2017-04-08 09:28:37 +02:00
l_localplayer.cpp Replace occurrence of luaL_reg in l_localplayer (#5566) 2017-04-11 19:29:24 +02:00
l_localplayer.h Clang format: fix LINT on old PR which doesn't have LINT enabled 2017-04-10 08:05:03 +02:00
l_mainmenu.cpp [CSM] sound_play & sound_stop support + client_lua_api doc (#5096) 2017-03-13 23:56:05 +01:00
l_mainmenu.h [CSM] sound_play & sound_stop support + client_lua_api doc (#5096) 2017-03-13 23:56:05 +01:00
l_mapgen.cpp Get biome list: Downgrade missing biome message to infostream 2017-03-16 02:56:03 +00:00
l_mapgen.h Clang-format: fix some header files and remove them from whitelist 2017-04-07 08:50:17 +02:00
l_metadata.cpp Hardware coloring for itemstacks 2017-04-08 18:39:15 -07:00
l_metadata.h Hardware coloring for itemstacks 2017-04-08 18:39:15 -07:00
l_minimap.cpp Minimap: Do a double-typecast to fix compiling with MSVC 2017-04-15 14:30:27 +02:00
l_minimap.h [CSM] Add function to set minimap shape (#5569) 2017-04-14 09:04:41 +02:00
l_nodemeta.cpp Hardware coloring for itemstacks 2017-04-08 18:39:15 -07:00
l_nodemeta.h Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#5541) 2017-04-08 09:28:37 +02:00
l_nodetimer.cpp Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#5541) 2017-04-08 09:28:37 +02:00
l_nodetimer.h Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#5541) 2017-04-08 09:28:37 +02:00
l_noise.cpp Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#5541) 2017-04-08 09:28:37 +02:00
l_noise.h Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#5541) 2017-04-08 09:28:37 +02:00
l_object.cpp Sneak: Add option for old move code 2017-04-17 10:13:05 +01:00
l_object.h Sneak: Add option for old move code 2017-04-17 10:13:05 +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 Implement delayed server shutdown with cancelation (#4664) 2017-04-15 23:19:18 +02:00
l_server.h Pass clang-format on 14 trivial header files fixes 2017-04-07 23:22:00 +02:00
l_settings.cpp Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#5541) 2017-04-08 09:28:37 +02:00
l_settings.h Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#5541) 2017-04-08 09:28:37 +02:00
l_sound.cpp [CSM] Add support for positional audio. (#5516) 2017-04-06 08:14:31 +02:00
l_sound.h Clang-format: fix some header files and remove them from whitelist 2017-04-07 08:50:17 +02:00
l_storage.cpp Hardware coloring for itemstacks 2017-04-08 18:39:15 -07:00
l_storage.h Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#5541) 2017-04-08 09:28:37 +02:00
l_util.cpp [CSM] storage + fixes 2017-03-13 23:56:05 +01:00
l_util.h Clang-format: fix some header files and remove them from whitelist 2017-04-07 08:50:17 +02:00
l_vmanip.cpp Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#5541) 2017-04-08 09:28:37 +02:00
l_vmanip.h Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#5541) 2017-04-08 09:28:37 +02:00