]> git.lizzy.rs Git - minetest.git/blobdiff - doc/changelog.txt
Update changelog (albeit a bit late)
[minetest.git] / doc / changelog.txt
index d242070b64eee21dbb48659d0e303e7102763ef0..dee648e5326e6aa7e5b8054fefc8729bc88ea4e9 100644 (file)
@@ -3,14 +3,33 @@ Minetest-c55 changelog
 This should contain all the major changes.
 For minor stuff, refer to the commit log of the repository.
 
-X:
-- Ladders
+0.3.dev-20111016:
+- Locked chest
+- Server user limit setting (max_users)
+- Wielded tool is shown in HUD
+- View bobbing
+- Saplings that drop from leaf blocks and when placed on ground will grow to trees
+- Optimized map saving (does not re-save everything all the time)
+- New mob system and new mob: dungeon master
+- Death/respawn screen
+
+0.2.20110922_3:
+- Fix the build for MSVC2010; also released for windows using MSVC2010.
+
+0.2.20110922_1:
+- Make client report a newer version number to the server than 2011-07-31 does and make server disallow old clients
+
+0.2.20110922:
+- Map is saved in an SQLite database file (by Queatz)
+- Ladders (MarkTraceur)
 - Lava
-- /me chat command
-- Slightly better looking inventory (transparency)
+- Apple trees (sfan5)
+- Slightly better looking inventory with transparency
+- /me chat command (Oblomov)
+- Using chosen map seed possible through fixed_map_seed configuration option (kahrl)
 - Fix the long-existed PeerNotFound loop bug
 - Some translations and localization-related fixes
-- Lots of small fixes, once again
+- Lots of small fixes
 
 2011-07-31_3:
 - Fixes a bug that made the server to deny non-empty passwords from players connecting the first time