summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_craft.cpp
Commit message (Expand)AuthorAge
* Fix various points reported by cppcheck (#5656)Loïc Blot2017-04-25
* Script API: Make the craft recipe field 'method' consistentSmallJoker2016-08-18
* Adding minetest.clear_craftFoghrye42016-07-05
* Fix minetest.get_(all)_craft_recipe(s) regressionest312015-07-25
* Fix bug when craft input isn't replacedTeTpaAka2015-06-22
* Fix minetest.get_craft_recipe functionest312015-03-23
* Optimize minetest.get_(all)_craft_recipe(s)gregorycu2015-03-20
* Remove lua_State parameter from LuaError::LuaErrorShadowNinja2014-03-15
* Revert "Make sure we get a stacktrace for as many lua errors as possible"ShadowNinja2014-03-15
* Make sure we get a stacktrace for as many lua errors as possibleSfan52014-03-15
* Bugfix to get_all_craft_recipes.RealBadAngel2013-12-21
* Handle LuaErrors in Lua -> C++ calls on LuaJITShadowNinja2013-12-18
* Optimize table creationShadowNinja2013-11-30
* Pass a errfunc to lua_pcall to get a tracebackShadowNinja2013-11-15
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-14
* Move scriptapi to separate folder (by sapier)sapier2013-05-25