diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-05-29 21:13:29 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-05-29 21:13:29 +0300 |
commit | 9f7c21a0b48285fe03bef1060557f6e75976d625 (patch) | |
tree | 2aafd04cb8e658d4245d0c810639fa3d8535b878 /doc | |
parent | 63611932ebae93620386b26cfa82f7c4552b22ff (diff) | |
download | minetest-9f7c21a0b48285fe03bef1060557f6e75976d625.tar.gz minetest-9f7c21a0b48285fe03bef1060557f6e75976d625.tar.bz2 minetest-9f7c21a0b48285fe03bef1060557f6e75976d625.zip |
invert_mouse config option
--HG--
extra : rebase_source : 2695ad71185244cefbcf6e3e28ba1ab5e54c882f
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.txt b/doc/changelog.txt index cb3594a98..e886370a6 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -14,6 +14,7 @@ X: - Player passwords - All textures first searched from texture_path - Map directory ("map") has been renamed to "world" (just rename it to load an old world) +- Mouse inversion (invert_mouse) 2011-04-24: - Smooth lighting with simple ambient occlusion |