summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed tile compile. (I was being a bit overzealous in my cleanup.)j-p-e-g2008-03-251-4/+25
* Fix the display of monsters in the tiles minimap. (My mistake, sorry.)j-p-e-g2008-03-241-1/+3
* Allow vampires of hunger state full or higher to go berserk.j-p-e-g2008-03-211-23/+24
* Make Zin dislike when the player takes an action that makes an alreadyj-p-e-g2008-03-211-33/+63
* Remove paws and sleepiness mutations. Those two just don't cut it.j-p-e-g2008-03-201-13/+4
* Add some logic to unidentified potions of blood congealingj-p-e-g2008-03-191-1/+5
* Put the previous check for being undead back in player::rot(), but make dolorous2008-03-181-2/+8
* Remove erroneous check for being undead in player::rot(), as dolorous2008-03-181-3/+0
* More fixes so 1916515 doesn't happen again.pauldubois2008-03-171-2/+7
* - Move "shaft disappears in a puff of logic" logic further down, so it'spauldubois2008-03-171-8/+11
* Pull yes or no questions requiring a typed "yes" into into a yes_or_no(),pauldubois2008-03-161-15/+5
* Cosmetic fix.dolorous2008-03-151-1/+1
* Initialize quiver to ENDOFPACK instead of 0. Fixes the case:pauldubois2008-03-151-1/+1
* Vampires are now only poison resistant if thirsty or worse, and I'vej-p-e-g2008-03-141-19/+71
* Overhauled potions of blood and vampires.j-p-e-g2008-03-131-0/+5
* Modify the Zot trap "Do you really ...?" prompt to only accept "yes" as aj-p-e-g2008-03-121-19/+40
* Move the routine to calculate the racial armor bonus into its own dolorous2008-03-111-49/+60
* Another of those commits on monster speech, hopefully the last one forj-p-e-g2008-03-111-17/+47
* Implement FR 1897310: auto-travel through clouds if you are (semi)permanentlyj-p-e-g2008-03-101-63/+79
* Apply 1895318, with some cleanup.pauldubois2008-03-091-0/+1
* Fix compile in debugpauldubois2008-03-081-4/+5
* Fix 1909592: trunk not compiling on Windowsj-p-e-g2008-03-071-36/+41
* Further improvements of vampires:j-p-e-g2008-03-061-16/+45
* Tweak Vampires, part Ij-p-e-g2008-03-061-12/+28
* [FR 1733318] Draconian ghosts (non-grey, xl >= 7) get a draining breath j-p-e-g2008-03-031-4/+11
* Make Options.race and Options.class translate correctly, no matter whether j-p-e-g2008-03-021-141/+8
* [FR 1816805] Implementing a new species/classes order on the characterj-p-e-g2008-03-021-21/+10
* Remove obsolete references to Glamour.dolorous2008-01-301-13/+0
* [1873415] Weaken chain paralysis.dshaligram2008-01-271-5/+7
* Fixed inappropriate monsters being able to submerge in air, tweaked monster s...dshaligram2008-01-261-1/+1
* Fix collision between gotoxy(int,int,int) and DOS djgpp gotoxy().dshaligram2008-01-251-1/+1
* [1861488] Fixed passwall bugs.dshaligram2008-01-251-12/+12
* Smooth out TSO's draining protection to work with fractional piety for dolorous2008-01-201-4/+2
* Add minor comment typo fixes.dolorous2008-01-201-2/+2
* Simplify species_exp_mod() a bit.dolorous2008-01-201-3/+1
* Overhaul quiver storage to hold up to six item slots of j-p-e-g2008-01-161-2/+1
* As brought up during the good god overhaul discussion a few months ago, dolorous2008-01-161-0/+6
* FR 1836617: Add item brand for plants (and mimics) in Tiles.j-p-e-g2008-01-161-1/+5
* FR 1813275: Change description of dragon slaying to an old suggestion j-p-e-g2008-01-151-1/+1
* Add minor cosmetic cleanups.dolorous2008-01-141-3/+3
* Fix 1871029: really lose beogh_water_walk() upon penancej-p-e-g2008-01-141-1/+29
* Fix some message inconsistencies.dolorous2008-01-131-1/+1
* Fixed shield bonus when confused (syllogism).dshaligram2008-01-121-0/+4
* List quiver in status section like you do for the hand weapon.j-p-e-g2008-01-091-0/+1
* Monsters get multilevel resists (incomplete). Monster data needs to bedshaligram2008-01-091-5/+16
* Replace TSO's Smiting with Divine Shield.j-p-e-g2008-01-081-0/+3
* Add type fixes.dolorous2008-01-061-2/+2
* Tiles!ennewalker2008-01-051-1/+20
* [1859486] Fixed skeletons weighing five times more than intended, burden stat...dshaligram2007-12-281-11/+1
* Remove unneeded logic in you_can_wear().dolorous2007-12-281-4/+0