summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.cc
Commit message (Expand)AuthorAgeFilesLines
* Apply recent commits to 0.4, including Matthew's evil zoo fix.j-p-e-g2008-07-091-5/+3
* Add a function x_chance_in_y(x,y) to replace the variousj-p-e-g2008-07-061-4/+6
* Simplify.dolorous2008-07-041-5/+5
* Remove redundant bits: The poison and electricity resistance mutations dolorous2008-07-041-12/+9
* Add spelling fixes where possible: "gray" -> "grey".dolorous2008-07-041-2/+2
* In mutation_name(), display the species-specific special cases properly dolorous2008-07-041-7/+23
* Disallow quivering equipped items. (You can still (fi)re your wieldedj-p-e-g2008-06-261-21/+39
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-71/+70
* Don't change beam names for tracers. (Fixes 1994978.)j-p-e-g2008-06-161-15/+20
* Added several new tutorial triggers including information on being caughtj-p-e-g2008-06-131-8/+8
* Make extra-sure to reject invalid mutations. And if the player somehowzelgadis2008-06-121-6/+48
* After some thinking remove the bat form exception for starving Vampiresj-p-e-g2008-06-091-13/+17
* * Fix some issues with the new food colourings, and make it respectj-p-e-g2008-06-011-1/+1
* Add more comment fixes.dolorous2008-05-311-2/+2
* Fix bad logic allowing undead to mutate when they shouldn't be able to.dolorous2008-05-311-1/+1
* Add missing break.dolorous2008-05-311-0/+1
* Update documentation on coding conventions, and apply a few of them. :)j-p-e-g2008-05-271-1/+1
* Change SP_GOLDEN_DRACONIAN to SP_YELLOW_DRACONIAN, for consistency.dolorous2008-05-241-1/+1
* Fix 1941612: Zapping wands known to be empty shouldn't cost a turn, butj-p-e-g2008-05-211-3/+3
* Add yet more minor cosmetic fixes.dolorous2008-05-191-6/+6
* Fix the remaining (known) issues with butchering all corpses in a stash:j-p-e-g2008-05-161-1/+1
* Make vampires' spell (and ability) hunger dependent on their hunger state.j-p-e-g2008-05-081-15/+5
* Add minor cosmetic fixes.dolorous2008-05-031-3/+3
* In give_bad_mutation(), add MUT_LOW_MAGIC to the list of mutations.dolorous2008-05-031-1/+2
* Fix give_bad_mutation() to give MUT_FAST_METABOLISM again, instead of dolorous2008-05-031-1/+1
* Comment fixes.dolorous2008-05-021-1/+1
* Fix potential warnings.dolorous2008-05-021-1/+1
* Comment fix.dolorous2008-05-021-1/+1
* Fix inverted logic.dolorous2008-05-021-1/+1
* Display Zin's mutation protection message *again* when failMsg is false, dolorous2008-05-011-2/+1
* Add another minor cosmetic fix.dolorous2008-05-011-1/+2
* After more thought, don't show Zin's mutation protection message if dolorous2008-05-011-1/+2
* Add a failMsg parameter for delete_mutation().dolorous2008-05-011-2/+3
* Make Zin's mutation protection always display a message, just as TSO's dolorous2008-05-011-2/+1
* Make mutate() respect the failMsg parameter again (oops).dolorous2008-05-011-2/+4
* Add a random bad mutation type.dolorous2008-05-011-3/+11
* Disallow getting the mutation resistance mutation as a god gift.dolorous2008-05-011-0/+4
* Add more minor cosmetic fixes.dolorous2008-04-301-15/+15
* Add minor cosmetic fixes.dolorous2008-04-301-6/+6
* Comment fix.dolorous2008-04-301-1/+1
* Make Xom be amused by the blinking mutation again.dolorous2008-04-291-1/+1
* Clarify comment.dolorous2008-04-281-1/+2
* After some thought, revert previous change. If the mutation resistance dolorous2008-04-281-12/+9
* Allow god gift mutations to override less than 3 levels of the mutation dolorous2008-04-281-9/+12
* For now, allow god gift mutations to override mutation loss due to being dolorous2008-04-281-1/+3
* Remove unneeded blank line.dolorous2008-04-281-1/+0
* Add more minor cosmetic fixes.dolorous2008-04-281-2/+2
* Add spacing fixes.dolorous2008-04-281-3/+3
* Add yet more minor cosmetic fixes.dolorous2008-04-271-1/+5
* Add still more minor cosmetic fixes.dolorous2008-04-271-5/+5