summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Remove Mislead.Adam Borowski2013-12-151-1/+1
* Fix spelling of "targeting" (#7837)Chris Campbell2013-12-101-1/+1
* Make Xom's invisibility uncancellable (#7841)Chris Campbell2013-12-101-0/+3
* Don't let statdrain from god wrath bypass sustain abilityChris Campbell2013-11-291-1/+1
* Automated brace removal.Adam Borowski2013-11-291-4/+0
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-7/+5
* Revert "Replace `mprf(ch, s)` with `mpr(s, ch)`"Adam Borowski2013-11-291-1/+1
* Can "You die..." messageChris Oelmueller2013-11-281-2/+2
* Replace `mprf(ch, s)` with `mpr(s, ch)`Chris Oelmueller2013-11-281-1/+1
* Simplify potion quaff-id.Adam Borowski2013-11-271-1/+1
* Remove unused Xom greater demon summoning codeChris Campbell2013-11-261-113/+13
* Simplify away an argument.Adam Borowski2013-11-241-1/+1
* Don't let some sources confuse you through clarity.Adam Borowski2013-11-241-2/+1
* Cap Xom player confusion at 20 turnsChris Campbell2013-11-241-1/+1
* Make Xom respect clarity and sustain abilities (when not feeling nasty)Chris Campbell2013-11-241-4/+7
* Remove "convenience" function connected_doors.blackcustard2013-11-221-2/+2
* More formatting fixes for return (...);Neil Moore2013-11-151-7/+7
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-15/+15
* Teach Xom how to undo a fatal transformation.Adam Borowski2013-11-131-2/+11
* Fix a brown-paper-bag bug in Xom lifesaving.Adam Borowski2013-11-051-1/+1
* Get rid of the radius_iterator "legacy" constructor.Adam Borowski2013-11-051-1/+1
* Get rid of all external uses of get_los().Adam Borowski2013-11-051-2/+2
* Axe a buttload of useless #includes.Adam Borowski2013-11-031-1/+0
* Use cell_is_solid where appropriate.Neil Moore2013-11-011-1/+1
* monster_near_iteratorAdam Borowski2013-10-311-9/+9
* Don't let Xom swap weapons with something in water/lava.Adam Borowski2013-10-311-1/+2
* Fix Xom's lifesaving on unhandled mutations.Adam Borowski2013-10-271-48/+12
* Make Xom's draining effect only drain onceChris Campbell2013-10-261-7/+3
* Reformat multi-line array literals.Adam Borowski2013-10-051-6/+15
* Fix a couple of major save tag bump bugs.Adam Borowski2013-10-011-1/+1
* Squash four types of dry fountains into one. Reflowing is gone...Adam Borowski2013-09-251-34/+4
* Get rid of random_shuffle().Adam Borowski2013-09-101-1/+1
* Don't show a particularly spammy Xom note by default.Adam Borowski2013-09-071-1/+1
* Add Discord to the list of Xom tension spells.Adam Borowski2013-09-031-1/+1
* Schedule MUT_STRONG_STUFF and MUT_FLEXIBLE_WEAK for removal.Adam Borowski2013-08-291-0/+2
* Revert "Remove player clinging".Adam Borowski2013-08-121-2/+3
* Replace 'you.penance' checks with function callsBrendan Hickey2013-07-281-3/+3
* Pad some ternary operators with spaces on the leftChris Oelmueller2013-07-281-2/+2
* Refactor 'you.religion' checks.Brendan Hickey2013-07-281-8/+8
* Revert "Messages for undead who drink potions of mut or bmut."Adam Borowski2013-07-131-1/+1
* Messages for undead who drink potions of mut or bmut.ontoclasm2013-07-111-1/+1
* Remove player clingingChris Campbell2013-07-091-3/+2
* Revamp player xp drainingDracoOmega2013-07-061-6/+6
* ASSERT_RANGEs other than >= <.Adam Borowski2013-06-081-6/+6
* Merge branch 'master' into lava_orcsAdam Borowski2013-05-291-95/+78
|\
| * Properly attribute draining and sticky flame deaths.Steve Melenchuk2013-05-061-4/+5
| * Rename Summon Small Mammals to Summon Small MammalChris Campbell2013-05-061-1/+1
| * Cure all nausea, permanently.Adam Borowski2013-04-301-2/+1
| * Fix a crash if Xom acts when you're at a zero stat.Adam Borowski2013-04-291-9/+8
| * Refactor ASSERT(a && b) -> ASSERT(a); ASSERT(b);Brendan Hickey2013-04-281-3/+6