| Commit message (Expand) | Author | Files | Lines |
2014-07-19 | Fixed style: spaces after commas. | madmaxoft | 1 | -1/+1 |
2014-07-12 | Added splash potions to NBT serialization and retrieval | archshift | 1 | -0/+1 |
2014-07-07 | Implemented trapped chests & others | Tiger Wang | 1 | -1/+1 |
2014-06-30 | Removed unneeded code | Tiger Wang | 1 | -1/+0 |
2014-06-29 | Properly implemented enderchests | Tiger Wang | 1 | -0/+1 |
2014-05-09 | More size_t fixes. | Mattes D | 1 | -1/+1 |
2014-05-09 | Build fixes after the last size_t batch. | Mattes D | 1 | -1/+1 |
2014-03-25 | Ender crystals | andrew | 1 | -0/+1 |
2014-03-15 | Add item frame saving. | Howaner | 1 | -0/+3 |
2014-03-15 | Add ExpOrb saving. | Howaner | 1 | -1/+2 |
2014-03-08 | Add TNT Save/Load and add Netbeans projects to .gitignore | Howaner | 1 | -0/+1 |
2014-03-07 | Add Flower Pots | Howaner | 1 | -0/+1 |
2014-02-23 | Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters | TheJumper | 1 | -0/+7 |
2014-02-23 | Rename SkullEntity to MobHeadEntity | Howaner | 1 | -1/+1 |
2014-02-23 | Add Skulls/Heads | Howaner | 1 | -0/+1 |
2014-02-23 | Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters | TheJumper | 1 | -0/+7 |
2014-02-23 | Fixed Compiling Issues | TheJumper | 1 | -0/+4 |
2014-02-23 | Fixed Formatting, Added DropChance attributes to Monsters | TheJumper | 1 | -0/+3 |
2014-02-19 | Rename SkullEntity to MobHeadEntity | Howaner | 1 | -1/+1 |
2014-02-17 | Add Skulls/Heads | Howaner | 1 | -0/+1 |
2014-01-18 | Command block (de)serialization | andrew | 1 | -8/+9 |
2014-01-17 | Added user setting compression factor | Tycho | 1 | -1/+3 |
2013-12-25 | Preliminary mobile entity saving | Tiger Wang | 1 | -1/+33 |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 |
2013-09-08 | Fixed a bunch of stuff | Tiger Wang | 1 | -1/+1 |
2013-09-08 | Initial boat support | Tiger Wang | 1 | -0/+1 |
2013-09-07 | Implemented loading more projectiles from MCA. | madmaxoft | 1 | -8/+18 |
2013-08-25 | Arrows get loaded from MCA. | madmaxoft | 1 | -0/+1 |
2013-08-16 | Feature and bugfixes [SEE DESC] | Tiger Wang | 1 | -0/+2 |
2013-06-20 | Furnaces light up visually when they're cooking | madmaxoft@gmail.com | 1 | -2/+2 |
2013-06-13 | Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it. | madmaxoft@gmail.com | 1 | -2/+3 |
2013-05-26 | Block entities with storage now correctly mark the chunk as dirty when their contents change. | madmaxoft@gmail.com | 1 | -0/+14 |
2013-03-09 | Pickups are now being saved into Anvil. | madmaxoft@gmail.com | 1 | -0/+17 |
2012-12-19 | Added dispensers (they can't dispense items yet) | luksor111@gmail.com | 1 | -5/+6 |
2012-10-28 | Fixed NBT IntArray serialization; Biomes are now saved to / loaded from Anvil | madmaxoft@gmail.com | 1 | -1/+4 |
2012-10-21 | Added jukeboxes (patch contributed by Luksor) | madmaxoft@gmail.com | 1 | -0/+1 |
2012-09-23 | Source files cleanup: WorldStorage-related files in a separate subfolder | madmaxoft@gmail.com | 1 | -0/+0 |
2012-08-26 | Added basic noteblocks, finished sign storage in Anvil (patch contributed by l0udPL) | madmaxoft@gmail.com | 1 | -0/+1 |
2012-06-15 | Anvil: added support for signs (why was it still missing??) | madmaxoft@gmail.com | 1 | -0/+1 |
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -131/+131 |
2012-05-28 | Chests and Furnaces are now saved properly into Anvil scheme. | madmaxoft@gmail.com | 1 | -11/+2 |
2012-05-25 | Merged the composable_generator branch into the trunk | madmaxoft@gmail.com | 1 | -0/+7 |
2012-05-08 | Fast NBT writer (Saving a chunk is now about twice as fast) | madmaxoft@gmail.com | 1 | -2/+2 |
2012-05-07 | Fast NBT Parser (loading a chunk is now about 10 times faster) | madmaxoft@gmail.com | 1 | -7/+11 |
2012-04-23 | Anvil storage writing (Basic storage is working, NO entities except for chests are working! Don't use for real servers) | madmaxoft@gmail.com | 1 | -7/+28 |
2012-03-24 | Reverted the previous commit - it is useless, since entities still depend heavily on cWorld | madmaxoft@gmail.com | 1 | -1/+1 |
2012-03-23 | 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.com | 1 | -1/+1 |
2012-03-07 | Anvil format: loading chests' contents. | madmaxoft@gmail.com | 1 | -0/+13 |
2012-03-07 | 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.com | 1 | -0/+95 |