Modernize lua read (part 2 & 3): C++ templating assurance (#7410)
[oweals/minetest.git] / src / script / lua_api / l_inventory.cpp
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-06-20 Dániel JuhászAutomatic item and node colorization (#5640)
2017-04-08 Loïc BlotReplace luaL_reg with luaL_Reg as recent LuaJIT dropped...
2017-03-13 red-001Add `get_wielded_item`
2016-11-28 sfan5Allow restricting detached inventories to one player
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2015-10-26 kwolekrSAPI: Mark all Lua API functions requiring envlock
2014-06-23 ShadowNinjaClear inventory before setting lists
2014-05-08 ShadowNinjaUse "core" namespace internally 1258/head
2014-01-11 ShadowNinjaAdd InvRef::get/set_lists()
2013-11-16 sapierFix invalid listname and listsize not handled correctly...
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-06-21 WeblateMerge remote-tracking branch 'origin/master'
2013-06-01 MetaDuckyFix some nullptr exceptions when handling invalid node...
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-06-01 MetaDuckyFix minetest.get_inventory(loc) always returning nil...
2013-05-25 MetaDuckyFixed wrongly named invref:get_location() table members...
2013-05-24 sapierMove scriptapi to separate folder (by sapier)