summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrite of beam.cc: put all beam data in one place. Might be buggy.haranp2008-10-091-6/+2
* Fix 2142643: bugs in net traps that I introduced in the trap revampharanp2008-10-021-1/+1
* Reworked traps: much much cleaner now. There might be bugs, though.haranp2008-10-011-15/+4
* Fix 2134320: mummy curse had disappeared.haranp2008-09-291-1/+1
* Add whitespace fixes,dolorous2008-09-271-1/+1
* don't allow shapeshifters in orc form to become Beoghites' followers via dolorous2008-09-261-2/+3
* In ouch(), use NON_MONSTER instead of 0 as the index for non-monster dolorous2008-09-251-2/+8
* Ranges redone. bolt no longer has a rangeMax, just a range.haranp2008-09-251-2/+2
* Fix 2085598: Nemelex won't be disappointed if there are invisible monstersharanp2008-09-211-1/+1
* Card fixes (Martin.)haranp2008-09-161-2/+5
* God-gifted (i.e. Nemelex-gifted) decks now ID after one card if it's notharanp2008-09-141-4/+11
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-4/+0
* Fix 2059408: wrong message when Triple Draw finishes an unidentified deck.haranp2008-09-121-0/+5
* [2093516] Drop chances of potion destruction from legendary Curse card.dshaligram2008-09-061-2/+2
* Fix 2037845: unstackedness was overriding finishing a deck.haranp2008-08-061-1/+1
* Massive overhaul to move towards coord_def().haranp2008-07-301-23/+15
* Implemented monster spell miscasts. Spell miscasting is now handledzelgadis2008-07-291-2/+8
* Fix 2021696: allow_self_target = no even forbidding self-targetting forj-p-e-g2008-07-281-1/+2
* More cleanups.haranp2008-07-241-4/+4
* More cleanups and fixes.haranp2008-07-231-37/+26
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-8/+8
* Extend Enne's blood potion destruction fix to potions on the floor.j-p-e-g2008-07-181-1/+1
* Add some of the missing descriptions for various abilities.j-p-e-g2008-07-081-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