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
/
WSSCompact.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
2012-06-14
1
-144
/
+144
*
Merged the composable_generator branch into the trunk
madmaxoft@gmail.com
2012-05-25
1
-0
/
+30
*
Reverted the previous commit - it is useless, since entities still depend heavily on cWorld
madmaxoft@gmail.com
2012-03-24
1
-5
/
+5
*
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
-5
/
+5
*
Completely integrated the new axis ordering. Will update worlds accordingly
faketruth
2012-03-10
1
-1
/
+6
*
WSSCompact: fixed switched version values (!); removed unused methods
madmaxoft@gmail.com
2012-03-07
1
-2
/
+0
*
Should have complete support for 256 blocks high worlds. Old save files are converted to new ones at load.
faketruth
2012-03-04
1
-0
/
+9
*
Implemented synchronous chunk loading; optimized cChunkStay interface for speed (though still unused ;)
madmaxoft@gmail.com
2012-02-28
1
-2
/
+19
*
Chunk is now marked as dirty; saving only dirty chunks; rewritten load / save not to use cChunkPtr; set VC2008 project to level4 warnings; block entities are now loaded and saved properly
madmaxoft@gmail.com
2012-02-16
1
-8
/
+9
*
Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.
madmaxoft@gmail.com
2012-02-13
1
-0
/
+84