summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
Commit message (Expand)AuthorAgeFilesLines
...
* For jewellery with pluses and wands, only make an ident note when thezelgadis2008-06-191-6/+3
* Remove an accidental re-insertion of spawn_random_monster. Sorry aboutj-p-e-g2008-06-151-2/+0
* Fix the Vestibule having no upstairs. o_Oj-p-e-g2008-06-151-1/+5
* Fix [1928206] by taking wasp's suggestion of moving dolorous2008-06-151-2/+0
* Add miscellaneous minor fixes.dolorous2008-06-151-2/+0
* Update tutorial message to account for (most of) Yred's followers' being dolorous2008-06-151-2/+2
* Consolidate the checks for gods that give you permanent followers into a dolorous2008-06-141-2/+2
* * Add a prompt when attacking monsters with an inappropriate weapon orj-p-e-g2008-06-141-1/+16
* Fix bug where dumping the character to file would turn off note taking forzelgadis2008-06-141-0/+13
* Revert some uses of MAX_PIETY; xom_acts() takes a power value, not a dolorous2008-06-131-1/+1
* Added several new tutorial triggers including information on being caughtj-p-e-g2008-06-131-34/+39
* Use MAX_PIETY in a few more places.dolorous2008-06-131-1/+1
* Implement the Petrify spell in a rather basic variant, and replace the j-p-e-g2008-06-121-14/+26
* Remove unneeded methods (including the old resistance screen), renamej-p-e-g2008-06-121-21/+20
* Improve performance by only checking whether there are lava or deepj-p-e-g2008-06-121-36/+9
* Include secret doors in door-clustering (gates) when opening doors.zelgadis2008-06-121-2/+13
* Show shop items separately in the "show items" wizard command (&').zelgadis2008-06-121-2/+34
* Extend monster pathfinding to monsters circumventing pools of deep waterj-p-e-g2008-06-111-4/+38
* Clean-up (renaming static methods and comments) in a number of files.j-p-e-g2008-06-101-31/+30
* Better output for "list items" wizard command (&').zelgadis2008-06-101-15/+11
* Yikes, so many files! And all I did was add more item evaluationj-p-e-g2008-06-091-2/+2
* Clean up "Death Channel" some more.dolorous2008-06-081-4/+7
* Create random blood spatter in the Abyss and Pandemonium (FR 1986241).j-p-e-g2008-06-071-10/+10
* In the interest of efficency only call StashTrack.update_corpses()zelgadis2008-06-061-6/+0
* Added two new stash options, stash_track_decay and stash_remove_decay. Ifzelgadis2008-06-051-0/+6
* Implement pathfinding for monsters, using the A* algorithm.j-p-e-g2008-06-041-6/+6
* Fix a bug with swap_when_safe, and experimentally defaultj-p-e-g2008-06-031-1/+7
* Fix a recent bug of mine that blocked the friendly fire prompts.j-p-e-g2008-06-021-1/+1
* Fix a stupid bug I'd introduced when fixing another one.j-p-e-g2008-06-021-2/+4
* I'm not sure I actually coded anything worthwhile, though I experimentedj-p-e-g2008-06-021-6/+7
* Modify the intertravel prompt to not even ask for Pandemonium (since youj-p-e-g2008-06-011-3/+18
* Fix wizard mode being unable to create monsters of nonfloor habitat.j-p-e-g2008-06-011-2/+2
* Consolidate all cases where corpses are turned into skeletons, asj-p-e-g2008-05-311-1/+1
* If butchering with a swapped weapon is interrupted, then switch backzelgadis2008-05-311-0/+9
* Autoprayer is gone.zelgadis2008-05-301-14/+0
* Added two new options, rest_wait_both and chunks_autopickup, both defaultingzelgadis2008-05-301-4/+0
* Add more noise-related cleanups.dolorous2008-05-281-11/+12
* Fix 1974137: Stat-lowering transformations resulting in death by statj-p-e-g2008-05-271-10/+6
* If you're next to only one door which you can open/close, choose thatzelgadis2008-05-271-0/+61
* Added "error" channel for runtime errors, and changed error messages thatzelgadis2008-05-271-4/+4
* Better support for settings files that include other files:dshaligram2008-05-261-2/+3
* Fix aborting unchivalric attacks costing a turn.j-p-e-g2008-05-251-2/+2
* Fix 1914059: randart jewellery inconsistently described as {tried} byj-p-e-g2008-05-251-6/+1
* Move the mpr version of the monster list to output.cc and add it toj-p-e-g2008-05-241-144/+1
* Handle the warning prompt for melee attacks while in a sanctuary in dolorous2008-05-241-11/+0
* Switch the key for interlevel travel from Ctrl-G to G.dolorous2008-05-211-3/+2
* Pull code from mon->can_see(target) into a new function mon->see_grid()j-p-e-g2008-05-181-3/+3
* Rename Zin's Revitalisation to Vitalisation.dolorous2008-05-151-1/+1
* When placed under penance or excommunicated by Zin, remove divine dolorous2008-05-151-15/+2
* Add divine stamina (temporary stat-boosting) to Zin's Revitalisation.dolorous2008-05-151-0/+12