summaryrefslogtreecommitdiffstats
path: root/converter (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-27Users file was pretty messed up with mixed unix and windows line endings. The ini failed to parse correctly under cygwin.faketruth1-0/+1
2011-12-27I think I fixed the memory leaks in the converterfaketruth15-222/+364
2011-12-27Including converter update with windows binary from forums. Shouldn't need to load a solution to compile a windows program really.mtilden@gmail.com3-5/+0
2011-12-27Added VS2010 project and solution for the DeNotch map converterfaketruth6-0/+210
2011-11-05dang finicky OS installs. >.> Bug fixes to make sure this compiles is more than two OS's.admin@omencraft.com5-3/+3
2011-11-05Updated denotch map converter to work in windows. Still has memory leak though.admin@omencraft.com4-15/+440
2011-11-04fixing svn directoryadmin@omencraft.com9-0/+1767
2011-11-04Updated denotch map converter. Compiled with zlib that MCServr uses to remove the lag spike problem caused when reading map files using a different compression. Remade makefile and cleaned up code considerably.admin@omencraft.com3-0/+172
2011-11-04delete and reupload to reslve svn error.admin@omencraft.com10-1487/+0
2011-11-04Changes to the denotch map converter. Now runs 20 times faster than before. Not done yet.admin@omencraft.com8-95/+44
2011-10-31denotch map converter works! :Dadmin@omencraft.com2-6/+47
2011-10-31denotch map converter can now successfully converter an mcr to a vaild pak file. Takes about 20 seconds per region file.admin@omencraft.com2-7/+8
2011-10-31denotch map convert successfully created a pak file from an mcr file. Still need to check if it's valid.admin@omencraft.com2-30/+90
2011-10-31Compounds are not closed double anymorefaketruth2-16/+19
2011-10-31denotch map converter can now parse without creating segfaults or unknown tag errors.admin@omencraft.com3-3/+17
2011-10-31More changes to the denotch map converter. Added some tags. Still debugging some parsing issues.admin@omencraft.com4-26/+189
2011-10-30put the timer and quicksort functions into their own files. Made a few changes to the converter. Converter doesn't understand Entity tags and some chunks cause it to segfault for a currently unknown reason.admin@omencraft.com8-228/+210
2011-10-30Changed long to long long so it works fine on 32bit systemsfaketruth3-30/+37
2011-10-30Last changes to the converter before bed.admin@omencraft.com2-1/+4
2011-10-30More changes to the denotch map converteradmin@omencraft.com4-34/+42
2011-10-30Added Long Tag. It'll now go through the entire NBT data without erroring out. I'm not sure that it's actually saving all tag 7 data though.admin@omencraft.com4-5/+35
2011-10-30I think I got Tag 7 working, now I need to add tag 4 for the deNotch map converter.admin@omencraft.com4-27/+52
2011-10-30More updates to denotch map converter for testing.admin@omencraft.com4-32/+32
2011-10-30Changed cChunkMat.cpp back to normal. Made more changes to the denotch map converter. Testing cNBTData parser.admin@omencraft.com4-26/+55
2011-10-29Added denotch map converter. Program currently reads the only mcr file in the region dir and writes the uncompressed chunk data in world/X0-Z0.pak. I compile in linux with "g++ cConvert.cpp -lz -o denotch"admin@omencraft.com5-0/+1172