summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Collapse)AuthorAgeFilesLines
* Fix 2111406, 2058865: stacking interacting badly with allies.haranp2008-09-201-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6957 c06c8d41-db1a-0410-9941-cceddc491573
* Fix 2118669: scrolling could cause double-scrolling. I left the Tilesharanp2008-09-201-8/+12
| | | | | | | code alone so I might have broken that. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6956 c06c8d41-db1a-0410-9941-cceddc491573
* 2058436: better interface for the range-1 attack spells.haranp2008-09-204-63/+37
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6955 c06c8d41-db1a-0410-9941-cceddc491573
* Fix 2082997: broken monster pathfinding.haranp2008-09-201-3/+3
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6954 c06c8d41-db1a-0410-9941-cceddc491573
* Unbroke Sceptre of Asmodeus [2119603].haranp2008-09-191-2/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6953 c06c8d41-db1a-0410-9941-cceddc491573
* Tone down loot in ice2_lemuel. (doy)dploog2008-09-191-0/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6952 c06c8d41-db1a-0410-9941-cceddc491573
* Flying can now be cancelled (though kenku still need a ring to do so.)haranp2008-09-182-13/+1
| | | | | | | | | [2045628] Removing rings of levitation or invisibility no longer cancels the appropriate effects. [2076903] git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6951 c06c8d41-db1a-0410-9941-cceddc491573
* Disabling traps in Abyss. They don't get shifted anyway so when they do getharanp2008-09-181-1/+3
| | | | | | | created it causes bugs. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6950 c06c8d41-db1a-0410-9941-cceddc491573
* Fixed security issue in replay_messages(). Fixes part of 2029644.haranp2008-09-181-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6949 c06c8d41-db1a-0410-9941-cceddc491573
* [2059553]: recharged wands have their zap counts reinitialized.haranp2008-09-184-4/+10
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6948 c06c8d41-db1a-0410-9941-cceddc491573
* Better messaging for Oz's Refrigeration. [2076906]haranp2008-09-181-27/+41
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6947 c06c8d41-db1a-0410-9941-cceddc491573
* Fix Enchant Armour not updating AC: line when enchanting a hide.haranp2008-09-181-2/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6946 c06c8d41-db1a-0410-9941-cceddc491573
* Fix 2117256: incorrect high score calculation.haranp2008-09-181-2/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6945 c06c8d41-db1a-0410-9941-cceddc491573
* Clean up monster potion handling, fix bug where !oHW healingharanp2008-09-187-140/+206
| | | | | | | | | | also applied !oH healing, make monsters drink !oH when helpful, disallow potions for some monsters (currently only liches and mummies, more can be added.) Fixes 2035734, 2048006. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6944 c06c8d41-db1a-0410-9941-cceddc491573
* Better message for sleeping confused creatures.haranp2008-09-181-2/+3
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6943 c06c8d41-db1a-0410-9941-cceddc491573
* Fix boring beetles walking through glass walls [2114988].haranp2008-09-181-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6942 c06c8d41-db1a-0410-9941-cceddc491573
* Adding immediate mouseover text to inventory regions.ennewalker2008-09-174-16/+47
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6941 c06c8d41-db1a-0410-9941-cceddc491573
* [2052081]: don't generated enchanted hides.haranp2008-09-161-10/+8
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6940 c06c8d41-db1a-0410-9941-cceddc491573
* Card fixes (Martin.)haranp2008-09-161-2/+5
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6939 c06c8d41-db1a-0410-9941-cceddc491573
* FR 2112931: temporary brands are extensible.haranp2008-09-161-33/+33
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6938 c06c8d41-db1a-0410-9941-cceddc491573
* More speech (lorimer).dploog2008-09-161-0/+13
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6937 c06c8d41-db1a-0410-9941-cceddc491573
* Adding health bars for monsters (and allies).ennewalker2008-09-169-0/+56
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6936 c06c8d41-db1a-0410-9941-cceddc491573
* Fix 2068743: ghosts shouldn't have holy-wrath-branded attacks.haranp2008-09-151-25/+22
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6935 c06c8d41-db1a-0410-9941-cceddc491573
* Fix 2082716: clean colour tags from dumps.haranp2008-09-152-25/+21
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6934 c06c8d41-db1a-0410-9941-cceddc491573
* Revert labyrinth change pending decision on c-r-d.dshaligram2008-09-151-97/+104
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6933 c06c8d41-db1a-0410-9941-cceddc491573
* Decks of punishment are no longer randomly generated.haranp2008-09-142-3/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6932 c06c8d41-db1a-0410-9941-cceddc491573
* God-gifted (i.e. Nemelex-gifted) decks now ID after one card if it's notharanp2008-09-144-5/+28
| | | | | | | an oddity draw, since these decks are pure and there can be no confusion. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6931 c06c8d41-db1a-0410-9941-cceddc491573
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-14146-986/+1423
| | | | | | | | | | into a file crawlhistory.txt in docs/obsolete. I used a perl script to do this under the assumption that all these change logs used the same system following the keyword "Change History". git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6930 c06c8d41-db1a-0410-9941-cceddc491573
* All 't' commands now take a turn. [2094024]haranp2008-09-141-1/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6929 c06c8d41-db1a-0410-9941-cceddc491573
* Secondary unarmed attacks should wake sleeping monsters. [2107519]haranp2008-09-141-1/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6928 c06c8d41-db1a-0410-9941-cceddc491573
* Fix 2071650: don't prompt for swapping with friendlies in dangerous terrain.haranp2008-09-141-10/+9
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6927 c06c8d41-db1a-0410-9941-cceddc491573
* Revamped labyrinth walls and colours so it's no longer immediately obvious ↵dshaligram2008-09-142-107/+99
| | | | | | | | if you're near the exit. Fixed bad foe check in submerge function. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6926 c06c8d41-db1a-0410-9941-cceddc491573
* Print "You feel a bit more experienced." also if it was a pet kill asj-p-e-g2008-09-142-7/+19
| | | | | | | | long as it happened out of sight (which now includes invisibility and being submerged). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6925 c06c8d41-db1a-0410-9941-cceddc491573
* FR 1969858: Store message history across saves.j-p-e-g2008-09-148-16/+82
| | | | | | | | Spin-off from BR 2085502: Don't autoswap weapons if a monster turns invisible. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6924 c06c8d41-db1a-0410-9941-cceddc491573
* Make water monsters less eager to submerge.dshaligram2008-09-143-16/+31
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6923 c06c8d41-db1a-0410-9941-cceddc491573
* Really fix bats being able to open/close doors.j-p-e-g2008-09-143-25/+36
| | | | | | | Likewise disallow closing doors while held in a net. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6922 c06c8d41-db1a-0410-9941-cceddc491573
* The royal jelly can no longer expel lesser jellies when tormented.dshaligram2008-09-146-12/+15
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6921 c06c8d41-db1a-0410-9941-cceddc491573
* Player and monster naga no longer flounder or lose stealth in shallow water, ↵dshaligram2008-09-144-4/+20
| | | | | | | | and water creatures do not get double damage vs naga in shallow water. This is on account of naga being very clever at keeping themselves stable with their tails :P The reduced movement speed in shallow water still applies, and invisible naga in shallow water are still revealed. Removed Cerebov's shock resistance - he no longer uses lightning bolt. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6920 c06c8d41-db1a-0410-9941-cceddc491573
* Give monster naga normal delay for non-movement action to match player naga.dshaligram2008-09-141-4/+10
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6919 c06c8d41-db1a-0410-9941-cceddc491573
* Moving level of Poison Ammunition back to 4.dploog2008-09-132-3/+3
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6917 c06c8d41-db1a-0410-9941-cceddc491573
* Some more Singing Sword lines.dploog2008-09-131-6/+32
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6916 c06c8d41-db1a-0410-9941-cceddc491573
* Fix 2089248: misinformation in vampire A! screen.j-p-e-g2008-09-134-6/+31
| | | | | | | | | | | | Fix 2085745: bats being able to open/close doors. Make the items on the 'V' screen use their real colour rather than some odd colour scheme to represent artefact status (which is already obvious by the name, though menu colouring might be more helpful). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6915 c06c8d41-db1a-0410-9941-cceddc491573
* Reorder weapon speech to make some messages appear more rarely j-p-e-g2008-09-133-98/+336
| | | | | | | | than others, and increase variation. Add a number of new speech, mostly for the Singing Sword. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6914 c06c8d41-db1a-0410-9941-cceddc491573
* Enable core dumps automatically for dgamelaunch builds ↵dshaligram2008-09-132-0/+18
| | | | | | (-DDGL_ENABLE_CORE_DUMP) to make it easier to track down crashes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6912 c06c8d41-db1a-0410-9941-cceddc491573
* Using new bardiche tile instead of old lochaber axe one.ennewalker2008-09-123-2/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6911 c06c8d41-db1a-0410-9941-cceddc491573
* Incorporating new tiles from Denzi/Mitsuhiro. Rings and amulets now have ↵ennewalker2008-09-1273-196/+410
| | | | | | labels when identified. Centaurs/yaktaurs now display the weapon they're wielding (and look better too). Variations of weapons and armor (i.e. normal, shiny, randart) are now determined automatically from the tile definitions, rather than being hardcoded. Also, improved axe tiles. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6910 c06c8d41-db1a-0410-9941-cceddc491573
* Fix 2078482: Backwards Stealth check.haranp2008-09-121-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6909 c06c8d41-db1a-0410-9941-cceddc491573
* Fix 2059618: god gifts were not autoinscribed.haranp2008-09-121-4/+12
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6908 c06c8d41-db1a-0410-9941-cceddc491573
* FR 2102726: vorpalise weapon, not EW III, fixes temporary brands.haranp2008-09-121-65/+66
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6907 c06c8d41-db1a-0410-9941-cceddc491573
* Fix 2059408: wrong message when Triple Draw finishes an unidentified deck.haranp2008-09-121-0/+5
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6906 c06c8d41-db1a-0410-9941-cceddc491573