diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-04-24 12:31:19 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-04-24 12:31:19 +0300 |
commit | b21c7de3eda09b9117123639589c0521ce243afd (patch) | |
tree | c7ddb37719eb6e61b4cb5cf35b5b5fb3dcdc07ba /doc | |
parent | 8c1f7a0dd27782cfc85dce624ccc4e3276f18776 (diff) | |
download | minetest-b21c7de3eda09b9117123639589c0521ce243afd.tar.gz minetest-b21c7de3eda09b9117123639589c0521ce243afd.tar.bz2 minetest-b21c7de3eda09b9117123639589c0521ce243afd.zip |
Added a setting for disabling smooth lighting. Updated changelog.
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 d61f37861..f467d6ecd 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: +- Smooth lighting with simple ambient occlusion + 2011-04-23_0_test: - Small bug fixes - Item drop multiplication fixed |