minetest/src/script/lua_api
Loïc Blot a7e131f53e Fix various points reported by cppcheck (#5656)
* Fix various performance issues reported by cppcheck + code style (CI)

* Make CI happy with code style on master
* guiFileSelectMenu: remove useless includes
* some performance fixes pointed by cppcheck
* remove some useless casts
* TextDest: remove unused setFormSpec function

* Fix various iterator post-increment reported by cppcheck
2017-04-25 10:21:42 +02: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 Fix various points reported by cppcheck (#5656) 2017-04-25 10:21:42 +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 Fix various points reported by cppcheck (#5656) 2017-04-25 10:21:42 +02:00
l_craft.h Adding minetest.clear_craft 2016-07-05 21:40:13 +02:00
l_env.cpp Fix various points reported by cppcheck (#5656) 2017-04-25 10:21:42 +02:00
l_env.h Light update for map blocks 2017-04-20 05:39:14 +02: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 various copy instead of const ref reported by cppcheck (#5615) 2017-04-19 23:02: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 Fix various points reported by cppcheck (#5656) 2017-04-25 10:21:42 +02: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 Fix various points reported by cppcheck (#5656) 2017-04-25 10:21:42 +02: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 Fix various points reported by cppcheck (#5656) 2017-04-25 10:21:42 +02:00
l_server.h Player data to Database (#5475) 2017-04-23 14:35:08 +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 Light update for map blocks 2017-04-20 05:39:14 +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