diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-04-24 21:15:50 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-04-24 21:15:50 +0300 |
commit | 2704bdc68e51c39f5ea475ba092c2d21281ccd53 (patch) | |
tree | 29370fcc670d023c8a0123773deca6f9e685b6f9 /doc | |
parent | 59de7a324cec6ffcb5015b616853d60e74a0c62d (diff) | |
download | minetest-2704bdc68e51c39f5ea475ba092c2d21281ccd53.tar.gz minetest-2704bdc68e51c39f5ea475ba092c2d21281ccd53.tar.bz2 minetest-2704bdc68e51c39f5ea475ba092c2d21281ccd53.zip |
Optimized smooth lighting calculation code
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.txt b/doc/changelog.txt index 574ea60b1..71cbd970d 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,6 +3,9 @@ Minetest-c55 changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. +X: +- Optimized smooth lighting + 2011-04-24: - Smooth lighting with simple ambient occlusion - Updated main menu |