summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
Commit message (Expand)AuthorAgeFilesLines
* Added "The Stairs" card (not yet in any deck), eventually to be the card whichzelgadis2008-12-191-6/+46
* Fix _restore_level() mishandling non-Dungeon levels. This is hack;haranp2008-12-171-1/+1
* Differentiate intrinsically safe monsters and ones which the user optionsharanp2008-12-151-17/+25
* Spellcasting allies never picked up ranged ammo (because SPELL_NO_SPELLharanp2008-12-121-1/+1
* * Add sharks. They go into a battle frenzy if they smell blood.j-p-e-g2008-12-081-7/+1
* Actually replace sold out shops with the new feature DNGN_ABANDONED_SHOP.j-p-e-g2008-12-071-0/+2
* Describe closed shops as "abandoned" and colour its glyph grey (= lightsj-p-e-g2008-12-071-5/+9
* * Rename beheld -> mesmerised.j-p-e-g2008-12-011-3/+3
* Add blood and glass to labyrinths.j-p-e-g2008-11-261-13/+17
* Added you.level_type_name_abbrev, which on portal levels is stored inzelgadis2008-11-251-20/+50
* Ditch baroque dgnevent veto mechanism in favour of marker-property-based veto...dshaligram2008-11-251-4/+7
* Ziggurat portals charge gold for entry.dshaligram2008-11-251-0/+10
* The "Place:" for ziggurats now displays as "Ziggurat:1"/"Ziggurat:2"/etczelgadis2008-11-251-1/+35
* Fix message channel for deleting-non-dungeon-level message (oops).dshaligram2008-11-251-1/+1
* Allow ziggurats placed in Pandemonium to return to the same Pan level when th...dshaligram2008-11-251-137/+222
* Prompt for players with the teleportitis mutation before attempting toj-p-e-g2008-11-241-0/+14
* Make zombified orcs vulnerable to weapons of orc slaying, too.dolorous2008-11-241-0/+15
* Comment fixes.dolorous2008-11-241-2/+2
* Simplify.dolorous2008-11-241-1/+2
* Put skeletal dragons back in the dragon genus, and treat all dolorous2008-11-241-0/+23
* For items that originate in a portal vault, store the string describingzelgadis2008-11-241-0/+40
* Inform user on why a known shaft trap isn't triggered (fixes bug 2294949).zelgadis2008-11-221-2/+10
* Fix bug 2325392: Ring of Flames interface problems. Whether stepping intozelgadis2008-11-221-1/+1
* Spadework for ziggurats and other multilevel portal vaults.dshaligram2008-11-201-2/+21
* Oops, fix portal exit marker cleanup.dshaligram2008-11-181-1/+7
* Portal vault and labyrinth exits will return to the point on the dungeon leve...dshaligram2008-11-181-3/+30
* Change floor_property (blood, sanctuary) to flags, and add two newj-p-e-g2008-11-071-5/+5
* Add poison-related cleanups.dolorous2008-11-071-23/+0
* Clarify wording.dolorous2008-11-071-1/+1
* Treat colored rat skeletons/simulacra the same way as colored draconian dolorous2008-10-191-0/+6
* Add spacing fixes.dolorous2008-10-191-1/+1
* After discussion with dpeg, added a Scroll of Antimagic,haranp2008-10-111-13/+10
* Fix flight type handling so that spectral things can at least always dolorous2008-10-071-8/+9
* Add an auto_exclude option that will automatically set a travelj-p-e-g2008-10-031-0/+40
* Some cleanup (replacing you.duration[DUR_CONF] with you.confused())haranp2008-10-031-2/+2
* Reworked traps: much much cleaner now. There might be bugs, though.haranp2008-10-011-6/+4
* Vampire feeding changes:j-p-e-g2008-09-281-18/+27
* In ouch(), use NON_MONSTER instead of 0 as the index for non-monster dolorous2008-09-251-7/+7
* Remove extraneous references to god_gives_permanent_followers().dolorous2008-09-251-2/+1
* Fix 2085598: Nemelex won't be disappointed if there are invisible monstersharanp2008-09-211-18/+20
* 2058436: better interface for the range-1 attack spells.haranp2008-09-201-1/+1
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-6/+0
* [2067336] Fix mlist crash.dshaligram2008-08-221-1/+2
* Properly indicate claws in your_hand().dolorous2008-08-021-1/+2
* Fix trunk dgamelaunch compile (Napkin).dshaligram2008-08-011-3/+3
* Massive overhaul to move towards coord_def().haranp2008-07-301-85/+68
* More cleanups and fixes.haranp2008-07-231-11/+8
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-69/+64
* Extend Enne's blood potion destruction fix to potions on the floor.j-p-e-g2008-07-181-1/+2
* Fix dangling inscription for coagulated blood.j-p-e-g2008-07-151-12/+13