summaryrefslogtreecommitdiff
path: root/src/craftdef.cpp
Commit message (Expand)AuthorAge
* Don't try to craft a non-existent itemEsteban I. RM2018-06-03
* Add ItemStack key-value meta storagerubenwardy2017-02-04
* Adding minetest.clear_craftFoghrye42016-07-05
* Clean up StrfndShadowNinja2016-03-19
* Allow craft replacements to use groupsTeTpaAka2015-11-15
* Change i++ to ++iDavid Jones2015-08-25
* Fix endless loop since grandparent commitest312015-07-04
* Craftdef: Use numbers instead of iteratorsest312015-07-04
* Fix missing check for 0 in craft replacementsTeTpaAka2015-07-04
* Fix bug when craft input isn't replacedTeTpaAka2015-06-22
* Fix release build warningest312015-05-08
* Remove craftdef serialisationest312015-04-26
* Craftdef refactorest312015-04-26
* craftdef.cpp: Return 0 after assert to make Clang happyLoic Blot2015-04-05
* Crafting speedupest312015-04-05
* Optimize minetest.get_(all)_craft_recipe(s)gregorycu2015-03-20
* Craftdef.cpp: Improve loop and mathematics for CraftDefinitionShaped::checkLoic Blot2015-02-10
* Fix getCraftRecipe returing wrong reciep due to way to unspecific output matc...sapier2015-02-02
* Fix aliases not working in shapeless crafting recipesKahrl2013-08-25
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-14
* 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
* Working group-shapeless and multigroup recipesPerttu Ahola2012-07-26
* Add minetest.get_craft_recipe()darkrose2012-07-21
* Properly and efficiently use split utility headersPerttu Ahola2012-06-17
* Allow groups in crafting recipesPerttu Ahola2012-06-06
* 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
* Clean up log messages everywherePerttu Ahola2012-03-11
* The huge item definition and item namespace unification patch (itemdef), see ...Kahrl2012-01-12
* Add InvRef and InvStack (currently untested and unusable)Perttu Ahola2012-01-02
* Catch SerializationError in CCraftDefManager::getCraftResult()Perttu Ahola2011-11-29
* Crafting definition in scriptsPerttu Ahola2011-11-29