aboutsummaryrefslogtreecommitdiff
path: root/src/craftdef.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hax's version of Minetest Server 5.6.0Test_User2024-06-281-0/+1
* Fix cooking and fuel crafts with aliasesJude Melton-Houghton2022-05-101-2/+4
* Overall improvements to log messages (#9598)sfan52020-04-081-2/+2
* Fix some issues with minetest.clear_craft (#8712)Paul Ouellette2019-08-101-69/+31
* Prefix RecipePriority elements with PRIORITY_Paul Ouellette2019-07-271-11/+11
* Initialize priority in CraftDefinition constructorsPaul Ouellette2019-07-271-34/+73
* Prioritise craft recipesHybridDog2019-05-201-15/+39
* Test crafting hash type only once for a recipeHybridDog2019-05-201-48/+29
* Use unordered_map instead of map for craft definitions (#8432)HybridDog2019-03-311-4/+5
* Speed up the craft definition handling (#8097)Jozef Behran2019-01-131-0/+3
* Add disable_repair group to prevent tool repair (#7381)Wuzzy2018-10-161-1/+1
* Don't try to craft a non-existent itemEsteban I. RM2017-10-161-1/+12
* Modernize code: very last fixes (#6290)Loïc Blot2017-08-201-19/+18
* Modernize src/c* src/d* and src/e* files (#6263)Loïc Blot2017-08-171-107/+76
* Add ItemStack key-value meta storagerubenwardy2017-02-041-2/+1
* Adding minetest.clear_craftFoghrye42016-07-051-0/+90
* Clean up StrfndShadowNinja2016-03-191-2/+2
* Allow craft replacements to use groupsTeTpaAka2015-11-151-1/+1
* Change i++ to ++iDavid Jones2015-08-251-4/+4
* Fix endless loop since grandparent commitest312015-07-041-8/+10
* Craftdef: Use numbers instead of iteratorsest312015-07-041-102/+99
* Fix missing check for 0 in craft replacementsTeTpaAka2015-07-041-2/+2
* Fix bug when craft input isn't replacedTeTpaAka2015-06-221-24/+35
* Fix release build warningest312015-05-081-0/+1
* Remove craftdef serialisationest312015-04-261-147/+0
* Craftdef refactorest312015-04-261-268/+217
* craftdef.cpp: Return 0 after assert to make Clang happyLoic Blot2015-04-051-0/+4
* Crafting speedupest312015-04-051-75/+263
* Optimize minetest.get_(all)_craft_recipe(s)gregorycu2015-03-201-75/+28
* Craftdef.cpp: Improve loop and mathematics for CraftDefinitionShaped::checkLoic Blot2015-02-101-16/+17
* Fix getCraftRecipe returing wrong reciep due to way to unspecific output matc...sapier2015-02-021-1/+3
* Fix aliases not working in shapeless crafting recipesKahrl2013-08-251-1/+1
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-17/+1
* Added method to get all registered recipes for item(node)RealBadAngel2013-03-051-0/+37
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Working group-shapeless and multigroup recipesPerttu Ahola2012-07-261-28/+92
* Add minetest.get_craft_recipe()darkrose2012-07-211-2/+88
* Properly and efficiently use split utility headersPerttu Ahola2012-06-171-1/+1
* Allow groups in crafting recipesPerttu Ahola2012-06-061-3/+23
* Allow replacements in cooking and fuel recipesKahrl2012-06-061-32/+36
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Clean up log messages everywherePerttu Ahola2012-03-111-1/+1
* The huge item definition and item namespace unification patch (itemdef), see ...Kahrl2012-01-121-100/+744
* Add InvRef and InvStack (currently untested and unusable)Perttu Ahola2012-01-021-0/+1
* Catch SerializationError in CCraftDefManager::getCraftResult()Perttu Ahola2011-11-291-26/+35
* Crafting definition in scriptsPerttu Ahola2011-11-291-0/+229