diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.txt | 16 | ||||
-rw-r--r-- | doc/mapformat.txt | 5 |
2 files changed, 16 insertions, 5 deletions
diff --git a/doc/changelog.txt b/doc/changelog.txt index d242070b6..66e0912cd 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,14 +3,20 @@ Minetest-c55 changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. -X: -- Ladders +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 diff --git a/doc/mapformat.txt b/doc/mapformat.txt index a0241804e..206f5f350 100644 --- a/doc/mapformat.txt +++ b/doc/mapformat.txt @@ -85,5 +85,10 @@ Furnace metadata: Chest metadata: TBD +Locking Chest metadata: + u16 string_len + u8[string_len] string + TBD + // END |