Clean up stack after script_get_backtrace (#7854)
[oweals/minetest.git] / src / script / lua_api / l_item.cpp
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2018-05-20 youFix missing ignore textures (#7326)
2018-02-10 Dániel JuhászNode definition manager refactor (#7016)
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2017-04-12 numberZeroFix inability to change metadata using stack:to_table...
2017-04-08 Loïc BlotReplace luaL_reg with luaL_Reg as recent LuaJIT dropped...
2017-03-13 red-001Add `get_wielded_item`
2017-02-07 rubenwardyFix incompatibility of ItemStack.to_table() introduced... 5182/head
2017-02-04 rubenwardyAdd ItemStack key-value meta storage
2016-09-08 paly2Add minetest.unregister_item and minetest.register_alia...
2016-01-15 sfan5Make ItemStack:set_count(0) clear the item stack
2014-12-29 kwolekrLuaItemStack: Fix and document behavior of set_name...
2014-05-08 ShadowNinjaUse "core" namespace internally 1258/head
2014-03-15 ShadowNinjaRemove lua_State parameter from LuaError::LuaError
2013-12-18 ShadowNinjaHandle LuaErrors in Lua -> C++ calls on LuaJIT
2013-09-28 PilzAdamAdd set_name(), set_count(), set_wear() and set_metadat...
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-07-14 KahrlChange ContentFeatures array to a vector
2013-06-28 kwolekrAdd minetest.get_mapgen_object to API
2013-06-28 kwolekrAdd LuaVoxelManip
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-25 sapierFix itemstack:add item not working correct 737/head
2013-05-24 sapierMove scriptapi to separate folder (by sapier)