summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made ensorcelled hibernation easier early on, harder later (with a step-down).dshaligram2007-04-051-1/+9
* Updated build instructions for DOS, Windows, Linux.dshaligram2007-04-051-8/+6
* Allow */' to work in targeting (/+dir no longer selects a direction in Unix, Idshaligram2007-04-041-1/+1
* Type safety on SPRET results.haranp2007-04-041-2/+2
* Oops, successful spellcasting was training skills at the same rate as faileddshaligram2007-04-041-1/+1
* Sif Muna miscast prevention is now treated as spell failure withoutharanp2007-04-031-1/+1
* Fixed vampiric drain trying to get spell direction twice.dshaligram2007-04-011-1/+4
* Merged in crawl.akrasiac.org patches (simple messaging, milestones). These takedshaligram2007-03-251-5/+5
* Cleaned up clouds and threw out the foo_MON values from the cloud enum. Thedshaligram2007-03-221-10/+11
* Cleaned up monster enchantments. Instead of the old enum abuse (ENCH_ABJ_I, II,dshaligram2007-03-211-20/+20
* Fixed shadow creature abuse in Hall of Blades.dshaligram2007-03-191-3/+7
* Banished uniques (including ghosts) will now be sent to the Abyss. Banisheddshaligram2007-03-181-6/+6
* Rings of fire and ice now type-ID when the player can notice this:haranp2007-03-161-0/+51