summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Make fish on dry land (due to Feawn's Sunlight power) flop about andj-p-e-g2009-07-211-2/+5
* Move all tiles for stairs, gates and portals into a new subfolderj-p-e-g2009-07-191-1/+1
* Add yet more Jiyva-related cleanups. Make sure his altars are never dolorous2009-07-191-34/+4
* Add a yes_or_no prompt if you attempt to leave the Dungeon and picked upj-p-e-g2009-07-191-4/+24
* ATTR_RUNES_IN_ZOT is no longer needed. I couldn't decide if I shouldj-p-e-g2009-07-191-3/+2
* * Open Zot for good the first time you enter (with three runes or more).j-p-e-g2009-07-191-1/+4
* Add the Slime god as per n78291's (Shayne?) patch. Thanks! :Dj-p-e-g2009-07-181-0/+41
* A number of small bug fixes:j-p-e-g2009-07-171-10/+32
* Detected secret doors are now treated as a distinct new door type, soj-p-e-g2009-07-111-1/+4
* * Replace rock stair tiles with Eino's cool new escape hatch tiles.j-p-e-g2009-06-291-1/+1
* Apply patch by Adam Borowski, introducing new unique enchantress Kirke.j-p-e-g2009-06-271-0/+1
* * More steps on the path to reintroducing player doll customization.j-p-e-g2009-06-171-0/+19
* Fix lua errors for Ziggurats in Tiles.j-p-e-g2009-06-101-33/+39
* Commit r9867 to trunk.j-p-e-g2009-05-311-1/+4
* * AutoID rings of teleport control after teleporting.j-p-e-g2009-05-301-0/+35
* Fix 2792807: Autoexplore attempting to open doors in bat form.j-p-e-g2009-05-171-10/+23
* Make pacified monsters only interrupt autotravel if they're next to you, dolorous2009-04-231-0/+1
* * Tweak Xom's ideas about what makes a funny or boring death.j-p-e-g2009-04-221-1/+1
* Add spacing fixes.dolorous2009-04-191-1/+1
* * Properly print (non-spoily) resists descriptions for ghosts/pandemoniumj-p-e-g2009-04-191-3/+9
* [2758242] Fixing segfault during debug_mons_scan due to an mprf not matching ...ennewalker2009-04-181-3/+3
* * Add stair repelling as a bad Xom effect.j-p-e-g2009-04-131-0/+5
* * Allow panlords to have the chaos-branded weapons.j-p-e-g2009-04-131-7/+1
* * Fix compilation.j-p-e-g2009-04-121-1/+2
* * Merfolk may wear heavy armour while swimming, though their armourj-p-e-g2009-03-291-12/+0
* Xom again:j-p-e-g2009-03-281-0/+66
* * Fix Xom's interest wrapping around from 0 to 255. (!!!)j-p-e-g2009-03-261-12/+17
* Fix [2701428]: TSO will no longer give piety loss and penance for dolorous2009-03-221-3/+4
* Berserking now gives double HP instead of 50% more.haranp2009-03-211-2/+1
* * Fix 2687930: Shorten the spell menu more, and don't call update_title() j-p-e-g2009-03-161-0/+7
* Comment fix.dolorous2009-03-091-1/+2
* Remove all traces of TRAN_AIR and TRAN_SERPENT_OF_HELL, the latterj-p-e-g2009-02-271-9/+3
* [2615112] Fix portal vaults sharing ghosts. Ghosts are now saved into bones.X...dshaligram2009-02-221-0/+13
* Fix [1974594]: tutorial item description going off the bottom of the screen.haranp2009-02-171-2/+1
* Fix [2604363]: stashes and autoexplore leaked information about mimics.haranp2009-02-171-1/+1
* Various cleanups, mostly having to do with coord_def().haranp2009-02-151-11/+9
* Remove a great many cases where mgrd is accessed directly in favourharanp2009-02-131-20/+7
* Clearing trapping nets moved into player::moveto() and level change.haranp2009-02-121-0/+8
* Be (much) nicer about damage when climbing up/down stairs while confused.haranp2009-02-081-19/+14
* Have 'V' work properly on non-stash-trackable levels. The current behaviourharanp2009-02-061-1/+1
* 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