summaryrefslogtreecommitdiffstats
path: root/source/NBT.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-25Merged the composable_generator branch into the trunkmadmaxoft@gmail.com1-899/+0
2012-04-23Anvil storage writing (Basic storage is working, NO entities except for chests are working! Don't use for real servers)madmaxoft@gmail.com1-5/+4
2012-04-04Fixed a parsing error in NBT classes (doubles weren't parsing correctly);madmaxoft@gmail.com1-1/+199
2012-03-13Fixed a few warnings, lifted up the block interactinos limit to 20 (10 was not enough for Creative mode)madmaxoft1-2/+1
2012-03-09Using the _DEBUG macro for *nix debug builds as well; trying to force 8-byte alignment on critical sections ( http://forum.mc-server.org/showthread.php?tid=384 )madmaxoft@gmail.com1-2/+2
2012-03-07Anvil format: loading chests' contents.madmaxoft@gmail.com1-6/+89
2012-03-07Added the Anvil level format (MCA) support, read-only for the time being. Now MCS can read your worlds from the official server :)madmaxoft@gmail.com1-0/+620