]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api/l_item.cpp
Add helper functions to make tool usable n times (#12047)
[dragonfireclient.git] / src / script / lua_api / l_item.cpp
2022-06-03 WuzzyAdd helper functions to make tool usable n times (...
2022-05-29 sfan5Reject registering node with empty name
2022-05-02 sfan5Async environment for mods to do concurrent tasks ...
2022-05-02 sfan5Refactor some Lua API functions in preparation for...
2021-05-30 sfan5script: Replace calls to depreated luaL_openlib
2020-10-13 JosiahWIPass ContentFeatures as reference to read_content_featu...
2020-10-09 DSAdd a short_description to be used by mods (#8980)
2020-06-09 Paul OuelletteLuaItemStack: Add __tostring metamethod (#8785)
2020-04-19 sfan5Fix alias handling of get_content_id (#9712)
2020-04-11 Loic BlotDrop content_sao.{cpp,h}
2020-04-08 sfan5Overall improvements to log messages (#9598)
2020-03-11 HybridDogminetest.get_content_id: error if the node does not...
2019-10-23 Paul OuelletteAllow calling ItemStack with no arguments (#8783)
2019-08-24 Paul OuelletteAdd ItemStack:get_description() to get tooltip (#8847)
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...
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
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
2013-05-24 sapierMove scriptapi to separate folder (by sapier)