summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.cc
Commit message (Expand)AuthorAgeFilesLines
* Clean-up (renaming static methods and comments) in a number of files.j-p-e-g2008-06-101-67/+65
* Add more minor cosmetic fixes.dolorous2008-06-081-1/+1
* Add miscellaneous minor fixes.dolorous2008-06-081-1/+1
* Clean up handling of angered monsters.dolorous2008-06-081-1/+1
* Changed dungeon_terrain_changed() so that it removes bloodstains whenzelgadis2008-06-051-29/+9
* Bug/FR 1947001: For damaging cards add "You draw card xy" to the prompt,j-p-e-g2008-06-031-7/+24
* * Fix some issues with the new food colourings, and make it respectj-p-e-g2008-06-011-1/+1
* Spelling fixes.dolorous2008-06-011-1/+1
* Add minor cosmetic fixes.dolorous2008-05-291-1/+1
* Improve player beam tracer for firing through friendlies:j-p-e-g2008-05-221-2/+2
* Pull code from mon->can_see(target) into a new function mon->see_grid()j-p-e-g2008-05-181-5/+7
* When drawing cards from decks in your inventory, make sure only decks dolorous2008-05-071-1/+1
* Simplify handling of monsters angered by the player, and expand it to dolorous2008-05-071-1/+1
* Cleaned up monster generation functions, separate monster zombie type from mo...dshaligram2008-05-051-33/+39
* [1956565] Fix issues with monster names.dshaligram2008-05-041-10/+10
* Add another comment fix.dolorous2008-05-031-1/+1
* Comment fix.dolorous2008-05-031-1/+1
* Add spacing fix.dolorous2008-05-021-1/+1
* Let the Helix card remove a random bad mutation, instead of hardcoding a dolorous2008-05-021-28/+2
* Add spacing fix.dolorous2008-04-301-1/+1
* Add spacing fix.dolorous2008-04-281-1/+1
* Make _has_bad_mutation() static.dolorous2008-04-281-1/+1
* Consolidate the mutation-counting routines.dolorous2008-04-251-2/+2
* #ifdef debug outputj-p-e-g2008-04-221-2/+2
* Don't display the "is converted" message if you draw the Crusade card as dolorous2008-04-211-1/+11
* Change mummy curses to only turn part of a stack of potions into decay.j-p-e-g2008-04-211-1/+1
* Make randarts with the CURSED property recurse themselves with 1/3j-p-e-g2008-04-201-1/+1
* Make ugly thing summoning available as a card effect (Repulsiveness).dolorous2008-04-201-0/+22
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-3/+3
* Add more minor cleanups.dolorous2008-04-191-8/+10
* Add various minor fixes.dolorous2008-04-191-2/+6
* Disallow the Staff of Wucad Mu as a Trog gift.j-p-e-g2008-04-161-1/+2
* Allow vampires to mutate when Satiated or higher, and make non-physicalj-p-e-g2008-04-151-0/+1
* Apply Horst von Brand's (first) patch 1887488: gcc-4.3 compile failures.j-p-e-g2008-04-141-0/+1
* Fix compile (oops) and numerous whitespace changes.j-p-e-g2008-04-141-32/+33
* Nemelex penance goes down to 1 (sorear.)haranp2008-04-111-1/+3
* Added telepathy as a Dowsing effect. Presumably breaks saves.haranp2008-04-081-1/+4
* Helix redone.haranp2008-04-081-21/+90
* Remove card penalty for Triple Draw.haranp2008-04-081-12/+0
* Added Water card. Might need some rebalancing.haranp2008-04-081-0/+105
* Once you've seen two cards form a deck, you identify it.haranp2008-04-041-0/+18
* Helix now has drawbacks:haranp2008-04-041-1/+23
* Added Flight card to Deck of Emergency.haranp2008-04-041-0/+30
* When Trowel creates an altar, announce the god.haranp2008-04-041-3/+4
* Nemelex changes:haranp2008-04-031-89/+59
* Code cleanup and renaming of static methods, mostly for decks.cc and j-p-e-g2008-03-311-243/+273
* Expand choose_random_nearby_monster() to optionally allow choosing only dolorous2008-03-191-24/+0
* Really fix all inconsistencies between orcs converted by Beoghites and dolorous2008-03-181-1/+9
* Fix sanity check bug in choose_random_nearby_monster(), and also in dolorous2008-03-181-1/+1
* For consistency, disallow evil allies for all followers of the good dolorous2008-03-141-2/+1