summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
Commit message (Expand)AuthorAgeFilesLines
* In arena mode, make mons_friendly() and mons_wont_attack() always return false,zelgadis2009-01-061-2/+2
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Add ASSERT(!crawl_state.arena) to a number of places.zelgadis2009-01-031-0/+18
* Only do non-player stuff in handle_time() during arena mode.zelgadis2009-01-031-5/+9
* Add various long-standing skeleton changes, to compensate for their dolorous2009-01-011-1/+7
* Add still more minor cosmetic fixes.dolorous2009-01-011-7/+3
* * Fix charge/enchantment description leaking information aboutj-p-e-g2008-12-301-1/+4
* * Nerf Dwarfs' Evocations aptitude 45 -> 67 (as e.g. Grey Elf).j-p-e-g2008-12-291-25/+2
* * Dump spells contained in randart spellbooks, marking memorised spellsj-p-e-g2008-12-291-27/+37
* Complete rewrite of the beam code, making it considerably saner.haranp2008-12-251-6/+6
* Lower max levels for randart books a bit (25 -> 22). j-p-e-g2008-12-181-1/+1
* Allow randart book names of the type "Aerial Bewitchment" or "Fieryj-p-e-g2008-12-161-1/+1
* Fix bug 2430400: god-gift randart books having bad names.zelgadis2008-12-161-2/+4
* Fixed some book acquirement crashes, and not getting any more manuals afterzelgadis2008-12-131-6/+20
* Spellcasting allies never picked up ranged ammo (because SPELL_NO_SPELLharanp2008-12-121-1/+1
* Breaks savefile compatibility.zelgadis2008-12-071-11/+110
* Savefile compatibility breakage from keeping track of which spells have beenzelgadis2008-12-041-2/+2
* Add another optional parameter to items() of makeitem.{cc,h}, the agentzelgadis2008-12-031-4/+16
* * Fixed siren movement into deep water.j-p-e-g2008-12-011-2/+2
* * Rename beheld -> mesmerised.j-p-e-g2008-12-011-4/+51
* * Fixed a few issues with transformations.j-p-e-g2008-11-281-3/+3
* * Add special tiles for the special runes (hells, demon lords).j-p-e-g2008-11-271-2/+6
* Add comment.dolorous2008-11-251-0/+1
* Consolidate the two immolation routines (the scroll and the effect when dolorous2008-11-251-1/+39
* Add more minor cosmetic fixes.dolorous2008-11-241-8/+6
* Add alternative messages for efreet speech when silenced. (BR 2238678)j-p-e-g2008-11-081-11/+7
* Change floor_property (blood, sanctuary) to flags, and add two newj-p-e-g2008-11-071-86/+105
* Fix crash when items have to be moved around after a labyrinth shift.j-p-e-g2008-11-061-4/+12
* Some more labyrinth tweaks:j-p-e-g2008-11-051-19/+114
* Add comments for the labyrinth changes.j-p-e-g2008-11-041-31/+71
* Implement second part of labyrinth tweaks:j-p-e-g2008-11-041-2/+308
* Apply the first part of the labyrinth tweaks:j-p-e-g2008-11-041-0/+2
* Add spacing fixes.dolorous2008-10-191-3/+3
* Allow checking regeneration ability at the level of individual monsters.dolorous2008-10-151-1/+1
* Rewrite of beam.cc: put all beam data in one place. Might be buggy.haranp2008-10-091-9/+9
* Completely remove the Book of Healing.dolorous2008-10-081-1/+0
* Add whitespace fixes.dolorous2008-10-071-1/+1
* Fix acquirement() giving Book of Bugginess.haranp2008-10-071-0/+1
* Adjust monster habitats again. Remove the M_AMPHIBIOUS flag, and dolorous2008-10-051-2/+2
* Fix 2063470: =f inscription preventing wielding of stonesj-p-e-g2008-10-041-3/+1
* Redid monster death idiom so that monsters::hurt can implicitlyharanp2008-10-041-24/+12
* Implement 1853872: Limit travel exclusions to LOS.j-p-e-g2008-10-041-0/+2
* Fix 2134320: mummy curse had disappeared.haranp2008-09-291-2/+2
* FR 2055862: When searching the database for spellbooks/rods, list thej-p-e-g2008-09-281-1/+1
* Removed Ogre-Mages, hopefully without breaking anything. Docs are unchanged.haranp2008-09-251-8/+3
* In ouch(), use NON_MONSTER instead of 0 as the index for non-monster dolorous2008-09-251-2/+2
* Fix 2121686: buggy net handling when returning to a levelj-p-e-g2008-09-211-0/+4
* 2088461: identify Holy Wrath brand on failed wield.haranp2008-09-211-1/+1
* Better messaging for ?oHolyWord.haranp2008-09-211-2/+1
* [2059553]: recharged wands have their zap counts reinitialized.haranp2008-09-181-3/+3