summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.cc
Commit message (Expand)AuthorAgeFilesLines
* Do not display "Spell assigned to 'a'." at game startnagdon2014-08-161-1/+3
* Fix explosive bolt hostiles-in-range check (#8815)Neil Moore2014-07-301-2/+3
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Move redraw functions from stuff.cc -> output.ccNicholas Feinberg2014-07-281-0/+1
* Move letter <-> index from stuff.cc to prompt.cc (wheals)Nicholas Feinberg2014-07-281-0/+1
* Move canned_message() from stuff.cc to message.ccNicholas Feinberg2014-07-271-0/+1
* Ignore existing clouds in hostiles-in-range checks (#8784)Neil Moore2014-07-121-0/+3
* Don't crash on ?/inecronomicon.Neil Moore2014-07-121-2/+3
* Refactor god and spell search using templates.Neil Moore2014-07-111-26/+2
* Improve spell name lookup.Neil Moore2014-07-111-4/+10
* Always show spell letter assignment (#8707)Neil Moore2014-07-081-2/+1
* Improve some checks.Shmuale Mark2014-06-291-1/+1
* Whitespace fixes (doh)Neil Moore2014-06-061-1/+1
* Count friendlies for targets-in-range check of neutral spells.Neil Moore2014-06-061-1/+4
* Use the correct skill in variable-range rod spells (#8307)Neil Moore2014-05-311-2/+2
* Add the Majin-Bo, a new fixedart that offers power atNicholas Feinberg2014-05-251-4/+13
* Chance function(void) to function()reaverb2014-05-241-1/+1
* Melt away lava orcs.Steve Melenchuk2014-05-141-0/+4
* Move the definition spl-data.h's table into the spl-data.h (|amethyst)reaverb2014-05-141-4/+1
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Fix Glaciate's range at 7; don't let Vehumet extend this.Steve Melenchuk2014-03-281-0/+1
* Fix false claim by Random Bolt that no susceptible monsters were in range.Shmuale Mark2014-02-251-0/+2
* Merge branch 'summon_spells'Chris Campbell2014-02-181-0/+1
|\
| * New spell: Summon Lightning Spire (L4 Summ/Air)Shayne Halvorson2014-02-101-0/+1
* | Remove the Dig spellChris Campbell2014-02-141-1/+0
|/
* Don't pretend to extend Static Discharge (#7974)Neil Moore2014-01-111-0/+1
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-3/+0
* Limit cloud spells to caster's LOS.Adam Borowski2013-12-151-1/+1
* Fix spelling of "targeting" (#7837)Chris Campbell2013-12-101-4/+4
* More formatting fixes for return (...);Neil Moore2013-11-151-3/+3
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-14/+14
* Don't allocate pointless iterators.Adam Borowski2013-11-151-1/+1
* Remove moths of suppressionChris Campbell2013-11-111-1/+1
* Get rid of the radius_iterator "legacy" constructor.Adam Borowski2013-11-051-3/+2
* Get rid of all external uses of get_los().Adam Borowski2013-11-051-2/+2
* Axe a buttload of useless #includes.Adam Borowski2013-11-031-1/+0
* Use enough_mp() in more cases.Adam Borowski2013-11-011-2/+1
* Fix all uses of apply_area_cloud(), if the origin is solid.Adam Borowski2013-10-181-1/+1
* Reformat multi-line array literals.Adam Borowski2013-10-051-3/+1
* Drop some useless parentheses.Adam Borowski2013-09-081-1/+1
* Cancel an american speling.Adam Borowski2013-08-241-1/+1
* Make Trog hate all spells but not spells in rodsChris Oelmueller2013-08-011-1/+1
* Refactor 'you.religion' checks.Brendan Hickey2013-07-281-2/+2
* Fix lots of typosChris Oelmueller2013-07-231-3/+3
* Make Dragon Form pure Tmut for all speciesChris Campbell2013-07-061-5/+1
* Mark Delayed Fireball as temp-useless when it's on.Adam Borowski2013-07-061-0/+3
* Remove a useless (and wrong) comment.Neil Moore2013-06-171-6/+0
* Mark Leda's as useless when it can't be cast (#7221).Steve Melenchuk2013-06-171-0/+10
* Remove misleading spell coloursChris Campbell2013-06-141-10/+6
* Turn pairs of assertions with x > min, x <= max into ASSERT_RANGE.Adam Borowski2013-06-081-4/+2