summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abyss.cc
Commit message (Expand)AuthorAgeFilesLines
* Apply recent commits to 0.4, including Matthew's evil zoo fix.j-p-e-g2008-07-091-1/+0
* Apply Abyss unlinked item fix and the changes to the starting equipmentj-p-e-g2008-07-081-5/+20
* Another clean up, and add some new weapon speech.j-p-e-g2008-07-071-1/+1
* Fix 2011722: Reallow targetting beams such that you may be hit. (There'sj-p-e-g2008-07-061-14/+12
* Add a function x_chance_in_y(x,y) to replace the variousj-p-e-g2008-07-061-1/+1
* Disallow vampires from draining summoned creatures to be consistent withj-p-e-g2008-07-041-7/+9
* Fix bug introduced in r6347 (oops): igrd wasn't being cleaned when moving.haranp2008-07-021-6/+2
* Oops, wasn't properly shifting sanctuary center when doing an Abysszelgadis2008-07-021-4/+8
* Many code cleanups, mostly involving using stack_iterator andharanp2008-07-021-43/+14
* When doing an Abyss area shift try to preserve Sanctuary, unless thezelgadis2008-07-021-0/+33
* For Tiles, use some of the other wall types in the Abyss as well to makej-p-e-g2008-07-011-11/+23
* Implement the rest of the starting set changes. I sure hope I got all ofj-p-e-g2008-07-011-2/+2
* Add yet more miscellaneous minor fixes.dolorous2008-06-301-4/+4
* Enable Chaos Knights of Lugonu starting out in the Abyss.j-p-e-g2008-06-301-22/+52
* Improve performance by only checking whether there are lava or deepj-p-e-g2008-06-121-1/+1
* Clean-up (renaming static methods and comments) in a number of files.j-p-e-g2008-06-101-61/+63
* Enable environmental effects (like lava generating black smoke) in the Abysszelgadis2008-06-091-0/+3
* Preserve the floor properties around the player when doing an Abysszelgadis2008-06-081-0/+16
* Enable pathfinding for patrolling monsters who lost their patrol point.j-p-e-g2008-06-071-1/+1
* Create random blood spatter in the Abyss and Pandemonium (FR 1986241).j-p-e-g2008-06-071-27/+31
* Abyssal rune tedium reduction:dshaligram2008-05-261-6/+51
* Fix 1941612: Zapping wands known to be empty shouldn't cost a turn, butj-p-e-g2008-05-211-45/+50
* Cleaned up monster generation functions, separate monster zombie type from mo...dshaligram2008-05-051-6/+6
* Fix 1945348: Lugonu's Corruption attempting to "preserve" other altars.j-p-e-g2008-04-181-3/+9
* Apply Horst von Brand's (first) patch 1887488: gcc-4.3 compile failures.j-p-e-g2008-04-141-15/+16
* Add minor cosmetic fixes.dolorous2008-04-071-1/+1
* Prevent shafts from being created in corridors, at least untilj-p-e-g2008-03-291-4/+2
* New Zot levels, courtesy Lemuel (David).dshaligram2008-01-121-1/+1
* Tile support for Lugonu's corruption ability.ennewalker2008-01-051-0/+15
* Items can now fall through shaft traps (trap doors). The code is ratherzelgadis2007-12-031-0/+2
* Place altar to Lugonu randomly, not necessarily in LOS.dshaligram2007-10-301-4/+34
* Fixed Lugonu's Corruption, remaining cases of truncated monster shouts.dshaligram2007-10-111-3/+18
* Applying dolorous' latest patch (1806451), mostlyj-p-e-g2007-10-081-1/+1
* Made Xom be smarter about being amused at losing/missing runes, andzelgadis2007-10-021-26/+17
* This commit breaks save file compatability.zelgadis2007-09-301-0/+146
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-1/+3
* Increase initial flood of neutral monsters when invoking Corruption.dshaligram2007-08-181-3/+3
* Fixed crash when using travel to waypoint or Lugonu's Corruption on a leveldshaligram2007-08-181-0/+2
* Fixed map marker crashes.dshaligram2007-08-171-6/+6
* Give Lugonu Banishment and Corruption. I've left the old Bend Space in, becausedshaligram2007-08-111-1/+296
* Fix off-by-one bug in Abyssal altar generation (dolorous.)haranp2007-06-291-1/+1
* Some cleanup of Abyss generation code.haranp2007-06-231-49/+30
* [1738010] Stash-tracker now also tracks traps and other dungeon features.dshaligram2007-06-171-2/+4
* Added support for Unicode characters in the map display with ncursesw (enableddshaligram2007-06-071-8/+1
* [1699948] Allow changing the viewport size if you're using a larger terminaldshaligram2007-06-041-6/+3
* Moved items() into a separate makeitem file.haranp2007-04-211-0/+1
* Spatial distortion heals blink frogs.dshaligram2007-03-191-4/+4
* s/Lucy/Lugonu/.dshaligram2007-03-191-3/+3
* Banished uniques (including ghosts) will now be sent to the Abyss. Banisheddshaligram2007-03-181-27/+36
* Fixed 1642577, tag wasn't being closed for troll mutations.haranp2007-01-231-1/+1