summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Made confirm_self_target work again.haranp2007-01-282-22/+40
* Added add_glyph methods to formatted string to show a monster or item glyph asdshaligram2007-01-288-29/+101
* Nerfed orange statue attack speed. They can be placed in minivaults that aredshaligram2007-01-271-1/+1
* Changed message when you have no abilities.haranp2007-01-271-1/+1
* Implemented 1634001: saprovore level is now shown on 'A' screen.haranp2007-01-273-1/+18
* Beam-cycling in direction().haranp2007-01-277-64/+138
* Detect creatures should not reveal monster identities in notes.dshaligram2007-01-271-4/+0
* Added formatted_mpr(), which gives (very!) basic support for formattedharanp2007-01-274-11/+134
* Can't fix pain brands (Darshan.)haranp2007-01-271-1/+3
* Fixed bug with branch level stairs in Pan.haranp2007-01-262-4/+6
* Minor direction cleanups (mainly messaging.)haranp2007-01-266-64/+24
* direction() cleanup, stage 2: look_around is gone, everything unifiedharanp2007-01-257-416/+94
* More entry vaults from David.dshaligram2007-01-251-0/+176
* More entry vaults (Lemuel).dshaligram2007-01-251-0/+94
* [1638588] Don't use highlighters in formatted_scrollers.dshaligram2007-01-252-1/+7
* Fix compile failing on Windows MinGW.dshaligram2007-01-252-34/+38
* Removed USE_NEW_RANDOM, USE_MACROS.dshaligram2007-01-2532-914/+751
* Fixed 1642855: plants weren't poison resistant.haranp2007-01-251-1/+1
* Stage 1 of the direction() rewrite.haranp2007-01-2411-216/+370
* Charmed monsters should not run away from you.haranp2007-01-231-0/+3
* Fix for 1642067: notes will not call a monster 'it'.haranp2007-01-233-7/+7
* Fixed Enchant Weapon III message bug.haranp2007-01-233-6/+17
* Made demonspawn poison and electricity resistance level-3,haranp2007-01-231-2/+3
* Fixed 1642577, tag wasn't being closed for troll mutations.haranp2007-01-232-3/+3
* Random altars in the Abyss are now to Lucy 50% of the time.haranp2007-01-233-16/+20
* Boosted the chance for Abyssal runes from 1 in 500 to 1 in 200.haranp2007-01-231-1/+1
* Coloured antique shops in yellow in 'O' display.haranp2007-01-232-25/+41
* Updated entry vaults (David).dshaligram2007-01-181-9/+134
* Removed ogre and orc priest from concentric rings entry.dshaligram2007-01-181-9/+6
* Remove obstructive plants in water+fire themed entries.dshaligram2007-01-181-12/+12
* Deleting unsuitable entries.dshaligram2007-01-181-72/+1
* Updated rogue-themed Elf:7 levels (David).dshaligram2007-01-181-262/+262
* Allow "nothing" to be used in MONS: declarations.dshaligram2007-01-183-14/+19
* New entry vaults and regular vaults (Lemuel). The regular vaults are probablydshaligram2007-01-187-187/+449
* Kashrut.haranp2007-01-171-0/+1
* Disallowed ghosts in Pan to fix 1637019.haranp2007-01-171-3/+2
* Oops. Left a debugging mpr in.haranp2007-01-171-1/+0
* Fixed bug where Pan lords were not getting their spells loaded. Thisharanp2007-01-171-75/+21
* Added a basic depend target. Maybe we should do full autodependency building?dshaligram2007-01-172-1/+19
* The stash-tracker also needs shop SIGHUP protection.dshaligram2007-01-174-23/+26
* Fixed id array being clobbered if Crawl receives SIGHUP with the player in adshaligram2007-01-176-19/+43
* Fixed stupid bug in itemname.cc which was causing duplicate scroll names. [16...haranp2007-01-161-1/+1
* Changed startup screens per David's suggestions:haranp2007-01-161-22/+22
* Added level_map_title option per 1598159.haranp2007-01-167-15/+61
* Implemented 1633681, Excruciating Wounds spell. Better wording welcome.haranp2007-01-167-3/+34
* Reduced quantity of curare needles per 1635724.haranp2007-01-161-1/+3
* Moved multipliers for spellcasting/invoc/evoc from the function to theharanp2007-01-161-120/+114
* Fixed bug 1636467, sometimes monsters were getting no energy.haranp2007-01-165-9/+15
* Fixed Turn being cut off if your gold is >5 digits (Haran).dshaligram2007-01-141-1/+1
* Make cursor munging happen for every message output, not just when window scr...dshaligram2007-01-141-1/+8