summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/FastNBT.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes compilation failures on MacOSX 10.10Samuel Barney2015-07-091-30/+30
| | | | | * Replace old c-style casts with c++ casts * Added `-Wno-error=old-style-cast` to Protocol18x.cpp
* More style checking.Mattes D2015-05-091-1/+1
| | | | Spaces around some operators are checked.
* Fixed UNUSED macro so that it doesn't require type knowledge.madmaxoft2014-09-261-4/+4
| | | | Introduced new UNUSED_VAR macro that is used when type knowledge is available (for local variables).
* Added initializers for class members.Mattes D2014-08-211-0/+4
| | | | As reported by Coverity, these weren't initialized.
* Removed redundant semicolons and re-added warningarchshift2014-07-241-1/+1
|
* Basic style fixes.madmaxoft2014-07-171-3/+3
|
* Build fixes after the last size_t batch.Mattes D2014-05-091-7/+7
|
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-4/+4
|
* Fixed warnings in FastNBT.madmaxoft2014-05-011-2/+2
|
* Fixed silly Clang's warnings in FastNBT.madmaxoft2014-04-041-28/+28
|
* Merge branch 'master' into ballisticmissilesTiger Wang2014-03-091-7/+50
|\ | | | | | | | | Conflicts: src/ClientHandle.cpp
| * Added more documentation for FastNBT parser.madmaxoft2014-03-021-3/+45
| |
| * Improved comments in float size check.madmaxoft2014-03-011-2/+2
| |
| * Better fix for the 32-bit float reading.madmaxoft2014-02-281-4/+5
| |
* | Implemented ballistic missiles (fireworks)Tiger Wang2014-02-271-1/+1
|/ | | | + Added fireworks
* Fixed a gcc warning in FastNBT.h.madmaxoft2014-02-261-2/+11
|
* More memory alignment fixes.madmaxoft2014-01-021-3/+3
| | | | Ref.: #420.
* Moved source to srcAlexander Harkness2013-11-241-0/+293