summaryrefslogtreecommitdiffstats
path: root/source/cRecipeChecker.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-12Updated the crafting recipes architecture to better support crafting hooks. Removed the old recipe file and implementation altogether.madmaxoft@gmail.com1-467/+0
2012-06-04Added 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.com1-2/+2
2012-02-01Removed a few duplicate includesmadmaxoft@gmail.com1-2/+1
2012-01-30Replaced most FILE operations with a cFile objectmadmaxoft@gmail.com1-35/+42
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com1-4/+7
2011-12-21- Crafting fixed in 1.0.0lapayo94@gmail.com1-2/+2
2011-10-03MCServer c++ source filesfaketruth1-0/+458