summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.cc
Commit message (Expand)AuthorAgeFilesLines
* Apply trunk r10409 to 0.5.dolorous2009-07-251-1/+1
* Apply my previous commit to 0.5.j-p-e-g2009-07-041-3/+2
* Run some sanity checks when loading ghosts. If anything seems fishyj-p-e-g2009-05-261-1/+0
* * Fix wizmode targetting commands not flushing messages correctly.j-p-e-g2009-03-071-1/+3
* Change Transmutation -> Transmutations for consistency withj-p-e-g2009-02-221-2/+2
* Overhaul book acquirement.j-p-e-g2009-02-151-2/+6
* Remove a great many cases where mgrd is accessed directly in favourharanp2009-02-131-1/+1
* Take range information from the beam if applicable in spell_direction().haranp2009-02-041-0/+3
* Expand effect applicator functions to take an actor parameter, and use dolorous2009-01-191-24/+29
* Rename Transmigration -> Transmutation.j-p-e-g2009-01-111-7/+7
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Sandblast now has a range of 1 when not wielding rocks, and a range of 1-2haranp2009-01-011-0/+18
* If a beam has range == -1 then set it to LOS_RADIUS and, in debug builds,zelgadis2008-12-271-1/+28
* Change the spell_type enumerations so that SPELL_NO_SPELL is 0 and the firstzelgadis2008-12-211-5/+6
* Remove spells from randart books that don't fit at least one of primaryj-p-e-g2008-12-181-1/+1
* First draft of the spell noisyness system: spells cast by the player and byzelgadis2008-12-131-0/+44
* Fixing debug compile errors.ennewalker2008-12-061-1/+1
* Non-weighted themed randart spellbooks, and prices for randart spellbooks.zelgadis2008-12-051-0/+11
* Savefile compatibility breakage from keeping track of which spells have beenzelgadis2008-12-041-0/+27
* Implement FR 1894211: All transformations will now cause your equipmentj-p-e-g2008-10-261-6/+0
* Ranges redone. bolt no longer has a rangeMax, just a range.haranp2008-09-251-1/+20
* Comment fix.dolorous2008-09-061-1/+1
* [2042365] Fixed trunk build (#include <algorithm> in spl-util.cc) (Sigurd).dshaligram2008-08-221-0/+2
* Massive overhaul to move towards coord_def().haranp2008-07-301-169/+47
* Removed use of nonstandard strcasestr.dshaligram2008-07-301-6/+11
* Implemented monster spell miscasts. Spell miscasting is now handledzelgadis2008-07-291-28/+115
* Fix 2021696: allow_self_target = no even forbidding self-targetting forj-p-e-g2008-07-281-2/+4
* More cleanups.haranp2008-07-241-163/+113
* Pan overhaul:dshaligram2008-07-201-0/+7
* Fix 2015315 by not even bothering to prompt for spells with thej-p-e-g2008-07-111-2/+2
* Remove some of my infamous debugging statements (I keep forgettingj-p-e-g2008-07-061-1/+0
* Fix 2011722: Reallow targetting beams such that you may be hit. (There'sj-p-e-g2008-07-061-0/+1
* Add a function x_chance_in_y(x,y) to replace the variousj-p-e-g2008-07-061-16/+5
* Only apply targeting via monster list to spells and such wherej-p-e-g2008-07-021-4/+6
* Bug 2005002: Allow friendly and neutral-good monsters to cast spells while inzelgadis2008-06-291-0/+31
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-4/+4
* Outsource the tutorial descriptions of skills, and make them searchablej-p-e-g2008-06-181-2/+3
* Remove my stupid debugging mprs (whoops), fix eyes only staring at thej-p-e-g2008-06-171-1/+0
* Fix mephitic cloud allowing no self-targetting. (BR1995505)j-p-e-g2008-06-171-0/+1
* Clean-up (renaming static methods and comments) in a number of files.j-p-e-g2008-06-101-40/+40
* Changed spell_by_name() so that even if partial matches are allowed,zelgadis2008-06-081-0/+5
* Fix a recent bug of mine that blocked the friendly fire prompts.j-p-e-g2008-06-021-1/+1
* Mention named orcs' base type in the monster descriptions.j-p-e-g2008-05-251-1/+1
* Fix monsters capable of LOS attack behind glass walls being ignored.j-p-e-g2008-05-201-13/+17
* Add whitespace fixes.dolorous2008-04-201-1/+1
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-1/+1
* Slime:6 teleport control is enabled even if you kill the royal jelly off-leve...dshaligram2008-04-011-3/+3
* Fixed spell name cache asserting on invalid spells.dshaligram2008-04-011-15/+22
* Filter out SPELL_NO_SPELL from fleeing monster decisions (redundant in trunk,...dshaligram2008-04-011-4/+3
* Fix 1869850: Targeting now respects mimics' (un)known status correctly,j-p-e-g2008-03-311-1/+1