summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement divination miscasts for orange statues, fix silver and orange statu...dshaligram2008-12-291-4/+4
* Vampires may no longer draw blood from summoned monsters.j-p-e-g2008-12-291-18/+0
* Changes to monster spell messages:zelgadis2008-12-291-0/+23
* Fix 2471146: equipment being melded due to mutations.j-p-e-g2008-12-281-36/+49
* Also handle EQ_RINGS_PLUS etc. in you_tran_can_wear().j-p-e-g2008-12-271-8/+21
* Fix 2448686: some jewellery properties not working properly while transformed.j-p-e-g2008-12-261-15/+18
* Two cosmetic-only changes to Xom miscasts:zelgadis2008-12-221-0/+2
* Improved handling of Xom accidentally killing the player.zelgadis2008-12-211-0/+14
* Make player::is_habitable_feat() deal with deep water and lava.zelgadis2008-12-201-1/+13
* Added "The Stairs" card (not yet in any deck), eventually to be the card whichzelgadis2008-12-191-0/+26
* Take enchantment into account with monster shields. Fixes 2370612.haranp2008-12-131-13/+1
* * Nerf harpies a bit: they are now slower and have no bite attack j-p-e-g2008-12-111-8/+12
* Generalize swapping two pieces of terrain in function swap_terrain().zelgadis2008-12-111-0/+78
* Make sirens draw the player in their direction. This will not actuallyj-p-e-g2008-12-011-73/+77
* * Rename beheld -> mesmerised.j-p-e-g2008-12-011-49/+50
* * Repurpose program bug tile for chaos spawns (using error tile forj-p-e-g2008-11-301-3/+5
* * Fixed a few issues with transformations.j-p-e-g2008-11-281-2/+2
* Allow ziggurats placed in Pandemonium to return to the same Pan level when th...dshaligram2008-11-251-1/+4
* Fix bug 2325392: Ring of Flames interface problems. Whether stepping intozelgadis2008-11-221-1/+7
* Turn kenkus' hardcoded pecking attack and inability to wear helmets into dolorous2008-11-191-3/+6
* Transformed naga should not get bonus defence vs water attack.dshaligram2008-11-181-1/+1
* Clean up handling of thrown items (mostly large rocks) again.dolorous2008-11-171-2/+2
* Make all the checks for throwable items consistent.dolorous2008-11-171-1/+1
* Add still more minor cosmetic fixes.dolorous2008-11-171-2/+1
* Move asphyxiation resistance to the actor interface.dolorous2008-11-161-5/+11
* Add a few more poison-related cleanups.dolorous2008-11-161-3/+3
* Added crawl.process_keys to user Lua API to allow a Lua macro to ask Crawl to...dshaligram2008-11-121-1/+2
* Add more player duration cleanups, and fix ouch() napalm death sources.dolorous2008-11-121-61/+87
* So many files? That's probably some debugging messages included,j-p-e-g2008-11-091-4/+4
* Fix compilation.dolorous2008-11-071-1/+1
* Increase the maximum duration of sticky flame to 100.dolorous2008-11-071-3/+4
* Clean up sticky flame handling.dolorous2008-11-071-0/+55
* Add more minor cosmetic fixes.dolorous2008-11-071-16/+16
* Consolidate the routines to remove the player's condensation shield into dolorous2008-11-071-0/+2
* Add more miscellaneous fixes.dolorous2008-11-071-34/+41
* Add poison-related cleanups.dolorous2008-11-071-6/+30
* In labyrinths, forget all grids outside a radius of 25*25 (non-Minotaur)j-p-e-g2008-11-051-2/+10
* Apply the first part of the labyrinth tweaks:j-p-e-g2008-11-041-4/+12
* Add "vampiric" as the adjective form for vampires.dolorous2008-11-021-20/+20
* Simplify.dolorous2008-10-301-1/+1
* * Properly deactivate shields during transformations.j-p-e-g2008-10-261-0/+3
* Implement FR 1894211: All transformations will now cause your equipmentj-p-e-g2008-10-261-6/+35
* General code improvements.haranp2008-10-121-5/+1
* After discussion with dpeg, added a Scroll of Antimagic,haranp2008-10-111-0/+4
* Rewrite of beam.cc: put all beam data in one place. Might be buggy.haranp2008-10-091-20/+19
* Fix flight type handling so that spectral things can at least always dolorous2008-10-071-1/+1
* Redid monster death idiom so that monsters::hurt can implicitlyharanp2008-10-041-1/+3
* Some cleanup (replacing you.duration[DUR_CONF] with you.confused())haranp2008-10-031-4/+4
* Add miscellaneous minor fixes.dolorous2008-10-021-41/+41
* Reworked traps: much much cleaner now. There might be bugs, though.haranp2008-10-011-38/+16