summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove more references to the now-unused Repel Undead.dolorous2009-03-091-12/+0
* Tiles:j-p-e-g2009-03-081-1/+7
* Remove the now-unused blue and green marks mutations.dolorous2009-03-081-8/+0
* Remove unused demonspawn mutation to gate yourself to Pandemonium.dolorous2009-03-071-3/+0
* Remove all traces of TRAN_AIR and TRAN_SERPENT_OF_HELL, the latterj-p-e-g2009-02-271-6/+0
* Add more minor cosmetic fixes.dolorous2009-02-241-1/+1
* Properly display the gourmand and slow healing mutations on the "%" dolorous2009-02-231-0/+7
* Add more minor cosmetic fixes.dolorous2009-02-231-1/+1
* Add Deep Dwarves patch, with some minor changes.haranp2009-02-231-1/+2
* Add more gourmand-related fixes.dolorous2009-02-221-2/+1
* Check for wearing the amulet of the gourmand again in the "%" screen, so dolorous2009-02-221-1/+2
* Clean up gourmand-related routines: only check for gourmand duration dolorous2009-02-221-1/+2
* Properly use default parameters when displaying comma-separated lists.dolorous2009-02-121-4/+1
* Comment the workaround for a Windows display bug.haranp2009-02-081-1/+4
* Implement [2557153]: Display HP boosted by Berserk or Divine Vigour in dolorous2009-02-071-8/+37
* Fix [2532410]: Mention the player's being mesmerized in the "%" screen.dolorous2009-01-241-0/+4
* Fix [2515428]: gold display not reprinting properly when log10(gold)haranp2009-01-181-1/+1
* Fix information leak about monster damage levels for monsters with no dolorous2009-01-171-3/+5
* Fix bug #2511719: never note batty monsters as "(wandering)".zelgadis2009-01-161-1/+1
* Add game option evil_colour, set from the options file variable $evil, and usezelgadis2009-01-161-1/+1
* Make verbose_monster_pane default to true, and for TSO-ites colour monster panezelgadis2009-01-151-0/+16
* * Clean up handling of duration values that trigger expiration warningsj-p-e-g2009-01-111-143/+190
* [2467406] Improving tiles screen layout.ennewalker2009-01-111-4/+4
* Fix 2496474: Bardings melding into centaurs.j-p-e-g2009-01-111-3/+4
* Comment fixes.dolorous2009-01-061-2/+2
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Added option "verbose_monster_pane", which when set to true makes the monsterzelgadis2009-01-031-0/+42
* Add arena mode, activated on the command-line by 'crawl -arena "monster v mon...dshaligram2008-12-311-0/+3
* Fix 2471146: equipment being melded due to mutations.j-p-e-g2008-12-281-39/+68
* Fix 2448686: some jewellery properties not working properly while transformed.j-p-e-g2008-12-261-21/+26
* Complete rewrite of the beam code, making it considerably saner.haranp2008-12-251-0/+2
* FR #2083661: when polymorphed, unique (and named) monsters now retain theirzelgadis2008-12-251-5/+1
* Fixing tiles slowdowns while resting.ennewalker2008-12-201-0/+23
* * Rename beheld -> mesmerised.j-p-e-g2008-12-011-3/+4
* * Tweak Snorg's tile to increase the difference to the plain troll.j-p-e-g2008-11-281-21/+0
* The "Place:" for ziggurats now displays as "Ziggurat:1"/"Ziggurat:2"/etczelgadis2008-11-251-1/+9
* Fix bug 2325392: Ring of Flames interface problems. Whether stepping intozelgadis2008-11-221-0/+9
* Turn kenkus' hardcoded pecking attack and inability to wear helmets into dolorous2008-11-191-1/+3
* Show place as "Sewer" in the HUD and in character dumps for the sewer portal ...dshaligram2008-11-181-2/+2
* Implement FR 1894211: All transformations will now cause your equipmentj-p-e-g2008-10-261-19/+19
* Fix 2162827: tag length calculation was incorrect.haranp2008-10-131-2/+1
* After discussion with dpeg, added a Scroll of Antimagic,haranp2008-10-111-2/+13
* Fix 2063470: =f inscription preventing wielding of stonesj-p-e-g2008-10-041-5/+2
* Some cleanup (replacing you.duration[DUR_CONF] with you.confused())haranp2008-10-031-3/+3
* Removed Ogre-Mages, hopefully without breaking anything. Docs are unchanged.haranp2008-09-251-3/+3
* Adapt Zin's old Divine Robustness into Elyvilon's Divine Vigour, dolorous2008-09-251-1/+1
* Fix 2085598: Nemelex won't be disappointed if there are invisible monstersharanp2008-09-211-2/+1
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-5/+0
* FR 1969858: Store message history across saves.j-p-e-g2008-09-141-4/+4
* Rework xx and V to use monster_pane_info() to benefit from thej-p-e-g2008-08-091-80/+40