summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.cc
Commit message (Expand)AuthorAgeFilesLines
* Split away divine retribution into godwrath.ccAdam Borowski2009-11-071-0/+1
* Move mons_is_friendly to monsters::friendly.Vsevolod Kozlov2009-11-061-1/+1
* Rename is_valid_item to item_def::is_valid.Vsevolod Kozlov2009-11-061-2/+2
* And propagate power from Tukima / the Dance.Stefan O'Rear2009-11-041-0/+9
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Rename "Fling Icicle" to "Throw Icicle".David Ploog2009-11-031-1/+1
* Merge mons_holiness() into monster::holiness(), and add an is_unholy()David Lawrence Ramsey2009-10-311-1/+1
* Bolt of Iron->Iron Shot, Ice Bolt->Fling Icicleabrahamwl2009-10-291-1/+1
* Move player_see_invis into player class.Robert Vollmert2009-10-221-1/+1
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Naming consistency.Robert Vollmert2009-10-171-2/+2
* Remove duplicated version of _move_stairs.Robert Vollmert2009-10-161-115/+1
* Rewrite find_ray to use precomputed cellrays.Robert Vollmert2009-10-161-1/+1
* Remove fallback calculation from find_ray.Robert Vollmert2009-10-151-1/+1
* fix compile errors on Intel C++ Compiler v10.1Steven Noonan2009-10-121-6/+6
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-1/+0
* Split LOS code from view.cc.Robert Vollmert2009-10-081-0/+1
* Implement FR 2872334 'don't auto-target neutrals' by replacing most uses of T...Charles Otto2009-10-061-1/+1
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Add whitespace fixes.David Lawrence Ramsey2009-09-291-1/+1
* a new card: "the Swine"Adam Borowski2009-09-291-0/+11
* As per FR 2837779, change Forescry to Phase Shift (Trl). Same level,j-p-e-g2009-08-141-13/+13
* Add minor cosmetic fixes.dolorous2009-07-281-2/+5
* Add yet more Jiyva-related cleanups. Make sure his altars are never dolorous2009-07-191-0/+4
* Fix assertion when changing a monster's god via the Crusade card.dolorous2009-07-191-0/+1
* Tweak message.dolorous2009-07-191-1/+1
* Ensure the the Helix card only removes bad mutations, and that Zin's dolorous2009-07-181-1/+2
* * Fix centaur/naga tiles not being displayed correctly in the characterj-p-e-g2009-07-031-4/+4
* Add spacing fixes.dolorous2009-04-231-4/+4
* * Fix database search crashing on pandemonium demons/player ghost.j-p-e-g2009-04-201-18/+20
* Move the HALF_MAX_PIETY define to religion.h, as it's used with Xom in dolorous2009-04-181-1/+1
* [2735312] Don't squelch multiple EOLs in the same cprintf for tiles. This sh...ennewalker2009-04-181-4/+0
* * Add stair repelling as a bad Xom effect.j-p-e-g2009-04-131-2/+2
* * Allow panlords to have the chaos-branded weapons.j-p-e-g2009-04-131-2/+3
* * Allow 'Ctrl-T' as tutorial trigger (currently 'T').j-p-e-g2009-04-091-13/+6
* Fix 2726027: Warpwright card being broken.j-p-e-g2009-04-051-1/+1
* Xom again:j-p-e-g2009-03-281-61/+8
* Remove superfluous blank lines from card description screens.dploog2009-03-271-1/+1
* * Fix Xom's interest wrapping around from 0 to 255. (!!!)j-p-e-g2009-03-261-2/+5
* * Allow viewing of card descriptions from Triple Draw and Stack Deck.j-p-e-g2009-03-231-19/+61
* Use monsters::mindex() in a few more places.dolorous2009-03-021-4/+1
* Various cleanups, mostly having to do with coord_def().haranp2009-02-151-3/+3
* Fix inverted logic for checking whether monsters are affected by mass dolorous2009-02-131-1/+1
* Remove a great many cases where mgrd is accessed directly in favourharanp2009-02-131-7/+5
* Dancing weapons fix for trunk.haranp2009-02-121-23/+45
* Redo potions of magic again. They are now effectively potions of heal woundsharanp2009-02-081-1/+7
* Add a power parameter to monsters::drain_exp(), and use it for the mass dolorous2009-02-081-19/+1
* Tweak the mass draining card effect to more closely match dolorous2009-02-081-6/+11
* Add yet more minor cosmetic fixes.dolorous2009-02-081-3/+4
* Add whitespace fixes.dolorous2009-02-051-1/+1