summaryrefslogtreecommitdiffstats
path: root/source/WorldStorage/WSSAnvil.h (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-24Moved source to srcAlexander Harkness1-184/+0
2013-09-08Fixed a bunch of stuffTiger Wang1-1/+1
2013-09-08Initial boat supportTiger Wang1-0/+1
2013-09-07Implemented loading more projectiles from MCA.madmaxoft1-8/+18
2013-08-25Arrows get loaded from MCA.madmaxoft1-0/+1
2013-08-16Feature and bugfixes [SEE DESC]Tiger Wang1-0/+2
2013-06-20Furnaces light up visually when they're cookingmadmaxoft@gmail.com1-2/+2
2013-06-13Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it.madmaxoft@gmail.com1-2/+3
2013-05-26Block entities with storage now correctly mark the chunk as dirty when their contents change.madmaxoft@gmail.com1-0/+14
2013-03-09Pickups are now being saved into Anvil.madmaxoft@gmail.com1-0/+17
2012-12-19Added dispensers (they can't dispense items yet)luksor111@gmail.com1-5/+6
2012-10-28Fixed NBT IntArray serialization; Biomes are now saved to / loaded from Anvilmadmaxoft@gmail.com1-1/+4
2012-10-21Added jukeboxes (patch contributed by Luksor)madmaxoft@gmail.com1-0/+1
2012-09-23Source files cleanup: WorldStorage-related files in a separate subfoldermadmaxoft@gmail.com1-0/+0
2012-08-26Added basic noteblocks, finished sign storage in Anvil (patch contributed by l0udPL)madmaxoft@gmail.com1-0/+1
2012-06-15Anvil: added support for signs (why was it still missing??)madmaxoft@gmail.com1-0/+1
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-131/+131
2012-05-28Chests and Furnaces are now saved properly into Anvil scheme.madmaxoft@gmail.com1-11/+2
2012-05-25Merged the composable_generator branch into the trunkmadmaxoft@gmail.com1-0/+7
2012-05-08Fast NBT writer (Saving a chunk is now about twice as fast)madmaxoft@gmail.com1-2/+2
2012-05-07Fast NBT Parser (loading a chunk is now about 10 times faster)madmaxoft@gmail.com1-7/+11
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-7/+28
2012-03-24Reverted the previous commit - it is useless, since entities still depend heavily on cWorldmadmaxoft@gmail.com1-1/+1
2012-03-23Encapsulated 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.com1-1/+1
2012-03-07Anvil format: loading chests' contents.madmaxoft@gmail.com1-0/+13
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/+95