summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.cc
Commit message (Expand)AuthorAgeFilesLines
* Lower chance of vampiric bite during bat form, and if it happens, halvej-p-e-g2008-06-081-2/+2
* Nerf damage of the bat transformation. Reduced fromj-p-e-g2008-06-071-2/+2
* Fix 1986252: double "Blech! You need xy!" messagej-p-e-g2008-06-061-6/+0
* Fix a bug with swap_when_safe, and experimentally defaultj-p-e-g2008-06-031-2/+14
* Fix summoned monsters spattering blood.j-p-e-g2008-06-031-4/+3
* Have weapon_switch() do autopickup if the player is a vampire, in additionzelgadis2008-06-031-1/+1
* Fix a stupid bug I'd introduced when fixing another one.j-p-e-g2008-06-021-20/+7
* I'm not sure I actually coded anything worthwhile, though I experimentedj-p-e-g2008-06-021-10/+17
* Fix 1981533: Mouseclick allows eating inappropriate food types.j-p-e-g2008-06-021-10/+49
* * Fix some issues with the new food colourings, and make it respectj-p-e-g2008-06-011-41/+176
* is_mutagenic(), is_contaminated() and causes_rot() should have been usingzelgadis2008-06-011-3/+3
* Fix eating always only taking 1 turn, whoops!j-p-e-g2008-05-311-1/+1
* Fix 1962147: Move the comments on the food you eat at the end of DELAY_EAT.j-p-e-g2008-05-311-131/+181
* Consolidate all cases where corpses are turned into skeletons, asj-p-e-g2008-05-311-5/+4
* Modify menu_colour_item_prefix() to also handle stuff like contaminatedj-p-e-g2008-05-311-36/+113
* Added two new options, rest_wait_both and chunks_autopickup, both defaultingzelgadis2008-05-301-0/+3
* Some spacing clean-up in the tutorial code (thanks for the additions,j-p-e-g2008-05-271-3/+11
* If you try to butcher when there's no corpse on the ground but there'szelgadis2008-05-271-4/+64
* Properly disallow bottling blood from rotten corpses, as doing so causes dolorous2008-05-221-2/+1
* A few message tweaks for delayed butchering.j-p-e-g2008-05-161-3/+9
* Fix the remaining (known) issues with butchering all corpses in a stash:j-p-e-g2008-05-161-13/+24
* Implement FR 1936340: add a shortcut for butchering (a)ll corpses in aj-p-e-g2008-05-151-167/+239
* Fix butchery prompt to accept "d" again.dolorous2008-05-151-1/+1
* Make vampires' spell (and ability) hunger dependent on their hunger state.j-p-e-g2008-05-081-2/+5
* First attempt at making vampire feeding interruptible. It doesn't workj-p-e-g2008-05-051-176/+218
* Tweak messages for enchantments' being affected by vampire blood levels: dolorous2008-05-041-3/+3
* Remove Beogh recalling orcs for you, and instead try harder to findj-p-e-g2008-04-261-1/+1
* Add more minor cosmetic fixes.dolorous2008-04-231-1/+1
* Since liches are US_UNDEAD, they can't eat, so remove references to dolorous2008-04-231-50/+27
* Remove redundancy: liches are poison resistant.dolorous2008-04-231-4/+1
* Add minor cosmetic fixes.dolorous2008-04-231-5/+0
* For now use normal tiles for the blessed blades (WPN_FALCHION ratherj-p-e-g2008-04-221-1/+1
* * Remove "Really eat rotten meat?" prompt, and print a generic refusalj-p-e-g2008-04-221-18/+31
* Expand restore_stat() to allow for more fine-grained constrol of stat dolorous2008-04-201-7/+2
* Vampires: Allow Bat Form only until Satiated, and add this and thej-p-e-g2008-04-201-4/+3
* Fix tiles compile (in a hacky way, since I don't know what the mp/hpj-p-e-g2008-04-181-0/+3
* Allow vampires to mutate when Satiated or higher, and make non-physicalj-p-e-g2008-04-151-18/+18
* Vampire "eating" interface:j-p-e-g2008-04-151-6/+25
* Bug 1941782: Allow vampires to learn spells such as Berserk and j-p-e-g2008-04-141-44/+66
* FR 1927675: Change message for jellies corroding itemsj-p-e-g2008-03-281-2/+16
* Clean up vampire biting attack, and call the new method whenever aj-p-e-g2008-03-281-14/+22
* Split potions of blood and potions of coagulated blood into twoj-p-e-g2008-03-261-7/+10
* Tweak yesnoquit some more to allow for a second alternative yes character,j-p-e-g2008-03-211-27/+8
* Another one of those mixed commits.j-p-e-g2008-03-201-1/+1
* Added synonyms in yelling interface (!=t) and when butchering (D=c) sodploog2008-03-151-1/+2
* Vampires are now only poison resistant if thirsty or worse, and I'vej-p-e-g2008-03-141-5/+20
* Add minor comment fix.dolorous2008-03-141-3/+3
* Overhauled potions of blood and vampires.j-p-e-g2008-03-131-8/+22
* Clean things up a bit more.dolorous2008-03-131-9/+13
* Clean up the routine to let vampires eat (drink?) from their inventory, dolorous2008-03-131-18/+21