Prioritise craft recipes
[oweals/minetest.git] / src / craftdef.cpp
2019-05-20 HybridDogPrioritise craft recipes
2019-05-20 HybridDogTest crafting hash type only once for a recipe
2019-03-31 HybridDogUse unordered_map instead of map for craft definitions...
2019-01-13 Jozef BehranSpeed up the craft definition handling (#8097)
2018-10-16 WuzzyAdd disable_repair group to prevent tool repair (#7381)
2017-10-16 Esteban I. RMDon't try to craft a non-existent item
2017-08-20 Loïc BlotModernize code: very last fixes (#6290)
2017-08-17 Loïc BlotModernize src/c* src/d* and src/e* files (#6263)
2017-02-04 rubenwardyAdd ItemStack key-value meta storage
2016-07-05 Foghrye4Adding minetest.clear_craft
2016-03-20 ShadowNinjaClean up Strfnd
2015-11-15 TeTpaAkaAllow craft replacements to use groups
2015-08-25 David JonesChange i++ to ++i
2015-07-04 est31Fix endless loop since grandparent commit
2015-07-04 est31Craftdef: Use numbers instead of iterators
2015-07-04 TeTpaAkaFix missing check for 0 in craft replacements
2015-06-22 TeTpaAkaFix bug when craft input isn't replaced
2015-05-08 est31Fix release build warning
2015-04-26 est31Remove craftdef serialisation
2015-04-26 est31Craftdef refactor
2015-04-05 Loic Blotcraftdef.cpp: Return 0 after assert to make Clang happy
2015-04-05 est31Crafting speedup
2015-03-21 gregorycuOptimize minetest.get_(all)_craft_recipe(s)
2015-02-10 Loic BlotCraftdef.cpp: Improve loop and mathematics for CraftDef...
2015-02-02 sapierFix getCraftRecipe returing wrong reciep due to way...
2013-08-25 KahrlFix aliases not working in shapeless crafting recipes
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-06 RealBadAngelAdded method to get all registered recipes for item...
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2012-07-26 Perttu AholaWorking group-shapeless and multigroup recipes
2012-07-20 darkroseAdd minetest.get_craft_recipe()
2012-06-16 Perttu AholaProperly and efficiently use split utility headers
2012-06-06 Perttu AholaAllow groups in crafting recipes
2012-06-05 KahrlAllow replacements in cooking and fuel recipes
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-03-11 Perttu AholaClean up log messages everywhere
2012-01-12 KahrlThe huge item definition and item namespace unification...
2012-01-01 Perttu AholaAdd InvRef and InvStack (currently untested and unusable)
2011-11-29 Perttu AholaCatch SerializationError in CCraftDefManager::getCraftR...
2011-11-29 Perttu AholaCrafting definition in scripts