aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_craft.cpp
AgeCommit message (Expand)Author
2022-05-02Async environment for mods to do concurrent tasks (#11131)sfan5
2022-05-02Refactor some Lua API functions in preparation for async envsfan5
2019-08-10Fix some issues with minetest.clear_craft (#8712)Paul Ouellette
2018-10-24clear_craft: Return false if recipe not found, don't throw error (#7804)Paramat
2018-06-30Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot
2017-08-19Code modernization: subfolders (#6283)Loïc Blot
2017-04-25Fix various points reported by cppcheck (#5656)Loïc Blot
2016-08-18Script API: Make the craft recipe field 'method' consistentSmallJoker
2016-07-05Adding minetest.clear_craftFoghrye4
2015-07-25Fix minetest.get_(all)_craft_recipe(s) regressionest31
2015-06-22Fix bug when craft input isn't replacedTeTpaAka
2015-03-23Fix minetest.get_craft_recipe functionest31
2015-03-20Optimize minetest.get_(all)_craft_recipe(s)gregorycu
2014-03-15Remove lua_State parameter from LuaError::LuaErrorShadowNinja
2014-03-15Revert "Make sure we get a stacktrace for as many lua errors as possible"ShadowNinja
2014-03-15Make sure we get a stacktrace for as many lua errors as possibleSfan5
2013-12-21Bugfix to get_all_craft_recipes.RealBadAngel
2013-12-18Handle LuaErrors in Lua -> C++ calls on LuaJITShadowNinja
2013-11-30Optimize table creationShadowNinja
2013-11-15Pass a errfunc to lua_pcall to get a tracebackShadowNinja
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-05-25Move scriptapi to separate folder (by sapier)sapier