summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.cc
Commit message (Expand)AuthorAgeFilesLines
* prompt for stasis in between swapping amulets too (8708)Jesse Luehrs2014-08-031-3/+3
* avoid unnecessary prompts when trying to equip an equipped itemJesse Luehrs2014-08-021-1/+11
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Move redraw functions from stuff.cc -> output.ccNicholas Feinberg2014-07-281-0/+1
* Create prompt.ccNicholas Feinberg2014-07-271-0/+1
* Move get_ch() from stuff.cc to macro.ccNicholas Feinberg2014-07-271-0/+1
* Simplify.Neil Moore2014-07-201-13/+1
* Don't prompt when removing =faith under Xom (minmay)Nicholas Feinberg2014-07-021-1/+2
* Disallow eating off the ground for non-vampires.Shmuale Mark2014-07-021-6/+1
* Rename 'mesclr()' to 'clear_messages()'reaverb2014-06-221-4/+4
* Rename "vampiricism" to "vampirism" (ChrisOelmueller, #8435)reaverb2014-06-151-1/+1
* Plus2: Combine all three enchant weapon scrollsChris Oelmueller2014-06-141-16/+3
* Fix weapon listing for god blessingsChris Campbell2014-06-121-0/+3
* Don't leak randart/rod curse status with EW.Neil Moore2014-06-071-2/+5
* Correct some doxygen blocks.Neil Moore2014-05-291-5/+6
* Refactor a bit.Neil Moore2014-05-291-9/+2
* Show holdee of stationary nets in item menus.Neil Moore2014-05-291-0/+13
* Omit selection indicator for items with no hotkey.Neil Moore2014-05-291-1/+3
* Avoid a bounds error when menu items have no hotkeys.Neil Moore2014-05-291-1/+4
* Show stationary items in pickup menu (#8611)Neil Moore2014-05-291-2/+12
* Remove MF_DROP_PICKUP.Neil Moore2014-05-291-6/+0
* Remove player burden and carrying capacitygammafunk2014-05-261-49/+5
* Don't let Ashenzarites waste ?EW on cursed unenchantables.Neil Moore2014-05-131-1/+2
* Improve enchant weapon selection (#8407, #8552)Neil Moore2014-05-131-9/+29
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Mark corpses as throwable with Corpse Rot memorised (MiraclePrism).Shmuale Mark2014-05-021-0/+3
* Remove two unused object_selectors.Shmuale Mark2014-05-021-22/+1
* Slightly improve a vampire message.Shmuale Mark2014-05-021-1/+1
* Add the ability to sort by dbname to sort_menus.bones2014-04-291-0/+8
* Fix amulet of faith prompting twice sometimes when removing it (qw).elliptic2014-03-291-3/+4
* Initialise a member.Neil Moore2014-03-191-1/+2
* Show inventory weights only for pickup/drop by default.Neil Moore2014-03-191-9/+23
* Remove `auto_list` optionChris Oelmueller2014-03-111-4/+2
* Mark books as throwable when worshipping Trog.pubby2014-03-061-0/+3
* Improve messaging for EW scrollsChris Campbell2014-03-021-0/+2
* Allow the player to choose a weapon when reading an enchant weapon scroll.Shmuale Mark2014-02-271-3/+12
* Prompt when equipping a known -TELE item while currently teleportingDracoOmega2014-02-181-9/+26
* Allow felids to use wandsDracoOmega2014-02-141-7/+0
* Remove `drop_mode` setting and in-game toggle for `single` behaviorChris Oelmueller2014-02-081-23/+2
* Let elemental staves enable training EvocationsBlackSheep2014-01-301-1/+1
* Drop some useless parentheses around comparisons.Adam Borowski2014-01-101-2/+2
* Suppress distortion unwield effects for Lucy followers.Steve Melenchuk2013-12-311-0/+1
* Make no-evokables message clearer.Neil Moore2013-12-221-1/+20
* Coding styleChris Oelmueller2013-12-091-8/+8
* Remove unused parameter from prompt_failedChris Oelmueller2013-12-091-8/+3
* Fix shop menu not shown after inventory (#7706)Pekka Lampila2013-12-021-7/+2
* Trim long inscriptions in inventory, handle unicode (#5675)Neil Moore2013-11-301-9/+8
* Restrict mpr() to literals only.Adam Borowski2013-11-291-5/+5
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-1/+1
* Remove hardcoded ENDOFPACK from a messageChris Oelmueller2013-11-281-2/+3