summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix 0000188: monster list bug with player ghostJohanna Ploog2010-01-071-9/+8
* Change "wrath" needles to "frenzy".Jude Brown2010-01-071-1/+3
* New (rakshasa) unique: Mara, Lord of Ilusions.Jude Brown2009-12-241-11/+28
* Rename ENCH_NEUTRAL to ENCH_TEMP_PACIF since it's what it does.Adam Borowski2009-12-131-1/+1
* Remove option target_zero_exp.Robert Vollmert2009-11-241-2/+1
* Make monster-info pane work in arenaMatthew Cline2009-11-231-1/+11
* Convert get_mons_glyph to return a glyph struct.Robert Vollmert2009-11-151-1/+3
* Merge spore experiments branch.Charles Otto2009-11-131-0/+3
|\
| * Change the ballistomycete activation mechanicCharles Otto2009-11-111-0/+3
* | Rename can_sleep/put_to_sleep to can_hibernate/hibernate.Jude Brown2009-11-121-1/+1
|/
* Replace mons_is_petrifying with monsters::petrifying.Vsevolod Kozlov2009-11-081-1/+1
* Replace mons_neutral with monsters::neutral.Vsevolod Kozlov2009-11-071-1/+1
* Consolidate player/monster sleep checks.David Lawrence Ramsey2009-11-061-5/+1
* Move checks for the berserk state into actor::berserk().David Lawrence Ramsey2009-11-061-2/+2
* Move mons_is_friendly to monsters::friendly.Vsevolod Kozlov2009-11-061-1/+1
* Split get_symbol from view.cc.Robert Vollmert2009-11-061-1/+1
* Add actor::petrified, which replaces mons_is_petrified.Vsevolod Kozlov2009-11-061-1/+1
* Replace mons_is_caught with monsters::caught.Vsevolod Kozlov2009-11-051-1/+1
* Replace mons_is_paralysed with monsters::paralysed.Vsevolod Kozlov2009-11-051-1/+1
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Merge mons_holiness() into monster::holiness(), and add an is_unholy()David Lawrence Ramsey2009-10-311-11/+11
* Combine mons_is_sleeping(monsters *m) into monsters::asleep()abrahamwl2009-10-301-1/+1
* Add minor cosmetic fixes.David Lawrence Ramsey2009-10-301-3/+1
* Merge a change to monster_info that got lost somehow.Charles Otto2009-10-301-0/+5
* Fix compilation.David Lawrence Ramsey2009-10-271-0/+1
* Add glyph and damage info to monster_info.Robert Vollmert2009-10-271-0/+15
* Move monster_pane_info out into mon-info.cc and rename.Robert Vollmert2009-10-271-0/+305