summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-12 12:30:59 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-12 12:30:59 +0200
commitbb38340278573cc3d3a39f5312348a68669d7009 (patch)
tree15e500dd83a968fbbac21b61802421d8bead41f8 /crawl-ref/docs
parent667a7541a925a8adaebcfb673aed22c7eeb73eae (diff)
parentea87539549413ac9595762ec09fcbab4b3f0032b (diff)
downloadcrawl-ref-bb38340278573cc3d3a39f5312348a68669d7009.tar.gz
crawl-ref-bb38340278573cc3d3a39f5312348a68669d7009.zip
Merge branch 'master' into trees
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/changelog.txt45
1 files changed, 44 insertions, 1 deletions
diff --git a/crawl-ref/docs/changelog.txt b/crawl-ref/docs/changelog.txt
index 07c95eca40..be46ad98e9 100644
--- a/crawl-ref/docs/changelog.txt
+++ b/crawl-ref/docs/changelog.txt
@@ -7,6 +7,7 @@ Stone Soup 0.6
* Added potions of brilliance and agility.
* Several new uniques.
* Overhaul Wanderers.
+* Healers now start unarmed.
* Starting stats and equipment, and hp gain, are no longer assigned randomly.
* Round all aptitudes to multiples of 10.
* New memorisation interface.
@@ -20,6 +21,7 @@ Stone Soup 0.6
* Let toadstools grow on corpses.
* All worms apart from brain worms are mindless and cannot be pacified.
* Hungry ghosts eat corpses.
+* All spectral things can use stairs again.
* (Very) ugly things get random resistances and attack flavours.
* Abort some teleportation attempts with -TELE without losing the turn.
* Weapons of holy wrath cannot be cursed.
@@ -39,7 +41,48 @@ Stone Soup 0.6
* Add some tiles "animations" whenever the screen is redrawn.
* Tiles: re-added doll editing screen ('-' command).
* Tiles: added clickable spells display (toggle with '_' command).
-* All spectral things can use stairs again.
+
+
+Stone Soup 0.5.2 (20091008)
+---------------------------
+
+Disclaimer: These are merely the highlights, not an exhaustive list of changes.
+
+* Fixed tiles crashes with certain resolutions.
+* Fixed Mac build sometimes not finding the graphics files.
+* Fixed NSLayoutManager crash with OSX.
+* OSX executables no longer require installation of fink.
+* DCSS now builds on FreeBSD straight out of the box.
+* DCSS now uses git for version control.
+* Fixed Lee's Rapid Deconstruction having no effect at low levels.
+* Fixed weird beam tiles for unknown beam types.
+* Fixed Xom's infinite teleportation journeys.
+* Fixed disconnected pan vaults.
+* Fixed missile +1 enchantment not reducing mulch rate.
+* Fixed some issues with melded equipment.
+* Fixed casting of spells on slot 'I' being impossible.
+* Fixed temporary unlinked item bug.
+* Fixed monsters being unable to pick up or carry healing potions.
+* Fixed mummy monsters drinking potions.
+* Fixed stationary monsters floundering in shallow water.
+* Fixed minivaults sometimes being placed without overlapping floor squares.
+* Fixed friendly fire among monsters.
+* Fixed insane damage dealt by Pain card.
+* Fixed clawed butchering both removing gloves and unwielding weapon.
+* Fixed submerged shapeshifters not unsubmerging properly.
+* Fixed monster mephitic cloud not working against the player properly.
+* Removed entry vaults with lethal fog generators for now.
+* Get rid of out of depth eels in fountains.
+* Greatly tweak ice cave vaults.
+* Some other vault tweaks.
+* All worms except brain worm and all wasps are now mindless.
+* Demonspawn Troggies don't get Channeling anymore.
+* Z does not show spell list automatically anymore.
+* Added an option "darken_beyond_range" (defaults to true) for spell ranges.
+* Default "force_more_message = You fall through a shaft" to true.
+* Reintroduced out of sight mouseover descriptions for Tiles.
+* Replaced post-explosion -More- prompt with a delay.
+* In the ASCII version, colour silenced grids cyan.
Stone Soup 0.5.1 (20090728)
---------------------------