aboutsummaryrefslogtreecommitdiff
path: root/src/craftdef.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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