1
0
cuberite-2a/converter
2011-10-31 02:56:12 +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 denotch map converter can now parse without creating segfaults or unknown tag errors. 2011-10-31 02:56:12 +00:00
cNBTData.h More changes to the denotch map converter. Added some tags. Still debugging some parsing issues. 2011-10-31 02:24:44 +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