summaryrefslogtreecommitdiffstats
path: root/src/LightingThread.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed a race condition between chunk loader and generator.Mattes D2015-10-041-3/+3
* Unified the doxy-comment format.Mattes D2015-07-311-1/+1
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-12/+12
* Made cLightingThread own its callbackstycho2015-05-301-4/+4
* Made -Weverything an error.tycho2015-05-241-3/+3
* Fixed CppCheck: (performance) Possible inefficient checking for emptiness.Kirill Kirilenko2015-01-171-1/+1
* LightingThread: Fixed a memory leak.Mattes D2014-12-121-2/+2
* Lighting thread: skip chunks that are already lit.Mattes D2014-12-101-0/+10
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-4/+4
* Added initializers for class members.Mattes D2014-08-211-1/+5
* Normalized comments.madmaxoft2014-07-171-2/+2
* Fixed basic whitespace problems.madmaxoft2014-07-171-1/+1
* Fixed GCC compilation.madmaxoft2014-06-161-1/+1
* Merge pull request #883 from mc-server/CutOffLightingworktycho2014-06-161-14/+78
|\
| * Fixed member construction order.madmaxoft2014-04-121-2/+2
| * Lighting reads blocktypes only for blocks under heightmap.madmaxoft2014-04-121-14/+78
* | Added comments, reformatted code.madmaxoft2014-05-291-1/+1
* | Renamed cChunkBuffer to cChunkDataTycho2014-05-211-1/+1
* | Merge branch 'master' into chunksparsing/structsTycho2014-05-101-0/+2
|\ \
| * | Lighting thread disabled its chunkstays before deleting them.Mattes D2014-05-091-0/+2
* | | Merge branch 'master' into chunksparsing/structsTycho2014-04-271-0/+1
|\| |
| * | ChunkStay must be disabled while being deleted.ProtoProxy_1.7.2_001madmaxoft2014-04-121-0/+1
| |/
* / Implemented Chunk Sparsing with segmentsTycho2014-04-261-7/+4
|/
* Removed Some unnessicary macrosTycho2014-03-101-6/+0
* g_BlockXXX => cBlockInfo::XXXandrew2014-03-011-2/+2
* Rewritten Lua ChunkStay API into a single function, cWorld:ChunkStay().madmaxoft2014-02-101-1/+13
* Moved a forgotten comment back to its place.madmaxoft2014-02-081-2/+2
* Fixed lighting thread queueing.madmaxoft2014-02-081-2/+4
* Initial ChunkStay code.madmaxoft2014-02-081-79/+72
* More MSVC warning fixes.madmaxoft2014-01-071-1/+1
* fixed warnings in LightingThread.cppTycho Bickerstaff2013-12-311-0/+1
* take Z axis into account when calculating neighboors in LightingThread::ChunkReadyTycho Bickerstaff2013-12-311-1/+1
* Moved source to srcAlexander Harkness2013-11-241-0/+562