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
/
LightingThread.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-4
/
+4
*
Added initializers for class members.
Mattes D
2014-08-21
1
-1
/
+5
*
Normalized comments.
madmaxoft
2014-07-17
1
-2
/
+2
*
Fixed basic whitespace problems.
madmaxoft
2014-07-17
1
-1
/
+1
*
Fixed GCC compilation.
madmaxoft
2014-06-16
1
-1
/
+1
*
Merge pull request #883 from mc-server/CutOffLighting
worktycho
2014-06-16
1
-14
/
+78
|
\
|
*
Fixed member construction order.
madmaxoft
2014-04-12
1
-2
/
+2
|
*
Lighting reads blocktypes only for blocks under heightmap.
madmaxoft
2014-04-12
1
-14
/
+78
*
|
Added comments, reformatted code.
madmaxoft
2014-05-29
1
-1
/
+1
*
|
Renamed cChunkBuffer to cChunkData
Tycho
2014-05-21
1
-1
/
+1
*
|
Merge branch 'master' into chunksparsing/structs
Tycho
2014-05-10
1
-0
/
+2
|
\
\
|
*
|
Lighting thread disabled its chunkstays before deleting them.
Mattes D
2014-05-09
1
-0
/
+2
*
|
|
Merge branch 'master' into chunksparsing/structs
Tycho
2014-04-27
1
-0
/
+1
|
\
|
|
|
*
|
ChunkStay must be disabled while being deleted.
ProtoProxy_1.7.2_001
madmaxoft
2014-04-12
1
-0
/
+1
|
|
/
*
/
Implemented Chunk Sparsing with segments
Tycho
2014-04-26
1
-7
/
+4
|
/
*
Removed Some unnessicary macros
Tycho
2014-03-10
1
-6
/
+0
*
g_BlockXXX => cBlockInfo::XXX
andrew
2014-03-01
1
-2
/
+2
*
Rewritten Lua ChunkStay API into a single function, cWorld:ChunkStay().
madmaxoft
2014-02-10
1
-1
/
+13
*
Moved a forgotten comment back to its place.
madmaxoft
2014-02-08
1
-2
/
+2
*
Fixed lighting thread queueing.
madmaxoft
2014-02-08
1
-2
/
+4
*
Initial ChunkStay code.
madmaxoft
2014-02-08
1
-79
/
+72
*
More MSVC warning fixes.
madmaxoft
2014-01-07
1
-1
/
+1
*
fixed warnings in LightingThread.cpp
Tycho Bickerstaff
2013-12-31
1
-0
/
+1
*
take Z axis into account when calculating neighboors in LightingThread::ChunkReady
Tycho Bickerstaff
2013-12-31
1
-1
/
+1
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+562