summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/quiver.cc
Commit message (Expand)AuthorAgeFilesLines
* Apply some more commits to bring 0.4 up to date.j-p-e-g2008-07-101-0/+6
* Don't offer the wielded weapon for quivering (even if throwable) sincej-p-e-g2008-06-301-2/+2
* When reading a "modification scroll" (prompt: Use on which item?)j-p-e-g2008-06-301-2/+2
* Force quiver to attempt to use the exact same item in inventory (slotj-p-e-g2008-06-291-5/+19
* Fix good random secondary choices during character selection.j-p-e-g2008-06-291-1/+4
* Add a new command for firing without quivering on 'F'.j-p-e-g2008-06-271-13/+13
* Use "!Q" inscription to force a prompt before quivering an item instead ofzelgadis2008-06-271-1/+1
* Disallow quivering equipped items. (You can still (fi)re your wieldedj-p-e-g2008-06-261-0/+16
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-1/+1
* Tweak quiver command some more (allow clearing quiver).j-p-e-g2008-06-241-7/+27
* Modify quiver to only quiver ammunition explicitly chosen by the playerj-p-e-g2008-06-241-4/+60
* Force update of the quiver by picking up throwable items. This mightj-p-e-g2008-06-241-11/+18
* Change quiver output to that of the next item actually fired. Currentlyj-p-e-g2008-06-241-11/+18
* Fix monster emergency spells not checking for ENCH_TP, thus allowingj-p-e-g2008-06-231-26/+58
* Yikes, so many files! And all I did was add more item evaluationj-p-e-g2008-06-091-22/+24
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-9/+11
* Fix case where quiver stored items with quantity other than 1pauldubois2008-04-191-0/+3
* Fix g++ carping about overflow in implicit constant conversion for the quiver...dshaligram2008-04-181-1/+1
* Another code cleanup.j-p-e-g2008-04-151-30/+25
* Fix 1942290pauldubois2008-04-151-19/+10
* Quiver work:pauldubois2008-04-141-8/+89
* + allocate and initializepauldubois2008-04-111-50/+142
* Freshly-rewritten quiver code. This is just a checkpoint, and it'spauldubois2008-04-091-0/+296