summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
Commit message (Expand)AuthorAgeFilesLines
* Enable monsters to move around glass structures if they can see thej-p-e-g2008-06-101-3/+0
* Move pickup_butcher_tool.txt into (the recently freed) pickup.lua, j-p-e-g2008-06-101-0/+3
* Restore capability of lua scripts to change autopickup behaviour sozelgadis2008-06-101-0/+16
* Remove pickup.lua.j-p-e-g2008-06-091-7/+4
* Yikes, so many files! And all I did was add more item evaluationj-p-e-g2008-06-091-7/+10
* Nerf damage of the bat transformation. Reduced fromj-p-e-g2008-06-071-5/+7
* Implement pathfinding for monsters, using the A* algorithm.j-p-e-g2008-06-041-1/+1
* Fix a stupid bug I'd introduced when fixing another one.j-p-e-g2008-06-021-16/+22
* Consolidate all cases where corpses are turned into skeletons, asj-p-e-g2008-05-311-72/+78
* Modify menu_colour_item_prefix() to also handle stuff like contaminatedj-p-e-g2008-05-311-2/+0
* Just for kicks, reuse monster property mname to name zombies/skeletonsj-p-e-g2008-05-301-7/+2
* Twelve new tutorial events, plus examining a square with a cloud orzelgadis2008-05-291-0/+2
* Added "error" channel for runtime errors, and changed error messages thatzelgadis2008-05-271-2/+3
* Abyssal rune tedium reduction:dshaligram2008-05-261-1/+21
* Modify skill titles j-p-e-g2008-05-261-15/+19
* Improve player beam tracer for firing through friendlies:j-p-e-g2008-05-221-4/+4
* Finally fix 1868761: Books in shops being noted as identified over andj-p-e-g2008-05-201-5/+17
* Rename static methods in travel.cc and terrain.cc.j-p-e-g2008-05-201-1/+1
* Pull code from mon->can_see(target) into a new function mon->see_grid()j-p-e-g2008-05-181-5/+5
* FR 1962016: Make hydra headedness more obvious.j-p-e-g2008-05-141-0/+6
* Experimentally switch back to glyph colours light red, yellow, andj-p-e-g2008-05-101-8/+6
* Only display total gold whenever picking up coins.dploog2008-05-061-11/+2
* First attempt at making vampire feeding interruptible. It doesn't workj-p-e-g2008-05-051-17/+6
* Remove Beogh recalling orcs for you, and instead try harder to findj-p-e-g2008-04-261-2/+2
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-1/+1
* Rename show_turns to show_gold_turns, and modify the documentationj-p-e-g2008-04-191-3/+11
* Fix 1945337: Vampires getting carnivorous/herbivorous mutations.j-p-e-g2008-04-181-1/+2
* Allow specific colouring of pickup menu (as opposed to generalj-p-e-g2008-04-171-1/+0
* Another code cleanup.j-p-e-g2008-04-151-4/+3
* Another one of those pesky spacing changes.j-p-e-g2008-04-151-4/+2
* Fix compile (oops) and numerous whitespace changes.j-p-e-g2008-04-141-71/+76
* Overhaul blood potions to work completely differently.j-p-e-g2008-04-141-13/+41
* Quiver work:pauldubois2008-04-141-3/+3
* + allocate and initializepauldubois2008-04-111-5/+3
* Punctuation fix.dolorous2008-04-051-1/+1
* Picking up gold now also shows the total amount. Feel free to improvedploog2008-04-051-2/+3
* [1923246] Item pickup marker moves itself when the item it's guarding is appo...dshaligram2008-03-311-3/+6
* Split potions of blood and potions of coagulated blood into twoj-p-e-g2008-03-261-10/+5
* Applying static method conventions to acr.cc and items.cc - this resultedj-p-e-g2008-03-251-77/+75
* "stashes" was both a global variable and a member variable... confusing!pauldubois2008-03-231-1/+1
* FR [ 1914596 ] Inventory header linepauldubois2008-03-161-5/+5
* Overhauled potions of blood and vampires.j-p-e-g2008-03-131-8/+36
* Add mouseclick handling for menus in tiles:j-p-e-g2008-01-241-1/+12
* Overhaul quiver storage to hold up to six item slots of j-p-e-g2008-01-161-2/+2
* List quiver in status section like you do for the hand weapon.j-p-e-g2008-01-091-0/+7
* Tiles!ennewalker2008-01-051-0/+1
* Moved handle_time and friends to effects.cc.dshaligram2007-12-301-804/+1
* [1833997] Fixed autopickup being blocked by first item that finds pack is ful...dshaligram2007-12-301-5/+8
* [1859486] Fixed skeletons weighing five times more than intended, burden stat...dshaligram2007-12-281-121/+131
* [1857669] Fixed books using the wrong glyph when thrown, removed SYM_foo enum...dshaligram2007-12-281-1/+1