summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* Vehumet modifications. Remove the warding effect, replace it with extended ↵Charles Otto2009-09-301-3/+1
| | | | | | | | range for conjurations spells. Starting at **** piety reduce the cost of high level (>=5) conjurations and summonings spells by 1. (Additional wording tweaks by Eino) Signed-off-by: evktalo <evktalo@users.sourceforge.net>
* Various religion-related fixes: Update the player's title when gainingDavid Lawrence Ramsey2009-09-241-1/+1
| | | | | | or losing piety or penance, so that Invocations-based titles are handled properly; don't display Zin's message about mutagenic glow if the player isn't glowing; and have Zin treat all chaotic spells consistently.
* Add more spelling fixes.David Lawrence Ramsey2009-09-241-1/+1
|
* Add spelling fixes.David Lawrence Ramsey2009-09-231-1/+1
|
* * Fix 2862312: examination of items in shops not working after buyingj-p-e-g2009-09-211-3/+3
| | | | | | | | | | | | | | | something * FR 2836364 : Make controlled blink contaminate the player. * Fix 2841232: display "very slow" in the % screen. * FR 2858960 : Re-add mouseover descriptions for previously seen (but not detected) features out of sight, and for plain floor the stash description like when using 'x'. * Disallow placement of corpses within walls, and allow rock worms to leave corpses elsewhere. * Minor tweaks to the documentation. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10766 c06c8d41-db1a-0410-9941-cceddc491573
* Add the most recent version of Adam's kraken patch into trunk.j-p-e-g2009-09-171-1/+2
| | | | | | | | | Might still need some tweaks but overall looks great! And... we need more tiles (kraken head + tentacles). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10691 c06c8d41-db1a-0410-9941-cceddc491573
* Commit several patches:j-p-e-g2009-09-131-3/+13
| | | | | | | | | | | | * patch 2849505 by weyrava: make submerged monsters use the correct colour * patch 2857771 by caotto: another Feawn update * patch 2838771 by camedo: add potions of brilliance/agility * BR 2841651 by bookofjude: allow Merfolk to control-tele into deep water Now we need tiles for the new potions! git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10669 c06c8d41-db1a-0410-9941-cceddc491573
* Apply bookofjude's patch in [2837552] to fix "-um" pluralization issues.dolorous2009-08-181-2/+10
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10566 c06c8d41-db1a-0410-9941-cceddc491573
* As per FR 2837779, change Forescry to Phase Shift (Trl). Same level,j-p-e-g2009-08-141-3/+3
| | | | | | | | | | same effect, but different name, description, and messages. Also, See Invisible is now pure Ench, and has been moved into the Book of Enchantments. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10548 c06c8d41-db1a-0410-9941-cceddc491573
* Add the Slime god as per n78291's (Shayne?) patch. Thanks! :Dj-p-e-g2009-07-181-2/+15
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10271 c06c8d41-db1a-0410-9941-cceddc491573
* Fix 2819298: sling bullets not counting towards _ammo_count for slingsj-p-e-g2009-07-161-10/+10
| | | | | | | | | Fix 2822293: colour "slot restricted" darkgrey on % screen Fix 2822279: polymorph other taking MR into account Fix 2821651: berserking monsters respecting 't' orders git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10247 c06c8d41-db1a-0410-9941-cceddc491573
* Fix inconsistencies with resistance displays in the "%" screen, dolorous2009-07-161-4/+3
| | | | | | | | | including a fix for [2822291]. (For the record, there still seem to be some inconsistencies with how many levels some resistances have; do acid resistance and clarity have 3 levels or 1?) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10229 c06c8d41-db1a-0410-9941-cceddc491573
* Fix [2818619]: Clarify display of multiple levels of the "spit poison" dolorous2009-07-091-1/+2
| | | | | | | mutation. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10124 c06c8d41-db1a-0410-9941-cceddc491573
* Change "resting" to "dormant" for undead, non-living and plant monsters. ↵evktalo2009-07-071-1/+1
| | | | | | (Adam Borowski) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10120 c06c8d41-db1a-0410-9941-cceddc491573
* Show undead, nonliving and plant monsters as "resting" instead of "sleeping" ↵evktalo2009-07-061-1/+10
| | | | | | in the monster panel. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10112 c06c8d41-db1a-0410-9941-cceddc491573
* Apply patch by Adam Borowski, introducing new unique enchantress Kirke.j-p-e-g2009-06-271-0/+3
| | | | | | | | | | | This includes a new transformation TRAN_PIG that the player can not end at will but rather will have to time out. Pigs (or rather hogs) are fast but cannot use any equipment except amulets, or cast spells. If the transformation would cause death by stat loss (due to equipment loss) the player is paralysed instead. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10061 c06c8d41-db1a-0410-9941-cceddc491573
* Apply r9964 to trunk, and documentation update.j-p-e-g2009-06-111-4/+8
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9965 c06c8d41-db1a-0410-9941-cceddc491573
* Since fixed artefacts are going to be folded into unrandarts, and unrandartszelgadis2009-06-081-1/+1
| | | | | | | | | | | have already become almost identical to randarts, change "randart" to "artefact" everywhere except for things that deal exclusively with randarts. Artefact related files will be renamed later. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9921 c06c8d41-db1a-0410-9941-cceddc491573
* Apply r9879 to trunk, minus harpies.j-p-e-g2009-06-011-1/+15
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9880 c06c8d41-db1a-0410-9941-cceddc491573
* Simplify.dolorous2009-05-201-9/+13
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9796 c06c8d41-db1a-0410-9941-cceddc491573
* Properly display all enhanced stats on the "%" screen.dolorous2009-05-201-9/+51
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9795 c06c8d41-db1a-0410-9941-cceddc491573
* Change the short description of Divine Vigour to "divinely vigorous" dolorous2009-05-161-1/+1
| | | | | | | instead of "divinely robust", as it doesn't affect just HP anymore. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9781 c06c8d41-db1a-0410-9941-cceddc491573
* Make Elyvilon's Divine Vigour temporarily increase MP as well as HP.dolorous2009-05-161-11/+29
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9780 c06c8d41-db1a-0410-9941-cceddc491573
* Add minor cosmetic fix.dolorous2009-05-071-1/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9750 c06c8d41-db1a-0410-9941-cceddc491573
* Add consistency fix.dolorous2009-05-071-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9749 c06c8d41-db1a-0410-9941-cceddc491573
* Display regeneration/magic resistance from Trog's Hand as "Regen MR+" in dolorous2009-05-071-1/+2
| | | | | | | the output panel. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9748 c06c8d41-db1a-0410-9941-cceddc491573
* Check for the ogre genus in more places, in case another ogre species is dolorous2009-04-291-1/+1
| | | | | | | ever added. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9701 c06c8d41-db1a-0410-9941-cceddc491573
* Xom doesn't even attempt to do the teleportation journey if the playerj-p-e-g2009-04-211-1/+1
| | | | | | | | | | is wearing a randart that prevents teleportation. Spells don't face any such restriction seeing as the direct call of your_spells() bypasses the randart check. Also, a few more spacing cleanups. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9673 c06c8d41-db1a-0410-9941-cceddc491573
* * Add stair repelling as a bad Xom effect.j-p-e-g2009-04-131-1/+11
| | | | | | | * Experimentally make tension increase the odds for good effects. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9600 c06c8d41-db1a-0410-9941-cceddc491573
* Fix [2686115]: Remove references to the clarity mutation's having three dolorous2009-03-131-2/+1
| | | | | | | levels, since it only has one. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9429 c06c8d41-db1a-0410-9941-cceddc491573
* Remove more references to the now-unused Repel Undead.dolorous2009-03-091-12/+0
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9400 c06c8d41-db1a-0410-9941-cceddc491573
* Tiles:j-p-e-g2009-03-081-1/+7
| | | | | | | | | | | | * (Re?)allow mouseclicks in menus (Tiles, only): L-click = scroll down, R-click = Esc * Clear last_clicked_grid if you move your mouse. * When entering a new level, draw the map before handling monster shouts. Enne, please review the changes. Thanks! git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9386 c06c8d41-db1a-0410-9941-cceddc491573
* Remove the now-unused blue and green marks mutations.dolorous2009-03-081-8/+0
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9377 c06c8d41-db1a-0410-9941-cceddc491573
* Remove unused demonspawn mutation to gate yourself to Pandemonium.dolorous2009-03-071-3/+0
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9364 c06c8d41-db1a-0410-9941-cceddc491573
* Remove all traces of TRAN_AIR and TRAN_SERPENT_OF_HELL, the latterj-p-e-g2009-02-271-6/+0
| | | | | | | together with the corresponding unused ability. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9244 c06c8d41-db1a-0410-9941-cceddc491573
* Add more minor cosmetic fixes.dolorous2009-02-241-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9200 c06c8d41-db1a-0410-9941-cceddc491573
* Properly display the gourmand and slow healing mutations on the "%" dolorous2009-02-231-0/+7
| | | | | | | screen. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9184 c06c8d41-db1a-0410-9941-cceddc491573
* Add more minor cosmetic fixes.dolorous2009-02-231-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9177 c06c8d41-db1a-0410-9941-cceddc491573
* Add Deep Dwarves patch, with some minor changes.haranp2009-02-231-1/+2
| | | | | | | | | | | | | | | | Add a new mutation, MUT_SLOW_HEALING, which at level 3 blocks all healing; it can't be acquired randomly, but deep dwarves start with it at level 3. This overrides regeneration, including the god-given kind (Trog's Hand.) Fix mutation listings (hopefully I got this right.) There are still some cases where DD HP shaving is not applied: ability HP costs, Staff of Dispater effect, vampiric draining backlash, Sublimation of Blood spell. Fix dancing weapons leaving mgrd incorrect if their weapon can't be generated. Breaks saves. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9173 c06c8d41-db1a-0410-9941-cceddc491573
* Add more gourmand-related fixes.dolorous2009-02-221-2/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9165 c06c8d41-db1a-0410-9941-cceddc491573
* Check for wearing the amulet of the gourmand again in the "%" screen, so dolorous2009-02-221-1/+2
| | | | | | | that gourmand status isn't given away by an unidentified one. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9160 c06c8d41-db1a-0410-9941-cceddc491573
* Clean up gourmand-related routines: only check for gourmand duration dolorous2009-02-221-1/+2
| | | | | | | | | | instead of checking for wearing the amulet *and* gourmand duration, account for gourmand (both the amulet and the mutation) in the output screen, and treat gourmand (both the amulet and the mutation) consistently with regard to potions of blood. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9153 c06c8d41-db1a-0410-9941-cceddc491573
* Properly use default parameters when displaying comma-separated lists.dolorous2009-02-121-4/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9048 c06c8d41-db1a-0410-9941-cceddc491573
* Comment the workaround for a Windows display bug.haranp2009-02-081-1/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8989 c06c8d41-db1a-0410-9941-cceddc491573
* Implement [2557153]: Display HP boosted by Berserk or Divine Vigour in dolorous2009-02-071-8/+37
| | | | | | | light blue. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8948 c06c8d41-db1a-0410-9941-cceddc491573
* Fix [2532410]: Mention the player's being mesmerized in the "%" screen.dolorous2009-01-241-0/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8718 c06c8d41-db1a-0410-9941-cceddc491573
* Fix [2515428]: gold display not reprinting properly when log10(gold)haranp2009-01-181-1/+1
| | | | | | | decreases. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8557 c06c8d41-db1a-0410-9941-cceddc491573
* Fix information leak about monster damage levels for monsters with no dolorous2009-01-171-3/+5
| | | | | | | damage messages in the "V" screen. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8489 c06c8d41-db1a-0410-9941-cceddc491573
* Fix bug #2511719: never note batty monsters as "(wandering)".zelgadis2009-01-161-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8473 c06c8d41-db1a-0410-9941-cceddc491573
* Add game option evil_colour, set from the options file variable $evil, and usezelgadis2009-01-161-1/+1
| | | | | | | | it to colour monster pane entries for when it would be unchivarlic for a TSO-ite to attack them. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8468 c06c8d41-db1a-0410-9941-cceddc491573