summaryrefslogtreecommitdiffstats
path: root/converter/cConvert.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* denotch map converter can now successfully converter an mcr to a vaild pak file. Takes about 20 seconds per region file.admin@omencraft.com2011-10-311-7/+8
* denotch map convert successfully created a pak file from an mcr file. Still need to check if it's valid.admin@omencraft.com2011-10-311-30/+90
* denotch map converter can now parse without creating segfaults or unknown tag errors.admin@omencraft.com2011-10-311-2/+2
* More changes to the denotch map converter. Added some tags. Still debugging some parsing issues.admin@omencraft.com2011-10-311-4/+6
* put 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.com2011-10-301-185/+53
* Changed long to long long so it works fine on 32bit systemsfaketruth2011-10-301-9/+13
* Last changes to the converter before bed.admin@omencraft.com2011-10-301-1/+4
* More changes to the denotch map converteradmin@omencraft.com2011-10-301-0/+6
* Added 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.com2011-10-301-1/+1
* I think I got Tag 7 working, now I need to add tag 4 for the deNotch map converter.admin@omencraft.com2011-10-301-1/+1
* More updates to denotch map converter for testing.admin@omencraft.com2011-10-301-2/+2
* Changed cChunkMat.cpp back to normal. Made more changes to the denotch map converter. Testing cNBTData parser.admin@omencraft.com2011-10-301-1/+10
* Added 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.com2011-10-291-0/+310