Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FastNBTWriter: AddString now uses string_view | Tiger Wang | 2020-08-28 | 1 | -1/+1 |
| | | | | * Avoids an allocation for all those string literals we pass in | ||||
* | 1.14 connection support | Tiger Wang | 2020-07-26 | 1 | -1/+1 |
| | |||||
* | Cleanup unneeded globals (#4736) | peterbell10 | 2020-05-10 | 1 | -1/+1 |
| | |||||
* | NBT: Dynamic list-max-count protection. (#4697) | Mattes D | 2020-04-30 | 1 | -0/+4 |
| | |||||
* | Deal with covered switches consistently (#4161) | peterbell10 | 2018-02-05 | 1 | -34/+1 |
| | | | | | | | * 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() | ||||
* | cParsedNBT: Improved error reporting (#3876) | peterbell10 | 2017-07-30 | 1 | -8/+81 |
| | | | | | | * cParsedNBT: Improved error reporting * Fix typos | ||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -35/+35 |
| | |||||
* | Fixes compilation failures on MacOSX 10.10 | Samuel Barney | 2015-07-09 | 1 | -30/+30 |
| | | | | | * Replace old c-style casts with c++ casts * Added `-Wno-error=old-style-cast` to Protocol18x.cpp | ||||
* | More style checking. | Mattes D | 2015-05-09 | 1 | -1/+1 |
| | | | | Spaces around some operators are checked. | ||||
* | Fixed UNUSED macro so that it doesn't require type knowledge. | madmaxoft | 2014-09-26 | 1 | -4/+4 |
| | | | | Introduced new UNUSED_VAR macro that is used when type knowledge is available (for local variables). | ||||
* | Added initializers for class members. | Mattes D | 2014-08-21 | 1 | -0/+4 |
| | | | | As reported by Coverity, these weren't initialized. | ||||
* | Removed redundant semicolons and re-added warning | archshift | 2014-07-24 | 1 | -1/+1 |
| | |||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -3/+3 |
| | |||||
* | Build fixes after the last size_t batch. | Mattes D | 2014-05-09 | 1 | -7/+7 |
| | |||||
* | Fixed MSVC 64-bit build warnings. | Mattes D | 2014-05-09 | 1 | -4/+4 |
| | |||||
* | Fixed warnings in FastNBT. | madmaxoft | 2014-05-01 | 1 | -2/+2 |
| | |||||
* | Fixed silly Clang's warnings in FastNBT. | madmaxoft | 2014-04-04 | 1 | -28/+28 |
| | |||||
* | Merge branch 'master' into ballisticmissiles | Tiger Wang | 2014-03-09 | 1 | -7/+50 |
|\ | | | | | | | | | Conflicts: src/ClientHandle.cpp | ||||
| * | Added more documentation for FastNBT parser. | madmaxoft | 2014-03-02 | 1 | -3/+45 |
| | | |||||
| * | Improved comments in float size check. | madmaxoft | 2014-03-01 | 1 | -2/+2 |
| | | |||||
| * | Better fix for the 32-bit float reading. | madmaxoft | 2014-02-28 | 1 | -4/+5 |
| | | |||||
* | | Implemented ballistic missiles (fireworks) | Tiger Wang | 2014-02-27 | 1 | -1/+1 |
|/ | | | | + Added fireworks | ||||
* | Fixed a gcc warning in FastNBT.h. | madmaxoft | 2014-02-26 | 1 | -2/+11 |
| | |||||
* | More memory alignment fixes. | madmaxoft | 2014-01-02 | 1 | -3/+3 |
| | | | | Ref.: #420. | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+293 |