summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation (oops).dolorous2008-03-271-2/+2
* Mark the "Shadow Creatures" spell as unholy, since weaving together dolorous2008-03-272-2/+2
* Fix a minor oversight: mark giant orange brains as evil, because they dolorous2008-03-271-2/+4
* Revert orange rats' being banned from "Summon Small Mammals" for good dolorous2008-03-271-7/+2
* Step two toward making orc sorcerers non-evil: make them use "Bolt of dolorous2008-03-271-1/+1
* Step 1 toward making orc sorcerers non-evil: make them use the new dolorous2008-03-271-1/+1
* Implement "Summon Ugly Things" as a monster spell, roughly equivalent to dolorous2008-03-273-2/+24
* Apply Josh's patch to fix a shadowed variable, and also add whitespace dolorous2008-03-271-4/+4
* Give ugly things and very ugly things cold resistance, as it fits their dolorous2008-03-271-2/+2
* Tweak the reinforcement blessing to give lower-level monsters, but in dolorous2008-03-261-2/+10
* Add fountains of blood (as suggested by Lemuel), and tidy up j-p-e-g2008-03-2618-106/+117
* Add a blessing that sends in a small number of reinforcements, and have dolorous2008-03-261-8/+38
* Split potions of blood and potions of coagulated blood into twoj-p-e-g2008-03-2621-106/+176
* Mark a few more monsters as non-evil, since they're fighting types that dolorous2008-03-261-11/+10
* Fix windows compile.j-p-e-g2008-03-251-3/+3
* More evil ally fixes. If you worship a good god, don't allow the taming dolorous2008-03-252-3/+12
* For now, go ahead and mark player ghosts as evil, too.dolorous2008-03-251-1/+1
* Mark orange rats as evil, too, since they have a draining attack.dolorous2008-03-251-1/+1
* Fixed tile compile. (I was being a bit overzealous in my cleanup.)j-p-e-g2008-03-258-44/+81
* Fix a compilation problem.dolorous2008-03-251-1/+1
* Applying static method conventions to acr.cc and items.cc - this resultedj-p-e-g2008-03-2510-567/+546
* Make sure all undead and demonic things (with the exception of player dolorous2008-03-251-13/+22
* Another huge code clean-up for tiles. At this rate, soon no linej-p-e-g2008-03-254-947/+1023
* Change a few forgotten z/Z command listings in the tutorial.j-p-e-g2008-03-252-10/+10
* Tiles:j-p-e-g2008-03-257-142/+211
* coding convention for static functions.pauldubois2008-03-251-24/+24
* Remove vestiges of ... what was it again? OPER_THROW.pauldubois2008-03-252-2/+0
* fix: 'fi' should not put item in quiver.pauldubois2008-03-252-17/+22
* For now, mark orc wizards as evil, since they level up into orc dolorous2008-03-251-1/+1
* Fixing [1912248] shadow targetted "forbidden".ennewalker2008-03-251-20/+5
* Partially fixed [1921769] Minimap exclude region sometimes not shown.ennewalker2008-03-252-14/+18
* Fixed [1921145] [Tiles] closed gate tiles not updated.ennewalker2008-03-252-5/+11
* Adding scroll of fog graphic.ennewalker2008-03-252-1/+1
* Fix the display of monsters in the tiles minimap. (My mistake, sorry.)j-p-e-g2008-03-242-12/+15
* Apply Josh's fix for religion.cc's debugging diagnostics (with minor dolorous2008-03-241-1/+2
* Comment fix.dolorous2008-03-241-1/+1
* Add priest promotion-re;ated fixes. Rename monsters::change_type() to dolorous2008-03-244-6/+14
* Add whitespace fixes again.dolorous2008-03-247-15/+15
* Fix 1923913: blood spattering into fountainsj-p-e-g2008-03-249-32/+45
* Change reciting speech code to use seed_rng(turn counter) instead, toj-p-e-g2008-03-244-42/+199
* Fix monster coalescing bug (should have known; the code looked too complicated).pauldubois2008-03-241-22/+30
* Let's see if this works a bit better... only update monster displaypauldubois2008-03-241-3/+11
* - Allow 'inscribed' in fire_order. Previously it was a special case andpauldubois2008-03-246-45/+30
* Fix a bunch of the TODO items.pauldubois2008-03-242-17/+138
* add comment for laterpauldubois2008-03-241-0/+1
* Monster list fixes:ennewalker2008-03-246-22/+53
* As per dpeg's suggestion, change neutral =) to =|.ennewalker2008-03-241-0/+0
* Adding graphic for neutral monsters. (A smiley face.)ennewalker2008-03-244-6/+5
* Since it's difficult to display TSO's halo-fading messages at the right dolorous2008-03-241-11/+2
* Break print_stats into a bunch of smaller functionspauldubois2008-03-242-447/+487