summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge trunk back into 0.2 for 0.2.2.dshaligram2007-04-051-3/+3
* Fixed bogus Abyss escape messages (milestones).dshaligram2007-03-281-8/+0
* Applied whereis patch from crawl.akrasiac.org (tracks where the player is indshaligram2007-03-251-6/+6
* Merged in crawl.akrasiac.org patches (simple messaging, milestones). These takedshaligram2007-03-251-2/+161
* Small changes to the overview screen and smaller ones to the tutorial.j-p-e-g2007-03-231-15/+15
* Cleaned up monster enchantments. Instead of the old enum abuse (ENCH_ABJ_I, II,dshaligram2007-03-211-17/+1
* Added wizmode command to simulate monster vs player combat (&^F).dshaligram2007-03-211-0/+4
* Added a funtion for formatted message history, and, while I was at it, j-p-e-g2007-03-201-2/+2
* Alias < to > for Abyss exits.dshaligram2007-03-191-5/+15
* Banished uniques (including ghosts) will now be sent to the Abyss. Banisheddshaligram2007-03-181-2/+1
* Tweaked unique code to eliminate the confusing arithmetic on MONS enum values.dshaligram2007-03-161-8/+2
* Major overhaul of tutorial messages and clean-up of tutorial.ccj-p-e-g2007-03-141-2/+2
* Fix for 1661786: autoprayer now works with run delays.haranp2007-03-131-52/+23
* New % overview screen (JPEG).dshaligram2007-03-121-1/+1
* [1657502] Added use_fake_cursor option to make Crawl draw a cursor for Unixdshaligram2007-03-111-1/+1
* Suppress doubled autopickup messages.dshaligram2007-03-111-5/+7
* Implemented 1656858: hooves make you noisy.haranp2007-03-081-7/+16
* New key=value logfile format as proposed by Shawn Moore. This is more verbosedshaligram2007-03-081-1/+1
* Preliminary changelog update for 0.2.dshaligram2007-02-241-1/+1
* We're not quite ready for engulfing monsters yet, changed AT_ENGULF to AT_HIT.dshaligram2007-02-241-1/+1
* Monster attack refactoring. Likely to be buggy.dshaligram2007-02-241-6/+6
* Tutorial messages and miscellaneous fixes (Johanna).dshaligram2007-02-091-2/+4
* Rename init_new_level to something more descriptive.dshaligram2007-02-091-1/+1
* Modified wizmode &" and &~ commands so that you can jump to any level of anydshaligram2007-02-091-1/+1
* Tutorial (JPEG) and some formatting cleanup.dshaligram2007-02-061-25/+106
* [1646885] Refix monster alerts being issued for monsters that subsequently le...dshaligram2007-02-031-2/+4
* Moved monster descriptions in targeting from '?' to 'v'. Put targetingharanp2007-01-291-1/+2
* Made default targeting an option (default_target, defaults to false.)haranp2007-01-291-6/+1
* Added formatted_mpr(), which gives (very!) basic support for formattedharanp2007-01-271-1/+1
* direction() cleanup, stage 2: look_around is gone, everything unifiedharanp2007-01-251-3/+2
* Removed USE_NEW_RANDOM, USE_MACROS.dshaligram2007-01-251-4/+0
* Implemented 1633681, Excruciating Wounds spell. Better wording welcome.haranp2007-01-161-1/+4
* Changed error message + exit() sequences to end() calls so that the user candshaligram2007-01-111-17/+1
* Reworded titles in overmap display per David's suggestions.haranp2007-01-081-5/+0
* Autoprayer should not activate in damaging clouds.dshaligram2007-01-041-0/+1
* Tweaks to try to fix numpad handling for Windows without blowing up support ondshaligram2007-01-041-22/+0
* Fixed broken shift-5 resting.dshaligram2007-01-021-2/+2
* Moved i_feel_safe checks to the travel start functions themselves.dshaligram2007-01-021-7/+4
* Fixed Abyss banishment crash.dshaligram2007-01-021-2/+17
* [1626162] Don't stop travel for submerged monsters.dshaligram2007-01-021-1/+1
* Fix monster-comes-into-view messages when the monster was already in view todshaligram2007-01-021-10/+18
* Put tables.txt into the help (hotkeyed to 's', for 'skills'.)haranp2006-12-311-24/+0
* Blocked shopping while berserk (Erik.)haranp2006-12-301-2/+6
* [1624529] Added display of turns used in main play screen. Zero-based, whichdshaligram2006-12-301-0/+4
* Fix for bug 1622129, safe_autopickup check was happening before monsterharanp2006-12-291-0/+3
* [1622126] Fixed shift+direction keys canceling the targeting prompt. Hopefullydshaligram2006-12-291-60/+2
* 's'earching will now check in a radius up to 5 around you,haranp2006-12-221-10/+4
* [1619461] AotG now needs ~800 turns to charge fully, and thedshaligram2006-12-211-1/+1
* Refactored out branches into branch.h and branch.cc.haranp2006-12-201-10/+6
* Made the manual browser respect DATA_DIR_PATH.haranp2006-12-201-1/+9