summaryrefslogtreecommitdiffstats
path: root/source/CraftingRecipes.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-770/+0
* Minor startup streamliningTiger Wang2013-09-281-2/+2
* Replaced MIN / MAX with std::min and std::maxmadmaxoft@gmail.com2013-05-071-4/+4
* Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com2013-01-121-13/+13
* CraftingRecipes parse now dumps lines it cannot parse.madmaxoft@gmail.com2012-11-181-0/+5
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-2/+2
* Refactored windows.madmaxoft@gmail.com2012-09-201-1/+1
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-765/+765
* Added working crafting hooks HOOK_PRE_CRAFTING, HOOK_CRAFTING_NO_RECIPE and HOOK_POST_CRAFTINGmadmaxoft@gmail.com2012-06-121-6/+17
* Updated the crafting recipes architecture to better support crafting hooks. Removed the old recipe file and implementation altogether.madmaxoft@gmail.com2012-06-121-22/+249
* Fixed a bug in crafting recipes - would consume multiple items of asterisked ingredients (FS #205)madmaxoft@gmail.com2012-06-091-18/+25
* Added the new recipe parser, parsing the crafting.txt file. Included are a few recipes. The old parser still works, but will be replaced soon.madmaxoft@gmail.com2012-06-041-0/+520