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
/
ChunkData.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cChunk and cChunkData: Use vectors for block get and set functions (#4172)
peterbell10
2018-02-04
1
-6
/
+6
*
Implement anvil chunk sparsing
peterbell10
2017-08-26
1
-0
/
+12
*
Implement protocol level chunk sparsing (#3864)
peterbell10
2017-08-21
1
-34
/
+32
*
Remove double includes part 2 (#3890)
peterbell10
2017-08-03
1
-3
/
+0
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-8
/
+8
*
Silenced and fixed many warning messages across multiple files.
Samuel Barney
2015-07-29
1
-1
/
+1
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-3
/
+3
*
Merge branch 'master' of github.com:mc-server/MCServer
Tycho
2014-06-16
1
-23
/
+31
*
Fixed wrong block sizes for copying / setting.
madmaxoft
2014-05-29
1
-2
/
+1
*
Added comments, reformatted code.
madmaxoft
2014-05-29
1
-17
/
+48
*
Add comment
worktycho
2014-05-29
1
-0
/
+4
*
cChunkData: Normalized code style.
madmaxoft
2014-05-28
1
-11
/
+16
*
Fixed cChunkData formatting.
madmaxoft
2014-05-28
1
-11
/
+11
*
Moved accessors to cpp file
Tycho
2014-05-24
1
-215
/
+12
*
Implemented style changes
Tycho
2014-05-24
1
-50
/
+58
*
Fixed if spaces
Tycho
2014-05-21
1
-16
/
+16
*
Fixed reversed comparisons to null
Tycho
2014-05-21
1
-8
/
+8
*
Changed cChunkData::SetMeta to return a bool indicating whether the value changed
Tycho
2014-05-21
1
-4
/
+6
*
Fixed stylistic issues
Tycho
2014-05-21
1
-10
/
+10
*
Renamed cChunkBuffer to cChunkData
Tycho
2014-05-21
1
-0
/
+279