summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Change ballistomycete spore mechanics againCharles Otto2009-11-127-68/+112
* Change the ballistomycete activation mechanicCharles Otto2009-11-114-6/+23
* Give giant spores a chance of spawning ballistos while wanderingCharles Otto2009-11-115-12/+56
* Change ballistomycete spore spawning mechanicsCharles Otto2009-11-113-12/+65
* tutorial.cc: Mention shopping listMatthew Cline2009-11-101-1/+6
* Reformat comments for modified Tukima spell.David Ploog2009-11-111-18/+19
* tutorial.cc: Description for bloodstainsMatthew Cline2009-11-101-1/+22
* tutorial: plant/fungus and toadstool eventsMatthew Cline2009-11-102-24/+103
* misc.cc: Extra leave-dungeon prompt in tutorialMatthew Cline2009-11-101-0/+9
* Properly split up unholy and evil items, reworking is_(unholy|evil)().David Lawrence Ramsey2009-11-1012-52/+127
* Typo fix.David Lawrence Ramsey2009-11-101-1/+1
* Replace actor::is_unholy() with actor::undead_or_demonic().David Lawrence Ramsey2009-11-1011-26/+29
* Add actor::undead_or_demonic() to check for those holiness types.David Lawrence Ramsey2009-11-105-0/+17
* Use wrapper functions properly when checking for holy spells.David Lawrence Ramsey2009-11-103-8/+9
* Since is_chaotic() checks the subject for a chaotic god, don't use it toDavid Lawrence Ramsey2009-11-101-3/+0
* beam.cc: seeing clouds polymorphedMatthew Cline2009-11-101-1/+22
* Update the long descriptions for swapped Zin's and Ely's altars.Adam Borowski2009-11-111-4/+4
* Bug 2891438: spellcaster new level tut outdatedMatthew Cline2009-11-101-1/+1
* Simplify some spell discipline checks.David Lawrence Ramsey2009-11-101-6/+6
* For consistency, make torment set the necromancy conduct.David Lawrence Ramsey2009-11-101-2/+2
* Remove trailing whitespace.David Lawrence Ramsey2009-11-102-3/+3
* Fix inconsistencies with regard to chaotic spells.David Lawrence Ramsey2009-11-102-1/+4
* Fix off-by-one error that prevented claws from being considered a body mutati...Stefan O'Rear2009-11-101-1/+1
* Tweak Dowan/Duvessa death effects + invisibility (jpeg).Jude Brown2009-11-112-9/+26
* Update description of "Make Ponderous".Robert Vollmert2009-11-111-1/+1
* Quaffing an unided potion of berserk rage is "unintentional" berserk -- it ma...Adam Borowski2009-11-111-1/+1
* Revert "temporary"Robert Vollmert2009-11-112-52/+0
* Use grid_appearance instead of env.grid for LOS calculation.Robert Vollmert2009-11-111-1/+3
* Merge branch 'master' of ssh://rvollmert@crawl-ref.git.sourceforge.net/gitroo...Robert Vollmert2009-11-112-1/+7
|\
| * Tomb of Doroklohe: delete clouds at the walls; proper message if the tomb is ...Adam Borowski2009-11-112-1/+7
* | temporaryRobert Vollmert2009-11-112-0/+52
|/
* Clear env.pgrid (fprops) on level reset.Robert Vollmert2009-11-101-1/+2
* Remove stray header file dgn-maps.h.Robert Vollmert2009-11-101-22/+0
* New Norris description and speech. (dpeg, ##crawl-dev)Eino Keskitalo2009-11-102-18/+44
* Simplify Yred's and Okawaru's sending of random servants.David Lawrence Ramsey2009-11-102-33/+33
* Improve Yred's choosing of hostile skeleton types.David Lawrence Ramsey2009-11-101-3/+7
* Ensure that Yred's hostile skeletons are valid skeleton types.David Lawrence Ramsey2009-11-101-2/+2
* Add explanatory comment and, for now, a FIXME to _get_spellbook_list().David Lawrence Ramsey2009-11-101-0/+8
* Replace monsters::is_magic_user() withDavid Lawrence Ramsey2009-11-108-21/+13
* Replace mons_is_magic_user() with monsters::is_magic_user().David Lawrence Ramsey2009-11-107-12/+14
* Move monsters::is_shapeshifter() in monster.cc down to match monster.h.David Lawrence Ramsey2009-11-101-5/+5
* Ensure that both deep elf conjurer spellbooks are evil.David Lawrence Ramsey2009-11-101-1/+1
* And actually commit the altar color changes.David Lawrence Ramsey2009-11-101-4/+4
* Given silver's new status, tweak descriptions of Zin's and Ely's altars.David Lawrence Ramsey2009-11-101-2/+2
* Fix monsters with static spellbooks not getting any spells.Adam Borowski2009-11-101-0/+2
* Indent the prefix/DATADIR parts of the makefile.Adam Borowski2009-11-101-19/+20
* Make actor::heal return bool; move heal_monster to monsters::heal.Vsevolod Kozlov2009-11-1015-59/+45
* Add conditional bloodifying function and use it in some places.Robert Vollmert2009-11-105-16/+21
* Remove redundant bleeding check.Robert Vollmert2009-11-101-2/+1
* Remove a few obsolete includes.Robert Vollmert2009-11-1079-143/+5