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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-09-07
Lighting now generally consistent with vanilla (#3988)
Alexander Harkness
1
-1
/
+2
2017-08-02
Removed double includes (#3885)
Lukas Pioch
1
-1
/
+0
2017-06-20
Lighting Optimisations (#3785)
peterbell10
1
-69
/
+23
2017-06-09
Fixed skylight going down through transparent blocks.
Mattes D
1
-1
/
+12
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-30
/
+30
2015-10-04
Fixed a race condition between chunk loader and generator.
Mattes D
1
-3
/
+3
2015-07-31
Unified the doxy-comment format.
Mattes D
1
-1
/
+1
2015-07-29
Silenced and fixed many warning messages across multiple files.
Samuel Barney
1
-12
/
+12
2015-05-30
Made cLightingThread own its callbacks
tycho
1
-4
/
+4
2015-05-24
Made -Weverything an error.
tycho
1
-3
/
+3
2015-01-17
Fixed CppCheck: (performance) Possible inefficient checking for emptiness.
Kirill Kirilenko
1
-1
/
+1
2014-12-12
LightingThread: Fixed a memory leak.
Mattes D
1
-2
/
+2
2014-12-10
Lighting thread: skip chunks that are already lit.
Mattes D
1
-0
/
+10
2014-10-23
En masse NULL -> nullptr replace
Tiger Wang
1
-4
/
+4
2014-10-20
En masse NULL -> nullptr replace
Tiger Wang
1
-4
/
+4
2014-08-21
Added initializers for class members.
Mattes D
1
-1
/
+5
2014-07-17
Normalized comments.
madmaxoft
1
-2
/
+2
2014-07-17
Fixed basic whitespace problems.
madmaxoft
1
-1
/
+1
2014-06-16
Fixed GCC compilation.
madmaxoft
1
-1
/
+1
2014-05-29
Added comments, reformatted code.
madmaxoft
1
-1
/
+1
2014-05-21
Renamed cChunkBuffer to cChunkData
Tycho
1
-1
/
+1
2014-05-09
Lighting thread disabled its chunkstays before deleting them.
Mattes D
1
-0
/
+2
2014-04-26
Implemented Chunk Sparsing with segments
Tycho
1
-7
/
+4
2014-04-12
ChunkStay must be disabled while being deleted.
ProtoProxy_1.7.2_001
madmaxoft
1
-0
/
+1
2014-04-12
Fixed member construction order.
madmaxoft
1
-2
/
+2
2014-04-12
Lighting reads blocktypes only for blocks under heightmap.
madmaxoft
1
-14
/
+78
2014-03-10
Removed Some unnessicary macros
Tycho
1
-6
/
+0
2014-03-01
g_BlockXXX => cBlockInfo::XXX
andrew
1
-2
/
+2
2014-02-10
Rewritten Lua ChunkStay API into a single function, cWorld:ChunkStay().
madmaxoft
1
-1
/
+13
2014-02-08
Moved a forgotten comment back to its place.
madmaxoft
1
-2
/
+2
2014-02-08
Fixed lighting thread queueing.
madmaxoft
1
-2
/
+4
2014-02-08
Initial ChunkStay code.
madmaxoft
1
-79
/
+72
2014-01-07
More MSVC warning fixes.
madmaxoft
1
-1
/
+1
2013-12-31
fixed warnings in LightingThread.cpp
Tycho Bickerstaff
1
-0
/
+1
2013-12-31
take Z axis into account when calculating neighboors in LightingThread::ChunkReady
Tycho Bickerstaff
1
-1
/
+1
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-05-09
Fixed a few out-of-bounds reads
madmaxoft@gmail.com
1
-3
/
+6
2013-05-07
Replaced MIN / MAX with std::min and std::max
madmaxoft@gmail.com
1
-1
/
+1
2013-05-05
Lighting: Fixed underwater lighting (FS #369)
madmaxoft@gmail.com
1
-37
/
+60
2013-04-13
Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick()
madmaxoft@gmail.com
1
-1
/
+1
2013-01-25
Merged the usable portion of the "gens" branch.
madmaxoft@gmail.com
1
-0
/
+4
2012-11-16
Fixed crashes caused LightingThread overwriting memory where it shouldn't (yay valgrind!)
madmaxoft@gmail.com
1
-3
/
+3
2012-11-13
Fixed a valgrind error in lighting thread (uninitialized var value)
madmaxoft
1
-0
/
+1
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-2
/
+2
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-531
/
+531
2012-05-25
Merged the composable_generator branch into the trunk
madmaxoft@gmail.com
1
-25
/
+442
2012-03-10
Fixed *nix threading issue;
madmaxoft@gmail.com
1
-1
/
+1
2012-02-17
Added the skeleton of the cLightingThread object
madmaxoft@gmail.com
1
-0
/
+114