summaryrefslogtreecommitdiffstats
path: root/src/LightingThread.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-07-17Fixed basic whitespace problems.madmaxoft1-4/+4
2014-04-12Lighting reads blocktypes only for blocks under heightmap.madmaxoft1-2/+9
2014-04-03Removed unneeded asserts.madmaxoft1-2/+0
2014-03-30Fixed a few clang warnings.madmaxoft1-3/+3
2014-03-01g_BlockXXX => cBlockInfo::XXXandrew1-2/+2
2014-02-23fixed globals.h warningsTycho1-1/+5
2014-02-10Rewritten Lua ChunkStay API into a single function, cWorld:ChunkStay().madmaxoft1-1/+2
2014-02-08Initial ChunkStay code.madmaxoft1-34/+42
2013-12-01Fixed compiler warnings in LightingThread.cpp.madmaxoft1-2/+2
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2012-11-16Fixed crashes caused LightingThread overwriting memory where it shouldn't (yay valgrind!)madmaxoft@gmail.com1-1/+6
2012-09-23Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com1-1/+1
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-176/+176
2012-06-07Repeaters' delays can be set by rclkmadmaxoft@gmail.com1-1/+1
2012-05-25Merged the composable_generator branch into the trunkmadmaxoft@gmail.com1-38/+132
2012-02-17Added the skeleton of the cLightingThread objectmadmaxoft@gmail.com1-0/+82