summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
Commit message (Expand)AuthorAgeFilesLines
* Don't cycle through corpses with Apportation (#8622)Neil Moore2014-06-091-1/+2
* Remove a dusty & disused spellflagNicholas Feinberg2014-06-041-1/+1
* Remove an unused parameter.Nicholas Feinberg2014-05-271-2/+1
* Revert "Adding Over 100 percent fails to spell descriptions"Chris Campbell2014-02-051-1/+1
* Adding Over 100 percent fails to spell descriptionsKeanan Smith2014-02-021-1/+1
* Don't shadow mimic spells that don't target monstersChris Campbell2014-01-291-1/+1
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Fix spelling of "targeting" (#7837)Chris Campbell2013-12-101-5/+5
* Remove permarock from nicolae_slime_phagocytosis (78291)Neil Moore2013-09-281-1/+1
* Change title of some spell list screens.Neil Moore2013-08-111-0/+1
* Fix spacing.David Lawrence Ramsey2013-03-041-1/+1
* Remove spell memorisation failure (elliott)Chris Campbell2012-10-191-0/+1
* Use std namespace.Raphael Langella2012-08-261-7/+7
* Some cleanup of the new "no monster in range" checking code.Steve Melenchuk2012-07-311-1/+1
* Remove an unused and misleading argument.Adam Borowski2012-06-221-2/+1
* Display spell hunger as a spellpower-style bar instead of as food typesChris Campbell2012-04-281-1/+1
* Make a bunch of functions static or non-existant.Adam Borowski2012-03-151-1/+0
* Remove SPFLAG_CARD.Adam Borowski2012-03-081-1/+1
* Get rid of USisms in spelling of -ll- and -tt-.Adam Borowski2012-01-251-5/+5
* Colour failure rates based on how likely the spell is to cause a dangerous mi...elliptic2012-01-161-0/+2
* Replace success adjectives with failure rate percentages. (dtsund)Michael Gagno2012-01-121-1/+1
* Consistently use a space after flow control statements.Adam Borowski2011-12-021-1/+1
* Make a bunch of functions static, delete some unused junk.Adam Borowski2011-11-111-2/+0
* Replace the unknown skill dance by skill training restrictions.Raphael Langella2011-09-281-0/+1
* Don't miscast when the spell can still be aborted (#4281).Raphael Langella2011-07-211-0/+2
* Boost the effect of evocations on wands and rods.Raphael Langella2011-06-011-1/+1
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* Identify staff brands on wield, just like weapons and rods do.Adam Borowski2011-02-031-2/+0
* Don't preselect a spell in the amnesia prompt.Johanna Ploog2011-01-181-1/+2
* Auto-id staves if you can cast spells at all.Adam Borowski2011-01-101-1/+1
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-5/+5
* fix display of spells from rodRaphael Langella2010-09-291-7/+9
* Add noise level to spell description.Raphael Langella2010-09-291-1/+1
* Revert "Add noise level to spell description"Robert Vollmert2010-09-191-1/+1
* Add noise level to spell descriptionRaphael Langella2010-09-191-1/+1
* Don't prompt for targeting self with some clouds. (#2487)Robert Vollmert2010-09-151-0/+2
* Remove an unused parameter from exercise_spell().Robert Vollmert2010-09-031-2/+0
* Allow victory dancing Fulsome Distillation.Jude Brown2010-06-261-1/+1
* Bring sanity to enums by making them diffable/patchable.Adam Borowski2010-06-081-3/+2
* Split big spell cast switch out of your_spells to _do_cast.Robert Vollmert2010-03-021-1/+2
* spl-cast.cc/h: Get rid of some unused booleans.Johanna Ploog2010-02-171-1/+1
* Better error messages for tile tabs.Enne Walker2010-02-141-0/+5
* s/targett/target/David Ploog2010-02-081-5/+5
* Code cleanup and reorganization, mainly for process_command().Haran Pilpel2010-02-081-0/+1
* Make Fedhas only care about necromancy that affects corpses/chunksCharles Otto2010-02-071-1/+3
* Add new targetting flag SPFLAG_TARG_OBJ for object targetting.Robert Vollmert2009-11-241-18/+19
* tiles: spell_list() now shows spell tilesMatthew Cline2009-11-211-2/+1
* Split chaotic things into unclean and chaotic things.David Lawrence Ramsey2009-11-191-24/+25
* list_spells(): tiles menu, selector callbackMatthew Cline2009-11-181-1/+6
* Add spell flag SPFLAG_HASTY, and mark hasty spells with it.David Lawrence Ramsey2009-11-091-10/+11