summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fearmonger.cc
Commit message (Expand)AuthorAgeFilesLines
* Avoid another beholder crash (#8844)Neil Moore2014-08-131-0/+3
* Fix whitespace.Neil Moore2013-12-031-1/+1
* Avoid a beholder/fearmonger crash (#6547)Neil Moore2013-12-011-2/+8
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-2/+1
* Replace `mprf(s)` with `mpr(s)`Chris Oelmueller2013-11-281-1/+1
* More formatting fixes for return (...);Neil Moore2013-11-151-9/+9
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* Don't equate frenzy with berserk; let non-natural monsters frenzy.Steve Melenchuk2013-07-151-1/+2
* Remove use of 'you' inside player member functionspubby2013-06-301-5/+5
* Include debug.h earlier.Adam Borowski2013-04-261-1/+0
* Indentation fixes.Adam Borowski2012-12-051-1/+1
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-8/+8
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-1/+0
* Merge branch 'master' into unified_combat_controlRobert Burnham2011-10-251-3/+2
|\
| * cppcheck: fix inefficient checking for emptiness.Adam Borowski2011-07-051-1/+1
| * Gut and parcel out most of stuff.ccAdam Borowski2011-06-041-1/+0
| * Make monster cause fear a bit less restrictiveChris Campbell2011-06-021-1/+1
* | Merge branch 'master' into unified_combat_controlRobert Burnham2011-04-261-4/+4
|\|
| * Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* | Replace DESC_NOCAP_THE with DESC_THERobert Burnham2011-03-251-1/+1
* | Replace DESC_CAP_THE with DESC_THERobert Burnham2011-03-251-1/+1
|/
* Make it less likely the demon axe will trap the player.Shayne Halvorson2011-02-131-1/+4
* Improve checks for monster Cause Fear's succeeding on players.David Lawrence Ramsey2010-10-301-4/+5
* Comment fixes.David Lawrence Ramsey2010-10-301-4/+4
* Implement fear as a monster spell, player status.Jude Brown2010-09-221-0/+190