summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Apply missing bits of 0.4's r6748 to trunk.dolorous2008-08-033-6/+18
* Apply Yelve Yakut's patch (2020369) to list monsters and items in view.j-p-e-g2008-08-0210-21/+227
* Fix assertion failure upon high-scoring death.dolorous2008-08-021-1/+1
* Properly indicate claws in your_hand().dolorous2008-08-022-3/+4
* FR 2026227: Make $ list current gold.j-p-e-g2008-08-0111-8/+39
* Better message when allies are killed. [2009285]haranp2008-08-011-3/+17
* More minor fixes.haranp2008-08-013-88/+70
* Minor cleanups.haranp2008-08-013-135/+54
* Fix trunk dgamelaunch compile (Napkin).dshaligram2008-08-012-4/+4
* When DGAMELAUNCH is defined, use gmtime() instead of localtime() so it's easi...dshaligram2008-08-015-6/+13
* Fix 2033984: Monsters being created with both a shield and a 2-hander.j-p-e-g2008-07-316-6/+207
* Fix 2032476: improve interface for Lee's Rapid Deconstruction.haranp2008-07-314-24/+12
* Implemented basic range darkening while targeting. Nothing uses thisharanp2008-07-311-0/+37
* Fix 2033249: endgame and shop inventory browsing didn't allow examiningharanp2008-07-305-15/+6
* Don't discard Stoneskin when using non-conflicting transformations. [2031392]haranp2008-07-301-2/+7
* Fix 2033055: only prompt for unsuitable weapons if you can see the target.haranp2008-07-302-23/+19
* Fix 2029792: drop menu lets you choose more than the amount of the item.haranp2008-07-303-1/+9
* Massive overhaul to move towards coord_def().haranp2008-07-3072-3426/+2452
* Removed use of nonstandard strcasestr.dshaligram2008-07-301-6/+11
* Fix evaporate trailing clouds before explosion (sorear).dshaligram2008-07-302-2/+6
* Fixed evaporate not working on potions of water.dshaligram2008-07-301-1/+1
* [2029802] Fixing issues with spinning on SDL_PollEvent.ennewalker2008-07-301-7/+28
* Bug 2031257: can't fire-no-quiver ('F') if there are no thorwable itemszelgadis2008-07-291-0/+6
* Implemented monster spell miscasts. Spell miscasting is now handledzelgadis2008-07-2943-929/+2572
* Don't lose level-up stat and hp gain if Crawl receives SIGHUP at the level-up...dshaligram2008-07-292-16/+34
* Fix broken skill titles for certain skills such as Necromancy (bobbens).dshaligram2008-07-291-75/+127
* [2029802] Fixing numpad issues for tiles. Theoretically, this change should ...ennewalker2008-07-295-13/+49
* Fix HUD updates overwriting dgl message indicator, changed indicator from (ms...dshaligram2008-07-282-8/+21
* Fix 2022451: Cleansing Flame hurting distracted monsters and angeringj-p-e-g2008-07-282-3/+7
* Fix 2021696: allow_self_target = no even forbidding self-targetting forj-p-e-g2008-07-2817-54/+76
* [2029941] Fix g++ 4.3 build issue (Sigurd).dshaligram2008-07-281-2/+2
* [2029854] Fixed map parser rejecting level:-2 and level:-3 for items.dshaligram2008-07-281-1/+1
* Fix 2028969: excess comma in autoinscriptions of brand-only artefacts.j-p-e-g2008-07-276-48/+61
* Fixing bmp2png makefile error.ennewalker2008-07-271-1/+1
* Applying r6696 back to trunk (PCRE support).ennewalker2008-07-2790-46/+88246
* Applying r6618 to trunk (DOS blinking characters.)ennewalker2008-07-271-0/+3
* Fix food eat prompts ignoring macroed sequences (cbus).dshaligram2008-07-261-2/+2
* [2021070] Adding Tiles health/mp bars.ennewalker2008-07-263-48/+51
* Tiles fix to turn off mouse cursor once x-mode is done.ennewalker2008-07-261-1/+8
* [2021074] Tiles cursor improvements.ennewalker2008-07-269-52/+130
* Adding lua function to fill in disconnected zones.ennewalker2008-07-264-5/+50
* Minor dungeon fixes. Encompass maps were erroneously being vetoed. Octagon ...ennewalker2008-07-262-8/+8
* Fixing item check. (Maybe shops should have items, after all.)ennewalker2008-07-261-1/+1
* [2022204] Don't allow items to be created on features that they shouldn't be....ennewalker2008-07-262-0/+43
* Fix runaway skill training.haranp2008-07-251-2/+2
* Weaken monster dispel undead further.dshaligram2008-07-251-1/+1
* Fix 2026078: Quiver not updated after item slot adjustment.j-p-e-g2008-07-253-15/+22
* Fixing Tiles minimap not being updated with magic mapping. Some other minor ...ennewalker2008-07-254-25/+18
* [2021061] Fixing Tiles exclusion issues.ennewalker2008-07-257-32/+27
* Define DEBUG_MONS_SCAN for wizard builds.zelgadis2008-07-241-2/+3