aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_inventory.cpp
AgeCommit message (Expand)Author
2021-10-12Remove a few unused functions reported by callcatcher (#11658)SmallJoker
2021-05-30script: Replace calls to depreated luaL_openlibsfan5
2020-10-11Add missing type check to InvRef:set_lists() (#10476)Zughy
2020-05-07Server class code cleanups (#9769)Loïc Blot
2020-04-27Script: Enforce type checks if not nil (#9748)SmallJoker
2018-10-10 Add core.remove_detached_inventory (#7684)SmallJoker
2018-06-30Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot
2017-08-20Modernize source code: last part (#6285)Loïc Blot
2017-08-19Code modernization: subfolders (#6283)Loïc Blot
2017-08-18Optimize headers (part 2) (#6272)Loïc Blot
2017-06-20Automatic item and node colorization (#5640)Dániel Juhász
2017-04-08Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#...Loïc Blot
2017-03-13Add `get_wielded_item`red-001
2016-11-28Allow restricting detached inventories to one playersfan5
2016-10-08Player/LocalPlayer/RemotePlayer inheritance cleanup (part 2 on X)Loic Blot
2015-10-25SAPI: Mark all Lua API functions requiring envlockkwolekr
2014-06-23Clear inventory before setting listsShadowNinja
2014-05-08Use "core" namespace internallyShadowNinja
2014-01-11Add InvRef::get/set_lists()ShadowNinja
2013-11-16Fix invalid listname and listsize not handled correctly in set_sizesapier
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-06-01Fix some nullptr exceptions when handling invalid node inventoriesMetaDucky
2013-06-01Fix minetest.get_inventory(loc) always returning nil for "node" type locMetaDucky
2013-05-26Fixed wrongly named invref:get_location() table members for nodes.MetaDucky
2013-05-25Move scriptapi to separate folder (by sapier)sapier