summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.cc
Commit message (Expand)AuthorAgeFilesLines
* For jewellery with pluses and wands, only make an ident note when thezelgadis2008-06-191-1/+1
* Use the menu item colour prefixes with note_items, so that (for example)zelgadis2008-06-141-0/+6
* Added "error" channel for runtime errors, and changed error messages thatzelgadis2008-05-271-1/+1
* Finally fix 1868761: Books in shops being noted as identified over andj-p-e-g2008-05-201-15/+18
* Fix BR 1959133 (Shiori): change Ancus to Ankus.dploog2008-05-161-1/+1
* Rename the "blessed blade" the "blessed eudemon blade", so that the name dolorous2008-05-071-6/+10
* Refix confusion resistance checks to include plants and zombies. For thej-p-e-g2008-04-251-1/+1
* Allow monsters to pick up and exchange armour if they find somethingj-p-e-g2008-04-251-2/+2
* Shop fixes.ennewalker2008-04-221-9/+27
* Allow vampires to mutate when Satiated or higher, and make non-physicalj-p-e-g2008-04-151-24/+24
* For 1924228. Shop prompts and welcome and things are printed in the messagepauldubois2008-03-291-63/+58
* Split potions of blood and potions of coagulated blood into twoj-p-e-g2008-03-261-1/+2
* Fix 1923913: blood spattering into fountainsj-p-e-g2008-03-241-1/+0
* "stashes" was both a global variable and a member variable... confusing!pauldubois2008-03-231-2/+2
* Another one of those mixed commits.j-p-e-g2008-03-201-2/+7
* Implement [1891388]: Make Holy Word available in scroll form.dolorous2008-02-211-0/+1
* Fix collision between gotoxy(int,int,int) and DOS djgpp gotoxy().dshaligram2008-01-251-5/+5
* Removed DISRUPTION brand and added DRAGON_SLAYING.j-p-e-g2008-01-071-1/+1
* Tiles!ennewalker2008-01-051-2/+6
* Fix [1813286]: Rename the lochaber axe to the bardiche, and change its dolorous2007-12-141-1/+1
* Helmets, helms, caps and wizard hats now have their own subtypes, asharanp2007-12-101-0/+3
* Don't ID-note when examining books in a shop.haranp2007-11-301-1/+2
* Fixed 1825223: unknown curses don't leak information in prices.haranp2007-11-051-3/+3
* Forgetfulness removed; it's now a scroll of fog with a 1-in-10 chanceharanp2007-10-161-1/+3
* Added new field seen_context to the monsters class, which can be setzelgadis2007-10-161-0/+1
* Removed amnesia/forgetfullness trap, mutation and scroll. Thezelgadis2007-10-151-1/+0
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+2
* &L can place encompass levels, and is more aggressive about overwritingdshaligram2007-07-291-1/+1
* Added potions of resistance, which give fire, electricity and cold resist forharanp2007-07-231-0/+3
* Updated level-design.txt.dshaligram2007-07-211-0/+8
* Vampires, yay! Credit mostly goes to Jarmo, thoughj-p-e-g2007-07-141-0/+1
* Minor type-safety.haranp2007-07-141-8/+5
* Rewrite of the shopping code. Much cleaner now.haranp2007-07-141-220/+159
* Describing items now works better in shops (fixes 1749246.)haranp2007-07-071-1/+14
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-1/+1
* More strings instead of char*s.haranp2007-06-181-30/+26
* Some more cards and bugfixes.haranp2007-06-171-2/+14
* Complete revamp of cards and decks, following David's ideas.haranp2007-06-171-3/+0
* [1712555] [1712558] Prices of rings of slaying were being miscalculated; alsodshaligram2007-05-051-1/+1
* Removed dud verbose_dump and detailed_stat_dump options, and dead code indshaligram2007-04-291-8/+0
* Some code review and cleanup.haranp2007-04-281-4/+6
* Made item_def::base_type into object_class_type, instead of unsigned char.haranp2007-04-261-0/+2
* Cleaned up shop-handling code considerably.haranp2007-04-241-154/+58
* Cleaned up a lot of code which was using info[] to use mprf() directlyharanp2007-04-231-2/+2
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-16/+15
* Implemented Erik's randart-MR-is-multiplicative idea.haranp2007-04-131-2/+2
* Readjusted the prices of resistible wands (Erik).dshaligram2007-03-291-6/+6
* Kill hard tabs.dshaligram2007-03-061-12/+12
* Break up you_attack() into a slew of smaller functions. The functions aredshaligram2007-02-121-2/+1
* Removed USE_NEW_RANDOM, USE_MACROS.dshaligram2007-01-251-18/+0