aboutsummaryrefslogtreecommitdiff
path: root/src/craftdef.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up craft replacements docsPaul Ouellette2019-12-071-4/+13
* Fix some issues with minetest.clear_craft (#8712)Paul Ouellette2019-08-101-3/+5
* Prefix RecipePriority elements with PRIORITY_Paul Ouellette2019-07-271-6/+6
* Initialize priority in CraftDefinition constructorsPaul Ouellette2019-07-271-28/+21
* Prioritise craft recipesHybridDog2019-05-201-0/+23
* Test crafting hash type only once for a recipeHybridDog2019-05-201-7/+11
* Modernize src/c* src/d* and src/e* files (#6263)Loïc Blot2017-08-171-41/+26
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-5/+1
* C++11 patchset 9: move hardcoded init parameters to class definitions (part 1...Loïc Blot2017-06-161-17/+15
* Fix various copy instead of const ref reported by cppcheck (#5615)Loïc Blot2017-04-191-4/+7
* Adding minetest.clear_craftFoghrye42016-07-051-0/+4
* Fix bug when craft input isn't replacedTeTpaAka2015-06-221-6/+14
* Remove craftdef serialisationest312015-04-261-30/+2
* Crafting speedupest312015-04-051-13/+83
* Optimize minetest.get_(all)_craft_recipe(s)gregorycu2015-03-201-8/+4
* Added method to get all registered recipes for item(node)RealBadAngel2013-03-051-0/+4
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Add minetest.get_craft_recipe()darkrose2012-07-211-0/+11
* Allow replacements in cooking and fuel recipesKahrl2012-06-061-4/+13
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* The huge item definition and item namespace unification patch (itemdef), see ...Kahrl2012-01-121-42/+307
* Crafting definition in scriptsPerttu Ahola2011-11-291-0/+111