summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix 1986252: double "Blech! You need xy!" messagej-p-e-g2008-06-061-18/+23
* Fix 1984593: all monster being generated awake.j-p-e-g2008-06-051-9/+80
* Fix mimics not teleporting when attacked by reaching or airstrike, and aj-p-e-g2008-06-051-1/+7
* Added trapdoor spider (not yet randomly generated). If a trapdoorzelgadis2008-06-041-0/+3
* Implement pathfinding for monsters, using the A* algorithm.j-p-e-g2008-06-041-1/+245
* Fix zombies of wrong habitat on land. It turns out that all thosej-p-e-g2008-06-041-67/+80
* _place_monster_aux() was sometimes trying to place the monster out of bounds,zelgadis2008-06-031-0/+3
* Fix wizard mode being unable to create monsters of nonfloor habitat.j-p-e-g2008-06-011-34/+49
* Fix 1937489: Remove map markers overwritten by lakes or rivers, as wasj-p-e-g2008-06-011-56/+97
* Fix 1962147: Move the comments on the food you eat at the end of DELAY_EAT.j-p-e-g2008-05-311-0/+2
* Consolidate all cases where corpses are turned into skeletons, asj-p-e-g2008-05-311-37/+43
* Modify menu_colour_item_prefix() to also handle stuff like contaminatedj-p-e-g2008-05-311-2/+2
* Add minor cosmetic fixes.dolorous2008-05-311-6/+6
* [1968164] Fixing issue where monster can be generated inside of a rock wall. ...ennewalker2008-05-311-1/+2
* Make patrolling monster movement more natural: don't always return toj-p-e-g2008-05-261-7/+11
* Comment fix.dolorous2008-05-211-2/+2
* Pull code from mon->can_see(target) into a new function mon->see_grid()j-p-e-g2008-05-181-12/+15
* Revert holy beings' being enraged by players worshipping neutral gods, dolorous2008-05-111-5/+1
* If you somehow summon a holy being, and you don't worship a good god, dolorous2008-05-111-1/+5
* Simplify.dolorous2008-05-111-11/+8
* If you somehow summon a holy being while worshipping an evil god, it's dolorous2008-05-111-7/+15
* Fixed monster colours requested in maps not being applied.dshaligram2008-05-101-0/+5
* Make monsters angered by your worshipping a god they hate lose charm.dolorous2008-05-101-4/+6
* Fix indentation.dolorous2008-05-071-2/+4
* Simplify handling of monsters angered by the player, and expand it to dolorous2008-05-071-10/+21
* * Fix god gift randarts being named after *other* gods.j-p-e-g2008-05-061-51/+54
* Cleaned up monster generation functions, separate monster zombie type from mo...dshaligram2008-05-051-320/+460
* [1956565] Fix issues with monster names.dshaligram2008-05-041-5/+2
* Add more various summoning-related cleanups.dolorous2008-05-031-0/+1
* Fix [1947495]: Adjust orc bands.dolorous2008-04-211-1/+11
* Moderate OOD on D:1 is activated only after 700 turns spent on D:1. Other lev...dshaligram2008-04-211-4/+12
* Change place_monster_aux to always check nearby squares as if j-p-e-g2008-04-201-25/+34
* Another code cleanup.j-p-e-g2008-04-151-4/+3
* Another one of those pesky spacing changes.j-p-e-g2008-04-151-3/+3
* Apply Horst von Brand's (first) patch 1887488: gcc-4.3 compile failures.j-p-e-g2008-04-141-21/+24
* Give monsters better natural regeneration increasing with HD. Monsters will s...dshaligram2008-03-311-3/+79
* Adjust early OOD generation another few ticks upward.dshaligram2008-03-311-1/+1
* Re-enable moderate OOD gen on D:1.dshaligram2008-03-311-10/+1
* Add still more whitespace cleanups, and increase the chances of the dolorous2008-03-281-8/+8
* Fix the summoning used by the reinforcement blessing, so that collateral dolorous2008-03-281-1/+1
* Add fountains of blood (as suggested by Lemuel), and tidy up j-p-e-g2008-03-261-1/+1
* Clean up handling of zombie-types.dolorous2008-03-151-7/+1
* Fix missing include.dolorous2008-03-141-0/+1
* Fix one more potential source of evil allies for good-god worshippers.dolorous2008-03-141-2/+2
* Simplify another good-god check.dolorous2008-03-141-4/+1
* New Zot levels, courtesy Lemuel (David).dshaligram2008-01-121-36/+68
* Monsters get multilevel resists (incomplete). Monster data needs to bedshaligram2008-01-091-19/+22
* Add more habitat cleanups: rename HT_NORMAL to HT_LAND, remove dolorous2008-01-041-1/+1
* Add rock wall to the habitats list (for rock worms), and move monster dolorous2008-01-041-27/+20
* Add miscellaneous type cleanups and comment fixes.dolorous2008-01-031-4/+5