summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.cc
Commit message (Expand)AuthorAgeFilesLines
* corpses are inedible for non-vamps if the chunks are inedible (5040)Jesse Luehrs2014-08-141-4/+17
* Re-add a vampire message (|amethyst)Nicholas Feinberg2014-08-091-0/+3
* Don't give --more-- prompts for trying to eat (8849)Nicholas Feinberg2014-08-081-15/+22
* Don't check for Sublimation in butchering promptsNicholas Feinberg2014-08-081-2/+1
* Remove an unreachable blocNicholas Feinberg2014-08-081-7/+0
* Forbid butchering/eating Xtahua and Gastronok under Zin (#7726)Neil Moore2014-07-311-2/+14
* Remove stuffNicholas Feinberg2014-07-291-1/+2
* Create prompt.ccNicholas Feinberg2014-07-271-0/+1
* Make Sublimation of Blood only effective when cast on the playerChris Campbell2014-07-231-14/+4
* More functionobjecticide.Neil Moore2014-07-131-29/+25
* Track eating in action counts.Neil Moore2014-07-051-0/+2
* Remove some unused code accidentally restored.Shmuale Mark2014-07-041-76/+22
* Revert "don't eat off the floor (aef094f7fd7. 9c21a484839)"Nicholas Feinberg2014-07-041-30/+217
* Don't allow eating chunks off the ground, either (|amethyst).Shmuale Mark2014-07-021-34/+26
* Disallow eating off the ground for non-vampires.Shmuale Mark2014-07-021-199/+16
* Split butchering/bottling into a new fileNicholas Feinberg2014-07-011-0/+1
* Remove an unused function (gammafunk).Shmuale Mark2014-06-301-83/+4
* Don't crash when vampires hit 'q' after bottling one corpseNicholas Feinberg2014-06-281-1/+1
* Decontaminate all chunks.Shmuale Mark2014-06-271-51/+5
* Rename 'mesclr()' to 'clear_messages()'reaverb2014-06-221-1/+1
* Remove vestiges of Simulacrum-chunk interactions.Neil Moore2014-06-091-6/+3
* Make Doxygen @returns "@return" for consistancy.reaverb2014-06-051-1/+1
* Revert "Replace some you.mutaiton[] calls with player_mutation_level()"reaverb2014-06-031-2/+2
* Replace some you.mutaiton[] calls with player_mutation_level()reaverb2014-06-031-2/+2
* Remove player burden and carrying capacitygammafunk2014-05-261-46/+14
* Randomised text for eating fruit (MarvinPA, PleasingFungus).Shmuale Mark2014-05-261-0/+8
* Remove some foods.Shmuale Mark2014-05-261-52/+0
* Remove Xom being amused by hunger in Labsreaverb2014-05-231-64/+0
* Rename honeycombs royal jellies (PleasingFungus).Shmuale Mark2014-05-211-2/+2
* Remove Ambrosiareaverb2014-05-211-6/+0
* Remove royal jelliesreaverb2014-05-211-8/+0
* Clarify vampire chopping prompt slightly (#8513).Shmuale Mark2014-05-201-3/+4
* Remove plague shamblers.Shmuale Mark2014-05-141-10/+0
* Auto-id jewellery on equip.Shmuale Mark2014-04-271-2/+0
* Move mon death stuff from mon-stuff.cc to mon-death.cc.Shmuale Mark2014-04-121-0/+1
* Let all forms butcherChris Campbell2014-04-101-7/+0
* Remove the unused jelly formChris Campbell2014-04-101-55/+8
* Let non-undead forms eat and drink normallyChris Campbell2014-04-101-11/+4
* Allow ghouls to use easy_eat.Shmuale Mark2014-04-021-9/+5
* Let Vampires bottle blood in forms that can butcher (#7852)Chris Campbell2014-03-271-1/+2
* Remove `auto_list` optionChris Oelmueller2014-03-111-1/+1
* Remove djinn.wheals2014-02-241-3/+13
* Check for harmful monsters or clouds before easy-eating (wheals)Chris Oelmueller2014-01-251-1/+1
* Allow mutagenic chunks to be eaten when satiatedPekka Lampila2014-01-251-1/+4
* Brace and doublespace removal.Adam Borowski2013-12-141-6/+0
* Clean up item eating codeCedor2013-12-121-71/+33
* Remove dead code for eating poisoned chunksPekka Lampila2013-12-101-27/+14
* When butchering only check for known poison resistCedor2013-12-101-7/+11
* Simplify butchery handlingChris Campbell2013-12-061-148/+7
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-8/+8