summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename transfor.{cc,h} to transform.{cc,h}.Adam Borowski2010-01-071-1/+1
* Continuation of the range combat overhaul: branding spells.Jude Brown2010-01-011-40/+0
* Merge branch 'master' into ioodAdam Borowski2009-12-301-1/+7
|\
| * Merfolk (water/ice) elementalists join the Shoals guard.Darshan Shaligram2009-12-291-0/+6
| * Rename MF_CREATED_FRIENDLY to MF_NO_REWARD, since that's all it's used for th...Stefan O'Rear2009-12-281-1/+1
* | Use dprf().Adam Borowski2009-12-201-7/+2
|\|
| * Replace long debug message calls with dprf(), except for cases where a dumb c...Adam Borowski2009-12-201-7/+2
* | Iskenderun's Orb of DestructionAdam Borowski2009-12-201-0/+8
|/
* Make passwall use standard targetting system.Robert Vollmert2009-12-011-1/+3
* Remove further header-include. env.h now always directly included.Robert Vollmert2009-11-271-0/+1
* Add new targetting flag SPFLAG_TARG_OBJ for object targetting.Robert Vollmert2009-11-241-5/+5
* tiles: spell_list() now shows spell tilesMatthew Cline2009-11-211-1/+12
* Move silenced(pos) to areas.cc.Robert Vollmert2009-11-211-0/+1
* Properly ignore all conducts when a god makes you cast a spell.David Lawrence Ramsey2009-11-191-8/+4
* Split chaotic things into unclean and chaotic things.David Lawrence Ramsey2009-11-191-1/+4
* list_spells(): tiles menu, selector callbackMatthew Cline2009-11-181-11/+14
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-0/+1
* Simplify out-of-range darkening.Robert Vollmert2009-11-161-5/+5
* Simplify the message when Kiku forces necromancy miscasts.David Lawrence Ramsey2009-11-151-8/+9
* Kikubaaqdgha finetuning.Alex MacDonald2009-11-161-0/+13
* Remove now-inaccurate comment.David Lawrence Ramsey2009-11-151-2/+0
* Move the brand_ammo() failure messages to the spellcasting routine.David Lawrence Ramsey2009-11-151-8/+16
* Rename cast_brand_ammo() to brand_ammo(), for consistency.David Lawrence Ramsey2009-11-151-8/+8
* Fix a few whitespace errors.Adam Borowski2009-11-151-1/+1
* Merge Johnny Shelley's arcane marksman patchStefan O'Rear2009-11-151-5/+1
|\
| * Remove the Divinations school.Adam Borowski2009-11-151-1/+1
| * Remove #include <conio.h> from all over the place. Convert COLORS to an enum.Adam Borowski2009-11-141-4/+0
* | Warper Overhaul - Renamed to Arcane Marksmanjohnny shelley2009-11-141-1/+29
|/
* Convert a bunch of coordinate loops to new radius_iterator.Robert Vollmert2009-11-131-8/+1
* New monster spell: Sleep. Give sleep to Aizul.Jude Brown2009-11-131-0/+5
* Add summoner and non_actor_summoner to mgen_dataStefan O'Rear2009-11-121-2/+2
* Rename SPELL_BACKLIGHT -> SPELL_CORONA, and relevant ZAP/BEAM/DUR.Jude Brown2009-11-121-2/+2
* Rename SPELL_MASS_SLEEP -> SPELL_ENGLACIATION.Jude Brown2009-11-121-1/+1
* Rename SPELL_SLEEP -> SPELL_HIBERNATE, and relevant ZAP/BEAM.Jude Brown2009-11-121-2/+2
* Use get_free_monster in other places.Robert Vollmert2009-11-121-10/+4
* Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-1/+1
* Properly split up unholy and evil items, reworking is_(unholy|evil)().David Lawrence Ramsey2009-11-101-6/+1
* Replace actor::is_unholy() with actor::undead_or_demonic().David Lawrence Ramsey2009-11-101-2/+2
* Use wrapper functions properly when checking for holy spells.David Lawrence Ramsey2009-11-101-1/+1
* Remove a few obsolete includes.Robert Vollmert2009-11-101-2/+0
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* Remove option draw_it from viewwindow.Robert Vollmert2009-11-091-2/+2
* Replace mons_wont_attack with monsters::wont_attack.Vsevolod Kozlov2009-11-091-1/+1
* Move see_cell_no_trans into player.Robert Vollmert2009-11-081-1/+1
* Replace uses of spelltype_name with spelltype_long_name.Vsevolod Kozlov2009-11-081-1/+1
* Split map knowledge and FPROPs.Robert Vollmert2009-11-081-1/+2
* Remove unused SPELL_DISRUPT and ZAP_DISRUPTION.Vsevolod Kozlov2009-11-081-5/+0
* Replace player_weapon with player::weapon.Vsevolod Kozlov2009-11-071-1/+1
* Move checks for the berserk state into actor::berserk().David Lawrence Ramsey2009-11-061-1/+1
* Add actor::set_position.Robert Vollmert2009-11-061-1/+1