summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/changes.stone_soup
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-20 15:01:18 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-20 15:01:18 +0000
commit3548833cfbab7a46fe339542183fa65f276ea167 (patch)
treef8377bf76c279646c2654b95ec504ed94963a240 /crawl-ref/docs/changes.stone_soup
parentbc1869c1a3334676d5cc99df90f7f9b24426274d (diff)
downloadcrawl-ref-3548833cfbab7a46fe339542183fa65f276ea167.tar.gz
crawl-ref-3548833cfbab7a46fe339542183fa65f276ea167.zip
Added classic_item_colours option to go back to 0.1.x item colours. The option
is not retroactive, it only affects items that are created after the option is set. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1072 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/changes.stone_soup')
-rw-r--r--crawl-ref/docs/changes.stone_soup4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/docs/changes.stone_soup b/crawl-ref/docs/changes.stone_soup
index a1ec70a18d..5fc9fad78c 100644
--- a/crawl-ref/docs/changes.stone_soup
+++ b/crawl-ref/docs/changes.stone_soup
@@ -8,6 +8,7 @@ Stone Soup 0.2
* Targeting interface keymaps changed.
* -macro option now specifies a directory, not the macro file.
* Item colours changed.
+* Deeper dungeon levels can have multiple player ghosts.
* Rods of striking now also get magic reservoirs.
* Removed unpoisoned needles and blowguns of venom.
* Stash search also finds altars and portals.
@@ -68,6 +69,7 @@ Stone Soup 0.2
* Fixed duplicated scroll labels.
* Friendly monsters should not flee from the player.
* Fixed detect creatures revealing monster identities in notes.
+* Fixed level-map crashes on large terms.
* no_dark_brand defaults to true.
* Summon horrible things now produces temporary summons.
* Monster abjuration is weaker.
@@ -79,6 +81,8 @@ Stone Soup 0.2
* Monsters fighting hydras can chop off heads if using suitable weapons/claws.
* Interlevel travel handles branch entries and exits more intelligently.
* Added wizmode &~ to instant travel to any level to test special levels.
+* Messages can be coloured individually using pattern matches with the
+ message_colour option.
Stone Soup 0.1.7 (20061231)
---------------------------