summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.cc
Commit message (Expand)AuthorAgeFilesLines
* Amulet of Faith, mark I.Darshan Shaligram2010-01-101-2/+12
* Tiles: Add icons for poisonous/mutagenic/... chunks or corpses.Johanna Ploog2010-01-091-3/+12
* Replace uses of item_cursed with item_def::cursed.Vsevolod Kozlov2009-12-271-1/+1
* tiles: only include tiledef-*.h in files where they're neededSteven Noonan2009-12-121-0/+4
* Fix tiles compile (missing includes).Robert Vollmert2009-11-271-0/+1
* Convert get_item_glyph to return a glyph struct.Robert Vollmert2009-11-151-5/+3
* Remove #include <conio.h> from all over the place. Convert COLORS to an enum.Adam Borowski2009-11-141-4/+0
* Remove a few obsolete includes.Robert Vollmert2009-11-101-1/+0
* Remove some obsolete view.h-includes.Robert Vollmert2009-11-101-1/+0
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* Rename is_valid_item to item_def::is_valid.Vsevolod Kozlov2009-11-061-8/+8
* Split get_symbol from view.cc.Robert Vollmert2009-11-061-0/+1
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+1
* Prevent non-body armour from being made ponderous, it has no effect.Adam Borowski2009-10-221-0/+5
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* invent.{cc,h}: fix meaningless type qualifier on return typeSteven Noonan2009-10-131-6/+6
* project-wide: implement use of platform.h detection macrosSteven Noonan2009-10-101-1/+1
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Add a proper message for when the player isn't carrying any fruit.dolorous2009-09-221-0/+2
* Add minor cosmetic fixes.dolorous2009-09-201-2/+2
* * Show item type shortcuts in inventory. I think it's too intrusive forj-p-e-g2009-09-141-5/+12
* Apply caotto's Feawn evolution update patch in [2841648], with a few dolorous2009-09-031-10/+8
* Apply caotto's plant god patch, for now named "Feawn".j-p-e-g2009-07-201-0/+10
* Fix the other part of [2823233]: Runes shouldn't be listed as wieldable dolorous2009-07-171-1/+1
* Fix part of [2823233]: Runes shouldn't be listed as evokable inventory dolorous2009-07-171-2/+2
* * Moved most hard-coded non-standard unrandart behaviour to art-func.h,zelgadis2009-06-271-20/+18
* Remove "#define SPWPN_FOOBAR UNRAND_FOOBAR" backwards compatibility forzelgadis2009-06-251-4/+4
* First part of the merger of fixed artefacts into unrandom artefactszelgadis2009-06-251-2/+2
* Apply my recent commits to trunk.j-p-e-g2009-06-141-1/+1
* Fix non-tiles build.dolorous2009-06-061-0/+2
* Apply r9904 to trunk.j-p-e-g2009-06-061-4/+16
* FR 2722830 and related changes:zelgadis2009-06-021-6/+0
* Reduce screen-flicker and clearing of the message window when re-doing thezelgadis2009-05-281-7/+16
* Add an option that controls whether the tiles build displays tiles inj-p-e-g2009-05-231-0/+3
* Update tutorial information, inscription warnings and tooltips for wands j-p-e-g2009-05-041-3/+8
* Fix 2784872: Take off not working for wearing (with the option).j-p-e-g2009-05-021-0/+3
* Add new command for evoking non-wielded items, placed on 'V'.j-p-e-g2009-05-021-0/+103
* * Tweak Xom's ideas about what makes a funny or boring death.j-p-e-g2009-04-221-3/+2
* * Allow viewing known items from "Use on what item?" scroll prompt.j-p-e-g2009-04-111-5/+23
* * After some thought, remove the description toggle from the spell menu asj-p-e-g2009-04-061-1/+1
* Make the toggle actually update the title for V and a.j-p-e-g2009-04-051-2/+2
* [2722438] Fixing crash when viewing shop contents. shop_item* was being blin...ennewalker2009-03-311-1/+6
* * Fix Xom's interest wrapping around from 0 to 255. (!!!)j-p-e-g2009-03-261-11/+33
* * Use menu colours (rather than message colours) for item announcementsj-p-e-g2009-03-251-2/+1
* * Allow viewing of card descriptions from Triple Draw and Stack Deck.j-p-e-g2009-03-231-3/+3
* * Add ability descriptions to the database search.j-p-e-g2009-03-201-2/+2
* * Change Roxanne's spells to include Blink Other (instead of Sandblast) j-p-e-g2009-03-191-2/+2
* * Fix 2687930: Shorten the spell menu more, and don't call update_title() j-p-e-g2009-03-161-18/+54
* * Fix tiles 'V' crashing for mimics and dancing weapons.j-p-e-g2009-03-141-0/+6