From 88a266db127ee84070dca5bf270fd811fef5bff3 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 31 Jul 2011 01:07:31 +0300 Subject: Updated CMakeLists, changelog and example config for release --- doc/changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/changelog.txt') diff --git a/doc/changelog.txt b/doc/changelog.txt index 58d28d236..a7ab817b7 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,6 +3,20 @@ Minetest-c55 changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. +2011-07-31: +- A number of small fixes, build system stuff and such (refer to version control log) +- Map generator no longer crashes at generation limit +- Fixed mapgen producing lots of cut-down trees +- Some minor tweaks in map generator (some contributed) +- Volumetric clouds (contributed) +- Icon added (graphic contributed) +- Key configuration menu (contributed) +- Decorative blocks and items: bookshelf, sandstone, cactus, clay, brick, papyrus, rail, paper, book (contributed) +- Jungles! +- Hotbar is a bit smaller +- Health is now enabled by default; You can now eat cooked rats to heal yourself. +- Finally added sword textures, altough sword is still of no use + 2011-07-04: - Many small fixes - Code reorganizing to aid further development -- cgit v1.2.3 From d7a5eea862ffa0602b848d3e70ae07cd50184bbd Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 31 Jul 2011 01:14:56 +0300 Subject: changelog update and disable motd by default --- doc/changelog.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/changelog.txt') diff --git a/doc/changelog.txt b/doc/changelog.txt index a7ab817b7..4c77fe1f8 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -16,6 +16,7 @@ For minor stuff, refer to the commit log of the repository. - Hotbar is a bit smaller - Health is now enabled by default; You can now eat cooked rats to heal yourself. - Finally added sword textures, altough sword is still of no use +- Creative mode now preserves normal mode inventory 2011-07-04: - Many small fixes -- cgit v1.2.3 From d4b4246174f3de33ad08c921e927dffd2afeeb40 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 31 Jul 2011 15:41:34 +0300 Subject: updated changelog --- doc/changelog.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/changelog.txt') diff --git a/doc/changelog.txt b/doc/changelog.txt index 4c77fe1f8..3ae571dca 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,6 +3,9 @@ Minetest-c55 changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. +2011-07-31_2: +- Fixes a bug that caused the server to always read an empty password from the client when a client connected. + 2011-07-31: - A number of small fixes, build system stuff and such (refer to version control log) - Map generator no longer crashes at generation limit -- cgit v1.2.3 From 19ea901cf21685a53c279f24e04eaa37a3193aa6 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 31 Jul 2011 15:51:24 +0300 Subject: Fixes a bug that made the server to deny non-empty passwords from players connecting the first time. --- doc/changelog.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/changelog.txt') diff --git a/doc/changelog.txt b/doc/changelog.txt index 3ae571dca..2c577b421 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,6 +3,9 @@ Minetest-c55 changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. +2011-07-31_3: +- Fixes a bug that made the server to deny non-empty passwords from players connecting the first time + 2011-07-31_2: - Fixes a bug that caused the server to always read an empty password from the client when a client connected. -- cgit v1.2.3