summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Player tracers had thrower set incorrectly, so no prompt was given whenharanp2009-01-181-0/+1
* Fix missing space in Xom's chaos upgrade message.dolorous2009-01-181-0/+2
* Ensure that magical explosions have a minimum explosion size of 1.dolorous2009-01-181-4/+3
* Fix 2511848: manual explosions having their flavour overriden.haranp2009-01-181-1/+8
* Simplify.dolorous2009-01-181-4/+3
* Fix [2515428]: gold display not reprinting properly when log10(gold)haranp2009-01-181-1/+1
* After some more thought, make draining and vampiric attacks (both dolorous2009-01-181-2/+4
* Lower generation chance of fixed level randart books (from 1/6 down toj-p-e-g2009-01-182-3/+4
* Simplify.dolorous2009-01-181-4/+1
* Fix check for monsters' negative energy resistance with regard to dolorous2009-01-181-7/+13
* * Also add blood bottling to command help for Vampires.j-p-e-g2009-01-184-7/+25
* Consolidate the player and monster draining functions in fight.cc, make dolorous2009-01-187-39/+32
* Add spacing fix.dolorous2009-01-181-1/+1
* More Xom code cleanups.haranp2009-01-181-242/+215
* Simplify again.dolorous2009-01-181-1/+1
* Simplify.dolorous2009-01-181-1/+0
* UNIX/mgw tiles stubs for crash handler; stop-gap until it's made to use thezelgadis2009-01-182-0/+18
* Fix bug #2482254: a giant spore exploding was having the mgrd where it used tozelgadis2009-01-182-5/+6
* Limit crash handling recursion to being commented upon just once.zelgadis2009-01-181-1/+6
* Don't do anything for more() or mesclr() if the game has crashed (they mightzelgadis2009-01-181-0/+6
* When using the "change friendliness" wizard targetting command in arena mode,zelgadis2009-01-181-1/+7
* Actors are now always visible to themselves. If an actor should behavezelgadis2009-01-182-2/+2
* During arena mode, don't describe a monster as "It's doesn't appear to havezelgadis2009-01-181-7/+17
* During arena mode, scale draw_delay according to how much arena_delay has beenzelgadis2009-01-181-0/+7
* Always call _arena_set_foe() for arena monsters whose target is (0, 0).zelgadis2009-01-182-9/+2
* Fix boundary condition error when computing the oldest stored message.zelgadis2009-01-181-1/+1
* Oops, forgot to put "#ifndef USE_TILE" around unixcurses_shutdown() (though itzelgadis2009-01-181-0/+2
* When dumping info upon a crash:zelgadis2009-01-184-37/+60
* Disallowing travel to impassable terrain.ennewalker2009-01-181-0/+4
* Clean up explosion routines a bit more, and put back erroneously removed dolorous2009-01-183-7/+7
* Implemented crash data reporting, though it's only some stubs on Windows andzelgadis2009-01-1815-5/+366
* [2514205] [2484157] Reverting my r7976 change to travel code that broke trave...ennewalker2009-01-181-7/+2
* Clean up manual explosion routines a bit.dolorous2009-01-188-79/+74
* [2406286] Fixing inventory overlaying messages. (Thanks, jpeg!)ennewalker2009-01-181-3/+9
* Check for cleansing flame resistance in bolt::nasty_to(), since it's the dolorous2009-01-181-1/+5
* Generalize the check for unchivalric attacks via cleansing flame.dolorous2009-01-185-15/+20
* Fix cleansing flame resistance for neutral monsters.dolorous2009-01-181-3/+4
* Tweaks to make it less likely that command repitition will be cancled when it'szelgadis2009-01-184-15/+26
* Use the same type for shield_blocks on both the player and monster dolorous2009-01-181-1/+1
* Move cleansing flame (BEAM_HOLY) resistance to the actor interface.dolorous2009-01-185-23/+51
* Consolidate checks for the player's being undead or a demonspawn into dolorous2009-01-1812-22/+20
* Fix inverted logic.dolorous2009-01-181-1/+1
* Add more minor cosmetic fixes.dolorous2009-01-171-6/+6
* Fix compilation (oops).dolorous2009-01-171-1/+1
* Tweak the miscast message again.dolorous2009-01-171-2/+1
* Fixing &L vaults not having their tile flavor initialized properly. In parti...ennewalker2009-01-173-45/+54
* Updating options guide for tile_show_items.ennewalker2009-01-171-2/+3
* Tweak a few monster miscast messages.dolorous2009-01-171-2/+3
* [2508699] Fixing issue where the orb doesn't appear in the tiles inventory. ...ennewalker2009-01-171-15/+35
* [2483963] Really fix minimap issues after save/reload.ennewalker2009-01-171-0/+2