summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/evoke.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-1/+2
* Rework the web effect of sack of spidersgammafunk2014-06-081-27/+47
* Rename nuke_wall() destroy_wall()reaverb2014-06-051-2/+2
* Destroy item destructiongammafunk2014-05-281-1/+0
* Chance function(void) to function()reaverb2014-05-241-1/+1
* Revert "Make blurry vision mut cause scroll reading to take more time."reaverb2014-05-221-4/+7
* Improve a wisp form messageChris Campbell2014-05-231-1/+4
* Make blurry vision mut cause scroll reading to take more time.reaverb2014-05-221-7/+4
* Remove an extra MSG_OK when cancelling a reaching attack.elliptic2014-05-151-3/+0
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Let elemental evokers weight evocations skill when using automatic trainingChris Campbell2014-05-111-1/+14
* Merge branch 'ranged_combat'Steve Melenchuk2014-05-031-2/+1
|\
| * Ranged weapon delay.Steve Melenchuk2014-04-271-2/+1
* | Remove grizzly bears.Shmuale Mark2014-04-291-2/+1
|/
* Let sack of spiders and box of beasts use autofoe behaviorDracoOmega2014-03-151-2/+2
* Display number of times used for boxes of beasts and sacks of spidersChris Campbell2014-03-131-0/+2
* Rework the Horn of Geryon as an xp-charged evocable.gammafunk2014-02-281-12/+45
* Don't list untrainable skills as studied when carrying a useless manual (#8215)Chris Campbell2014-02-261-1/+5
* Remove ancient bearsChris Campbell2014-02-261-2/+1
* Make nymph flooding consistent with phial flooding (#8078).Steve Melenchuk2014-02-251-1/+7
* Remove djinn.wheals2014-02-241-2/+6
* Check for monsters in range when evoking a wielded rod using "v".Tommy2014-02-101-2/+2
* Merge branch 'shadow-god'Steve Melenchuk2014-01-141-0/+2
|\
| * Split tracking of "illuminating" and "fiery" conducts.Steve Melenchuk2014-01-141-1/+1
| * Dithmengos hates the light.Steve Melenchuk2014-01-111-0/+2
* | Don't require playing the horn of Geryon to enter proper hells.Adam Borowski2014-01-151-49/+4
* | Don't close portals upon picking up the Orb.Adam Borowski2014-01-151-6/+0
|/
* Drop some useless parentheses around comparisons.Adam Borowski2014-01-101-1/+1
* Fix spelling of "targeting" (#7837)Chris Campbell2013-12-101-1/+1
* Remove bottled efreetsChris Campbell2013-12-041-42/+4
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-5/+5
* Make player confusion affect all targeted evocables.gammafunk2013-11-241-0/+8
* Don't claim that tome of destruction explosion is "immolation".Adam Borowski2013-11-201-2/+23
* Fix evokable unrands not getting counted in evoke counts.Adam Borowski2013-11-161-5/+7
* Don't bundle all evokables as "miscelanneous" in action counts.Adam Borowski2013-11-161-4/+4
* More formatting fixes for return (...);Neil Moore2013-11-151-1/+1
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-2/+2
* Remove moths of suppressionChris Campbell2013-11-111-6/+0
* Rename "dragon" to "fire dragon"Chris Oelmueller2013-11-081-1/+1
* Get rid of the radius_iterator "legacy" constructor.Adam Borowski2013-11-051-2/+2
* Remove radius_iterator(coord, r, c_type, los_base).Adam Borowski2013-11-051-1/+1
* Axe a buttload of useless #includes.Adam Borowski2013-11-031-1/+0
* Shorten branch enums.Adam Borowski2013-11-031-1/+1
* Use cell_is_solid where appropriate.Neil Moore2013-11-011-7/+7
* Fix a disc of storms rain-placement crash.Neil Moore2013-10-311-1/+3
* Rewrite monster_iterator.Adam Borowski2013-10-311-1/+0
* monster_near_iteratorAdam Borowski2013-10-311-1/+1
* Simplify actor_iterator and some of its users, rename to actor_near_iterator.Adam Borowski2013-10-311-2/+1
* Fix wind drake/Sojobo breath not working away from the player.Adam Borowski2013-10-311-2/+2
* Don't wind blast monsters through walls (Naruni, #7434)Neil Moore2013-10-281-1/+2