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
/
source
/
WSSAnvil.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added basic noteblocks, finished sign storage in Anvil (patch contributed by l0udPL)
madmaxoft@gmail.com
2012-08-26
1
-3
/
+61
*
Added a (disabled) debugging code for anvil underground overviewing, useful for exploring MC cave generation style
madmaxoft@gmail.com
2012-07-21
1
-4
/
+15
*
Anvil: added support for signs (why was it still missing??)
madmaxoft@gmail.com
2012-06-15
1
-3
/
+42
*
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
2012-06-14
1
-955
/
+955
*
Chests and Furnaces are now saved properly into Anvil scheme.
madmaxoft@gmail.com
2012-05-28
1
-8
/
+93
*
Merged the composable_generator branch into the trunk
madmaxoft@gmail.com
2012-05-25
1
-82
/
+123
*
Removed a debugging construct that accidentally leaked into previous commit
madmaxoft@gmail.com
2012-05-08
1
-8
/
+0
*
Fast NBT writer (Saving a chunk is now about twice as fast)
madmaxoft@gmail.com
2012-05-08
1
-61
/
+102
*
Fast NBT Parser (loading a chunk is now about 10 times faster)
madmaxoft@gmail.com
2012-05-07
1
-73
/
+77
*
Anvil storage writing (Basic storage is working, NO entities except for chests are working! Don't use for real servers)
madmaxoft@gmail.com
2012-04-23
1
-8
/
+306
*
Reverted the previous commit - it is useless, since entities still depend heavily on cWorld
madmaxoft@gmail.com
2012-03-24
1
-3
/
+3
*
Encapsulated cWorld functions needed in cWorldStorage into an interface, so that cWorldStorage can actually be used outside of MC-Server (such as storage conversion tools and chunk analyzers)
madmaxoft@gmail.com
2012-03-23
1
-3
/
+3
*
Actually commented out the Anvil terrain inversion code
madmaxoft@gmail.com
2012-03-14
1
-1
/
+1
*
Anvil support: Added a debugging section for inverting terrain (So that MC cave generator can be seen in action). Commented out, so that it doesn't make it into the release versions
madmaxoft@gmail.com
2012-03-14
1
-0
/
+24
*
Split chunk data into separate arrays; decoupled most sources from cChunk.h dependency
madmaxoft@gmail.com
2012-03-14
1
-16
/
+25
*
Anvil format: fixed loading with XZY ordering
madmaxoft@gmail.com
2012-03-11
1
-11
/
+9
*
Anvil support: compatible with both chunk orderings
madmaxoft@gmail.com
2012-03-10
1
-0
/
+4
*
Anvil format: loading chests' contents.
madmaxoft@gmail.com
2012-03-07
1
-1
/
+123
*
No need to reset zlib (copypasta error)
madmaxoft@gmail.com
2012-03-07
1
-1
/
+0
*
Added the Anvil level format (MCA) support, read-only for the time being. Now MCS can read your worlds from the official server :)
madmaxoft@gmail.com
2012-03-07
1
-0
/
+338