summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make many checks for monster (non)existence on squares use monster_at().David Lawrence Ramsey2009-11-051-2/+2
* Sound overhaul: sound where spell hitsMatthew Cline2009-11-041-1/+5
* Split up view.cc.Robert Vollmert2009-11-041-0/+1
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Make Chain Lightning a monster spell, add an user of it (Nikola).Adam Borowski2009-11-031-1/+1
* Greatly upgrade player hellfireStefan O'Rear2009-11-021-0/+5
* Rename "Fling Icicle" to "Throw Icicle".David Ploog2009-11-031-2/+2
* Split up monstuff.ccMatthew Cline2009-11-011-1/+1
* Merge mons_holiness() into monster::holiness(), and add an is_unholy()David Lawrence Ramsey2009-10-311-1/+1
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+2
* Bolt of Iron->Iron Shot, Ice Bolt->Fling Icicleabrahamwl2009-10-291-4/+4
* (MONS_PROGRAM_BUG || -1) --> MONS_NO_MONSTERMatthew Cline2009-10-271-1/+1
* Add stochastic torment resistance per dpegStefan O'Rear2009-10-261-1/+1
* Get rid of player_monster_visible.Robert Vollmert2009-10-221-1/+1
* Yank some god invocations from religion.cc into godabil.ccAdam Borowski2009-10-221-0/+1
* Slightly reduce religion.cc by yanking item-handling stuff to goditem.ccAdam Borowski2009-10-211-0/+1
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Don't cap spell power for failure rate calculations.Robert Vollmert2009-10-181-3/+5
* Globally replace see_grid by see_cell.Robert Vollmert2009-10-171-1/+1
* If Xom is making you blink, don't allow it to be a controlled blink.David Lawrence Ramsey2009-10-131-2/+2
* Rename Summon Wraiths to Haunt everywhere, for consistency, and adjustDavid Lawrence Ramsey2009-10-131-35/+35