summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.cc
Commit message (Expand)AuthorAgeFilesLines
* &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
* Coloured antique shops in yellow in 'O' display.haranp2007-01-231-1/+1
* The stash-tracker also needs shop SIGHUP protection.dshaligram2007-01-171-21/+0
* Fixed id array being clobbered if Crawl receives SIGHUP with the player in adshaligram2007-01-171-1/+26
* item_ident(x, ISFLAG_KNOW_TYPE) is now deprecated in favour ofdshaligram2007-01-041-10/+10
* Changed shop affordability colouring to only affect the first column (David.)haranp2006-12-181-4/+2
* Disable cursor during beam animations and shopping.dshaligram2006-12-171-0/+1
* Require confirmation before purchasing in a shop.haranp2006-12-171-5/+9
* Fixed off-by-one error in shop display which was causing the firstharanp2006-12-171-4/+6
* [1597293] Preliminary greedy-explore, parked on Ctrl-I. We can (re)move it if...dshaligram2006-12-011-7/+2
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-97/+183
* Clean up a mistake in the SVN import.nlanza2006-08-131-0/+1632