aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_inventory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the documentation of InvRef:get_lists() and clean up code (#12150)DS2022-03-291-13/+10
* Remove a few unused functions reported by callcatcher (#11658)SmallJoker2021-10-121-13/+0
* script: Replace calls to depreated luaL_openlibsfan52021-05-301-1/+1
* Add missing type check to InvRef:set_lists() (#10476)Zughy2020-10-111-0/+1
* Server class code cleanups (#9769)Loïc Blot2020-05-071-6/+7
* Script: Enforce type checks if not nil (#9748)SmallJoker2020-04-271-5/+9
* Add core.remove_detached_inventory (#7684)SmallJoker2018-10-101-0/+10
* Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot2018-06-301-2/+2
* Modernize source code: last part (#6285)Loïc Blot2017-08-201-16/+17
* Code modernization: subfolders (#6283)Loïc Blot2017-08-191-4/+0
* Optimize headers (part 2) (#6272)Loïc Blot2017-08-181-1/+1
* Automatic item and node colorization (#5640)Dániel Juhász2017-06-201-4/+7
* Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#...Loïc Blot2017-04-081-1/+1
* Add `get_wielded_item`red-0012017-03-131-5/+5
* Allow restricting detached inventories to one playersfan52016-11-281-3/+4
* Player/LocalPlayer/RemotePlayer inheritance cleanup (part 2 on X)Loic Blot2016-10-081-1/+1
* SAPI: Mark all Lua API functions requiring envlockkwolekr2015-10-251-1/+2
* Clear inventory before setting listsShadowNinja2014-06-231-9/+10
* Use "core" namespace internallyShadowNinja2014-05-081-1/+1
* Add InvRef::get/set_lists()ShadowNinja2014-01-111-0/+48
* Fix invalid listname and listsize not handled correctly in set_sizesapier2013-11-161-3/+17
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-33/+19
* Fix some nullptr exceptions when handling invalid node inventoriesMetaDucky2013-06-011-1/+14
* Fix minetest.get_inventory(loc) always returning nil for "node" type locMetaDucky2013-06-011-17/+13
* Fixed wrongly named invref:get_location() table members for nodes.MetaDucky2013-05-261-2/+2
* Move scriptapi to separate folder (by sapier)sapier2013-05-251-0/+483