summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed miscast fall-through (sorear).dshaligram2007-12-311-0/+1
* A completely reworked version of Zin as per the lengthyj-p-e-g2007-12-301-0/+3
* Summoned monsters will now take back only items they were summoned with - sub...dshaligram2007-12-301-5/+2
* [1857669] Fixed books using the wrong glyph when thrown, removed SYM_foo enum...dshaligram2007-12-281-7/+7
* Fix [1842182]: Casting either "Detect Traps" or "Detect Creatures" now dolorous2007-12-041-3/+5
* [1837663] Fixed monsters' raise dead using player's LOS.dshaligram2007-11-281-1/+1
* Some cleanup of evoke_wielded(), more to come.haranp2007-11-081-1/+1
* Monochromatized spell power bars.haranp2007-11-071-4/+1
* Fix for 1827415: handle_time()-induced banishments (e.g. Hell miscasts)haranp2007-11-071-1/+0
* s/portaled/portalharanp2007-10-311-3/+3
* 1822982: slightly better spell power string.haranp2007-10-311-15/+23
* [1822636] Fixed bad handling of banishment by distortion weapon animated by T...dshaligram2007-10-301-1/+1
* Added cset_unicode to options texts (V-Napkin), fixed staff of energy not wor...dshaligram2007-10-261-1/+2
* [1757174] Disallow mapping in labyrinths.dshaligram2007-10-241-3/+14
* Menus are now tagged. Menu colours now only apply to a menu with a matchingharanp2007-10-191-0/+1
* Self-banishment is not considered unholy. Banishment at the air is stillharanp2007-10-151-3/+7
* Make Escape cancel out of menu and prompt for the ability and spellcasting me...dshaligram2007-10-081-1/+3
* This commit breaks save file compatability.zelgadis2007-09-301-0/+1
* Added additional optional parameter to item_def::name(), ignore_flags,zelgadis2007-09-221-5/+10
* Added new commands "re-do previous command" (bound to `) and "repeatzelgadis2007-09-191-0/+18
* Applying modified (by me) mutation patches of dolorous',j-p-e-g2007-09-181-1/+1
* A handful of new game options:zelgadis2007-09-171-1/+1
* Fixed a bug where entomb() wasn't checking DNGN_SPECIAL_FLOOR.haranp2007-09-161-1/+1
* In the item selection menu, pressing "." will toggle the next item in thezelgadis2007-09-161-0/+1
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+1
* Applied Enne's fix to 1795522: "show_beam shouldn't workj-p-e-g2007-09-151-3/+18
* Cleaning up magic mapping. Patch by dolorous.j-p-e-g2007-09-131-4/+1
* Applying several patches by dolorous:j-p-e-g2007-09-101-6/+0
* Added a message when Condensation Shield is extended j-p-e-g2007-09-051-8/+8
* Give Lugonu Banishment and Corruption. I've left the old Bend Space in, becausedshaligram2007-08-111-2/+6
* Fix typo in spell miscast message (dolorous, 1765835)haranp2007-08-041-1/+1
* Drop Control Teleport and Controlled Blink by one spell level each.dshaligram2007-07-151-1/+1
* Vampires, yay! Credit mostly goes to Jarmo, thoughj-p-e-g2007-07-141-0/+1
* Switched confusing touch success calc to the 4.1.2 model, where it's a simpledshaligram2007-07-141-1/+1
* General code cleanups and goto removal.haranp2007-07-131-1/+1
* Cleaned up magic mapping: the test regarding whether you can magic mapharanp2007-07-131-6/+7
* Broke up the monolithic miscast_effect function (used to be 1500 lines long!)haranp2007-07-121-1332/+1339
* Missing word in fire miscast effect (dolorous, 1752380)haranp2007-07-121-1/+1
* Lots and lots of type safety.haranp2007-07-081-2/+3
* Type safety in mutations (mutation.cc probably needs some overhaul...)haranp2007-07-041-2/+2
* Mummies don't hunger from spellcasting.haranp2007-07-031-0/+3
* Coloured power display. This is, for now, a rather extreme hack.haranp2007-07-031-8/+9
* Initial spell-power-bar implementation (1746561). No colours yet.haranp2007-07-031-16/+39
* [1746555] Fixed lingering instances of spell_type(x).dshaligram2007-07-021-3/+3
* Running now respects travel_delay.haranp2007-06-301-40/+40
* Added a spell inspection screen, bound to 'I'.haranp2007-06-291-0/+19
* Implemented 1715578: pressing '!' in the Z? screen toggles betweenharanp2007-06-291-42/+58
* Added the Portaled Projectile spell, following 1686312.haranp2007-06-271-0/+5
* Lots of things which used to be members (invis, conf, confusing_touch, etc.)haranp2007-06-231-2/+2
* Some more card implementations (resists in Helm, demon summoning.)haranp2007-06-231-11/+13