summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* 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
* Comment fixes.dolorous2009-01-081-3/+3
* Add more minor cosmetic fixes.dolorous2009-01-082-2/+5
* Add minor cosmetic fixes.dolorous2009-01-087-17/+17
* Add spacing fixes.dolorous2009-01-081-1/+1
* Fix [2494017]: up-left and up-right swapped in open/disarm.haranp2009-01-082-3/+3
* Better output in '^' screen.haranp2009-01-081-2/+2
* Print passive god abilities. Fixes [2483099].haranp2009-01-081-6/+8
* Make Nessos more dangerous (and thus, more interesting). Still needsj-p-e-g2009-01-085-9/+23
* Proper radius for Ice Storm tracer. Fixes [2472601].haranp2009-01-081-1/+1
* Unbreak Fire Storm.haranp2009-01-081-1/+1
* Code cleanup for ignite_poison(), inspired by [2204223].haranp2009-01-082-58/+56
* Some code cleanup, inspired by [2483180].haranp2009-01-083-67/+41
* Fix wording [2492342].haranp2009-01-081-1/+1
* Make the position of monster held items (-2, -2) rather than (0, 0), so thatzelgadis2009-01-0813-93/+246
* Clean up tiles code to use the VertBuffer classes.ennewalker2009-01-088-408/+325
* Add another comment fix.dolorous2009-01-081-1/+2
* Add more comment fixes.dolorous2009-01-081-4/+6
* Add spacing fixes.dolorous2009-01-082-2/+2
* Fix default value for the force parameter of place_monster_corpse().dolorous2009-01-081-1/+1
* Comment fix.dolorous2009-01-081-1/+1
* Make sure spectral things can actually levitate (oops).dolorous2009-01-081-0/+5
* Add more minor cosmetic fixes.dolorous2009-01-081-1/+3
* Make all spectral things levitate again, instead of flying if their base dolorous2009-01-082-14/+7
* Remove the experience check for killing monsters with enslaved souls, dolorous2009-01-081-8/+7
* Comment fix.dolorous2009-01-081-2/+2
* Expand equip_undead() to handle smart undead as well as stupid undead, dolorous2009-01-086-46/+96
* Fix compilation.dolorous2009-01-071-3/+3
* Use Z_NOZOMBIE for Nessos, since he leaves an ordinary centaur corpse, dolorous2009-01-071-1/+1
* Add two more uniques: Nessos and the Lernaean hydra, also implemented byj-p-e-g2009-01-0717-15/+108
* Comment the previous commit.haranp2009-01-071-0/+3
* Fix [2483184]: submerged and invisible monsters caused bad messagingharanp2009-01-071-8/+5