summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some more cards and bugfixes.haranp2007-06-171-22/+14
* Removed extra space in surge-of-power messages (Erik).dshaligram2007-06-121-2/+2
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-6/+4
* Changed spell failure rate descriptions per 1714661 (slightly modified.)haranp2007-05-201-12/+12
* Minor cleanups.haranp2007-05-151-24/+38
* Conjuring flame onto a fire cloud now makes the fire yours and lengthensharanp2007-05-081-1/+1
* Tweaked spell-list to use regular menu instead of a slider.dshaligram2007-05-081-3/+7
* Changed list_spells() somewhat. It's now a slider wraparound menu.haranp2007-05-081-102/+52
* Spell power strings now reflect power caps.haranp2007-05-071-2/+8
* Type safety, cast cleanups, etc.haranp2007-05-011-3/+3
* Minotaurs can now map labyrinths (1708374).haranp2007-04-271-1/+2
* Cleaned up a lot of code which was using info[] to use mprf() directlyharanp2007-04-231-92/+41
* Fixed surges being all wrong (1705614.)haranp2007-04-231-4/+4
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-11/+4
* More code cleanups and type safety.haranp2007-04-141-3/+3
* Put in more() when casting spells while silenced, following 1699991haranp2007-04-131-0/+1
* Fixed bad grammar on shield block messages in melee.dshaligram2007-04-131-5/+3
* Added ice statues.dshaligram2007-04-091-9/+9