diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-04-06 11:15:35 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-04-06 11:15:35 +0300 |
commit | 2dcad492e894572b894f8ddc07888ff5583e6525 (patch) | |
tree | 6fde4a6534c4823015be830d96ee34b1ec47316d | |
parent | 3269fce79547b667273c20d0e952557f63c5737b (diff) | |
download | minetest-2dcad492e894572b894f8ddc07888ff5583e6525.tar.gz minetest-2dcad492e894572b894f8ddc07888ff5583e6525.tar.bz2 minetest-2dcad492e894572b894f8ddc07888ff5583e6525.zip |
updated changelog
-rw-r--r-- | doc/changelog.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog.txt b/doc/changelog.txt index 8acfedf26..5d2e7ac6f 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,6 +3,10 @@ Minetest-c55 changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. +2011-04-06: +- Mesh update of node addition/removal is now done asynchronously on client, removing frametime spike +- Node addition/removal is sent directly only to clients that are closer than 100 nodes to the modification. For the others, the modified blocks are set unsent. (and are re-sent when applicable) + 2011-04-05: - Made furnace usable - Added cobblestone |