summaryrefslogtreecommitdiffstats
path: root/source/LightingThread.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-562/+0
* Fixed a few out-of-bounds readsmadmaxoft@gmail.com2013-05-091-3/+6
* Replaced MIN / MAX with std::min and std::maxmadmaxoft@gmail.com2013-05-071-1/+1
* Lighting: Fixed underwater lighting (FS #369)madmaxoft@gmail.com2013-05-051-37/+60
* Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick()madmaxoft@gmail.com2013-04-131-1/+1
* Merged the usable portion of the "gens" branch.madmaxoft@gmail.com2013-01-251-0/+4
* Fixed crashes caused LightingThread overwriting memory where it shouldn't (yay valgrind!)madmaxoft@gmail.com2012-11-161-3/+3
* Fixed a valgrind error in lighting thread (uninitialized var value)madmaxoft2012-11-131-0/+1
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-2/+2
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-531/+531
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-25/+442
* Fixed *nix threading issue;madmaxoft@gmail.com2012-03-101-1/+1
* Added the skeleton of the cLightingThread objectmadmaxoft@gmail.com2012-02-171-0/+114