Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2012-03-14 | Actually commented out the Anvil terrain inversion code | madmaxoft@gmail.com | 1 | -1/+1 |
2012-03-14 | Anvil support: Added a debugging section for inverting terrain (So that MC cave generator can be seen in action). Commented out, so that it doesn't make it into the release versions | madmaxoft@gmail.com | 1 | -0/+24 |
2012-03-14 | Split chunk data into separate arrays; decoupled most sources from cChunk.h dependency | madmaxoft@gmail.com | 1 | -16/+25 |
2012-03-11 | Anvil format: fixed loading with XZY ordering | madmaxoft@gmail.com | 1 | -11/+9 |
2012-03-10 | Anvil support: compatible with both chunk orderings | madmaxoft@gmail.com | 1 | -0/+4 |
2012-03-07 | Anvil format: loading chests' contents. | madmaxoft@gmail.com | 1 | -1/+123 |
2012-03-07 | No need to reset zlib (copypasta error) | madmaxoft@gmail.com | 1 | -1/+0 |
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/+338 |