Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MCServer should run just fine on Android now :D | faketruth | 2012-08-16 | 1 | -2/+2 |
* | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 2012-06-14 | 1 | -271/+271 |
* | Anvil storage writing (Basic storage is working, NO entities except for chests are working! Don't use for real servers) | madmaxoft@gmail.com | 2012-04-23 | 1 | -1/+19 |
* | Using own ASSERT() that logs to file | faketruth | 2012-02-20 | 1 | -10/+10 |
* | Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it. | madmaxoft@gmail.com | 2012-02-13 | 1 | -1/+22 |
* | sprintf() begone! Replaced with StringUtils' Printf() | madmaxoft@gmail.com | 2012-02-01 | 1 | -3/+3 |
* | Fixed a sigsegv on *nix (cFile double-closing files) | madmaxoft@gmail.com | 2012-02-01 | 1 | -0/+1 |
* | Replaced most FILE operations with a cFile object | madmaxoft@gmail.com | 2012-01-30 | 1 | -0/+31 |
* | Initial cFile implementation (using stdio FILE) and test in cChunkMap | madmaxoft@gmail.com | 2012-01-30 | 1 | -0/+200 |