summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
Commit message (Expand)AuthorAgeFilesLines
* Remove two four-year-old function declarations.Shmuale Mark2014-06-301-2/+0
* Use the correct skill in variable-range rod spells (#8307)Neil Moore2014-05-311-1/+1
* Chance function(void) to function()reaverb2014-05-241-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-1/+1
* Fix lots of typosChris Oelmueller2013-07-231-1/+1
* More variety for Forest monster spell sets.Steve Melenchuk2013-05-281-1/+1
* Remove unnecessary includes from header files.Jay3.14152012-10-231-1/+1
* Use std namespace.Raphael Langella2012-08-261-4/+4
* Make "visible monster in range" spell check more sophisticated.Steve Melenchuk2012-07-301-1/+1
* Make a bunch of functions static or gone.Adam Borowski2012-06-231-2/+0
* Remove an unused and misleading argument.Adam Borowski2012-06-221-2/+1
* Remove spaces between function identifiers and arguments lists.Adam Borowski2012-06-211-1/+1
* Remove the Holy spell school.Adam Borowski2012-03-081-4/+3
* Confirm cancelling semi-controlled blink, slightly simplify.Adam Borowski2012-02-201-2/+0
* Get rid of USisms in spelling of -ll- and -tt-.Adam Borowski2012-01-251-1/+1
* Stop Shatter+permarock abuse.Adam Borowski2011-12-071-4/+0
* Don't let Recite, Slouch, Ignite Poison and Alistair's work through glass.Adam Borowski2011-12-061-3/+1
* Don't use default arguments in function types, clang++ chokes on them.Adam Borowski2011-11-151-1/+1
* Make a bunch of functions static, delete some unused junk.Adam Borowski2011-11-111-8/+0
* Allow specification of cloud exclusion radius, also via Lua; cloud traps.Jude Brown2011-11-021-2/+3
* Print mindless in monster status only when using the healing ability.Raphael Langella2011-07-111-1/+2
* Purge some comments about "new" stuff.Adam Borowski2011-06-041-3/+3
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* New targetting code; for now for reaching and Fire Storm.Adam Borowski2011-03-071-1/+3
* Tiles: casting with ctrl+click defaults to last spell if appropriate.Raphael Langella2011-02-191-0/+1
* Make apply_area_visible not affect scryed squares by defaultChris Campbell2011-02-061-1/+2
* Merge branch 'master' into ench-splitAdam Borowski2011-01-051-4/+3
|\
| * Store the blame when clouds are placed.Adam Borowski2010-12-261-4/+3
* | Merge branch 'master' into ench-splitAdam Borowski2010-12-021-0/+1
|\|
| * Don't destroy the spellbook if forgetting the spell failedRaphael Langella2010-11-221-0/+1
* | Split the Enchantments school.Adam Borowski2010-10-311-16/+17
|/
* Replace int by skill_type whenever possibleRaphael Langella2010-10-271-1/+1
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-14/+14
* Forget spell from bookRaphael Langella2010-10-021-0/+1
* fix display of spells from rodRaphael Langella2010-09-291-1/+1
* Fix dispersal and Lugonu's bend space blinking monsters more than once. (#2434)Robert Vollmert2010-09-151-0/+4
* Fix highlighting of (un)memorized spells in book display. (#1101)Robert Vollmert2010-07-041-1/+1
* Remove unused spell_is_{useful,risky}.Robert Vollmert2010-07-041-2/+0
* Nerf Extension by allowing extending only spells you know.Adam Borowski2010-06-211-1/+0
* Bring sanity to enums by making them diffable/patchable.Adam Borowski2010-06-081-3/+2
* Fix #1064, conjurations in rods being highlighted for Vehumet.Jude Brown2010-03-141-1/+2
* Reverse known/unknown spell colors when reading booksCharles Otto2010-02-201-1/+1
* amend spell highlightsDMBrownrigg2010-02-191-8/+18
* Improve useless/useful identification of spellDMBrownrigg2010-02-111-2/+3
* RC1 of spell highlightingDMBrownrigg2010-02-111-2/+13
* Continuing with Due's cleaned up version of splColor-patchDMBrownrigg2010-02-111-0/+5
* s/targett/target/David Ploog2010-02-081-1/+1
* Many more changes to direction().Haran Pilpel2010-01-251-1/+3
* headers: fix inconsistent struct/class forward declarationsSteven Noonan2009-12-291-1/+1