Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-11-05 | dang finicky OS installs. >.> Bug fixes to make sure this compiles is more than two OS's. | admin@omencraft.com | 5 | -3/+3 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@62 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-11-05 | Updated denotch map converter to work in windows. Still has memory leak though. | admin@omencraft.com | 4 | -15/+440 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@61 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-11-04 | fixing svn directory | admin@omencraft.com | 9 | -0/+1767 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@58 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-11-04 | Updated 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.com | 3 | -0/+172 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@57 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-11-04 | delete and reupload to reslve svn error. | admin@omencraft.com | 10 | -1487/+0 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@56 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-11-04 | Changes to the denotch map converter. Now runs 20 times faster than before. Not done yet. | admin@omencraft.com | 8 | -95/+44 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@55 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-31 | denotch map converter works! :D | admin@omencraft.com | 2 | -6/+47 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@36 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-31 | denotch map converter can now successfully converter an mcr to a vaild pak file. Takes about 20 seconds per region file. | admin@omencraft.com | 2 | -7/+8 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@34 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-31 | denotch map convert successfully created a pak file from an mcr file. Still need to check if it's valid. | admin@omencraft.com | 2 | -30/+90 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@33 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-31 | Compounds are not closed double anymore | faketruth | 2 | -16/+19 | |
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 | denotch map converter can now parse without creating segfaults or unknown tag errors. | admin@omencraft.com | 3 | -3/+17 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@31 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-31 | More changes to the denotch map converter. Added some tags. Still debugging some parsing issues. | admin@omencraft.com | 4 | -26/+189 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@30 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-30 | 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.com | 8 | -228/+210 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@28 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-30 | Changed long to long long so it works fine on 32bit systems | faketruth | 3 | -30/+37 | |
Added printing for Byte array tags (the length is incorrect though) Structured the tags enums a bit more In cConvert.cpp the correct compounds are opened before accessing data Added VS2010 project so the converter can be compiled through VS2010 git-svn-id: http://mc-server.googlecode.com/svn/trunk@27 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-30 | Last changes to the converter before bed. | admin@omencraft.com | 2 | -1/+4 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@26 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-30 | More changes to the denotch map converter | admin@omencraft.com | 4 | -34/+42 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@25 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-30 | 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.com | 4 | -5/+35 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@24 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-30 | I think I got Tag 7 working, now I need to add tag 4 for the deNotch map converter. | admin@omencraft.com | 4 | -27/+52 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@23 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-30 | More updates to denotch map converter for testing. | admin@omencraft.com | 4 | -32/+32 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@22 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-30 | Changed cChunkMat.cpp back to normal. Made more changes to the denotch map converter. Testing cNBTData parser. | admin@omencraft.com | 4 | -26/+55 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@21 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-29 | 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.com | 5 | -0/+1172 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@20 0a769ca7-a7f5-676a-18bf-c427514a06d6 |