summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/FastNBT.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bulk clearing of whitespaceLogicParrot2016-02-051-22/+22
* Fix off by two error in ReadStringworktycho2015-12-181-1/+1
* Check for invalid tags when reading a compound tagtycho2015-12-181-2/+6
* Fixed String Parsing crash bugtycho2015-12-181-5/+1
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-10/+10
* Fixed warnings in MSVC.Mattes D2015-06-021-0/+3
* Make -Werror disabling file onlytycho2015-05-191-3/+3
* Fixed warnings in FastNBT.cpp.Mattes D2015-01-201-39/+40
* FastNBT: Added a sanity check for number of list items.Mattes D2014-12-211-1/+8
* Fixed cParsedNBT::FindTagByPath().madmaxoft2014-09-201-1/+1
* Basic style fixes.madmaxoft2014-07-171-2/+2
* Normalized comments.madmaxoft2014-07-171-2/+2
* Even more size_t fixes.Mattes D2014-05-091-4/+4
* Build fixes after the last size_t batch.Mattes D2014-05-091-2/+2
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-14/+16
* Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-2/+2
* Fixed xofts issuesTycho2014-03-101-1/+1
* Use string.reserve to avoid the need to do inplace byteswapTycho2014-03-101-10/+6
* Fixed a few MSVC warnings.madmaxoft2014-01-071-5/+8
* Fixed unaligned memory access in FastNBT.madmaxoft2014-01-021-5/+5
* Moved source to srcAlexander Harkness2013-11-241-0/+547