summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/areas.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-27/+27
* Remove spaces between function identifiers and arguments lists.Adam Borowski2012-06-211-2/+2
* Let Sunlight linger for a while, don't track monsters with spotlights.Adam Borowski2012-06-051-0/+7
* Don't suppress the Mace of Brilliance's aura.Neil Moore2012-05-191-1/+3
* Suppression: new function: player_equip_unrand_effectBen Striegel2012-05-181-1/+1
* Fix minor bug in both silence and suppressionBen Striegel2012-05-181-2/+2
* Mindexicide: behaviour_event().Adam Borowski2012-04-211-1/+1
* Remove some code for dealing with orb drops.Adam Borowski2012-04-011-1/+3
* Moth of Suppression, preliminary codingBen Striegel2012-03-211-1/+46
* Revert "Simplify."David Lawrence Ramsey2012-03-191-1/+3
* Simplify.David Lawrence Ramsey2012-03-181-3/+1
* Fix apparent typo.David Lawrence Ramsey2012-03-181-1/+1
* Fix punctuation.David Lawrence Ramsey2012-03-041-4/+4
* Don't redundantly regenerate agrid at the wrong time.Adam Borowski2012-02-061-12/+0
* Consistently use a space after flow control statements.Adam Borowski2011-12-021-1/+1
* Turn seraphs into real monsters, they were broken by cherub changes.Adam Borowski2011-12-011-0/+2
* s/antihalo/umbra/g in the code as well, to match the new user-visible name.Adam Borowski2011-09-071-17/+19
* Item mimics use the new generation algorithm too.Raphael Langella2011-09-051-19/+7
* New feature mimic implementation.Raphael Langella2011-09-051-0/+4
* Eronarn's profane servitors and antihaloesChris Campbell2011-09-031-3/+59
* First stab at Orb glow.Adam Borowski2011-08-251-0/+27
* cppcheck: fix inefficient checking for emptiness.Adam Borowski2011-07-051-1/+1
* Halo effect for the mace of brillianceShayne Halvorson2011-06-181-5/+18
* Add formatting fix.David Lawrence Ramsey2011-06-071-2/+2
* Allow porkalating holy beings.Adam Borowski2011-04-131-0/+2
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+5
* Cancel Leda's is player isn't standing on solid ground.Raphael Langella2011-02-241-1/+1
* Don't liquefy water.Raphael Langella2011-02-241-0/+3
* Reroll of Zin recite patch.Eronarn Palazzo2011-01-231-0/+1
* Rename holy dragon to pearl dragon (OG17).Jude Brown2011-01-081-1/+1
* Resolve agrid not being regenerated upon loading game.Jude Brown2011-01-021-0/+12
* Tweak Leda's Liquefaction (OG17, others); fixes #3086.Jude Brown2010-12-301-3/+3
* Correct whitespace errors using checkwhite.Vsevolod Kozlov2010-12-291-2/+0
* New spell: Leda's Liquefaction.Jude Brown2010-12-281-5/+144
* Get rid of some more insidious longs.Adam Borowski2010-10-041-1/+2
* Partially implement spirits, though not fully.Jude Brown2010-09-161-1/+1
* Fix a rounding error to make TSO halo look better.Adam Borowski2010-09-141-2/+4
* Merge branch 'master' into holyhaulAdam Borowski2010-09-061-4/+7
|\
| * Rename class "monsters" to "monster".Robert Vollmert2010-09-051-4/+4
| * Silent spectres.Adam Borowski2010-08-231-0/+3
* | Differentiate the halo size for celestial species.Adam Borowski2010-07-071-4/+33
|/
* Don't recalculate the agrid when it's known there are no areas.Adam Borowski2010-07-041-2/+20
* Move the call to _update_agrid() for easier inlining and profiling.Adam Borowski2010-07-041-5/+4
* Bring sanity to enums by making them diffable/patchable.Adam Borowski2010-06-081-1/+1
* Properly make Zin's sanctuary violation a separate conduct.David Lawrence Ramsey2010-04-151-1/+1
* And make Zin care about sanctuary violation again.David Lawrence Ramsey2010-04-151-1/+1
* Fix arena with global LOS.Robert Vollmert2010-03-221-1/+5
* Update actor::get_los to use global LOS.Robert Vollmert2010-03-221-1/+1
* Invalidate global LOS where appropriate.Robert Vollmert2010-03-221-2/+6
* Allow monsters to use Silence.Nathaniel Rook2010-03-211-1/+7