summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player-equip.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow players to understand stasis messages without a thesaurusreaverb2014-08-081-2/+1
* Hide a hack better.Shmuale Mark2014-08-031-1/+1
* Move canned_message() from stuff.cc to message.ccNicholas Feinberg2014-07-271-1/+1
* Refactor weapon_skill()Nicholas Feinberg2014-07-131-1/+1
* Remove the dragon slaying brandreaverb2014-06-181-7/+0
* Message change when putting on ring of teleport when unable to teleportaj.k.adamson@gmail.com2014-06-171-1/+1
* Rename "vampiricism" to "vampirism" (ChrisOelmueller, #8435)reaverb2014-06-151-2/+2
* Don't crash when unwielding a temp-branded weapon.Neil Moore2014-06-121-1/+1
* Allow temporary branding to go over a permanent brand.Shmuale Mark2014-06-121-4/+3
* Adjust messaging for (un)equipping faith under GozagChris Campbell2014-06-111-1/+3
* Combine the frost/flame and freezing/flaming brands.Shmuale Mark2014-06-101-9/+2
* Make Gozag actually raise prices when you remove "faithreaverb2014-05-311-34/+2
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Remove various references to use-IDing jewellery that now identifies on equipChris Campbell2014-05-121-5/+0
* Fix bracesreaverb2014-05-091-4/+0
* Pass equipment slot to artefact equip/unequip effectsEduardo Gonzalez2014-05-091-22/+30
* Recalculate cache of equipped unrands with world_reacts on save loadEduardo Gonzalez2014-05-091-4/+4
* Gozag ability tweaks and interface improvements.elliptic2014-05-081-10/+1
* Gozag: interactions with amulet of faith.Steve Melenchuk2014-05-071-0/+50
* Merge branch 'ranged_combat'Steve Melenchuk2014-05-031-6/+0
|\
| * Disallow wearing shields with two-handed launchers.Steve Melenchuk2014-04-271-6/+0
* | Replace rings of hunger/sustenance with loudness/stealth in-placeChris Oelmueller2014-04-301-2/+2
* | Make the AC display update upon wielding an unrand with ARTP_AC (johnny0, #84...Shmuale Mark2014-04-291-0/+12
* | Remove some equip/unequip messages.Shmuale Mark2014-04-281-63/+2
|/
* Fix compilationChris Campbell2014-04-271-2/+2
* Auto-id jewellery on equip.Shmuale Mark2014-04-271-202/+29
* Add something missed in the last commit.Shmuale Mark2014-04-251-3/+3
* Cut some message spam from str/dex/int artefact [un-]equip (ChrisOelmueller).Shmuale Mark2014-04-251-8/+9
* Clarify artefact un-/equip messages (wheals)Chris Oelmueller2014-04-251-6/+6
* Give the "powerless spirit" message again.Neil Moore2014-04-141-24/+17
* Remove some more djinn code.Shmuale Mark2014-04-101-10/+2
* Make skill training restrictions depend on carried instead of equipped itemsChris Campbell2014-04-091-9/+0
* Make lava (& deep water) lethalNicholas Feinberg2014-04-061-3/+3
* Clean up the player hp change and calculation functionsgammafunk2014-03-181-1/+6
* Fix various issues with invisible monster indicators.gammafunk2014-03-061-2/+27
* Remove djinn.wheals2014-02-241-3/+18
* s/Dithmengos/Dithmenos/ (dpeg).Steve Melenchuk2014-02-101-2/+2
* Don't claim guardian spirit is "protective" for vine stalkers.Adam Borowski2014-01-271-2/+2
* Split tracking of "illuminating" and "fiery" conducts.Steve Melenchuk2014-01-141-0/+2
* Dithmengos hates the light.Steve Melenchuk2014-01-111-0/+2
* Suppress distortion unwield effects for Lucy followers.Steve Melenchuk2013-12-311-0/+7
* Make noisy randarts only make noise when hitting thingsChris Campbell2013-12-221-6/+0
* Drop pointless empty lines after or before a brace.Adam Borowski2013-12-211-1/+0
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Auto-enable boots of flying when you wear them.Adam Borowski2013-12-111-1/+10
* Don't double-announce artefact weapons.Neil Moore2013-12-081-1/+1
* Automated brace removal.Adam Borowski2013-11-291-2/+0
* Remove mpr_nocap().Adam Borowski2013-11-291-1/+1
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-8/+7
* Make a couple of functions static.Adam Borowski2013-11-191-3/+3