summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the rod of wardingChris Campbell2014-02-181-2/+1
* Remove the Bargain cardChris Campbell2014-02-171-23/+4
* Remove some references to racial ammunitionChris Campbell2014-02-101-13/+0
* Remove caps; rename wizards hats "hats."wheals2014-01-121-1/+3
* Drop some useless parentheses around comparisons.Adam Borowski2014-01-101-1/+1
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Bastardize double swords.Adam Borowski2013-12-181-2/+2
* Triple swords are dead, long live claymores!Adam Borowski2013-12-181-2/+2
* Don't crash when IDing an off-level shopping list item (#7850)Neil Moore2013-12-111-1/+9
* Update shopping list price when item is identifiedPekka Lampila2013-12-111-0/+28
* Rename "sabre" to "cutlass".Adam Borowski2013-12-081-1/+1
* Remove bottled efreetsChris Campbell2013-12-041-1/+0
* Fix shop menu not shown after inventory (#7706)Pekka Lampila2013-12-021-1/+1
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-3/+2
* De-woodify the enum.Adam Borowski2013-11-201-1/+1
* Add 'potion of wood'.Adam Borowski2013-11-201-0/+1
* More formatting fixes for return (...);Neil Moore2013-11-151-10/+10
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-8/+8
* Axe a buttload of useless #includes.Adam Borowski2013-11-031-2/+0
* Remove the reaching brandChris Campbell2013-10-211-1/+0
* Increase the cost of scrolls of immolation slightlyChris Campbell2013-10-211-1/+1
* Greatly reduce the price of Tomes of Destruction.Adam Borowski2013-10-171-0/+2
* Remove ARTP_JUMP, redundant with the armour brand.Adam Borowski2013-10-051-3/+0
* Add a jump artefact property giving the evoke jump abilitygammafunk2013-10-011-0/+3
* Add SPARM_JUMPING ego. Wearing this grants the evoke jump attack ability.gammafunk2013-10-011-0/+1
* Remove the returning brand for weapons.Adam Borowski2013-09-221-1/+0
* Rename scroll of vorpalise weapon to scroll of brand weapon (Soner)MarvinPA2013-09-051-1/+1
* Fix alignment when changing action in shopping list (ChrisOelmueller)Neil Moore2013-08-241-1/+1
* Improve formatting.Neil Moore2013-08-211-4/+4
* Shopping list: Do not prompt for removing manualsChris Oelmueller2013-08-211-5/+5
* Unmarry rods and clubs.Adam Borowski2013-07-211-3/+0
* Ensure no more sightings of spiked flails and empty ebony caskets.Adam Borowski2013-07-171-7/+1
* Don't call needles of frenzy "berserk".Adam Borowski2013-07-161-1/+1
* Remove the orc slaying brandChris Campbell2013-07-101-4/+0
* New item "Sack of Spiders"Pete Hurst2013-06-211-0/+1
* Increase shop value for Box of BeastsPete Hurst2013-06-211-0/+4
* Increase shop value for elemental evokablesPete Hurst2013-06-211-0/+7
* Add a gadget shop for miscellany/evokablesPete Hurst2013-06-211-0/+2
* Add MSG_OK when canceling for various promptsPekka Lampila2013-06-101-0/+12
* Turn pairs of assertions with x > min, x <= max into ASSERT_RANGE.Adam Borowski2013-06-081-2/+1
* Improve handling of menu titles in WebTilesPekka Lampila2013-06-071-5/+10
* Expand item list in shops to use all available columnsSamuel Bronson2013-05-211-2/+4
* Refactor ASSERT(a && b) -> ASSERT(a); ASSERT(b);Brendan Hickey2013-04-281-3/+6
* Remove splint mail and buff chain mail to 8 base AC.Raphael Langella2013-04-261-4/+0
* Show (unknown) in shopping list and stash trackerPekka Lampila2013-04-251-11/+18
* Don't let blood potions rot in shopsPekka Lampila2013-04-241-0/+4
* Typo fixes.David Lawrence Ramsey2013-04-121-1/+1
* Remove unused variable.David Lawrence Ramsey2013-04-121-1/+0
* Show lowered prices on shopping list with bargainPekka Lampila2013-04-121-9/+19
* Ignore bargaining when adding to the shopping listPekka Lampila2013-04-121-2/+2