Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-03-11 | Added macros support to tools | Tycho | 1 | -1/+4 | |
2014-02-16 | COnverted ProtoProxy to use library CMakeLists | Tycho | 1 | -1/+1 | |
2014-02-16 | Allow building MCADefrag at the same time as MCServer | Tycho | 1 | -4/+2 | |
2014-02-16 | CHange MCADefrag CMakelist to use zlib CMakeList | Tycho | 1 | -9/+4 | |
2014-02-16 | rewrote MCADefrag CMakelist to use Setflags | Tycho | 1 | -56/+16 | |
2014-02-13 | MCADefrag: Implemented recompression. | madmaxoft | 2 | -5/+136 | |
This finalizes #639. | |||||
2014-02-13 | MCADefrag: Fixed bugs, now produces valid MCA files. | madmaxoft | 2 | -3/+22 | |
2014-02-13 | MCADefrag: Initial implementation. | madmaxoft | 6 | -0/+799 | |
Partially implements #639. This only defragments the chunks, without recompressing them. |