summaryrefslogtreecommitdiff
path: root/doc/changelog.txt
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-02-17 19:21:16 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-02-17 19:21:16 +0200
commitfcecaddb5648a649de063f4274a353b221791244 (patch)
tree67e704c0e000dff86bbda2f549d21cf3a89128b1 /doc/changelog.txt
parent31572eaf8abd45c0f59bb53004e8521f3ab25e3e (diff)
downloadminetest-fcecaddb5648a649de063f4274a353b221791244.tar.gz
minetest-fcecaddb5648a649de063f4274a353b221791244.tar.bz2
minetest-fcecaddb5648a649de063f4274a353b221791244.zip
updated changelog
Diffstat (limited to 'doc/changelog.txt')
-rw-r--r--doc/changelog.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog.txt b/doc/changelog.txt
index f1b452f15..6ff1fa52b 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-17:
+- Added better handling of textures. Now many file extensions are searched. Also too large textures are not put on the texture atlas, and the construction of the texture atlas is stopped when it is full.
+
+2011-02-16:
+- Better handling of Ctrl-C on POSIX systems
+
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