summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/FastNBT.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-05Deal with covered switches consistently (#4161)peterbell101-34/+1
2017-07-30cParsedNBT: Improved error reporting (#3876)peterbell101-8/+81
2016-02-05Bulk clearing of whitespaceLogicParrot1-35/+35
2015-07-09Fixes compilation failures on MacOSX 10.10Samuel Barney1-30/+30
2015-05-09More style checking.Mattes D1-1/+1
2014-09-26Fixed UNUSED macro so that it doesn't require type knowledge.madmaxoft1-4/+4
2014-08-21Added initializers for class members.Mattes D1-0/+4
2014-07-24Removed redundant semicolons and re-added warningarchshift1-1/+1
2014-07-17Basic style fixes.madmaxoft1-3/+3
2014-05-09Build fixes after the last size_t batch.Mattes D1-7/+7
2014-05-09Fixed MSVC 64-bit build warnings.Mattes D1-4/+4
2014-05-08Fixed MSVC 64-bit build warnings.Mattes D1-4/+4
2014-05-01Fixed warnings in FastNBT.madmaxoft1-2/+2
2014-04-04Fixed silly Clang's warnings in FastNBT.madmaxoft1-28/+28
2014-03-02Added more documentation for FastNBT parser.madmaxoft1-3/+45
2014-03-01Improved comments in float size check.madmaxoft1-2/+2
2014-02-28Better fix for the 32-bit float reading.madmaxoft1-4/+5
2014-02-27Implemented ballistic missiles (fireworks)Tiger Wang1-1/+1
2014-02-26Fixed a gcc warning in FastNBT.h.madmaxoft1-2/+11
2014-01-02More memory alignment fixes.madmaxoft1-3/+3
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-05-01FastNBT: Added cFastNBTTag::GetName()madmaxoft@gmail.com1-0/+7
2013-03-09Pickups are now being saved into Anvil.madmaxoft@gmail.com1-0/+4
2013-02-07cBlockArea can now be saved as a .schematic file.madmaxoft@gmail.com1-1/+1
2012-09-23Source files cleanup: WorldStorage-related files in a separate subfoldermadmaxoft@gmail.com1-1/+1
2012-06-15Anvil: added support for signs (why was it still missing??)madmaxoft@gmail.com1-0/+8
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-274/+274
2012-05-25Merged the composable_generator branch into the trunkmadmaxoft@gmail.com1-1/+1
2012-05-08Fast NBT writer (Saving a chunk is now about twice as fast)madmaxoft@gmail.com1-9/+49
2012-05-07Fast NBT Parser (loading a chunk is now about 10 times faster)madmaxoft@gmail.com1-0/+234