summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix 2037105: amulet of controlled flight not autoIDing.haranp2008-08-041-23/+23
* 2036429: better spacing on ^ screen.haranp2008-08-041-1/+1
* Properly indicate claws in your_hand().dolorous2008-08-021-2/+2
* Massive overhaul to move towards coord_def().haranp2008-07-301-23/+8
* Implemented monster spell miscasts. Spell miscasting is now handledzelgadis2008-07-291-4/+57
* Don't lose level-up stat and hp gain if Crawl receives SIGHUP at the level-up...dshaligram2008-07-291-16/+28
* Fix 2022451: Cleansing Flame hurting distracted monsters and angeringj-p-e-g2008-07-281-1/+1
* Fixing Tiles minimap not being updated with magic mapping. Some other minor ...ennewalker2008-07-251-1/+0
* More cleanups and fixes.haranp2008-07-231-3/+2
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-39/+28
* Add immunity checks for prompts about beams potentially hitting yourselfj-p-e-g2008-07-211-5/+5
* Pan overhaul:dshaligram2008-07-201-0/+5
* [2021920] Fixing issue where swapping into a fire elemental and cancelling du...ennewalker2008-07-191-3/+5
* Silenced valgrind warning noises, probably harmless.dshaligram2008-07-181-0/+1
* Add more miscellaneous minor fixes.dolorous2008-07-161-1/+1
* Add miscellaneous minor fixes.dolorous2008-07-161-5/+4
* Large tiles-related changes. Platform-specific rendering removed and replace...ennewalker2008-07-151-15/+1
* Fix 2014303: Vampire hunger propertiesj-p-e-g2008-07-091-2/+2
* 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-1/+1
* Fix 1870427: Max hp misreported if frail and rotted.j-p-e-g2008-07-061-0/+49
* Add a function x_chance_in_y(x,y) to replace the variousj-p-e-g2008-07-061-5/+5
* Add res_rotting() method to the actor class so that the "are you the rightzelgadis2008-07-021-6/+12
* Properly redraw the player's skill level, experience level, etc. after dolorous2008-06-301-4/+2
* Comment fixes.dolorous2008-06-301-2/+2
* Enable Chaos Knights of Lugonu starting out in the Abyss.j-p-e-g2008-06-301-1/+1
* [2005471] Fixing bug where discovered trap was not being shown until a turn l...ennewalker2008-06-291-4/+6
* Fix 2004501: buggy ?identify; also finally properly id ?identify itselfj-p-e-g2008-06-281-4/+6
* Fix 2005269: trolls being capable of wearing almost all armour types.j-p-e-g2008-06-281-2/+3
* AutoID amulet of resist slowing when quaffing !slowing ("You feelj-p-e-g2008-06-271-0/+6
* Simplify.dolorous2008-06-271-2/+1
* Fix another two instances of monster placement returning false j-p-e-g2008-06-261-0/+2
* Disallow quivering equipped items. (You can still (fi)re your wieldedj-p-e-g2008-06-261-37/+29
* Fix the character selecting omitting letters for restricted classes (asj-p-e-g2008-06-261-4/+8
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-64/+58
* For jewellery with pluses and wands, only make an ident note when thezelgadis2008-06-191-3/+2
* If contaminate_player() makes the player glow when s/he wasn't glowingzelgadis2008-06-171-7/+8
* Simplify.dolorous2008-06-161-4/+2
* Don't change beam names for tracers. (Fixes 1994978.)j-p-e-g2008-06-161-5/+5
* Add more miscellaneous minor cleanups.dolorous2008-06-151-3/+2
* * Add a prompt when attacking monsters with an inappropriate weapon orj-p-e-g2008-06-141-0/+27
* Added several new tutorial triggers including information on being caughtj-p-e-g2008-06-131-7/+12
* Add explanatory comments to the pathfinding routines. I might have gonej-p-e-g2008-06-121-3/+3
* Implement the Petrify spell in a rather basic variant, and replace the j-p-e-g2008-06-121-12/+33
* Improve performance by only checking whether there are lava or deepj-p-e-g2008-06-121-15/+19
* Extend monster pathfinding to monsters circumventing pools of deep waterj-p-e-g2008-06-111-0/+2
* Added "items" boolean parameter to the player_res_foo() functions, whichzelgadis2008-06-111-116/+137
* Implement new religious titles (FR 1872205).j-p-e-g2008-06-101-2/+2
* Yikes, so many files! And all I did was add more item evaluationj-p-e-g2008-06-091-52/+50
* After some thinking remove the bat form exception for starving Vampiresj-p-e-g2008-06-091-10/+3