aboutsummaryrefslogtreecommitdiff
path: root/src/craftdef.h
AgeCommit message (Expand)Author
2022-11-09Fix typos and en_US/en_GB inconsistency in various files (#12902)Abdou-31
2019-12-07Clean up craft replacements docsPaul Ouellette
2019-08-10Fix some issues with minetest.clear_craft (#8712)Paul Ouellette
2019-07-27Prefix RecipePriority elements with PRIORITY_Paul Ouellette
2019-07-27Initialize priority in CraftDefinition constructorsPaul Ouellette
2019-05-20Prioritise craft recipesHybridDog
2019-05-20Test crafting hash type only once for a recipeHybridDog
2017-08-17Modernize src/c* src/d* and src/e* files (#6263)Loïc Blot
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
2017-06-16C++11 patchset 9: move hardcoded init parameters to class definitions (part 1...Loïc Blot
2017-04-19Fix various copy instead of const ref reported by cppcheck (#5615)Loïc Blot
2016-07-05Adding minetest.clear_craftFoghrye4
2015-06-22Fix bug when craft input isn't replacedTeTpaAka
2015-04-26Remove craftdef serialisationest31
2015-04-05Crafting speedupest31
2015-03-20Optimize minetest.get_(all)_craft_recipe(s)gregorycu
2013-03-05Added method to get all registered recipes for item(node)RealBadAngel
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2012-07-21Add minetest.get_craft_recipe()darkrose
2012-06-06Allow replacements in cooking and fuel recipesKahrl
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola
2012-01-12The huge item definition and item namespace unification patch (itemdef), see ...Kahrl
2011-11-29Crafting definition in scriptsPerttu Ahola