summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
Commit message (Expand)AuthorAgeFilesLines
...
* fix 'DEBUG' macro usage consistencySteven Noonan2009-10-131-1/+1
* Apply jpeg's patches in [2876380] (automate Xom testing) and [2876688]David Lawrence Ramsey2009-10-111-4/+8
* project-wide: implement use of platform.h detection macrosSteven Noonan2009-10-101-1/+1
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-6/+0
* Stack identified and unidentified ammo when picking it up. (mesilliac)Adam Borowski2009-10-071-5/+17
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Allow vaults to request use of the acquirement code with "acquire <item_class...dshaligram2009-09-211-0/+6
* Fix [2827921]: Remove spurious "empty-handed" message.dolorous2009-07-271-1/+0
* ATTR_RUNES_IN_ZOT is no longer needed. I couldn't decide if I shouldj-p-e-g2009-07-191-20/+1
* First part of the merger of fixed artefacts into unrandom artefactszelgadis2009-06-251-32/+7
* * Apply r9909 to trunk.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