Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup unneeded globals (#4736) | peterbell10 | 2020-05-10 | 1 | -3/+3 |
| | |||||
* | NBT: Dynamic list-max-count protection. (#4697) | Mattes D | 2020-04-30 | 1 | -8/+26 |
| | |||||
* | Fix building with clang 8.0 (#4346) | Bond-009 | 2019-08-11 | 1 | -4/+6 |
| | |||||
* | Deal with covered switches consistently (#4161) | peterbell10 | 2018-02-05 | 1 | -16/+40 |
| | | | | | | | * Fixes a number of "<function>: not all control paths return a value" warnings on MSVC. * Introduces the UNREACHABLE global macro and uses it instead of conditionally compiled switch defaults. * Move cNBTParseErrorCategory from FastNBT.h into FastNBT.cpp to prevent bad calls to message() | ||||
* | Fix BSD build | peterbell10 | 2017-08-02 | 1 | -0/+1 |
| | |||||
* | cParsedNBT: Improved error reporting (#3876) | peterbell10 | 2017-07-30 | 1 | -47/+125 |
| | | | | | | * cParsedNBT: Improved error reporting * Fix typos | ||||
* | Fixed type-casting-related warnings. | Mattes D | 2016-08-24 | 1 | -6/+6 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -22/+22 |
| | |||||
* | Fix off by two error in ReadString | worktycho | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | Check for invalid tags when reading a compound tag | tycho | 2015-12-18 | 1 | -2/+6 |
| | |||||
* | Fixed String Parsing crash bug | tycho | 2015-12-18 | 1 | -5/+1 |
| | | | | Check string length against actual remaining data, not an abitary constant | ||||
* | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 2015-07-29 | 1 | -10/+10 |
| | |||||
* | Fixed warnings in MSVC. | Mattes D | 2015-06-02 | 1 | -0/+3 |
| | | | | It complained about undefined return values or using uninitialized variables. | ||||
* | Make -Werror disabling file only | tycho | 2015-05-19 | 1 | -3/+3 |
| | | | | Ad fix a load of warnings | ||||
* | Fixed warnings in FastNBT.cpp. | Mattes D | 2015-01-20 | 1 | -39/+40 |
| | |||||
* | FastNBT: Added a sanity check for number of list items. | Mattes D | 2014-12-21 | 1 | -1/+8 |
| | | | | Fixes CID 55812. | ||||
* | Fixed cParsedNBT::FindTagByPath(). | madmaxoft | 2014-09-20 | 1 | -1/+1 |
| | | | | There was an off-by-one error in the name handling. | ||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
| | | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | ||||
* | Even more size_t fixes. | Mattes D | 2014-05-09 | 1 | -4/+4 |
| | |||||
* | Build fixes after the last size_t batch. | Mattes D | 2014-05-09 | 1 | -2/+2 |
| | |||||
* | Fixed MSVC 64-bit build warnings. | Mattes D | 2014-05-09 | 1 | -14/+16 |
| | |||||
* | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 2014-04-18 | 1 | -2/+2 |
| | |||||
* | Fixed xofts issues | Tycho | 2014-03-10 | 1 | -1/+1 |
| | |||||
* | Use string.reserve to avoid the need to do inplace byteswap | Tycho | 2014-03-10 | 1 | -10/+6 |
| | |||||
* | Fixed a few MSVC warnings. | madmaxoft | 2014-01-07 | 1 | -5/+8 |
| | |||||
* | Fixed unaligned memory access in FastNBT. | madmaxoft | 2014-01-02 | 1 | -5/+5 |
| | | | | This should fix #420. | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+547 |