summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transform.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typoChris Oelmueller2013-11-151-1/+1
* More formatting fixes for return (...);Neil Moore2013-11-151-6/+6
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-16/+16
* Make getting reduced to <= 0 maxhp by {,un)}transforming fatal.Adam Borowski2013-11-131-0/+13
* Rename "dragon" to "fire dragon"Chris Oelmueller2013-11-081-1/+1
* Give Formicids normal antennaeChris Campbell2013-11-061-3/+2
* Merge branch 'master' into dwantsAdam Borowski2013-11-011-7/+8
|\
| * Dj: turn hover into regular permaflight.Adam Borowski2013-11-011-4/+0
| * Don't allow Vampires to be lichformedChris Campbell2013-10-271-1/+2
| * Don't enliven vampires when leaving lich form (#7668).Neil Moore2013-10-261-2/+6
* | Assorted formatting fixes.Adam Borowski2013-11-011-4/+5
* | Merge branch 'master' into dwantspubby2013-10-011-1/+7
|\|
| * Partially fix Lear's hauberk melding woes.Adam Borowski2013-09-081-1/+7
* | Merge branch 'master' into dwantspubby2013-08-311-24/+46
|\|
| * Turn transform(force) into transform(involuntary).Adam Borowski2013-08-271-12/+15
| * Don't give Confusing Touch when Zin prevents fungus form (#7461)Neil Moore2013-08-131-2/+7
| * Unmeld boots when fishtail merfolk transform (#7456)Neil Moore2013-08-131-1/+2
| * Revert "Remove player clinging".Adam Borowski2013-08-121-0/+7
| * Simplify and constify.Neil Moore2013-08-051-2/+2
| * Don't prompt about irrelevant transformations while in stat death.Adam Borowski2013-08-051-2/+4
| * End Ozocubu's Armour when casting Statue Form (#7426)Chris Campbell2013-08-041-1/+6
| * Refactor 'you.religion' checks.Brendan Hickey2013-07-281-2/+2
| * Remove bonus strength from LichformChris Campbell2013-07-161-3/+0
| * Reword a statue form messageChris Campbell2013-07-161-1/+1
| * Adjust Statue Form for gargoylesDracoOmega2013-07-101-1/+6
| * Remove player clingingChris Campbell2013-07-091-7/+0
| * Don't set transform_uncancellable when checking pig form.Neil Moore2013-06-301-1/+2
| * Don't spam fail messages when checking form validity.Adam Borowski2013-06-291-1/+4
* | Create Formicid species and monsters.pubby2013-08-251-2/+3
|/
* Allow LOs to cast certain transformations in lavaPekka Lampila2013-06-101-1/+1
* ASSERT_RANGEs other than >= <.Adam Borowski2013-06-081-2/+1
* Lava orc stoneskin fixes (#7130)Neil Moore2013-06-041-13/+3
* Add formatting fixes.David Lawrence Ramsey2013-05-301-0/+2
* Merge branch 'lava_orcs' into lava_djinnAdam Borowski2013-05-291-2/+29
|\
| * Merge branch 'master' into lava_orcsAdam Borowski2013-05-291-32/+199
| |\
| * | Lava orcs can swim in lava unless it is flagged as dangerous to them.Eronarn Palazzo2013-01-081-0/+7
| * | Lava orcs have innate Stoneskin (and cannot cast it otherwise).Eronarn Palazzo2013-01-081-2/+22
* | | Merge branch 'master' into djinnAdam Borowski2013-05-291-9/+26
|\ \ \ | | |/ | |/|
| * | End the flayed effect if you transform into something that isn't livingDracoOmega2013-05-261-0/+13
| * | Fix octopodes and grey draconians being able to swim in forms that normally c...DracoOmega2013-05-261-2/+2
| * | Clean up stairs commands and checks.Zannick2013-05-241-1/+2
| * | Don't mistake porcupines for spidersPete Hurst2013-05-211-1/+1
| * | Don't give Fedhas' temperature resistance message for tree form when under pe...David Lawrence Ramsey2013-05-191-1/+1
| * | Remove the message for Fedhas and fungiform.Adam Borowski2013-05-161-2/+0
| * | Make the Fedhas message for tree form more informative.Adam Borowski2013-05-161-1/+1
| * | Boost Lear's by +28 AC, DEX+3, +CAST, -Curse.Adam Borowski2013-05-081-0/+4
| * | Refactor ASSERT(a && b) -> ASSERT(a); ASSERT(b);Brendan Hickey2013-04-281-1/+2
* | | Djinn: fiery ice isn't cool.Adam Borowski2013-04-291-0/+3
* | | Djinn: up, up, awaay!Adam Borowski2013-04-281-0/+4
|/ /
* | Print messages on unmeld, partly to avoid silly messages.Samuel Bronson2013-04-191-17/+17