summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mstuff2.cc
Commit message (Expand)AuthorAgeFilesLines
* Prevent shafts from being created in corridors, at least untilj-p-e-g2008-03-291-1/+1
* Implement "Summon Ugly Things" as a monster spell, roughly equivalent to dolorous2008-03-271-2/+12
* Add whitespace fixes again.dolorous2008-03-241-7/+7
* Minor type fixes.dolorous2008-03-231-2/+2
* Add whitespace fixes again.dolorous2008-03-221-6/+6
* Fix typo in mons_thrown_object_destroyed() that let non-missiles instead dolorous2008-03-221-1/+1
* Fix some more compile warnings that look like they were pointing out bugs.pauldubois2008-03-101-1/+1
* Lower dragon slaying effect on dragon breath accuracy:j-p-e-g2008-03-031-4/+4
* [FR 1733318] Draconian ghosts (non-grey, xl >= 7) get a draining breath j-p-e-g2008-03-031-0/+8
* Fix 1892007: (oklob) plants being confusablej-p-e-g2008-02-241-4/+4
* Implemented dispel undead for monsters.dshaligram2008-01-271-0/+10
* Refixed monster self-teleport duration.dshaligram2008-01-271-1/+1
* Fixed unique demon lord stats so they're more of a challenge. May need some t...dshaligram2008-01-271-1/+11
* [1832114] Fixed more prompts for mostly offscreen ball lightning detonation.dshaligram2008-01-251-4/+6
* [1871387] Fixed issue where the wrong tile was used for weapons of returning.ennewalker2008-01-161-2/+2
* New Zot levels, courtesy Lemuel (David).dshaligram2008-01-121-21/+35
* More resist fixes.dshaligram2008-01-101-1/+1
* Add gore and splatter to Crawl - in the form of Jarmo's j-p-e-g2008-01-091-0/+3
* The accuracy of dragon breath is now halved if you're wieldingj-p-e-g2008-01-081-0/+11
* [1863138] Fixed assignment of -1 to unsigned beam type.dshaligram2008-01-031-1/+1
* Apply dolorous' patch to fix incorrect handling of nets monstersj-p-e-g2007-12-301-3/+16
* Removed most instances of direct access to monsterentry for monster energy up...dshaligram2007-12-301-3/+2
* [1857669] Fixed books using the wrong glyph when thrown, removed SYM_foo enum...dshaligram2007-12-281-35/+35
* Implement the returning brand for ammunition. This mostly uses the same dolorous2007-12-081-1/+35
* Add still more whitespace and comment fixes.dolorous2007-12-071-2/+3
* [1837663] Fixed monsters' raise dead using player's LOS.dshaligram2007-11-281-1/+2
* Fixing assertion from SUMMON_DRAKES trying to fire an invalid bolt.ennewalker2007-11-221-1/+1
* A few changes to shafts:j-p-e-g2007-11-201-5/+4
* Clean-up of options in init.txt and crawl_options.txt j-p-e-g2007-11-201-1/+1
* Fix a net bug that was responsible for never (!) entrapping monsters. Whoops...j-p-e-g2007-11-191-1/+7
* [1829067] Fixed mephitic cloud not setting enchantment owner correctly on aff...dshaligram2007-11-091-1/+1
* Nets that hold you cannot be destroyed by Ely's Destroy Weapon ability.j-p-e-g2007-11-041-6/+12
* Orcs may surrender to Beogh worshippers when beaten up. Adjusted experience g...dshaligram2007-10-261-2/+4
* Orc battle cry fixes (shouldn't affect berserk/confused/paralysed monsters). ...dshaligram2007-10-241-4/+11
* Applying two patches by dolorous:j-p-e-g2007-10-221-1/+1
* Fixed bad grammar in highscore entry for characters killed by hellfire.dshaligram2007-10-151-0/+1
* Removed amnesia/forgetfullness trap, mutation and scroll. Thezelgadis2007-10-151-7/+27
* This change breaks savefile compatibility.zelgadis2007-10-131-3/+20
* Weakened monster lightning damage, dropped AC protection from lightning damag...dshaligram2007-10-111-1/+1
* Returning weapon beam path updates for trunk.dshaligram2007-10-091-1/+5
* Moved orc battle cries to sound channel, increased duration to reduce message...dshaligram2007-10-091-2/+2
* Orc battle cries respect silence and also boost physical ranged attacks.dshaligram2007-10-081-2/+25
* Orc knights and warlords can yell battle-cries to make lesser orcs fight better.dshaligram2007-10-081-0/+72
* Ghosts can use ensorcelled hibernation. Breaks saves, needs some work on PC s...dshaligram2007-10-081-0/+10
* Remove trap-door-like logic from shaft traps, since shafts are justzelgadis2007-10-051-1/+1
* Shaft traps (trap doors) [1792195] and level annotation [1769009]zelgadis2007-10-051-0/+26
* Previous commit applied to trunk:j-p-e-g2007-09-201-1/+1
* Explosions no longer trigger a more() if you don't see any squares ofharanp2007-09-161-4/+11
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+2
* s/CAUGHT/HELD/j-p-e-g2007-08-221-2/+2