summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.cc
Commit message (Expand)AuthorAgeFilesLines
* Expand handling of monster intelligence and zombifiability to work on dolorous2008-10-061-8/+8
* Add whitespace fixes.dolorous2008-10-021-1/+1
* Carnivore food colouring was ignoring poison setting. [2134776]haranp2008-09-291-0/+3
* Remove debugging messages. (Gah!)j-p-e-g2008-09-291-3/+0
* Vampire feeding changes:j-p-e-g2008-09-281-56/+88
* 2088461: identify Holy Wrath brand on failed wield.haranp2008-09-211-1/+1
* 2026956: only prompt for sharp weapons in butchery.haranp2008-09-211-1/+1
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-5/+0
* Add minor cosmetic fixes.dolorous2008-09-081-1/+1
* Fix food eat prompts ignoring macroed sequences (cbus).dshaligram2008-07-261-2/+2
* Don't allow switching to autocurse weapons for butchery. [2026147]haranp2008-07-241-8/+13
* Fix Vampires draining small corpses not destroying said corpses. Veryj-p-e-g2008-07-181-7/+4
* Fix 2019873: Monsters picking up a second melee weapon if they alreadyj-p-e-g2008-07-181-1/+5
* Refix food eating issue bug introduced by my previous fix of it.haranp2008-07-171-1/+1
* Fix 2018458: Portal projectile not handling branded ammo or nets.j-p-e-g2008-07-171-13/+33
* Fix 2019860: beef jerky wasn't considered meat.haranp2008-07-161-3/+12
* Add several complicated restrictions to the starting gods. Yes, this isj-p-e-g2008-07-101-4/+7
* Add some of the missing descriptions for various abilities.j-p-e-g2008-07-081-0/+1
* * Fix logic error in x_chance_in_y (BR 2013029)j-p-e-g2008-07-081-12/+19
* Another clean up, and add some new weapon speech.j-p-e-g2008-07-071-2/+2
* Fix the old issue of switching to the butchering tool before actuallyj-p-e-g2008-07-071-86/+108
* Disallow vampires from draining summoned creatures to be consistent withj-p-e-g2008-07-041-22/+14
* Fix 1999363: Vampire eating issues.j-p-e-g2008-07-031-20/+16
* Fix 2005590: Branded darts unbranded when thrown.j-p-e-g2008-07-031-1/+1
* Change butchering prompt to hopefully be less confusing (BR 2009022).j-p-e-g2008-07-031-36/+57
* Many code cleanups, mostly involving using stack_iterator andharanp2008-07-021-33/+27
* Don't offer the wielded weapon for quivering (even if throwable) sincej-p-e-g2008-06-301-1/+4
* When reading a "modification scroll" (prompt: Use on which item?)j-p-e-g2008-06-301-2/+2
* Fix 2006479: worn unidentified =PR marking poisonous food as safe. j-p-e-g2008-06-301-1/+1
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-18/+19
* FR 1993535: If asking the user for an item, and the player has none of thezelgadis2008-06-241-4/+1
* Fix tutorial message about gaining a skill being shown outside tutorial.j-p-e-g2008-06-151-4/+4
* Added several new tutorial triggers including information on being caughtj-p-e-g2008-06-131-4/+0
* Extend monster pathfinding to monsters circumventing pools of deep waterj-p-e-g2008-06-111-0/+2
* Move pickup_butcher_tool.txt into (the recently freed) pickup.lua, j-p-e-g2008-06-101-3/+4
* Remove pickup.lua.j-p-e-g2008-06-091-1/+5
* Yikes, so many files! And all I did was add more item evaluationj-p-e-g2008-06-091-0/+23
* 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