summaryrefslogtreecommitdiffstats
path: root/src/FurnaceRecipe.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-12fix various compiler warnings (and some unwanted case statement fallthroughs)hle01-1/+1
2020-08-01Replaced cpp14::make_unique<> with std::make_unique<>.Mattes D1-3/+3
2020-05-15Enable some more clang-tidy linter checks (#4738)peterbell101-2/+2
2020-05-07Remove old Android leftovers (#4722)Mat1-1/+1
2020-04-19Added check for item damage (#4681)Lukas Pioch1-2/+1
2019-06-11Ignore whitespace only lines in brewing and furnace recipes (#4332)peterbell101-8/+6
2018-04-11Smelting Gives Experience (#4094)Alex Sweet1-4/+14
2018-01-03Add the fmt library (#4065)peterbell101-3/+3
2017-12-21Fixed Clang 5.0 compile errors (#4085)bibo381-1/+1
2017-08-24Minor changes (#3909)mathiascode1-1/+1
2016-12-12Use CMake's Android generators to crosscompileTiger Wang1-1/+5
2016-02-05Bulk clearing of whitespaceLogicParrot1-2/+2
2015-07-12Changing the shared_ptr/unique_ptr constructors to the make_shared/make_unique functionsbibo381-3/+3
2015-05-24Made -Weverything an error.tycho1-3/+3
2014-12-17C++11 and function rename.Howaner1-2/+1
2014-12-13Implemented vanilla-like shift click.Howaner1-0/+17
2014-11-27Replaced auto_ptr with unique_ptr.Mattes D1-3/+3
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-4/+4
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-4/+4
2014-08-31Use std::auto_ptrHowaner1-6/+6
2014-08-31Fixed compile warnings.Howaner1-3/+3
2014-08-31Rewrited furnace.txt loading.Howaner1-131/+110
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-1/+1
2014-07-17Fixed spaces around single-line comments.madmaxoft1-4/+4
2014-06-26FurnaceRecipe parsing: Fixed whitespace removing.Mattes D1-1/+1
2014-06-26Fixed misformed trimming.Mattes D1-1/+1
2014-06-26FurnaceRecipe: Moved the parsing into separate functions for clarity.Mattes D1-60/+60
2014-06-26FurnaceRecipe parser: Made the parser more forgiving.Mattes D1-2/+2
2014-06-26FurnaceRecipe parser: Added an else branch, changed to a switch.Mattes D1-45/+69
2014-06-23Parenthesised comparisonTiger Wang1-1/+1
2014-06-22SuggestionsTiger Wang1-6/+7
2014-06-22Fixed compile errorsworktycho1-2/+2
2014-06-22SuggestionsTiger Wang1-36/+26
2014-06-21Removed debugging codeTiger Wang1-1/+0
2014-06-21Rewrote furnace recipe parserTiger Wang1-93/+159
2014-06-19Nullify deleted pointers.archshift1-0/+4
2014-04-18Did some static analysis, fixed some bugs and optimized a lot of codejfhumann1-1/+0
2014-03-12Added additional macros to support the MSVC size_t format and changed all formats to use the macrosTycho1-1/+1
2014-03-11Fixed a load of format string errorsTycho1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-09-28Minor startup streamliningTiger Wang1-2/+2
2013-06-16Rewritten furnacesmadmaxoft@gmail.com1-25/+39
2013-01-12Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com1-2/+2
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-2/+2
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-240/+240
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/+27
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com1-1/+3
2011-10-03MCServer c++ source filesfaketruth1-0/+214