summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.cc
Commit message (Expand)AuthorAgeFilesLines
* Add summoner and non_actor_summoner to mgen_dataStefan O'Rear2009-11-121-7/+8
* Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-2/+2
* Convert another 45 monster loops to monster_iterator.Robert Vollmert2009-11-111-18/+16
* Remove a few obsolete includes.Robert Vollmert2009-11-101-2/+0
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* CrawlHashTable: reduce RAM overheadMatthew Cline2009-11-101-4/+4
* Make Beogh's creation of dancing weapons account for their newDavid Lawrence Ramsey2009-11-081-7/+10
* Reorder the parameters in mgen_data::hostile_at() to be closer to theDavid Lawrence Ramsey2009-11-081-1/+1
* Merge from chaotic_experiment branch:Eino Keskitalo2009-11-071-1/+1
* Remove player.h dependency from coordit.h.Robert Vollmert2009-11-081-1/+1
* Replace mons_is_summoned with monsters::is_summoned.Vsevolod Kozlov2009-11-071-1/+1
* 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