summaryrefslogtreecommitdiffstats
path: root/src/FurnaceRecipe.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | There should be at least two spaces in front and one space after //-style comments.
* 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
| | | | Errors don't cause a stop in the parsing, but rather just skip the offending line.
* 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
| |\ | | | | | | | | | | | | Conflicts: src/FurnaceRecipe.cpp
| | * 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
| | | | | | | | * Fixes #110
* | 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