diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-07-31 01:07:31 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-07-31 01:07:31 +0300 |
commit | 88a266db127ee84070dca5bf270fd811fef5bff3 (patch) | |
tree | 5694206aec4caf521d329962c9dbbc20ee301bda /doc/changelog.txt | |
parent | 149875607ca926e99bdc6c855e56aba8569bb1a9 (diff) | |
download | minetest-88a266db127ee84070dca5bf270fd811fef5bff3.tar.gz minetest-88a266db127ee84070dca5bf270fd811fef5bff3.tar.bz2 minetest-88a266db127ee84070dca5bf270fd811fef5bff3.zip |
Updated CMakeLists, changelog and example config for release
Diffstat (limited to 'doc/changelog.txt')
-rw-r--r-- | doc/changelog.txt | 14 |
1 files changed, 14 insertions, 0 deletions
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 |