summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Amulet of guardian spirit, it comes as an amulet or a cap.Adam Borowski2009-10-051-0/+1
* move 'Kills.h' -> 'kills.h', 'Kills.cc' -> 'kills.cc' for file naming consist...Steven Noonan2009-09-291-1/+1
* Add spelling fixes.David Lawrence Ramsey2009-09-231-1/+1
* Implement another new unique, this time of my own coding: Maurice the thief.j-p-e-g2009-09-221-2/+2
* * Fix 2862312: examination of items in shops not working after buyingj-p-e-g2009-09-211-5/+21
* Commit several patches:j-p-e-g2009-09-131-0/+2
* Apply Jude's scrolls of silence patch.j-p-e-g2009-08-131-0/+1
* Fixed item_value() valuation of unrandarts with non-standard values.zelgadis2009-06-271-3/+4
* * Moved most hard-coded non-standard unrandart behaviour to art-func.h,zelgadis2009-06-271-46/+7
* Remove "#define SPWPN_FOOBAR UNRAND_FOOBAR" backwards compatibility forzelgadis2009-06-251-10/+10
* First part of the merger of fixed artefacts into unrandom artefactszelgadis2009-06-251-7/+7
* Since fixed artefacts are going to be folded into unrandarts, and unrandartszelgadis2009-06-081-42/+42
* Comment fixes.dolorous2009-05-231-2/+0
* Fix shopping messages mentioning "0 gold piece", and fix reading dolorous2009-05-181-14/+14
* Add minor cosmetic fixes.dolorous2009-05-171-7/+6
* Adjust the value of large rocks again, after looking at the comparative dolorous2009-05-171-0/+2
* When using Elyvilon's weapon destruction against missiles, count each dolorous2009-05-171-1/+1
* * For flavour, let Xom laugh himself silly whenever a follower dies.j-p-e-g2009-03-191-1/+1
* * Tweak shop command help for Tiles.j-p-e-g2009-03-151-9/+8
* Slight modification of the shop interface. In console mode, the last twodploog2009-03-151-8/+8
* * Call message flush before entering a shop.j-p-e-g2009-03-131-2/+3
* * Add tile for Nergalle, who's actually not all that ugly but apparently j-p-e-g2009-03-091-72/+67
* * Fix 2644253: mgrd bogosity with shafts.j-p-e-g2009-02-271-1/+6
* Minor fix.j-p-e-g2009-02-161-4/+7
* Fix randart books being much too cheap. (Yes, this was actually a bug.)j-p-e-g2009-02-161-7/+21
* Add whitespace fixes.dolorous2009-02-121-1/+1
* Redo potions of magic again. They are now effectively potions of heal woundsharanp2009-02-081-2/+0
* [2577409]: minor improvements to the shopping interface.haranp2009-02-081-2/+7
* Various cleanups. (I can't run tiles, but it compiled fine, so I hope I didn'tharanp2009-01-271-21/+21
* Fix crash on seeing shop which I introduced in r8742. Fixes [2536472].haranp2009-01-261-1/+1
* Code quality fixes.haranp2009-01-251-37/+29
* Add more minor cosmetic fixes.dolorous2009-01-221-2/+2
* In the shopping code, add price modifiers for weapons of returning, dolorous2009-01-221-10/+63
* Remove some unneeded externs.haranp2009-01-211-1/+2
* Fix assertion when buying items from shops.zelgadis2009-01-201-0/+5
* Add more minor cosmetic fixes.dolorous2009-01-171-5/+5
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Actually replace sold out shops with the new feature DNGN_ABANDONED_SHOP.j-p-e-g2008-12-071-9/+8
* Erase closed shops from the overmap.j-p-e-g2008-12-071-0/+6
* Add tiles for disturbance in shallow water (only preliminary since youj-p-e-g2008-12-071-4/+13
* Non-weighted themed randart spellbooks, and prices for randart spellbooks.zelgadis2008-12-051-0/+21
* Add some chaos attacks/weapons. Missiles and launchers of chaos fire a bolt ofzelgadis2008-12-011-0/+1
* Changed player attribute type from unsigned char to unsigned long. Breakszelgadis2008-11-291-0/+2
* Remove message about which items you bought in a shop as that'sj-p-e-g2008-11-221-28/+13
* Add miscellaneous minor fixes.dolorous2008-11-181-3/+3
* Add a few apostrophe-related cleanups.dolorous2008-10-131-2/+2
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-6/+0
* Automatically inscribe randart weapons/armour with their properties whenj-p-e-g2008-08-061-3/+8
* * Note items bought in shops along with their pricej-p-e-g2008-08-061-14/+29