summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.cc
Commit message (Expand)AuthorAgeFilesLines
* Apply recent commits to 0.4, including Matthew's evil zoo fix.j-p-e-g2008-07-091-1/+1
* Another clean up, and add some new weapon speech.j-p-e-g2008-07-071-1/+1
* Add a function x_chance_in_y(x,y) to replace the variousj-p-e-g2008-07-061-18/+21
* Disallow vampires from draining summoned creatures to be consistent withj-p-e-g2008-07-041-175/+177
* Only apply targeting via monster list to spells and such wherej-p-e-g2008-07-021-1/+1
* When reading a "modification scroll" (prompt: Use on which item?)j-p-e-g2008-06-301-1/+1
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-61/+67
* FR 1993535: If asking the user for an item, and the player has none of thezelgadis2008-06-241-4/+1
* Tweak god gift handling a bit more.dolorous2008-06-191-3/+5
* Add various god gift-related cleanups.dolorous2008-06-191-17/+11
* Add the framework for descriptions for abilities to be read from thej-p-e-g2008-06-181-0/+6
* Add another comment fix.dolorous2008-06-181-2/+2
* Comment fix.dolorous2008-06-181-1/+1
* Fix 1996770: shafts being capable of disarming.j-p-e-g2008-06-181-2/+31
* General code cleanups.haranp2008-06-151-1/+1
* Add another comment fix.dolorous2008-06-151-1/+1
* Simplify.dolorous2008-06-151-2/+3
* Comment fix.dolorous2008-06-151-1/+1
* Fix a previous fix.dolorous2008-06-151-1/+1
* Add miscellaneous minor fixes.dolorous2008-06-151-25/+25
* Re-enable batform when drawing the Metamorphosis card but add aj-p-e-g2008-06-131-10/+28
* Revert some uses of MAX_PIETY; xom_acts() takes a power value, not a dolorous2008-06-131-1/+1
* Use MAX_PIETY in a few more places.dolorous2008-06-131-1/+1
* 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