diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-02-15 22:05:29 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-02-15 22:05:29 +0200 |
commit | 5cc686c038ade873a4faef12a8f3f41af9b288b4 (patch) | |
tree | cb9954e0ac192a806ea211a41849f44f27c41de6 | |
parent | 0cd74902923cb272ce2583bfcd954b44c3125266 (diff) | |
download | minetest-5cc686c038ade873a4faef12a8f3f41af9b288b4.tar.gz minetest-5cc686c038ade873a4faef12a8f3f41af9b288b4.tar.bz2 minetest-5cc686c038ade873a4faef12a8f3f41af9b288b4.zip |
updated changelog
-rw-r--r-- | doc/changelog.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog.txt b/doc/changelog.txt index a8722f1c9..f1b452f15 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,6 +3,12 @@ Minetest-c55 changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. +2011-02-15: +- Fixed a problem of not saving and loading the "lighting expired" value of MapBlocks properly. This caused high server CPU usage. +- Ctrl-C handling on POSIX systems +- Added simple command support to server +- Added settings enable_texture_atlas and texture_path + 2011-02-14: - Created changelog.txt - Added sneaking/crouching |