summaryrefslogtreecommitdiff
path: root/src/craftdef.h
Commit message (Expand)AuthorAge
* Clean up craft replacements docsPaul Ouellette2019-12-07
* Fix some issues with minetest.clear_craft (#8712)Paul Ouellette2019-08-10
* Prefix RecipePriority elements with PRIORITY_Paul Ouellette2019-07-27
* Initialize priority in CraftDefinition constructorsPaul Ouellette2019-07-27
* Prioritise craft recipesHybridDog2019-05-20
* Test crafting hash type only once for a recipeHybridDog2019-05-20
* Modernize src/c* src/d* and src/e* files (#6263)Loïc Blot2017-08-17
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-17
* C++11 patchset 9: move hardcoded init parameters to class definitions (part 1...Loïc Blot2017-06-16
* Fix various copy instead of const ref reported by cppcheck (#5615)Loïc Blot2017-04-19
* Adding minetest.clear_craftFoghrye42016-07-05
* Fix bug when craft input isn't replacedTeTpaAka2015-06-22
* Remove craftdef serialisationest312015-04-26
* Crafting speedupest312015-04-05
* Optimize minetest.get_(all)_craft_recipe(s)gregorycu2015-03-20
* Added method to get all registered recipes for item(node)RealBadAngel2013-03-05
* Update Copyright YearsSfan52013-02-24
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
* Add minetest.get_craft_recipe()darkrose2012-07-21
* Allow replacements in cooking and fuel recipesKahrl2012-06-06
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-05
* The huge item definition and item namespace unification patch (itemdef), see ...Kahrl2012-01-12
* Crafting definition in scriptsPerttu Ahola2011-11-29