summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Collect attitude changing code.Robert Vollmert2009-11-0614-975/+1018
* Un-hyphenate ogre-mage, for consistency with other mage types.David Lawrence Ramsey2009-11-069-12/+12
* Move get_show_symbol to showsymb.cc.Robert Vollmert2009-11-065-17/+16
* Simplify.Robert Vollmert2009-11-061-14/+14
* Remove redundant level_type check.Robert Vollmert2009-11-061-3/+0
* Rename is_valid_item to item_def::is_valid.Vsevolod Kozlov2009-11-0644-174/+174
* Full set of (monster) summon elemental spells (Mu).Jude Brown2009-11-064-3/+66
* Hell-hog -> hell hog changes in docs and settings.Eino Keskitalo2009-11-062-3/+3
* Add missing showsymb.cc and showsymb.h.Robert Vollmert2009-11-062-0/+287
* Split get_symbol from view.cc.Robert Vollmert2009-11-0614-253/+18
* Move dchar_by_name declaration to proper header.Robert Vollmert2009-11-062-2/+2
* Explanatory comment.Robert Vollmert2009-11-061-0/+7
* Get rid of _get_viewobj_flags.Robert Vollmert2009-11-061-20/+2
* Make monster name flags available to vaultsMatthew Cline2009-11-062-0/+27
* Monster name flags fixupsMatthew Cline2009-11-062-2/+21
* Convert calls you.duration to relevant player:: check.Vsevolod Kozlov2009-11-062-4/+4
* Add actor::petrified, which replaces mons_is_petrified.Vsevolod Kozlov2009-11-0616-25/+32
* Reduce Tukima power requirementStefan O'Rear2009-11-061-8/+8
* arena.cc: different msgs for respawns and summonsMatthew Cline2009-11-061-2/+12
* Ensure that, if Jiyva is dead, no Jiyva altars can be placed in vaults.David Lawrence Ramsey2009-11-061-1/+9
* monspell.txt: Fire Breath and Cold Breath msgsMatthew Cline2009-11-051-0/+16
* Error for non-monster spells in monster specsMatthew Cline2009-11-054-2/+54
* spl-data.h: Move all monster-only spells to endMatthew Cline2009-11-051-53/+53
* Make timestamp in crash dumps readable.Robert Vollmert2009-11-062-4/+5
* Extract morgue file time formatting into make_file_time.Robert Vollmert2009-11-063-13/+23
* Increase the value of MST_TEST_SPAWNER to not conflict withDavid Lawrence Ramsey2009-11-061-2/+2
* Give Dissolution "Summon Eyeballs" spell (dpeg).Jude Brown2009-11-064-2/+20
* Move up the natural holiness/hellfire resistance check in is_evil().David Lawrence Ramsey2009-11-061-9/+9
* Simplify.David Lawrence Ramsey2009-11-061-5/+4
* Give Dowan haste other.Charles Otto2009-11-061-2/+2
* Add haste other as a monster spellCharles Otto2009-11-066-3/+111
* Tweak hell knights' resistances so that they resist hellfire, and markDavid Lawrence Ramsey2009-11-052-1/+10
* Make deep elf high priests resist hellfire, as they cast it, and orcDavid Lawrence Ramsey2009-11-051-1/+1
* Rename the hellion spell list from MST_BURNING_DEVIL to MST_HELLION.David Lawrence Ramsey2009-11-053-4/+3
* Remove the rest of the M_EVIL references.David Lawrence Ramsey2009-11-053-14/+9
* Remove the M_EVIL flag from orc wizards.David Lawrence Ramsey2009-11-052-1/+6
* Remove level_type checks from set_level_type_* Lua wrapers.Jude Brown2009-11-061-19/+0
* Change "hell-hog" to "hell hog".Jude Brown2009-11-061-2/+2
* Un-hyphenate "hell-hog", for consistency with other hell beings.David Lawrence Ramsey2009-11-052-3/+3
* Remove the M_EVIL flag from necromancers, as all of the spellbooks theyDavid Lawrence Ramsey2009-11-051-1/+1
* Since all unholy monsters are considered evil, removeDavid Lawrence Ramsey2009-11-055-15/+8
* Simplify player::res_holy_energy() a bit.David Lawrence Ramsey2009-11-051-2/+2
* Remove unneeded comment.David Lawrence Ramsey2009-11-051-1/+0
* In is_evil(), mark monsters with evil attack flavors.David Lawrence Ramsey2009-11-052-1/+7
* Reorder a few functions.David Lawrence Ramsey2009-11-055-17/+17
* Make AF_HUNGER, AF_STEAL, and AF_STEAL_FOOD chaotic attack flavors.David Lawrence Ramsey2009-11-051-2/+5
* Mark (very) ugly things as having miscellaneous shapes.David Lawrence Ramsey2009-11-051-2/+2
* Clean up flight status checks for monsters.David Lawrence Ramsey2009-11-055-587/+575
* Fix the DOS port.Adam Borowski2009-11-064-0/+8
* Standard <cmath> has no round().Adam Borowski2009-11-061-2/+2