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