Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -4/+4 |
| | |||||
* | Use std::auto_ptr | Howaner | 2014-08-31 | 1 | -6/+6 |
| | |||||
* | Fixed compile warnings. | Howaner | 2014-08-31 | 1 | -3/+3 |
| | |||||
* | Rewrited furnace.txt loading. | Howaner | 2014-08-31 | 1 | -131/+110 |
| | |||||
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | Fixed spaces around single-line comments. | madmaxoft | 2014-07-17 | 1 | -4/+4 |
| | | | | There should be at least two spaces in front and one space after //-style comments. | ||||
* | FurnaceRecipe parsing: Fixed whitespace removing. | Mattes D | 2014-06-26 | 1 | -1/+1 |
| | |||||
* | Fixed misformed trimming. | Mattes D | 2014-06-26 | 1 | -1/+1 |
| | |||||
* | FurnaceRecipe: Moved the parsing into separate functions for clarity. | Mattes D | 2014-06-26 | 1 | -60/+60 |
| | |||||
* | FurnaceRecipe parser: Made the parser more forgiving. | Mattes D | 2014-06-26 | 1 | -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 D | 2014-06-26 | 1 | -45/+69 |
| | |||||
* | Merge remote-tracking branch 'origin/furnaceparsing' | Mattes D | 2014-06-26 | 1 | -92/+148 |
|\ | |||||
| * | Parenthesised comparison | Tiger Wang | 2014-06-23 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/furnaceparsing' into furnaceparsing | Tiger Wang | 2014-06-22 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | Conflicts: src/FurnaceRecipe.cpp | ||||
| | * | Fixed compile errors | worktycho | 2014-06-22 | 1 | -2/+2 |
| | | | |||||
| * | | Suggestions | Tiger Wang | 2014-06-22 | 1 | -6/+7 |
| |/ | |||||
| * | Suggestions | Tiger Wang | 2014-06-22 | 1 | -36/+26 |
| | | |||||
| * | Removed debugging code | Tiger Wang | 2014-06-21 | 1 | -1/+0 |
| | | |||||
| * | Rewrote furnace recipe parser | Tiger Wang | 2014-06-21 | 1 | -93/+159 |
| | | | | | | | | * Fixes #110 | ||||
* | | Nullify deleted pointers. | archshift | 2014-06-19 | 1 | -0/+4 |
|/ | |||||
* | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 2014-04-18 | 1 | -1/+0 |
| | |||||
* | Added additional macros to support the MSVC size_t format and changed all formats to use the macros | Tycho | 2014-03-12 | 1 | -1/+1 |
| | |||||
* | Fixed a load of format string errors | Tycho | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+255 |