summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
Commit message (Expand)AuthorAgeFilesLines
* Updated CREDITS and INSTALL, fixed Tomb:2 (David), fixed Xom's mutation-as-re...dshaligram2007-10-301-0/+3
* Another mutation commit. Sorry, I couldn't resist.j-p-e-g2007-10-281-1/+9
* Removed unnecessary #if UNIX lines, changed textcolor to textattr for view re...dshaligram2007-10-271-4/+0
* [1821098] Fixed bat transform not conferring flight. Fixed player_is_levitati...dshaligram2007-10-271-3/+3
* Added a space in the note taken when messages are received in dgl. Dropped ho...dshaligram2007-10-271-2/+2
* [1818767] Idle time clamped at 5 minutes.dshaligram2007-10-241-0/+11
* Added Lugonu greeting message (Jovann)haranp2007-10-231-0/+3
* Fixed permanent transforms (syllogism).dshaligram2007-10-211-4/+3
* 1815768: some NOTE_USER_NOTEs should be NOTE_MESSAGE instead (actuallyharanp2007-10-191-1/+1
* Some fixes for mermaid beholding:zelgadis2007-10-151-4/+26
* Removed amnesia/forgetfullness trap, mutation and scroll. Thezelgadis2007-10-151-2/+46
* Added to classes actor, monsters and player the method can_pass_through(),zelgadis2007-10-141-4/+4
* Implementing merfolk monsters. There are two types, merfolk fighters,j-p-e-g2007-10-131-6/+40
* [1809728] Fixed bug where you could get multiple levels of a single-level mut...dshaligram2007-10-111-0/+1
* s/cannot_move/cannot_act/ for clarity.dshaligram2007-10-081-4/+4
* Ghosts can use ensorcelled hibernation. Breaks saves, needs some work on PC s...dshaligram2007-10-081-7/+10
* Increased max monsters to 350, breaks saves, may be buggy. Incremented save m...dshaligram2007-10-071-1/+1
* First steps toward removing the need for 6-deep rock-wall padding around dung...dshaligram2007-10-061-7/+7
* Remove trap-door-like logic from shaft traps, since shafts are justzelgadis2007-10-051-26/+19
* Shaft traps (trap doors) [1792195] and level annotation [1769009]zelgadis2007-10-051-2/+32
* Wizard commands should never use up a turn.zelgadis2007-10-041-2/+3
* Moved all of the bazaar specific logic/code to dat/bazaar (or turned thezelgadis2007-10-041-10/+21
* Fixed bad species name (eg: deep elves with the bows title) in dump because o...dshaligram2007-10-011-1/+2
* Overhaul trapping net escape functions.j-p-e-g2007-10-011-4/+2
* This commit breaks save file compatability.zelgadis2007-09-301-1/+30
* crawl_state now keeps track of whether or not the current code is beingzelgadis2007-09-281-0/+6
* remember_name was broken, fixed.dshaligram2007-09-271-4/+4
* * Fixed Vault:8 level being generated with no rune (cbus).dshaligram2007-09-251-1/+11
* Added DGL_STARTUP_PREFS_BY_NAME to store new character options by usernamedshaligram2007-09-241-0/+4
* Added additional optional parameter to item_def::name(), ignore_flags,zelgadis2007-09-221-1/+1
* If there are multiple matches to the "?/" describe command, thenzelgadis2007-09-221-4/+5
* Was clearing the list of remembered get_input_line() lines at thezelgadis2007-09-201-5/+1
* A number of "gain mutation" debug command improvements:zelgadis2007-09-201-3/+5
* This change moves the logic for when a level or branch prohibitszelgadis2007-09-191-0/+13
* Introduces three new wall types, translucent versions of the normalzelgadis2007-09-191-1/+3
* If wizard mode is on when going through a portal to a bazaar, Crawl willzelgadis2007-09-191-0/+22
* Added new commands "re-do previous command" (bound to `) and "repeatzelgadis2007-09-191-5/+599
* Nemelexites never autopray; this fixes the problem of autoprayingzelgadis2007-09-171-1/+7
* Battlelust rage effect changed to 'building rage': you will go berserkharanp2007-09-161-2/+6
* Get &| (make unrand/fixed artefacts wiz command) to make the Horn of Geryonzelgadis2007-09-161-2/+31
* Add dump sections for branch/area details for turns andzelgadis2007-09-161-1/+63
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+3
* Fixed a bug that made silence last forever. This also meantj-p-e-g2007-09-151-4/+8
* Another round of patches, namely:j-p-e-g2007-09-141-1/+10
* Cleaning up magic mapping. Patch by dolorous.j-p-e-g2007-09-131-1/+1
* Identification overhaul part II. Okay, not really. ;)j-p-e-g2007-09-101-0/+27
* More general stuff.j-p-e-g2007-09-041-2/+2
* Another variety of changes.j-p-e-g2007-09-031-4/+23
* Implementing patch 1783079 (improved inscriptions) byj-p-e-g2007-09-021-0/+6
* Implemented patch 1773718 (improved wizard commands) andj-p-e-g2007-09-021-10/+41