Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |