summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_item.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Move letter <-> index from stuff.cc to prompt.cc (wheals)Nicholas Feinberg2014-07-281-0/+1
* Refactor out a redundant list of jewellery namesNicholas Feinberg2014-07-221-87/+41
* Refactor weapon_skill()Nicholas Feinberg2014-07-131-3/+1
* Plus2: Attempt to cleanup trove/lua handling of weapon plusses.Chris Oelmueller2014-06-141-7/+2
* Combine plus/plus2 for rings of slaying, and Acc+/Dam+ on artefactsChris Oelmueller2014-06-131-6/+1
* Remove jewelry and armour sources of conservationgammafunk2014-05-281-2/+2
* Remove a few more references (|amethyst).Shmuale Mark2014-04-301-2/+2
* Mark potions that are preferred food as food for prefix & stash search (#8461)Eduardo Gonzalez2014-04-301-0/+11
* Indentation fixes.Adam Borowski2013-12-041-1/+1
* Annotate items with terse description of their egoPekka Lampila2013-12-021-0/+13
* Add some player-usable item lua: fully_identified, plus, plus2.elliptic2013-11-051-0/+55
* Pad some ternary operators with spaces on the leftChris Oelmueller2013-07-281-1/+1
* Annotate god gifts for stash searchPekka Lampila2013-04-171-0/+11
* #ifdef out potions of gain abilityAdam Borowski2013-04-051-0/+2
* Unify menu_colour_item_prefix and filtering_item_prefix.Adam Borowski2012-12-271-1/+1
* Replace levitation with flight and remove controlled flight (elliott)Chris Campbell2012-11-071-2/+6
* Drop a lot of unnecessary braces.Adam Borowski2012-10-241-2/+0
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
* Use std namespace.Raphael Langella2012-08-261-14/+14
* Remove potions of water.Adam Borowski2012-08-201-2/+0
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-1/+1
* Some more return deparenthesization.Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-96/+96
* Don't use two misleading schemes for reach ranges.Adam Borowski2012-06-261-1/+1
* Make a bunch of functions static or gone.Adam Borowski2012-06-231-2/+2
* Remove spaces between function identifiers and arguments lists.Adam Borowski2012-06-211-8/+8
* Use ARRAYSZ() instead of sizeof division, for readability.Adam Borowski2012-06-191-1/+1
* Check the count of rings and amulets in l_item.ccAdam Borowski2012-06-181-2/+4
* Update the list of amulets in l_item.ccPolicarpo Caballero2012-06-171-2/+2
* Make staves and rods separate object classes.Adam Borowski2012-06-121-1/+1
* Move throwing code out of item_use.ccAdam Borowski2012-05-131-0/+1
* Fix a lua info leak.Raphael Langella2012-05-111-4/+2
* Merge branch 'master' into portal_branchesAdam Borowski2012-04-251-2/+56
|\
| * Return multiple items from items.get_items_at().Neil Moore2012-04-221-9/+40
| * Revert get_items_at -> get_item_at, fix it not working out of LOS, fix crashes.Adam Borowski2012-04-211-8/+24
| * Avoid info leak, get_items_at -> get_item_at.Neil Moore2012-04-211-5/+7
| * New clua binding that returns an array of floor items.Policarpo Caballero2012-04-211-0/+15
| * Drop pointless braces after else/else if as well.Adam Borowski2012-04-201-2/+0
|/
* Make another bunch of functions static or gone.Adam Borowski2012-04-051-4/+4
* Add item.is_melded to clua, check it in autofight.Neil Moore2011-12-081-0/+11
* expand lua script engine [item.is_useless, you.contaminated, you.feel_safe]Kek2011-11-201-0/+11
* Let autofight use the new reaching code; fix attempts to reach while berserk.Adam Borowski2011-09-091-0/+11
* Unrevert and fix index_to_letter() checks, make them stricter.Adam Borowski2011-09-031-1/+1
* Fix a std::string.c_str() going out of scope crash.Adam Borowski2011-08-101-1/+1
* Several user-callable Lua functions. (#3967)Ryan Riegel2011-08-031-1/+52
* Fix lua bugs with unidentied armour.Raphael Langella2011-07-211-10/+10
* Allow searching by equipment slot.Raphael Langella2011-07-211-0/+2
* Adjust some whitespace and formatting.Adam Borowski2011-07-081-1/+0
* Merge branch 'octopodes'Adam Borowski2011-06-091-1/+1
|\