summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.cc
Commit message (Expand)AuthorAgeFilesLines
* project-wide: implement use of platform.h detection macrosSteven Noonan2009-10-101-1/+1
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-1/+0
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Add minor cosmetic fixes.David Lawrence Ramsey2009-10-011-4/+5
* food.cc, religion.cc: remove merge conflict markersSteven Noonan2009-10-011-4/+0
* Fix compilation (oops).David Lawrence Ramsey2009-10-011-0/+4
* Clean up the Kiku changes a bit.David Lawrence Ramsey2009-10-011-3/+3
* Applying Kiku patch by Alex MacDonald (timecircuits). Kiku now has an invocat...evktalo2009-10-021-0/+12
* Fix 2836574: butchering with fingernails removing both gloves andj-p-e-g2009-08-141-2/+1
* Apply caotto's plant god patch, for now named "Feawn".j-p-e-g2009-07-201-0/+8
* Fix gloved butchery, using part of evktalo's patch plus a minor hack to dolorous2009-07-151-6/+14
* Remove unneeded blank line.dolorous2009-07-131-1/+0
* Fix 2815574: Venom card not waking monsters.j-p-e-g2009-07-041-5/+12
* First part of the merger of fixed artefacts into unrandom artefactszelgadis2009-06-251-2/+2
* Since fixed artefacts are going to be folded into unrandarts, and unrandartszelgadis2009-06-081-1/+1
* Add minor cosmetic fix.dolorous2009-05-281-2/+1
* Add message tweak suggested in [2796890]: For players with a level of dolorous2009-05-281-3/+22
* Some tutorial additions:zelgadis2009-05-231-0/+5
* * Fix Bat Form restrictions not applying to choice by clicking (Tiles).j-p-e-g2009-05-181-1/+1
* * Tweak Xom's ideas about what makes a funny or boring death.j-p-e-g2009-04-221-8/+4
* Add more minor cosmetic fixes.dolorous2009-04-191-1/+1
* * Fix 2744875 (mutation screen assert).j-p-e-g2009-04-111-4/+4
* * Don't offer rotten chunks for wearers of "otG since it doesn'tj-p-e-g2009-03-221-2/+1
* Overlay tiles in menu with tiles for being equipped/cursed/melded, thej-p-e-g2009-03-141-1/+2
* Various documentation tweaks. Among others, replace all references toj-p-e-g2009-03-121-0/+2
* Fix the amulet of the gourmand autoid when drinking potions of blood.dolorous2009-03-061-4/+2
* FR 2533562: Move the CRAWL_PIZZA / -pizza options into the init filenlanza2009-02-271-2/+2
* Always prompt when trying to drain a corpse as a vampire.dolorous2009-02-251-3/+4
* Allow prompting to eat chunks when the player doesn't have the gourmand dolorous2009-02-241-3/+6
* Adjust handling of blood potion nutrition again.dolorous2009-02-231-3/+3
* Go back to checking for wearing the amulet of the gourmand when dolorous2009-02-221-3/+5
* Add more gourmand-related fixes.dolorous2009-02-221-2/+3
* Fix inverted logic when checking if the player likes chunks.dolorous2009-02-221-4/+4
* Fix gourmand logic for blood potions yet again.dolorous2009-02-221-1/+1
* Clarify.dolorous2009-02-221-1/+2
* And fix them for vampires, too.dolorous2009-02-221-5/+2
* Really fix gourmand checks regarding potions of blood.dolorous2009-02-221-1/+2
* Add minor cosmetic fixes.dolorous2009-02-221-3/+3
* Fix gourmand checks regarding potions of blood.dolorous2009-02-221-3/+6
* Clean up gourmand-related routines: only check for gourmand duration dolorous2009-02-221-33/+31
* * Fix Sif Muna occasionally gifting manuals.j-p-e-g2009-02-221-0/+12
* Add whitespace fixes.dolorous2009-02-121-1/+1
* Fix [1974504]: eating from the floor did not respect !e.haranp2009-02-081-0/+3
* Clean up nutrition-related functions a bit, and handle non-vampires' dolorous2009-02-081-21/+27
* More type safety.haranp2009-01-311-31/+35
* Added options easy_eat_gourmand and easy_eat_contaminated.zelgadis2009-01-261-4/+10
* * Move eating logic from lua to C again, so as to handle more than j-p-e-g2009-01-251-35/+33
* Fixing warnings.ennewalker2009-01-201-1/+1
* * Fix 2477235: Use inscription check when switching back from butcheringj-p-e-g2009-01-141-1/+8
* Greatly improve eating interface, as suggested in FRs 1923273 and 2018733.j-p-e-g2009-01-061-49/+439