summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
Commit message (Expand)AuthorAgeFilesLines
* Add ASSERT(!crawl_state.arena) to a number of places.zelgadis2009-01-031-0/+6
* Add one more skeleton change: Allow vampires' bottling blood from dolorous2009-01-031-0/+16
* Fixed 2481704: Travel stopping for spellcasting monsters without LOSj-p-e-g2009-01-021-2/+1
* Fix assertion failure when turning a corpse into both a skeleton and dolorous2009-01-021-3/+1
* Add various long-standing skeleton changes, to compensate for their dolorous2009-01-011-5/+20
* Add miscellaneous minor fixes.dolorous2009-01-011-6/+6
* Add still more minor cosmetic fixes.dolorous2009-01-011-6/+7
* Add more minor cosmetic fixes.dolorous2009-01-011-40/+32
* Fix 2471146: equipment being melded due to mutations.j-p-e-g2008-12-281-9/+22
* Fix "suicidal travelling" towards monsters you can see through glass.j-p-e-g2008-12-261-3/+38
* [2455489] Fixing "dark" levels after crashes, due to the tile flavor being se...ennewalker2008-12-251-13/+2
* Add whitespace fixes.dolorous2008-12-221-2/+2
* 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