summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Apply patch [1816945], adjusted slightly: Move the quality of a dolorous2007-11-293-5/+6
* Refix penance for destroying orcish idols.dolorous2007-11-281-0/+1
* [1832826] Removed another carp to stderr.dshaligram2007-11-281-2/+3
* Fixed bad messages when uniques are poisoned by toxic radiance.dshaligram2007-11-283-94/+58
* [1836426] Fixed penance message sequence for beams, clamped penance messages ...dshaligram2007-11-287-60/+159
* [1834349] Fixed reaching going through walls.dshaligram2007-11-282-1/+7
* [1834785] Auto-id resist slowing amulet when hasting/berserking.dshaligram2007-11-281-0/+6
* Fixed off-by-one error in Xom spell selection.dshaligram2007-11-281-2/+2
* [1836185] Fixed Elf:7 map that substituted away its sparkling fountain.dshaligram2007-11-281-5/+5
* [1837663] Fixed monsters' raise dead using player's LOS.dshaligram2007-11-2810-71/+81
* Fix [1837634]. Beogh worshippers now get penance again for destroying dolorous2007-11-281-2/+7
* Make dwarves' and orcs' +1 damage bonus for throwing racial gear dolorous2007-11-281-7/+10
* Warn players that quarterstaves work badly with shields.dshaligram2007-11-271-1/+7
* [1838128] Fixed monsters being able to move through immobile monsters on leve...dshaligram2007-11-276-168/+188
* Change Trog's retribution to send berserking monsters instead of normal dolorous2007-11-261-22/+10
* * A few corrections and changes to the tutorial.j-p-e-g2007-11-254-43/+47
* [1837199] Don't prompt for stepping on traps when confused.dshaligram2007-11-241-1/+1
* Warn user if mon_glyph lines use bad monster names.dshaligram2007-11-241-0/+7
* Add a minor consistency fix: The DID_KILL_NATURAL_EVIL conduct isn't dolorous2007-11-241-0/+4
* Clean up and consolidate all the smiting routines into the new function dolorous2007-11-242-76/+61
* minor penance function cleanups: inc_penance()'s god parameter should be dolorous2007-11-241-3/+4
* in followers_abandon_you(), check to see if you still worship Beogh, so dolorous2007-11-241-1/+2
* Add more minor fixes:dolorous2007-11-232-3/+3
* Fixed vampire attacks healing the player (Christopher Haima).dshaligram2007-11-231-1/+1
* more cleanups of penance-related messages: don't hardcode the Shining dolorous2007-11-231-7/+6
* Fixing assertion from SUMMON_DRAKES trying to fire an invalid bolt.ennewalker2007-11-221-1/+1
* Fixing assertion in monsters::pickup_armour when forcibly giving monsters uns...ennewalker2007-11-221-0/+3
* Don't put players under penance for harming friendlies (or holy monsters)j-p-e-g2007-11-224-7/+15
* Add minor cleanups of divine protection from harm:dolorous2007-11-224-27/+25
* make player::has_claws() and player::has_usable_claws() take a bool dolorous2007-11-226-21/+24
* make player::has_claws() return an int indicating the level of claws dolorous2007-11-224-16/+19
* [1829667]: use c_getch() to get input for all the new-game menus, since dolorous2007-11-211-5/+5
* Finally include Ely piety gain from Destroy Weapon depending onj-p-e-g2007-11-211-9/+28
* Fixing [1832064] stair bug. Added a cleanup function to ensure that there is...ennewalker2007-11-211-0/+126
* expand the special case for kobold fighters (leather armor, darts, etc.) dolorous2007-11-201-2/+4
* Allow UNICODE_LOCALE=. in makefile.unix to specify a setlocale(LC_ALL,"") cal...dshaligram2007-11-203-18/+37
* A few changes to shafts:j-p-e-g2007-11-209-28/+42
* Fix gcc optimising away overflow check (Guus).dshaligram2007-11-201-1/+1
* Fall back to ASCII if Unicode locale is unavailable (Guus). Also queue up sta...dshaligram2007-11-206-14/+70
* for consistency, tweak Vehumet's starting message to mention his namedolorous2007-11-201-1/+1
* since Yred's "Animate Corpse" ability can overlap with the "raise dead" dolorous2007-11-201-2/+1
* check for ghouls' eating ghouls in is_player_same_species()dolorous2007-11-201-0/+4
* Add various patches of mine:dolorous2007-11-208-55/+82
* Extraneous up stairs on dungeon level 1 are confusing to new users. Removing...ennewalker2007-11-201-1/+5
* Clean-up of options in init.txt and crawl_options.txt j-p-e-g2007-11-2010-731/+850
* A number of tutorial improvements, including reintroducing info on spellbooks.j-p-e-g2007-11-199-39/+56
* Fix a net bug that was responsible for never (!) entrapping monsters. Whoops...j-p-e-g2007-11-193-4/+9
* Kill hard tabs.dshaligram2007-11-182-2/+2
* [1833959] Fixed broken digging beams.dshaligram2007-11-181-6/+0
* [1833936] Fixed ASSERT in monster blink checks.dshaligram2007-11-181-1/+2