summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use3.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Cleaned up monster generation functions, separate monster zombie type from mo...dshaligram2008-05-051-20/+20
* Add yet more various summoning-related cleanups.dolorous2008-05-031-16/+22
* Add more various summoning-related cleanups.dolorous2008-05-031-3/+9
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-1/+1
* Allow vampires to mutate when Satiated or higher, and make non-physicalj-p-e-g2008-04-151-26/+26
* Fix 1869850: Targeting now respects mimics' (un)known status correctly,j-p-e-g2008-03-311-1/+1
* Apply patch [1914617]: Give the staff of channeling a chance to work dolorous2008-03-211-1/+1
* Rework staves/rods to match the ID behaviour of wands etc., i.e.j-p-e-g2008-02-101-0/+1
* New Zot levels, courtesy Lemuel (David).dshaligram2008-01-121-8/+13
* Fixed reaching checking for 1 mp although it no longer uses mp. Made it easie...dshaligram2007-12-291-3/+3
* [1857669] Fixed books using the wrong glyph when thrown, removed SYM_foo enum...dshaligram2007-12-281-1/+1
* Removed cost for evoking weapons of reaching. Evocations skill is no longer t...dshaligram2007-12-281-4/+1
* [1834349] Fixed reaching going through walls.dshaligram2007-11-281-0/+5
* [1837663] Fixed monsters' raise dead using player's LOS.dshaligram2007-11-281-1/+1
* Made Tome of Destruction more consistent for those with high Evoc.haranp2007-11-131-78/+59
* Some cleanup of evoke_wielded(), more to come.haranp2007-11-081-95/+88
* Cancelling 'E'voking a reaching weapon shouldn't cost anything.haranp2007-11-071-52/+55
* Fixed broken MHITNOT/MHITYOU, changed handling of DUR_SLOW to be like DUR_HAS...dshaligram2007-11-021-4/+5
* [1757174] Disallow mapping in labyrinths.dshaligram2007-10-241-2/+5
* Unflasked efreets are now permanent and more likely to be friendly.dshaligram2007-10-111-3/+4
* Outsourcing weapon noises to speak.txt, and adding morej-p-e-g2007-10-031-99/+65
* This commit breaks save file compatability.zelgadis2007-09-301-0/+1
* Added additional optional parameter to item_def::name(), ignore_flags,zelgadis2007-09-221-2/+2
* Added new commands "re-do previous command" (bound to `) and "repeatzelgadis2007-09-191-0/+4
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+1
* Fixed a bug that made silence last forever. This also meantj-p-e-g2007-09-151-2/+5
* Make weapon noises more interesting (FR 1748813).j-p-e-g2007-09-141-62/+117
* Cleaning up magic mapping. Patch by dolorous.j-p-e-g2007-09-131-1/+1
* Implementing patch 1783079 (improved inscriptions) byj-p-e-g2007-09-021-0/+5
* Fixed map marker crashes.dshaligram2007-08-171-3/+3
* Updated level-design.txt.dshaligram2007-07-211-2/+3
* Cleaned up magic mapping: the test regarding whether you can magic mapharanp2007-07-131-6/+6
* [1742338] Fixed Hell portals not being revealed correctly when the horn isdshaligram2007-06-301-34/+9
* Lots of things which used to be members (invis, conf, confusing_touch, etc.)haranp2007-06-231-6/+6
* Some more card implementations (resists in Helm, demon summoning.)haranp2007-06-231-4/+4
* Labyrinths get tricoloured walls: rock at the periphery, stone further in, anddshaligram2007-06-221-3/+0
* More minor cleanups.haranp2007-06-201-5/+2
* Some more cards and bugfixes.haranp2007-06-171-1/+1
* Complete revamp of cards and decks, following David's ideas.haranp2007-06-171-8/+8
* Added you.god() to Lua bindings.dshaligram2007-06-011-1/+14
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-1/+7
* monam(), moname() and ptr_monam() are gone.haranp2007-05-191-3/+6
* Removed portable altars. Nemelex prayers will now sacrifice everythingharanp2007-05-121-20/+0
* Implemented Nemelex's 'sneak peek' ability.haranp2007-05-111-13/+1
* Zappiness type safety.haranp2007-05-071-4/+3
* Type safety, cast cleanups, etc.haranp2007-05-011-1/+2
* Some code review and cleanup.haranp2007-04-281-38/+17
* Minotaurs can now map labyrinths (1708374).haranp2007-04-271-1/+2
* Cleaned up a lot of code which was using info[] to use mprf() directlyharanp2007-04-231-17/+8
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-27/+16