summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix BR 1986191: Stealth output for @ still used the old thresholds anddploog2008-06-061-9/+11
* Commit a few changes, mostly clean-up.j-p-e-g2008-06-011-2/+2
* Add const.dolorous2008-06-011-1/+1
* Fix 1962147: Move the comments on the food you eat at the end of DELAY_EAT.j-p-e-g2008-05-311-12/+4
* Consolidate all cases where corpses are turned into skeletons, asj-p-e-g2008-05-311-4/+9
* Changed hud (and % screen) a bit: Write EV and SH instead of Ev and Sh.dploog2008-05-301-32/+33
* Fix 1914059: randart jewellery inconsistently described as {tried} byj-p-e-g2008-05-251-8/+10
* Experimentally dump the new overview screen rather than the old one.j-p-e-g2008-05-241-41/+98
* Move the mpr version of the monster list to output.cc and add it toj-p-e-g2008-05-241-20/+185
* Change SP_GOLDEN_DRACONIAN to SP_YELLOW_DRACONIAN, for consistency.dolorous2008-05-241-1/+1
* Add various attitude- and alignment-related fixes.dolorous2008-05-201-4/+0
* Add more minor cosmetic fixes.dolorous2008-05-201-1/+2
* Fix [1967456]: Change "horribly wounded" to "severely wounded".dolorous2008-05-191-1/+1
* Fix [1962231]: The zombie damage indicator in the monster list no longer dolorous2008-05-181-1/+5
* Fix indentation.dolorous2008-05-181-1/+1
* Comment fixes.dolorous2008-05-151-2/+2
* Display divine stamina in the "@" and "%" screens, under "divine dolorous2008-05-151-0/+3
* Comment fix.dolorous2008-05-151-1/+1
* Display divine robustness in the "@" and "%" screens.dolorous2008-05-151-0/+4
* Add divine stamina (temporary stat-boosting) to Zin's Revitalisation.dolorous2008-05-151-3/+15
* Add more TSO halo description fixes.dolorous2008-05-101-2/+2
* Remove "Halo" from the stats screen.dolorous2008-05-091-10/+5
* [1960394] Fixed crash when examining items from %. (Menu objects own their M...ennewalker2008-05-091-5/+6
* Fix sort_menus option to let "any" override the default "pickup" settingj-p-e-g2008-04-281-6/+6
* Add yet one more minor cosmetic fix.dolorous2008-04-271-2/+2
* * For Beogh's high level reinforcements, there's a 20% chance of a j-p-e-g2008-04-271-17/+21
* Changed magic/health bar colours (the main colours are now lightgreen and dploog2008-04-241-2/+2
* Add more minor cosmetic fixes.dolorous2008-04-231-5/+5
* In the "%" screen, display the proper regeneration status for starving dolorous2008-04-231-2/+3
* Remove unused ravenous hunger state, and clean up food state checks a dolorous2008-04-231-1/+1
* Update comment to account for TSO's halo.dolorous2008-04-231-1/+1
* Add minor cosmetic fixes.dolorous2008-04-221-3/+3
* Change mummy curses to only turn part of a stack of potions into decay.j-p-e-g2008-04-211-3/+5
* Use #define HUD_VALUE_COLOR instead of hardcoding LIGHTGREY so Davidpauldubois2008-04-211-57/+45
* Don't display "-" if the player has no shield equipped. Instead, dolorous2008-04-211-9/+2
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-1/+1
* remove redundant code; also, fix problem with the status light redisplay opti...pauldubois2008-04-191-2/+1
* Rename show_turns to show_gold_turns, and modify the documentationj-p-e-g2008-04-191-7/+9
* Implement the results of the HUD discussion with maybe 80% accuracy.pauldubois2008-04-191-49/+98
* [1941577] Fixed issue where title line sometimes contained characters from sp...ennewalker2008-04-191-2/+2
* Improve halo-related output.dolorous2008-04-181-6/+10
* Make backlit() take the glow of TSO's halo into account, so that both dolorous2008-04-181-1/+2
* Fixing assert problem due to wherex() inconsistency between tile and console ...ennewalker2008-04-181-1/+1
* Fix tiles compile (in a hacky way, since I don't know what the mp/hpj-p-e-g2008-04-181-2/+2
* A lot of these changes are ASCII only because I can't test in tile;pauldubois2008-04-181-260/+276
* git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@428...j-p-e-g2008-04-171-4/+0
* Change vampire mutation system to be more dynamic.j-p-e-g2008-04-161-318/+114
* Allow vampires to mutate when Satiated or higher, and make non-physicalj-p-e-g2008-04-151-7/+6
* Another code cleanup.j-p-e-g2008-04-151-7/+12
* Another one of those pesky spacing changes.j-p-e-g2008-04-151-17/+17