]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - doc/changelog.txt
Added installing build-essential to build instructions and modified the main.cpp...
[dragonfireclient.git] / doc / changelog.txt
index 5d2e7ac6f109b99383aecf2d62ff8aa2102bca37..f8fa6b5d7a28d381778a1971a7cb5f3be58d1650 100644 (file)
@@ -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.
 
 This should contain all the major changes.
 For minor stuff, refer to the commit log of the repository.
 
+2011-04-10_0:
+- Asynchronous map generation
+- New object system
+
 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-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)