summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix [2187753]: friendlies with spells targeting you if you don't giveharanp2009-02-041-47/+27
* Add more minor cosmetic fixes.dolorous2009-01-271-0/+4
* Use random_in_bounds() properly in yet another place.dolorous2009-01-271-4/+2
* Fix [2530350]: flags set incorrectly on coagulated potions which spill outharanp2009-01-231-5/+5
* Comment fix.dolorous2009-01-231-1/+1
* When randomly leaving skeletons from butchery or blood potion bottling, dolorous2009-01-231-18/+16
* Remove a few more unnecessary casts.haranp2009-01-211-4/+2
* Add whitespace fixes.dolorous2009-01-171-1/+1
* Fix bug #2510110: blood potions coagulating while in a monster's inventoryzelgadis2009-01-161-112/+55
* Remove atk and def from melee_attack.haranp2009-01-131-28/+10
* is_orckind() and is_dragonkind() no longer duplicate their arguments.haranp2009-01-131-6/+10
* In arena mode, make mons_friendly() and mons_wont_attack() always return false,zelgadis2009-01-061-0/+2
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* 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