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
/
src
/
WorldStorage
/
WSSCompact.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed functions and added beacon json saving.
Howaner
2014-07-31
1
-0
/
+20
*
Added a queue for setting chunk data.
madmaxoft
2014-07-24
1
-2
/
+3
*
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
2014-07-21
1
-51
/
+57
*
Style: Normalized spaces after if, for and while.
madmaxoft
2014-07-21
1
-18
/
+18
*
Basic style fixes.
madmaxoft
2014-07-17
1
-6
/
+6
*
Normalized comments.
madmaxoft
2014-07-17
1
-11
/
+11
*
Implemented trapped chests & others
Tiger Wang
2014-07-07
1
-1
/
+1
*
Nullify deleted pointers.
archshift
2014-06-19
1
-0
/
+1
*
Merge branch 'master' into chunksparsing/structs
Tycho
2014-05-10
1
-12
/
+12
|
\
|
*
Fixed MSVC 64-bit build warnings.
Mattes D
2014-05-09
1
-12
/
+12
*
|
Merge branch 'master' into chunksparsing/structs
Tycho
2014-05-01
1
-2
/
+9
|
\
|
|
*
Merge pull request #948 from jfhumann/staticFixes
Mattes D
2014-04-27
1
-1
/
+9
|
|
\
|
|
*
Fix for minor resource leak (CID 43616)
jfhumann
2014-04-26
1
-1
/
+9
|
*
|
Removed unused assignments.
archshift
2014-04-26
1
-1
/
+0
|
|
/
*
|
Merge branch 'master' into chunksparsing/structs
Tycho
2014-04-27
1
-1
/
+1
|
\
|
|
*
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
2014-04-18
1
-1
/
+1
*
|
Implemented Chunk Sparsing with segments
Tycho
2014-04-26
1
-6
/
+4
|
/
*
Added additional macros to support the MSVC size_t format and changed all formats to use the macros
Tycho
2014-03-12
1
-5
/
+5
*
Fixed a load of format string errors
Tycho
2014-03-11
1
-5
/
+5
*
Removed unused macro from WSSCompact
Tycho
2014-03-10
1
-1
/
+0
*
Its a const not a macro
Tycho
2014-03-09
1
-1
/
+1
*
Take 5
Tycho
2014-03-09
1
-1
/
+1
*
Take 4
Tycho
2014-03-09
1
-1
/
+1
*
Unsigned types take 3
Tycho
2014-03-09
1
-1
/
+1
*
Fix gcc error attempt 2
Tycho
2014-03-09
1
-1
/
+1
*
Fixed gcc error
Tycho
2014-03-09
1
-1
/
+1
*
Add Flower Pots
Howaner
2014-03-07
1
-3
/
+37
*
Improved code safety for the Compact world storage.
Mattes D
2014-01-23
1
-104
/
+72
*
Command block fixes 2
andrew
2014-01-23
1
-8
/
+30
*
Added user setting compression factor
Tycho
2014-01-17
1
-5
/
+6
*
Attempt at fixing cChunkDef::Height signedness.
madmaxoft
2013-12-20
1
-3
/
+3
*
Fixed VC2008 compilation, normalized include paths.
madmaxoft
2013-11-27
1
-1
/
+1
*
Fixed the remaining derps
Alexander Harkness
2013-11-27
1
-2
/
+2
*
Further attempts to fix compile
Tiger Wang
2013-11-25
1
-2
/
+2
*
Attempt to fix compilation
Tiger Wang
2013-11-24
1
-2
/
+2
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+1009