summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow toadstools on tiles Fedhas worshipers are standing onCharles Otto2010-01-171-5/+12
* Various cleanups, use you.weapon() more often, fix a note in README.txt.Haran Pilpel2010-01-131-12/+11
* A start at fixing missile acquirement (Vandal).Jude Brown2010-01-121-11/+3
* Bias non-divine weapon acquirement towards better items.Adam Borowski2010-01-041-10/+19
* Try to avoid repeats when acquiring already seen weapons/armour.Adam Borowski2010-01-041-0/+15
* Rods don't need to block shield acquirement nowStefan O'Rear2010-01-021-2/+1
* Increase effects of Recharging on rods and allow it to affect enchantment (Er...Stefan O'Rear2010-01-021-1/+12
* Rods have an intrinsic recharge rate (#300)Stefan O'Rear2010-01-021-10/+6
* Decouple rod recharge from availability of player MP (Mantis 300)Stefan O'Rear2010-01-021-0/+57
* New gold acquirement formula (dpeg).Darshan Shaligram2010-01-031-4/+1
* Subsume Darts skill into Throwing.Jude Brown2009-12-311-3/+3
* Nerf monster airstrike damage variance (bookofjude)Stefan O'Rear2009-12-311-4/+3
* Allow tiles to destroy only some items.Stefan O'Rear2009-12-301-31/+20
* Give move/copy_item_to_grid responsibility for hazardous terrainStefan O'Rear2009-12-291-18/+5
* Add tides to the Shoals.Darshan Shaligram2009-12-271-0/+2
* New (rakshasa) unique: Mara, Lord of Ilusions.Jude Brown2009-12-241-0/+7
* Replace long debug message calls with dprf(), except for cases where a dumb c...Adam Borowski2009-12-201-3/+1
* Skills unusable with your current god are less likely in manual acquirement.Johanna Ploog2009-12-181-4/+33
* Acquirement should never give Demigods manuals of Invocations.Johanna Ploog2009-12-181-1/+1
* Bring down random uselessness noise levels.Robert Vollmert2009-12-171-2/+2
* Don't mark books acquired during acquirement statistics as "seen".Johanna Ploog2009-12-161-6/+8
* Tidy up bracket placement according to our coding conventions.Johanna Ploog2009-12-101-4/+8
* Get rid of you.synch_time.Robert Vollmert2009-12-021-4/+24
* Remove header includes from mon-place.h.Robert Vollmert2009-11-271-0/+3
* Remove further header-include. env.h now always directly included.Robert Vollmert2009-11-271-0/+1
* Quiet unitialized variable compiler warning.Matthew Cline2009-11-261-1/+1
* Rework off-level monsters going to sleep (FR 2163705).Robert Vollmert2009-11-211-23/+39
* Create areas.cc and move sanctuary code there.Robert Vollmert2009-11-211-0/+1
* Remove trailing whitespace.David Lawrence Ramsey2009-11-201-1/+1
* Properly mark blessed whips as TSO gifts (Scourges instead of Blades).David Lawrence Ramsey2009-11-191-2/+2
* torment(): set attacker from casterMatthew Cline2009-11-171-1/+14
* Alert tormented monsters even if attacker == NULLMatthew Cline2009-11-171-2/+2
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-0/+1
* Split monster_pathfind out into mon-pathfind.cc.Robert Vollmert2009-11-161-0/+1
* Remove the Divinations school.Adam Borowski2009-11-151-2/+2
* Move player_can_smell to player::can_smell.Vsevolod Kozlov2009-11-141-3/+3
* Give giant spiked clubs a nonzero acquirement weightStefan O'Rear2009-11-131-0/+9
* Restrict torment and holy word to LOS.Robert Vollmert2009-11-131-3/+14
* Convert a bunch of coordinate loops to new radius_iterator.Robert Vollmert2009-11-131-1/+1
* Remove obsoleted los.h includes.Robert Vollmert2009-11-131-1/+0
* Replace observe_cell by you.see_cell.Robert Vollmert2009-11-131-4/+4
* Replace monster_index with monsters::mindex.Vsevolod Kozlov2009-11-131-2/+2
* Add summoner and non_actor_summoner to mgen_dataStefan O'Rear2009-11-121-3/+6
* Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-2/+2
* Convert another 45 monster loops to monster_iterator.Robert Vollmert2009-11-111-44/+31
* Replace actor::is_unholy() with actor::undead_or_demonic().David Lawrence Ramsey2009-11-101-2/+2
* Make actor::heal return bool; move heal_monster to monsters::heal.Vsevolod Kozlov2009-11-101-3/+2
* Add conditional bloodifying function and use it in some places.Robert Vollmert2009-11-101-10/+4
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* Allied giant spore behavior tweaksCharles Otto2009-11-091-2/+2