summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
Commit message (Expand)AuthorAgeFilesLines
* Properly generalize the target in the "space warps crazily" dolorous2009-01-101-1/+1
* When a monster picks up a spear prevent it from being placed in the monster'szelgadis2009-01-101-4/+11
* Fix the naming of the royal jelly which has been polymorphed into a hydra.zelgadis2009-01-091-2/+3
* Fix the name of Lernaean hydra zombies by adding special handling for namedzelgadis2009-01-091-22/+46
* Clean up rotting routines again.dolorous2009-01-081-12/+8
* Clean up the rotting routines a bit.dolorous2009-01-081-30/+33
* If monsters::hurt() is called on a monster that's already dead, but dolorous2009-01-081-19/+19
* Add spacing fixes.dolorous2009-01-081-1/+1
* Make the position of monster held items (-2, -2) rather than (0, 0), so thatzelgadis2009-01-081-0/+62
* Make sure spectral things can actually levitate (oops).dolorous2009-01-081-0/+5
* Make all spectral things levitate again, instead of flying if their base dolorous2009-01-081-14/+4
* Expand equip_undead() to handle smart undead as well as stupid undead, dolorous2009-01-081-2/+1
* Add two more uniques: Nessos and the Lernaean hydra, also implemented byj-p-e-g2009-01-071-5/+21
* Allow monsters to pick up fixed artefacts during arena mode.zelgadis2009-01-071-1/+1
* Add the last of the apostrophe-related fixes. Words that end in "x" dolorous2009-01-061-4/+1
* Add still more minor cosmetic fixes.dolorous2009-01-061-4/+2
* Make name_zombified_unique() return a bool to indicate whether it dolorous2009-01-061-1/+5
* Consolidate the routines for naming zombified uniques.dolorous2009-01-061-0/+13
* In arena mode, make mons_friendly() and mons_wont_attack() always return false,zelgadis2009-01-061-5/+18
* monsters::pickup_item() treats friendlies no differently than hostiles duringzelgadis2009-01-051-1/+1
* Fix MONS_HELL_KNIGHT being considered an invalid monster class.zelgadis2009-01-051-1/+1
* Oops, forgot to special-case "@says@ @to_foe@".zelgadis2009-01-051-3/+8
* Oops, forgot to remove "@to_foe@" and "@at_foe@" when the target of the monsterzelgadis2009-01-051-1/+7
* Allow monster speech to be directed at other monsters, as well as at thezelgadis2009-01-051-23/+97
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Introduce a number of new uniques taken from a patch by castamir.j-p-e-g2009-01-041-1/+13
* Add spacing fixes.dolorous2009-01-041-2/+2
* Increase probability of non-decay-based skeleton drops from 25% to 33%. dolorous2009-01-041-1/+1
* Add spacing fix.dolorous2009-01-041-1/+1
* In arena mode always announce when a monster submerges or surfaces, makezelgadis2009-01-031-1/+12
* Generalize the trapdoor spider staying submerged to all lurking monsters.zelgadis2009-01-031-3/+3
* Add more minor cosmetic fixes.dolorous2009-01-031-5/+4
* Fix assertion failure (oops).dolorous2009-01-031-2/+2
* Simplify.dolorous2009-01-031-8/+5
* Fire an AI_SEE_MONSTER activity interrupt if a non-safe monster un-submergeszelgadis2009-01-031-0/+5
* When drawing a damaging card, set the beam range to LOS_RADIUS.zelgadis2009-01-031-1/+13
* Make monster behaviour in arenas smarter, allow delay:N in arena spec to set ...dshaligram2009-01-021-2/+2
* Fixed 2481704: Travel stopping for spellcasting monsters without LOSj-p-e-g2009-01-021-13/+46
* Simplify.dolorous2009-01-021-17/+12
* Fix inverted logic (oops).dolorous2009-01-021-1/+1
* Generalize monsters::can_drink_potion(). First, monsters that don't dolorous2009-01-021-28/+20
* Factored out bolt tracer variables into tracer_info struct.haranp2009-01-021-5/+7
* Fix [2480689]: skeletal warriors and wraiths shouldn't drink.haranp2009-01-021-0/+2
* Fix weird trapdoor spider behaviour.zelgadis2009-01-021-0/+20
* Add various long-standing skeleton changes, to compensate for their dolorous2009-01-011-2/+6
* For flavor, make monsters that eat corpses effectively butcher them dolorous2009-01-011-9/+17
* Add arena mode, activated on the command-line by 'crawl -arena "monster v mon...dshaligram2008-12-311-5/+7
* Make the tests for icy and skeletal monsters in Lee's Rapid dolorous2008-12-311-0/+8
* Fix giant orange brain messages crash; was setting a boolean pointer to falsezelgadis2008-12-311-1/+1
* Add miscellaneous minor fixes.dolorous2008-12-311-23/+22