summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
Commit message (Expand)AuthorAgeFilesLines
* Move trans_wall_blocking into player.Robert Vollmert2009-11-131-2/+2
* Replace observe_cell by you.see_cell.Robert Vollmert2009-11-131-2/+2
* More monster_iterator conversions.Robert Vollmert2009-11-121-23/+17
* Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-1/+1
* Make actor::heal return bool; move heal_monster to monsters::heal.Vsevolod Kozlov2009-11-101-1/+1
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* Remove option draw_it from viewwindow.Robert Vollmert2009-11-091-1/+1
* Add an is_holy() function to the actor interface.David Lawrence Ramsey2009-11-091-5/+5
* Replace mons_wont_attack with monsters::wont_attack.Vsevolod Kozlov2009-11-091-2/+2
* Move see_cell_no_trans into player.Robert Vollmert2009-11-081-2/+2
* Remove mons_is_holy(), as it's redundant.David Lawrence Ramsey2009-11-071-1/+1
* Replace bounds_func with circle_def.Robert Vollmert2009-11-081-1/+2
* Remove player.h dependency from coordit.h.Robert Vollmert2009-11-081-1/+1
* Replace mons_is_summoned with monsters::is_summoned.Vsevolod Kozlov2009-11-071-1/+1
* Replace mons_neutral with monsters::neutral.Vsevolod Kozlov2009-11-071-1/+1
* Rename purple smoke to clouds of translocational energyStefan O'Rear2009-11-061-2/+2
* Replace global see_cell by observe_cell and disambiguate old uses.Robert Vollmert2009-11-061-2/+2
* Collect attitude changing code.Robert Vollmert2009-11-061-1/+2
* Add actor::petrified, which replaces mons_is_petrified.Vsevolod Kozlov2009-11-061-1/+1
* Unify mesmerisation code.Robert Vollmert2009-11-051-20/+5
* Replace uses of player_in_water with you.in_water.Vsevolod Kozlov2009-11-051-1/+1
* Replace uses of player_is_airborne with you.airborne.Vsevolod Kozlov2009-11-051-1/+1
* 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-6/+6
* spells1.cc: fix Chain LightningMatthew Cline2009-11-031-1/+1
* Greatly upgrade player hellfireStefan O'Rear2009-11-021-0/+43
* Move random_near_space into new teleport.cc.Robert Vollmert2009-11-021-0/+1
* Merge mons_holiness() into monster::holiness(), and add an is_unholy()David Lawrence Ramsey2009-10-311-1/+1
* Combine mons_is_sleeping(monsters *m) into monsters::asleep()abrahamwl2009-10-301-1/+1
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+2
* (MONS_PROGRAM_BUG || -1) --> MONS_NO_MONSTERMatthew Cline2009-10-271-1/+1
* Move player_see_invis into player class.Robert Vollmert2009-10-221-1/+1
* Add missing Chronos conducts for hasting yourself, casting swiftness,Adam Borowski2009-10-211-0/+1
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Remove chain-lightning specific LOS test from beam.cc.Robert Vollmert2009-10-171-2/+9
* Naming consistency.Robert Vollmert2009-10-171-5/+5
* Add minor cosmetic fixes.David Lawrence Ramsey2009-10-161-11/+8
* Globally replace see_grid by see_cell.Robert Vollmert2009-10-171-4/+4
* Fix bug [2874791], Merfolk stat change issuesCharles Otto2009-10-161-11/+24
* Add more minor cosmetic fixes.David Lawrence Ramsey2009-10-131-1/+1
* Comments and formatting.Robert Vollmert2009-10-111-2/+2
* Patch 2873911 by Jude: add rain cloudsCharles Otto2009-10-101-0/+6
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-1/+0
* Split LOS code from view.cc.Robert Vollmert2009-10-081-0/+1
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Add yet more minor cosmetic fixes.David Lawrence Ramsey2009-09-251-4/+4
* Add more spelling fixes.David Lawrence Ramsey2009-09-241-1/+1
* Add spelling fixes.David Lawrence Ramsey2009-09-231-4/+4
* * Also allow Maurice to steal the occasional spellbook or piece ofj-p-e-g2009-09-241-1/+6