summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/FastNBT.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This should fix #420.
* Moved source to srcAlexander Harkness2013-11-241-0/+547