summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Fix [2496040]: Insects shouldn't have skeletons.dolorous2009-01-101-22/+22
* Fix tiles compile.ennewalker2009-01-101-0/+3
* [2495836] Show names for friendly uniques during arena mode. Also, add a til...ennewalker2009-01-1014-41/+213
* Add yet another unique courtesy of castamir: Dissolution, sentientj-p-e-g2009-01-1012-49/+103
* Conditionalise define_key on ncurses as a token gesture to classic curses com...dshaligram2009-01-101-0/+2
* [2149330] Apply castamir's keypad patch.dshaligram2009-01-102-0/+89
* Code cleanups again, fix Twist.haranp2009-01-104-134/+48
* Apply Eino's patches 2495756 and 2496205. Thanks!j-p-e-g2009-01-103-97/+163
* Remove redundant affects_nothing logic.zelgadis2009-01-101-3/+0
* When announcing a monster spell in mons_cast_noise():zelgadis2009-01-101-11/+49
* Include the end-point of a beam in path_taken.zelgadis2009-01-101-6/+2
* If mons_spells() is given an unknown monster spell then assert with the name ofzelgadis2009-01-101-2/+11
* Add another comment fix.dolorous2009-01-101-1/+1
* Comment fix.dolorous2009-01-101-2/+2
* Add wording fixes.dolorous2009-01-101-65/+32
* Tweak the flaming corpse's description.dolorous2009-01-101-1/+1
* dgn_place_monster() returns -1 on failure, not 0.zelgadis2009-01-101-1/+1
* When a monster picks up a spear prevent it from being placed in the monster'szelgadis2009-01-102-4/+12
* Actually pay attention to the affects_nothing member, so that retraced beamszelgadis2009-01-101-0/+3
* Fix the strings for the weapon egos "dragon slaying" and "venom" being smushedzelgadis2009-01-101-6/+6
* Deactivate the minimap in labyrinths since it gave away informationj-p-e-g2009-01-095-7/+26
* Revert r8362; I was misreading the code (oops).dolorous2009-01-091-4/+5
* Add one more minor cosmetic fix.dolorous2009-01-091-2/+1
* Remove redundancy: if a monster resists hellfire, it also resists normal dolorous2009-01-091-5/+5
* Add more minor cosmetic fixes.dolorous2009-01-092-4/+2
* Clean up Selective Amnesia. Sif Muna worshippers no longer get autosuccessharanp2009-01-092-51/+45
* Fix warning.dolorous2009-01-091-1/+1
* Fix spell power caps not being respected (looks like a long-standing bug.)haranp2009-01-093-47/+40
* Add a few things to the arena documentation.j-p-e-g2009-01-092-7/+18
* Apply Eino's patches 2494428, 2494591 and 2494703. Thanks!j-p-e-g2009-01-0914-329/+378
* Fix [2484866]: affects_nothing was being ignored.haranp2009-01-093-5/+10
* Simplify.dolorous2009-01-091-13/+10
* Fix the naming of the royal jelly which has been polymorphed into a hydra.zelgadis2009-01-091-2/+3
* Add a few more miscast messages.dolorous2009-01-091-14/+22
* Fix mistake in saying how to specify a monster via place.zelgadis2009-01-091-1/+1
* First draft of documation for the arena.zelgadis2009-01-091-0/+119
* Change arena item culling to cull oldest items first instead of most boringzelgadis2009-01-093-168/+175
* Fix the name of Lernaean hydra zombies by adding special handling for namedzelgadis2009-01-093-24/+54
* Minor fix: actor::rot()'s third parameter is an int, not a bool.dolorous2009-01-091-1/+1
* Cleaned up Apportation, fixed a few bugs in it too.haranp2009-01-094-100/+56
* Prevent unneeded message if Xom flips you from piety == 100 to piety = 100haranp2009-01-091-6/+7
* Add more minor cosmetic fixes.dolorous2009-01-091-6/+8
* Simplify.dolorous2009-01-091-4/+4
* Refix [2484631], in a way that won't require changes to draining or dolorous2009-01-092-18/+23
* Clean up rotting routines again.dolorous2009-01-084-26/+17
* Clean up the rotting routines a bit.dolorous2009-01-083-37/+40
* Fix 2493899: colour tags in inventory after using 'V'.j-p-e-g2009-01-083-19/+12
* Fix [2484631]: Move all monster-based experience-draining effects other dolorous2009-01-081-9/+16
* Implement FR 2489034: Disallow known scrolls of enchantj-p-e-g2009-01-085-95/+149
* If monsters::hurt() is called on a monster that's already dead, but dolorous2009-01-081-19/+19