summaryrefslogtreecommitdiffstats
path: root/source/WSSAnvil.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Anvil: added support for signs (why was it still missing??)madmaxoft@gmail.com2012-06-151-0/+1
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-131/+131
* Chests and Furnaces are now saved properly into Anvil scheme.madmaxoft@gmail.com2012-05-281-11/+2
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-0/+7
* Fast NBT writer (Saving a chunk is now about twice as fast)madmaxoft@gmail.com2012-05-081-2/+2
* Fast NBT Parser (loading a chunk is now about 10 times faster)madmaxoft@gmail.com2012-05-071-7/+11
* Anvil storage writing (Basic storage is working, NO entities except for chests are working! Don't use for real servers)madmaxoft@gmail.com2012-04-231-7/+28
* Reverted the previous commit - it is useless, since entities still depend heavily on cWorldmadmaxoft@gmail.com2012-03-241-1/+1
* Encapsulated cWorld functions needed in cWorldStorage into an interface, so that cWorldStorage can actually be used outside of MC-Server (such as storage conversion tools and chunk analyzers)madmaxoft@gmail.com2012-03-231-1/+1
* Anvil format: loading chests' contents.madmaxoft@gmail.com2012-03-071-0/+13
* Added the Anvil level format (MCA) support, read-only for the time being. Now MCS can read your worlds from the official server :)madmaxoft@gmail.com2012-03-071-0/+95