summaryrefslogtreecommitdiffstats
path: root/src/FurnaceRecipe.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix various compiler warnings (and some unwanted case statement fallthroughs)hle02022-04-121-1/+1
* Replaced cpp14::make_unique<> with std::make_unique<>.Mattes D2020-08-011-3/+3
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-2/+2
* Remove old Android leftovers (#4722)Mat2020-05-071-1/+1
* Added check for item damage (#4681)Lukas Pioch2020-04-191-2/+1
* Ignore whitespace only lines in brewing and furnace recipes (#4332)peterbell102019-06-111-8/+6
* Smelting Gives Experience (#4094)Alex Sweet2018-04-111-4/+14
* Add the fmt library (#4065)peterbell102018-01-031-3/+3
* Fixed Clang 5.0 compile errors (#4085)bibo382017-12-211-1/+1
* Minor changes (#3909)mathiascode2017-08-241-1/+1
* Use CMake's Android generators to crosscompileTiger Wang2016-12-121-1/+5
* Bulk clearing of whitespaceLogicParrot2016-02-051-2/+2
* Changing the shared_ptr/unique_ptr constructors to the make_shared/make_unique functionsbibo382015-07-121-3/+3
* Made -Weverything an error.tycho2015-05-241-3/+3
* C++11 and function rename.Howaner2014-12-171-2/+1
* Implemented vanilla-like shift click.Howaner2014-12-131-0/+17
* Replaced auto_ptr with unique_ptr.Mattes D2014-11-271-3/+3
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-4/+4
* Use std::auto_ptrHowaner2014-08-311-6/+6
* Fixed compile warnings.Howaner2014-08-311-3/+3
* Rewrited furnace.txt loading.Howaner2014-08-311-131/+110
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-1/+1
* Fixed spaces around single-line comments.madmaxoft2014-07-171-4/+4
* FurnaceRecipe parsing: Fixed whitespace removing.Mattes D2014-06-261-1/+1
* Fixed misformed trimming.Mattes D2014-06-261-1/+1
* FurnaceRecipe: Moved the parsing into separate functions for clarity.Mattes D2014-06-261-60/+60
* FurnaceRecipe parser: Made the parser more forgiving.Mattes D2014-06-261-2/+2
* FurnaceRecipe parser: Added an else branch, changed to a switch.Mattes D2014-06-261-45/+69
* Merge remote-tracking branch 'origin/furnaceparsing'Mattes D2014-06-261-92/+148
|\
| * Parenthesised comparisonTiger Wang2014-06-231-1/+1
| * Merge remote-tracking branch 'origin/furnaceparsing' into furnaceparsingTiger Wang2014-06-221-2/+2
| |\
| | * Fixed compile errorsworktycho2014-06-221-2/+2
| * | SuggestionsTiger Wang2014-06-221-6/+7
| |/
| * SuggestionsTiger Wang2014-06-221-36/+26
| * Removed debugging codeTiger Wang2014-06-211-1/+0
| * Rewrote furnace recipe parserTiger Wang2014-06-211-93/+159
* | Nullify deleted pointers.archshift2014-06-191-0/+4
|/
* Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-1/+0
* Added additional macros to support the MSVC size_t format and changed all formats to use the macrosTycho2014-03-121-1/+1
* Fixed a load of format string errorsTycho2014-03-111-1/+1
* Moved source to srcAlexander Harkness2013-11-241-0/+255