summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-3525/+0
* Replace monsters::is_magic_user() withDavid Lawrence Ramsey2009-11-101-1/+1
* Replace mons_is_magic_user() with monsters::is_magic_user().David Lawrence Ramsey2009-11-101-1/+1
* Remove a few obsolete includes.Robert Vollmert2009-11-101-2/+0
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* Remove option draw_it from viewwindow.Robert Vollmert2009-11-091-6/+6
* Add an is_holy() function to the actor interface.David Lawrence Ramsey2009-11-091-1/+1
* Replace mons_wont_attack with monsters::wont_attack.Vsevolod Kozlov2009-11-091-1/+1
* In Yred's retribution, replace forced Animate Dead with summoningDavid Lawrence Ramsey2009-11-081-3/+3
* Split away monsters' starting gear from makeitem.cc to mon-gear.ccAdam Borowski2009-11-081-0/+1
* Move see_cell_no_trans into player.Robert Vollmert2009-11-081-1/+1
* Split map knowledge and FPROPs.Robert Vollmert2009-11-081-1/+2
* Replace mons_cannot_move with monsters::cannot_move.Vsevolod Kozlov2009-11-081-1/+1
* New unique: Pikel, the big kobold slaver.Jude Brown2009-11-081-0/+10
* Remove mons_is_holy(), as it's redundant.David Lawrence Ramsey2009-11-071-1/+1
* 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