summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.h
Commit message (Expand)AuthorAgeFilesLines
* Display weapon damage on ammoNicholas Feinberg2014-07-101-1/+1
* Take the 'trap' out of web traps!Nicholas Feinberg2014-06-181-0/+1
* Allow viewing remembered info about out of LOS stuff.Adam Borowski2013-10-281-2/+1
* Display monster spells and magical abilities with x-vcjo2013-08-241-0/+1
* Don't use autoinscriptions for {god gift}.Adam Borowski2013-03-271-1/+0
* Display proper Invo title in high score menu (#6489).Neil Moore2013-01-031-1/+1
* Generate artefact inscriptions on the fly (elliott)Chris Campbell2012-11-101-3/+1
* Remove unnecessary includes from header files.Jay3.14152012-10-231-2/+2
* Use std namespace.Raphael Langella2012-08-261-31/+30
* Fix unrands generated on the floor and via &% not getting their inscription.Adam Borowski2012-04-241-0/+1
* Drop the code for set_feature_desc_long().Adam Borowski2012-03-081-6/+0
* Make a bunch of functions static.Adam Borowski2012-03-071-3/+0
* Merge some common code.Adam Borowski2012-02-251-1/+0
* Refactor control flow of ?/M and describe_monsters to make it work better und...Florian Diebold2011-12-081-4/+2
* Split templates out of describe.h, to speed testing of changes to them.Samuel Bronson2011-12-051-128/+0
* Add formatting fixes.David Lawrence Ramsey2011-11-241-2/+2
* Fix Zot traps' names not being capitalized, and clean up trap code a bit.David Lawrence Ramsey2011-10-211-1/+1
* cppcheck: pass const strings by reference. Alloc + copy less.Adam Borowski2011-07-051-1/+1
* Doxygenization and junk purging that was missed by my script.Adam Borowski2011-04-021-6/+4
* Fix several word wrappers, merge them into one.Adam Borowski2011-04-021-102/+7
* Fix an infinite loop on very long lines in descriptions.Adam Borowski2011-04-011-1/+1
* Split monster, feature quotes into another screen.Jude Brown2011-02-051-19/+105
* Suppress feature quotes in hints mode and tutorial.Johanna Ploog2011-02-031-1/+2
* Don't display item/monster quotes in the tutorial.Johanna Ploog2011-01-151-1/+2
* Correct some whitespace errors using checkwhite.Vsevolod Kozlov2010-12-271-1/+1
* Don't include command description in console versions' desc db.Johanna Ploog2010-12-271-0/+2
* Add descriptions for common commands.Johanna Ploog2010-12-271-0/+3
* Mention ghosts' xl rank, species and background in the "seen" note.Johanna Ploog2010-11-291-1/+1
* Display ghosts' xl rank, species and job when they comes into view.Johanna Ploog2010-11-291-0/+1
* Replace int by skill_type whenever possibleRaphael Langella2010-10-271-2/+2
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-4/+4
* Add spacing fixes.David Lawrence Ramsey2010-10-131-5/+5
* put back autoinscribe on the action lineRaphael Langella2010-10-141-0/+1
* Add spacing fixes.David Lawrence Ramsey2010-10-111-1/+1
* Forget spell from bookRaphael Langella2010-10-021-0/+7
* clear randart autoinscription before wizmode-rerandartingJesse Luehrs2010-09-051-0/+1
* Convert several functions to use monster_infoLuca Barbieri2010-07-281-3/+4
* [8] When querying monsters with ?/M, indicate partial matches in monster desc...Darshan Shaligram2010-06-071-1/+4
* Fix Mantis 1521.David Lawrence Ramsey2010-05-091-1/+1
* Split tilereg.h/cc into multiple files.Enne Walker2010-04-251-0/+25
* Get rid of some more $ EOL.Robert Vollmert2010-03-111-6/+6
* Add a tutorial description if a monster does *not* have any resistances.Johanna Ploog2010-02-251-1/+1
* Clean up inscribe_item() a bit.Robert Vollmert2010-02-151-1/+1
* Option to inscribe items being uncursed as "was cursed".Jude Brown2010-01-271-0/+1
* Fix post-mortem inventory sometimes not being browsable.Johanna Ploog2010-01-221-1/+1
* Fix bad display of Chei's powers.Adam Borowski2010-01-211-2/+0
* set_feature_quote, complement to set_feature_desc_long/short.Jude Brown2009-11-151-0/+3
* Remove "called from:" comments.Vsevolod Kozlov2009-11-031-34/+0
* Comment fixes.David Lawrence Ramsey2009-10-311-5/+5
* Fix bug [2874237] monster info display corruptionCharles Otto2009-10-311-9/+21