summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Reorder the parameters in mgen_data::hostile_at() to be closer to theDavid Lawrence Ramsey2009-11-081-1/+1
* Move see_cell_no_trans into player.Robert Vollmert2009-11-081-5/+4
* Split map knowledge and FPROPs.Robert Vollmert2009-11-081-14/+15
* Replace global see_cell by observe_cell and disambiguate old uses.Robert Vollmert2009-11-061-4/+4
* Move checks for the berserk state into actor::berserk().David Lawrence Ramsey2009-11-061-11/+8
* Move mons_is_friendly to monsters::friendly.Vsevolod Kozlov2009-11-061-2/+2
* Make some passed references const.Robert Vollmert2009-11-061-7/+7
* Remove mons_friendly_real and mons_wont_attack_real.Vsevolod Kozlov2009-11-061-2/+2
* Rename is_valid_item to item_def::is_valid.Vsevolod Kozlov2009-11-061-4/+4
* Replace mons_is_caught with monsters::caught.Vsevolod Kozlov2009-11-051-1/+1
* Replace mons_is_paralysed with monsters::paralysed.Vsevolod Kozlov2009-11-051-1/+1
* Clean up random coordinate usage a bit.David Lawrence Ramsey2009-11-051-4/+1
* Split up view.cc.Robert Vollmert2009-11-041-0/+2
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Some tweaks to decompositionCharles Otto2009-11-021-5/+9
* Split up monstuff.ccMatthew Cline2009-11-011-1/+2
* Merge mons_holiness() into monster::holiness(), and add an is_unholy()David Lawrence Ramsey2009-10-311-3/+3
* Combine mons_res_foo(monsters *m) into monsters::res_foo()abrahamwl2009-10-311-1/+1
* Add more minor cosmetic fixes.David Lawrence Ramsey2009-10-311-6/+6
* After some thought, allow mundane items to be artefacts again, but moreDavid Lawrence Ramsey2009-10-311-7/+7
* Combine mons_is_sleeping(monsters *m) into monsters::asleep()abrahamwl2009-10-301-1/+1
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+1
* Add minor cosmetic fixes.David Lawrence Ramsey2009-10-301-6/+8
* Beams can be assigned custom hit verbs nowabrahamwl2009-10-281-4/+3
* Electrocution discharge in water ala FR 1637214abrahamwl2009-10-281-0/+59
* (MONS_PROGRAM_BUG || -1) --> MONS_NO_MONSTERMatthew Cline2009-10-271-3/+3
* Add stochastic torment resistance per dpegStefan O'Rear2009-10-261-3/+2
* Factor the shields skill while determining handedness during weapon acquireme...Adam Borowski2009-10-251-1/+13
* Make it possible for demigods to get the hard books [BR 2883646] (sorear)Adam Borowski2009-10-241-3/+8
* Extract newgame character restrictions from newgame.cc.Robert Vollmert2009-10-241-1/+1
* Make Cb's Slow Biology and Time Bend available one piety breakpoint earlier.Adam Borowski2009-10-231-1/+1
* Sync Cb's Slow Biology effects with announcements.Adam Borowski2009-10-231-1/+1
* Rename Chronos to Cheibriados. (Jude Brown)David Ploog2009-10-231-2/+2
* gods: added "Chronos", the slow godSteven Noonan2009-10-201-1/+6
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Naming consistency.Robert Vollmert2009-10-171-22/+22
* Globally replace see_grid by see_cell.Robert Vollmert2009-10-171-5/+5
* Get rid of los_param outside of los.cc/losparam.cc.Robert Vollmert2009-10-161-1/+1
* Rename Summon Wraiths to Haunt everywhere, for consistency, and adjustDavid Lawrence Ramsey2009-10-131-1/+1
* Rename Summon Wraiths to Haunt, make it a targetted spell, necro only,Adam Borowski2009-10-141-0/+9
* project-wide: fix msvc compile breakageSteven Noonan2009-10-121-1/+1
* Properly indicate the source of Kiku's torment.David Lawrence Ramsey2009-10-111-5/+11
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-2/+0
* Convert remaining uses of losight to los_param-style.Robert Vollmert2009-10-081-2/+2
* Split LOS code from view.cc.Robert Vollmert2009-10-081-0/+1
* Implement FR 2872334 'don't auto-target neutrals' by replacing most uses of T...Charles Otto2009-10-061-1/+1
* Convert varius occurrences of LOS_RADIUS * LOS_RADIUS.Robert Vollmert2009-10-061-1/+1
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Applying Kiku patch by Alex MacDonald (timecircuits). Kiku now has an invocat...evktalo2009-10-021-0/+24
* Make monster airstrike damage more of a threat.Jude Brown2009-09-291-3/+10