summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.cc
Commit message (Expand)AuthorAgeFilesLines
* Give Amulet of Stasis a cost (ogaz).Jude Brown2010-01-171-0/+1
* Remove electric missiles.Adam Borowski2010-01-121-1/+0
* Amulet of Faith, mark I.Darshan Shaligram2010-01-101-0/+1
* Remove resist slowing, increment tag major version.Darshan Shaligram2010-01-101-1/+0
* New (ranged) weapon brand: evasion.Jude Brown2010-01-031-0/+7
* Remove hand crossbows.Jude Brown2009-12-311-4/+0
* Generalise shopping-list-disable-check to need_save; fixes crashes on arena.Darshan Shaligram2009-12-291-1/+1
* Give shields of reflection the same price modifier as robes of resistance.Johanna Ploog2009-12-201-0/+1
* Fix shopping list uninitialized asserts in 'crawl -test'.Robert Vollmert2009-12-171-2/+2
* Replace static snprintf() with make_sprintf() where the result is immediately...Adam Borowski2009-12-171-10/+5
* Remove superfluous --more-- prompt after purchase. (Napkin)Jude Brown2009-12-061-1/+1
* Reduce dependency on travel.hMatthew Cline2009-11-291-0/+1
* ShoppingList: deal better with mult identical itemMatthew Cline2009-11-281-37/+54
* ShoppingList::item_name_simple(): include plusesMatthew Cline2009-11-271-2/+2
* ShoppingList: pass level_pos* as constMatthew Cline2009-11-271-6/+9
* Remove unnecessary header-header includes.Robert Vollmert2009-11-271-0/+1
* Fix shopping list crashing during map_stat_genMatthew Cline2009-11-271-0/+8
* Bug #74: fix shopping list crashMatthew Cline2009-11-271-1/+4
* Fix deleting entries from shopping list.Matthew Cline2009-11-271-35/+35
* Can now delete shopping list items via '$' menuMatthew Cline2009-11-271-3/+38
* Add third menu action type ACT_MISCMatthew Cline2009-11-271-1/+1
* ShoppingList: simplify.Matthew Cline2009-11-271-12/+7
* Bug #51: Shopping list travel bug fixMatthew Cline2009-11-271-1/+1
* Bug #51: Remove gone portals from shopping listMatthew Cline2009-11-271-1/+26
* 0 gold owed in a shop is validJesse Luehrs2009-11-211-1/+1
* Rename blessed eudemon blades to holy eudemon blades.David Lawrence Ramsey2009-11-191-1/+1
* Clean up a few references to holy scourges.David Lawrence Ramsey2009-11-191-1/+1
* Improve demon whips, just like regular ones were upgraded. Let people bless ...Adam Borowski2009-11-201-0/+1
* A few typos.Adam Borowski2009-11-161-2/+2
* Merge Johnny Shelley's arcane marksman patchStefan O'Rear2009-11-151-4/+0
|\
| * Remove #include <conio.h> from all over the place. Convert COLORS to an enum.Adam Borowski2009-11-141-4/+0
* | Warper Overhaul - Renamed to Arcane Marksmanjohnny shelley2009-11-141-0/+1
|/
* Cut vorpal to 12.5% average (FR 2883704)Stefan O'Rear2009-11-131-1/+1
* Rename is_valid_item to item_def::is_valid.Vsevolod Kozlov2009-11-061-2/+2
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Remove +Tele as a randart propertyStefan O'Rear2009-11-031-3/+0
* Remove mapping abilities from the gameStefan O'Rear2009-11-021-3/+0
* Ziggurats can now be added to the shopping list.Matthew Cline2009-11-021-18/+73
* shopping.cc: Note that '$' can access listMatthew Cline2009-11-011-5/+10
* Access shopping list via '$'Matthew Cline2009-11-011-4/+147
* Add whitespace fixes.David Lawrence Ramsey2009-10-311-2/+2
* Auto-update shopping-list when new items seenMatthew Cline2009-10-311-31/+272
* Replace tabs with spaces.David Lawrence Ramsey2009-10-291-6/+6
* Generate the new ammo brands randomly.Eino Keskitalo2009-10-301-0/+6
* FR 2839627: notify when player has enough goldMatthew Cline2009-10-291-25/+492
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Fix int cast warning.Robert Vollmert2009-10-141-1/+1
* project-wide: implement use of platform.h detection macrosSteven Noonan2009-10-101-1/+1
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-2/+0
* Remove unnecessary includes of view.h.Robert Vollmert2009-10-091-1/+0