summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Give handle warnings for known-cursed weapons of unknown brand.Neil Moore2013-11-261-8/+9
* Improve a complaint.Neil Moore2013-11-151-1/+1
* More formatting fixes for return (...);Neil Moore2013-11-151-43/+43
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-3/+3
* Display Orb on } screen, % screen, and dumps.Steve Melenchuk2013-11-031-1/+1
* Remove some unused commandsChris Campbell2013-10-271-1/+0
* Stale pies are inedible.Adam Borowski2013-09-071-3/+1
* Formatting/brace/trivial returns fixes.Adam Borowski2013-09-031-1/+1
* Fix misalignment with show_inventory_weights in ctrl-x.Neil Moore2013-08-281-11/+14
* Make scrolls of vorpalise weapon target a weapon without having to wield itMarvinPA2013-08-211-0/+5
* Refactor 'you.religion' checks.Brendan Hickey2013-07-281-1/+2
* Ensure no more sightings of spiked flails and empty ebony caskets.Adam Borowski2013-07-171-1/+1
* Tweak to some inventory prompts with auto_listPekka Lampila2013-06-101-5/+5
* Always study all manuals in the inventoryPekka Lampila2013-06-061-2/+3
* Don't use menu_sort option for (un)known item menuPekka Lampila2013-05-211-2/+3
* Fix message length calculation in inventoryChris Oelmueller2013-05-211-2/+2
* Merge staves of energy and channeling.Adam Borowski2013-05-091-1/+1
* Allow tree form/djinni players to wield vamp weapons.Adam Borowski2013-05-051-1/+2
* Revert "Prevent selecting inventory items that cannot be used, including meld...Adam Borowski2013-04-261-21/+3
* Revert "Don't allow player bypassing menu restrictions with clua"Adam Borowski2013-04-261-2/+6
* Avoid a few trival wrapper functions, and declare some more.Neil Moore2013-04-071-49/+32
* Merge branch 'master' into jesterDavid Lawrence Ramsey2013-03-311-3/+32
|\
| * Filter inventory to valid targets for unidentified scrollPete Hurst2013-03-311-2/+17
| * Don't allow player bypassing menu restrictions with cluaPete Hurst2013-03-311-2/+2
| * Prevent selecting inventory items that cannot be used, including melded items...Pete Hurst2013-03-311-3/+17
* | Show pies in the eat menu.Raphael Langella2013-03-301-1/+3
|/
* Discard empty boxes of beasts after use.Adam Borowski2013-03-271-0/+2
* Don't prompt for swapping in the same amulet (#4134).Neil Moore2013-02-211-6/+10
* Formatting fixes.Neil Moore2012-12-281-1/+1
* Unify menu_colour_item_prefix and filtering_item_prefix.Adam Borowski2012-12-271-1/+1
* Indentation fixes.Adam Borowski2012-12-051-2/+2
* Fix prompts asking for 'I' in Turkish locales.Adam Borowski2012-11-221-1/+1
* Ask before wearing or removing mutagenic armour and jewelry.Adam Borowski2012-10-241-0/+7
* Remove unnecessary includes from header files.Jay3.14152012-10-231-1/+1
* Change the "Contam" artefact property to cause glow upon unequippingChris Campbell2012-10-221-0/+3
* Android port.frogbotherer2012-09-081-0/+7
* Use std namespace.Raphael Langella2012-08-261-80/+75
* Fixed an item ordering bug in the known menu.Jon Knapp2012-08-101-1/+7
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-6/+5
* A nicer message on 'P' with no carried jewels (ChrisOelmueller).Adam Borowski2012-08-081-0/+2
* Add more item types to the AP menu.Jon Knapp2012-08-011-5/+3
* Fix rod tiles (#5818).Florian Diebold2012-07-151-1/+1
* Drop a bunch of useless uses of this->Adam Borowski2012-07-101-1/+1
* Don't exit the known items menu on comma.Neil Moore2012-07-081-2/+1
* Disarm Ctrl-D in the autopickup menu after every key.Neil Moore2012-07-081-14/+12
* Don't display feature backgrounds in most item menus.Neil Moore2012-07-061-2/+3
* Make the autopickup menu less hackish.Jon Knapp2012-07-051-37/+23
* Some more return deparenthesization.Adam Borowski2012-07-051-2/+2
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-8/+8
* String scalars are scalars, too.Adam Borowski2012-07-051-31/+31