1
0
cuberite-2a/converter
faketruth 35c44ede5a Compounds are not closed double anymore
Float values are actually added to 'lists' now (should do the same for the rest)
Indenting while printing NBT data aligns slightly better now


git-svn-id: http://mc-server.googlecode.com/svn/trunk@32 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-31 05:12:21 +00:00
..
region 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" 2011-10-29 21:19:06 +00:00
cConvert.cpp denotch map converter can now parse without creating segfaults or unknown tag errors. 2011-10-31 02:56:12 +00:00
cNBTData.cpp Compounds are not closed double anymore 2011-10-31 05:12:21 +00:00
cNBTData.h Compounds are not closed double anymore 2011-10-31 05:12:21 +00:00
denotch denotch map converter can now parse without creating segfaults or unknown tag errors. 2011-10-31 02:56:12 +00:00
quicksort.cpp 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. 2011-10-30 18:15:44 +00:00
quicksort.h 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. 2011-10-30 18:15:44 +00:00
timer.cpp 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. 2011-10-30 18:15:44 +00:00
timer.h 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. 2011-10-30 18:15:44 +00:00