summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
Commit message (Expand)AuthorAgeFilesLines
* Apply trunk r10435 to 0.5.dolorous2009-07-271-1/+0
* Backport my previous commit (Zot remaining open once entered) to 0.5.j-p-e-g2009-07-191-20/+1
* Fix dropping worn items not checking for !T.j-p-e-g2009-06-071-1/+2
* Use wield_weapon(-) instead of unwield_item() when dropping/throwing aj-p-e-g2009-05-121-1/+1
* Add minor cosmetic fixes.dolorous2009-04-281-3/+3
* Change Options.autopickup_on from boolean to 3-state: 1 (autopick up), 0j-p-e-g2009-04-241-1/+1
* * Tweak Xom's ideas about what makes a funny or boring death.j-p-e-g2009-04-221-23/+23
* * Fix Xom's piety wrapping around from 0 -> 255.j-p-e-g2009-04-181-3/+6
* [2758242] Fixing segfault during debug_mons_scan due to an mprf not matching ...ennewalker2009-04-181-2/+25
* * Use menu colours (rather than message colours) for item announcementsj-p-e-g2009-03-251-10/+8
* * Allow viewing of card descriptions from Triple Draw and Stack Deck.j-p-e-g2009-03-231-7/+11
* Tiles:j-p-e-g2009-03-081-1/+7
* * Fix wizmode targetting commands not flushing messages correctly.j-p-e-g2009-03-071-1/+2
* Tiles again:j-p-e-g2009-03-061-6/+3
* Fix [2644366]: place a space between prefixes and the item name.haranp2009-02-281-1/+1
* Call flush_prev_message() before getch(), cancelable_get_line() andj-p-e-g2009-02-281-3/+3
* Remove all traces of TRAN_AIR and TRAN_SERPENT_OF_HELL, the latterj-p-e-g2009-02-271-20/+0
* Clean up acquirement subtype determination code. (Another goto bites the dust.)haranp2009-02-041-1/+1
* Implement [2383585]: picking up part of a stack (e.g. 3 of 6 breadharanp2009-01-251-0/+8
* Following dolorous's comments on 2488905, use random_in_bounds() insteadharanp2009-01-251-1/+1
* Attempting to move or copy and item to a out-of-bounds position on the gridzelgadis2009-01-201-0/+4
* Fix assertion when buying items from shops.zelgadis2009-01-201-1/+1
* Remove now-unused redraw_gold flag.dolorous2009-01-201-1/+0
* Fix bug #2510110: blood potions coagulating while in a monster's inventoryzelgadis2009-01-161-8/+15
* * Add speech for Dissolution, courtesy of David.j-p-e-g2009-01-121-3/+1
* * Fix non-tile compilation as suggested by Enne.j-p-e-g2009-01-121-2/+2
* [2499489] Allowing mouse clicks for picking up items and for --more-- prompts.ennewalker2009-01-121-1/+2
* Code cleanup for ignite_poison(), inspired by [2204223].haranp2009-01-081-1/+0
* Make the position of monster held items (-2, -2) rather than (0, 0), so thatzelgadis2009-01-081-26/+36
* Yet another fix to the arena win/loss/tie logic.zelgadis2009-01-071-1/+15
* Greatly improve eating interface, as suggested in FRs 1923273 and 2018733.j-p-e-g2009-01-061-0/+10
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Fixed 2481704: Travel stopping for spellcasting monsters without LOSj-p-e-g2009-01-021-0/+3
* * Dump spells contained in randart spellbooks, marking memorised spellsj-p-e-g2008-12-291-6/+6
* Add whitespace fixes.dolorous2008-12-221-1/+1
* autopickup_no_burden no longer influences manual pickup.haranp2008-12-131-42/+1
* Fix spurious encumberance messages when combining ammo in inventory.haranp2008-12-131-5/+7
* Bug 2414178: applied Brendan MacDonell's patch (2414671) to make the book orderzelgadis2008-12-111-2/+2
* Generalize swapping two pieces of terrain in function swap_terrain().zelgadis2008-12-111-2/+3
* Fix bug 2398346: don't record note on identify-by-wearing of mundane armour.zelgadis2008-12-071-0/+19
* Savefile compatibility breakage from keeping track of which spells have beenzelgadis2008-12-041-17/+38
* Changed player attribute type from unsigned char to unsigned long. Breakszelgadis2008-11-291-0/+1
* Oops, was forgetting to set the portal vault origin string from withinzelgadis2008-11-251-0/+1
* For items that originate in a portal vault, store the string describingzelgadis2008-11-241-0/+20
* Allow .des files to place manuals with names as "manual of Fighting" or "rand...dshaligram2008-11-231-1/+20
* Oops, used tabs instead of spaces for indentation in items.cc and mon-util.cc.zelgadis2008-11-221-2/+2
* Fix bug 2298697: for dealing with weapons of returning which fail to return,zelgadis2008-11-221-0/+18
* Add miscellaneous minor fixes.dolorous2008-11-181-1/+1
* * Tweak a number of starting choice restrictions. (FR 2106062)j-p-e-g2008-11-061-25/+82
* Fix 2162827: tag length calculation was incorrect.haranp2008-10-131-1/+1