summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace.David Lawrence Ramsey2009-11-061-1/+1
* Replace global see_cell by observe_cell and disambiguate old uses.Robert Vollmert2009-11-061-2/+2
* Move mons_is_friendly to monsters::friendly.Vsevolod Kozlov2009-11-061-3/+3
* Since all unholy monsters are considered evil, removeDavid Lawrence Ramsey2009-11-051-1/+1
* Clean up flight status checks for monsters.David Lawrence Ramsey2009-11-051-2/+1
* In is_evil(), mark player followers and monster priests of evil gods.David Lawrence Ramsey2009-11-051-1/+0
* Make many checks for monster (non)existence on squares use monster_at().David Lawrence Ramsey2009-11-051-1/+1
* New monsters: golden eyes.Jude Brown2009-11-051-0/+9
* Rebalance dancing weapon statsStefan O'Rear2009-11-041-1/+4
* Allow each dancing weapon to have its own statsStefan O'Rear2009-11-041-1/+12
* Split up view.cc.Robert Vollmert2009-11-041-0/+1
* Allow vaults to override monster spells with spells:<xyz>Darshan Shaligram2009-11-041-64/+62
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Add various color-related fixes.David Lawrence Ramsey2009-11-011-5/+0
* Move checks for a player or monster's being chaotic into anotherDavid Lawrence Ramsey2009-11-011-2/+2
* Split up monstuff.ccMatthew Cline2009-11-011-1/+2
* Fix polymorphing monsters into slime creatures by setting the monsterDavid Lawrence Ramsey2009-10-311-6/+3
* Can specify size in slime creature monster specMatthew Cline2009-10-311-2/+12
* Preliminary support for slime creatures merging and splitting.Charles Otto2009-10-301-0/+4
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+1
* Slow down the monster spawn rate in the Abyss for worshippers of Cheibriados.Adam Borowski2009-10-291-1/+2
* (MONS_PROGRAM_BUG || -1) --> MONS_NO_MONSTERMatthew Cline2009-10-271-4/+4
* Convert some ints to monster_type.Robert Vollmert2009-10-271-15/+15
* For flavor, mark 6 out of 7 demons in the Abyss as belonging to Lugonu.David Lawrence Ramsey2009-10-251-0/+6
* Preliminarily add a new fungus species to replace fungus w.r.t. sporesCharles Otto2009-10-251-3/+2
* Get rid of player_monster_visible.Robert Vollmert2009-10-221-1/+1
* Add minor cosmetic fixes.David Lawrence Ramsey2009-10-191-5/+3
* Naming monsters via MONS: rat name:Yves (Jude & Vsevolod).David Ploog2009-10-191-0/+5
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* [2881182] Fix being unable to place flying monsters over lava in maps (due).Darshan Shaligram2009-10-181-26/+14
* More renaming and reorganization of feature checks.Robert Vollmert2009-10-171-1/+1
* Naming consistency.Robert Vollmert2009-10-171-49/+49
* Globally replace see_grid by see_cell.Robert Vollmert2009-10-171-4/+4
* fix compile errors on Intel C++ Compiler v10.1Steven Noonan2009-10-121-6/+6
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-1/+0
* Split and correct grid_see_grid.Robert Vollmert2009-10-081-2/+2
* Split LOS code from view.cc.Robert Vollmert2009-10-081-0/+1
* Properly set the colors of single (very) ugly things again.David Lawrence Ramsey2009-10-081-1/+1
* Simplify resetting (very) ugly things' band colors.David Lawrence Ramsey2009-10-081-1/+2
* Make sure that all (very) ugly things in a band start with the sameDavid Lawrence Ramsey2009-10-061-5/+27
* Give Khufu a quote (due), make him spawn in Tomb and Crypt.Adam Borowski2009-10-061-0/+9
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Clean up the Kiku changes a bit.David Lawrence Ramsey2009-10-011-14/+13
* Applying Kiku patch by Alex MacDonald (timecircuits). Kiku now has an invocat...evktalo2009-10-021-0/+68
* Allow spectral things to take stairs again, to make Death Channel moreDavid Lawrence Ramsey2009-10-011-1/+2
* Comment fix.dolorous2009-09-201-1/+1
* Tweak ugly thing band generation a bit.dolorous2009-09-201-0/+1
* Comment fixes.dolorous2009-09-201-4/+4
* Add Mitsuhiro's new kraken tiles, slightly modified to make them workj-p-e-g2009-09-191-0/+4
* Implement part of [2837033]: Randomize colors, resistances, and attack dolorous2009-09-181-2/+10