summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
Commit message (Expand)AuthorAgeFilesLines
* Apply trunk r6533 to 0.4.dolorous2008-07-131-1/+1
* Apply my latest commits to 0.4.j-p-e-g2008-07-131-2/+2
* Apply my previous commit to 0.4.j-p-e-g2008-07-111-2/+2
* Apply trunk r6470 to 0.4.dolorous2008-07-101-2/+2
* Apply recent commits to 0.4, including Matthew's evil zoo fix.j-p-e-g2008-07-091-0/+4
* Update documentation for 0.4.j-p-e-g2008-07-081-3/+5
* Another clean up, and add some new weapon speech.j-p-e-g2008-07-071-7/+7
* Add a few comments.j-p-e-g2008-07-071-1/+2
* Fix the old issue of switching to the butchering tool before actuallyj-p-e-g2008-07-071-3/+3
* Fix 2010077: Increase respawning rates again.j-p-e-g2008-07-061-0/+12
* Disallow vampires from draining summoned creatures to be consistent withj-p-e-g2008-07-041-81/+73
* Tweak change log a bit and add new commands to 034_changes.txt. Arej-p-e-g2008-07-041-1/+1
* Add spelling fixes where possible: "gray" -> "grey".dolorous2008-07-041-1/+1
* Fix 2008767: "random" not working for book choice optionj-p-e-g2008-07-031-1/+1
* Remove debugging statement, minor clean up.j-p-e-g2008-07-031-1/+3
* Only apply targeting via monster list to spells and such wherej-p-e-g2008-07-021-1/+1
* Revert the change on ammo handling for Tiles, and replace it with a morej-p-e-g2008-07-021-1/+2
* Don't let the player swap places with stationary monsters.zelgadis2008-07-021-0/+1
* For Tiles, use some of the other wall types in the Abyss as well to makej-p-e-g2008-07-011-2/+2
* Bug 2004786: a lightning bolt bouncing and hitting a monster a second/tird/etczelgadis2008-07-011-1/+1
* When starting in the Abyss, randomize the colors properly.dolorous2008-06-301-0/+6
* Add more minor cosmetic fixes.dolorous2008-06-301-4/+5
* Enable Chaos Knights of Lugonu starting out in the Abyss.j-p-e-g2008-06-301-2/+8
* Fix good random secondary choices during character selection.j-p-e-g2008-06-291-2/+6
* Add gods' powers and abilities to their descriptions, viewable via ^!j-p-e-g2008-06-291-2/+3
* Add a new command for firing without quivering on 'F'.j-p-e-g2008-06-271-1/+5
* Use one of dploog's suggested messages from the "gods should beckon you" dolorous2008-06-261-1/+3
* Disallow quivering equipped items. (You can still (fi)re your wieldedj-p-e-g2008-06-261-5/+6
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-5/+5
* Fix compilation.dolorous2008-06-251-1/+1
* Modify quiver to only quiver ammunition explicitly chosen by the playerj-p-e-g2008-06-241-1/+1
* Move around some commands.j-p-e-g2008-06-241-7/+14
* Move the prompt on entering a level that is marked as dangerous viaj-p-e-g2008-06-231-2/+10
* Tweak Trog's Berserk description - he doesn't routinely preventj-p-e-g2008-06-231-2/+2
* Swap '.' and '!' in the targetting interface.j-p-e-g2008-06-221-12/+8
* 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