index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
converter
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-10-31
denotch map converter can now parse without creating segfaults or unknown tag errors.
admin@omencraft.com
3
-3
/
+17
2011-10-31
More changes to the denotch map converter. Added some tags. Still debugging some parsing issues.
admin@omencraft.com
4
-26
/
+189
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
2011-10-30
Changed long to long long so it works fine on 32bit systems
faketruth
3
-30
/
+37
2011-10-30
Last changes to the converter before bed.
admin@omencraft.com
2
-1
/
+4
2011-10-30
More changes to the denotch map converter
admin@omencraft.com
4
-34
/
+42
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
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
2011-10-30
More updates to denotch map converter for testing.
admin@omencraft.com
4
-32
/
+32
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
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