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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-05-29
Fixed wrong block sizes for copying / setting.
madmaxoft
1
-2
/
+1
2014-05-29
Added comments, reformatted code.
madmaxoft
1
-17
/
+48
2014-05-29
Add comment
worktycho
1
-0
/
+4
2014-05-28
cChunkData: Normalized code style.
madmaxoft
1
-11
/
+16
2014-05-28
Fixed cChunkData formatting.
madmaxoft
1
-11
/
+11
2014-05-24
Moved accessors to cpp file
Tycho
1
-215
/
+12
2014-05-24
Implemented style changes
Tycho
1
-50
/
+58
2014-05-21
Fixed if spaces
Tycho
1
-16
/
+16
2014-05-21
Fixed reversed comparisons to null
Tycho
1
-8
/
+8
2014-05-21
Changed cChunkData::SetMeta to return a bool indicating whether the value changed
Tycho
1
-4
/
+6
2014-05-21
Fixed stylistic issues
Tycho
1
-10
/
+10
2014-05-21
Renamed cChunkBuffer to cChunkData
Tycho
1
-13
/
+13
2014-05-18
Fixed issue with types not being defined for an unused parameter
Tycho
1
-63
/
+0
2014-05-17
derp
Tycho
1
-1
/
+1
2014-05-17
fixed assignment bugs and Skylight bug
Tycho
1
-3
/
+5
2014-05-17
Fix assignment ops 2
worktycho
1
-3
/
+8
2014-05-17
Fix assignment operators
worktycho
1
-10
/
+14
2014-05-11
Fixed a bug in writting zeros to a non-allocated section
Tycho
1
-0
/
+12
2014-05-10
Fixed stupid buffer overflow in array setblocks
Tycho
1
-2
/
+2
2014-05-03
cCHunkBuffer that compiles with TestGlobals.h
Tycho
1
-0
/
+7
2014-04-27
Fixed a couple of segfaults and made Free a seperate function
Tycho
1
-3
/
+4
2014-04-27
Fixed issues with gcc
Tycho
1
-6
/
+7
2014-04-26
Implemented Chunk Sparsing with segments
Tycho
1
-0
/
+310