aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_craft.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Async environment for mods to do concurrent tasks (#11131)sfan52022-05-021-0/+8
* Refactor some Lua API functions in preparation for async envsfan52022-05-021-13/+11
* Fix some issues with minetest.clear_craft (#8712)Paul Ouellette2019-08-101-2/+8
* clear_craft: Return false if recipe not found, don't throw error (#7804)Paramat2018-10-241-8/+16
* Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot2018-06-301-4/+4
* Code modernization: subfolders (#6283)Loïc Blot2017-08-191-15/+14
* Fix various points reported by cppcheck (#5656)Loïc Blot2017-04-251-1/+1
* Script API: Make the craft recipe field 'method' consistentSmallJoker2016-08-181-4/+12
* Adding minetest.clear_craftFoghrye42016-07-051-1/+75
* Fix minetest.get_(all)_craft_recipe(s) regressionest312015-07-251-3/+3
* Fix bug when craft input isn't replacedTeTpaAka2015-06-221-2/+7
* Fix minetest.get_craft_recipe functionest312015-03-231-0/+2
* Optimize minetest.get_(all)_craft_recipe(s)gregorycu2015-03-201-97/+75
* Remove lua_State parameter from LuaError::LuaErrorShadowNinja2014-03-151-14/+14
* Revert "Make sure we get a stacktrace for as many lua errors as possible"ShadowNinja2014-03-151-14/+14
* Make sure we get a stacktrace for as many lua errors as possibleSfan52014-03-151-14/+14
* Bugfix to get_all_craft_recipes.RealBadAngel2013-12-211-2/+2
* Handle LuaErrors in Lua -> C++ calls on LuaJITShadowNinja2013-12-181-14/+14
* Optimize table creationShadowNinja2013-11-301-37/+22
* Pass a errfunc to lua_pcall to get a tracebackShadowNinja2013-11-151-1/+1
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-22/+9
* Move scriptapi to separate folder (by sapier)sapier2013-05-251-0/+477