summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 12:57:35 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 12:57:35 +0000
commitf01f56a51784be3934ef7ec307112293807980b2 (patch)
treee62e1210c90469862cbc672e088867ad3e6b1165
parentc4f7e626b7e1267e6540ed9d6057f7fe34b61c58 (diff)
downloadcrawl-ref-f01f56a51784be3934ef7ec307112293807980b2.tar.gz
crawl-ref-f01f56a51784be3934ef7ec307112293807980b2.zip
Update change log.
Replace Beogh's altar tile with the newer one. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10306 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/docs/changelog.txt2
-rw-r--r--crawl-ref/source/rltiles/dc-dngn/dngn_altar_beogh.pngbin524 -> 1088 bytes
-rw-r--r--crawl-ref/source/tags.cc1
3 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/docs/changelog.txt b/crawl-ref/docs/changelog.txt
index 7a3aff137f..383a06a386 100644
--- a/crawl-ref/docs/changelog.txt
+++ b/crawl-ref/docs/changelog.txt
@@ -13,6 +13,8 @@ Disclaimer: These are merely the highlights, not an exhaustive list of changes.
* Fixed Xom's repel stairs effect moving shops.
* Fixed certain incorporeal monsters flying instead of levitating.
* Fixed inconvenient electrical eels in entry vaults.
+* Fixed magic mapping not showing altars/gates in the Tiles version.
+* Once entered, the gate to Zot remains open even without carrying runes.
* Really allow uniques to retain their spells when polymorphed.
* Improve Yredelemnul's Enslave Soul, no longer uses random resistance checks.
* Mutation attacks disregard magic resistance again.
diff --git a/crawl-ref/source/rltiles/dc-dngn/dngn_altar_beogh.png b/crawl-ref/source/rltiles/dc-dngn/dngn_altar_beogh.png
index aaf4a12b75..8e102388a6 100644
--- a/crawl-ref/source/rltiles/dc-dngn/dngn_altar_beogh.png
+++ b/crawl-ref/source/rltiles/dc-dngn/dngn_altar_beogh.png
Binary files differ
diff --git a/crawl-ref/source/tags.cc b/crawl-ref/source/tags.cc
index 4655e72da2..ec635a19dd 100644
--- a/crawl-ref/source/tags.cc
+++ b/crawl-ref/source/tags.cc
@@ -1,4 +1,3 @@
-
/*
* File: tags.cc
* Summary: Auxilary functions to make savefile versioning simpler.