summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
Commit message (Expand)AuthorAgeFilesLines
* Experimental monster weapon swapping implementation. Allow monsters to usedshaligram2007-07-021-1/+1
* [1742338] Fixed Hell portals not being revealed correctly when the horn isdshaligram2007-06-301-2/+1
* Removed hill dwarves.haranp2007-06-301-1/+0
* Added the Portaled Projectile spell, following 1686312.haranp2007-06-271-0/+5
* Various cleanups and goto elimination.haranp2007-06-271-4/+2
* God neutering.haranp2007-06-251-1/+1
* Correct "artifact" to "artefact".dshaligram2007-06-201-6/+6
* Complete revamp of cards and decks, following David's ideas.haranp2007-06-171-20/+68
* Implemented Beogh, god of Orcs.j-p-e-g2007-06-141-1/+25
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-30/+30
* monam(), moname() and ptr_monam() are gone.haranp2007-05-191-2/+2
* Removed portable altars. Nemelex prayers will now sacrifice everythingharanp2007-05-121-12/+0
* Deck stacking implemented. Five cards (or less, if there are less) areharanp2007-05-111-0/+15
* Spelling fixes (mainly from Dylan.) Fixes 1716479, 1715722. Except thatharanp2007-05-111-15/+15
* Cleaned up ability handling. It's still rather hacky, but not nearlyharanp2007-05-081-2/+1
* Type safety, cast cleanups, etc.haranp2007-05-011-1/+2
* And the beat goes on (stringstreams).haranp2007-04-281-183/+126
* Oops, rings were getting doubled names, fixed.haranp2007-04-271-218/+69
* Allow describing rod/spellbook spells from the examine command (jarpiain).dshaligram2007-04-251-14/+48
* Cleaned up shop-handling code considerably.haranp2007-04-241-59/+51
* Initial stab at feature descriptions. I suppose I should have put them inharanp2007-04-241-16/+116
* Implemented 1616309 etc: racial modifiers are now described in 'v'.haranp2007-04-231-25/+45
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-10/+4
* Unlink db file if it is stale.dshaligram2007-04-201-1/+1
* First cut at db/flat text file based descriptions.peterb122007-04-171-1/+11
* Patches from debian package (Guus Sliepen.)haranp2007-04-161-1/+1
* Moving main monster descriptions out of describe.cc and into mon-data.hpeterb122007-04-141-1449/+24
* Implemented Erik's randart-MR-is-multiplicative idea.haranp2007-04-131-7/+7
* Fixed 1699133: kenku message should note that they can't wear boots.haranp2007-04-131-1/+1
* Allow "any trap" and "any shop" (alternatives to "random trap" and "randomdshaligram2007-04-101-1/+1
* Added ice statues.dshaligram2007-04-091-3/+8
* Make resistance descriptions clearer and more consistent (Jordan).dshaligram2007-04-021-6/+6
* Change description of staves of wizardry to be more similar to rings ofdshaligram2007-04-021-2/+2
* Updated levels (David).dshaligram2007-03-281-2/+2
* Merged in crawl.akrasiac.org patches (simple messaging, milestones). These takedshaligram2007-03-251-2/+4
* Added Tiamat, a unique colourshifting draconian with a largeharanp2007-03-251-1/+6
* Superior description for Frederick.dshaligram2007-03-251-1/+1
* s/Adolf/Frederickharanp2007-03-241-1/+1
* Small changes to the overview screen and smaller ones to the tutorial.j-p-e-g2007-03-231-3/+3
* Cleaned up monster enchantments. Instead of the old enum abuse (ENCH_ABJ_I, II,dshaligram2007-03-211-2/+2
* s/Lucy/Lugonu/.dshaligram2007-03-191-6/+6
* Tweaked unique code to eliminate the confusing arithmetic on MONS enum values.dshaligram2007-03-161-1/+5
* Cleaned up ghost and Pandemonium demon handling.dshaligram2007-03-151-35/+43
* Added KFEAT:, KITEM: and KMONS: map directives to allow placing specificdshaligram2007-03-121-0/+20
* Kill hard tabs.dshaligram2007-03-061-8/+8
* Monster attack refactoring. Likely to be buggy.dshaligram2007-02-241-1/+1
* Break up you_attack() into a slew of smaller functions. The functions aredshaligram2007-02-121-2/+2
* [1644503] Removed confusing wording from selective amnesia description.dshaligram2007-02-071-4/+1
* [1632567] Greedy explore now tries to do the Right Thing with mimics.dshaligram2007-02-051-0/+4
* Added add_glyph methods to formatted string to show a monster or item glyph asdshaligram2007-01-281-4/+0