summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
Commit message (Expand)AuthorAgeFilesLines
* [1728545] Fixed "you swing at nothing" message when using (o)pen door on adshaligram2007-06-021-0/+7
* [1612448] Allow polearm users to attack monster submerged in shallow water.dshaligram2007-06-011-1/+1
* sort_menus now allows the user to choose what menus to sort, and how todshaligram2007-05-311-2/+2
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-7/+6
* Minor cleanups.haranp2007-05-151-1/+2
* Added a debug card command.haranp2007-05-151-0/+5
* Made make_time_string() return std::string, not char*.haranp2007-05-151-4/+3
* Removed obsolete ALLOW_DESTROY_ITEM_COMMAND.dshaligram2007-05-121-6/+0
* Messaging improvements.haranp2007-05-071-14/+12
* No water monsters in the Crypt (David.)haranp2007-04-291-2/+2
* Added an std::ostream, mpr_stream, to the message.h interface.haranp2007-04-281-27/+26
* OOD monster generation now starts only if you stay on a level for long enoughdshaligram2007-04-251-0/+5
* Cleaned up shop-handling code considerably.haranp2007-04-241-15/+21
* Minor cleanups.haranp2007-04-241-14/+13
* Cleaned up a lot of code which was using info[] to use mprf() directlyharanp2007-04-231-59/+35
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-8/+4
* Moved items() into a separate makeitem file.haranp2007-04-211-0/+1
* Fixed source to build on Linux. Should still build on Mac OS, but this isdshaligram2007-04-201-1/+3
* First cut at db/flat text file based descriptions.peterb122007-04-171-1/+2
* 'v' on an item stack describes the top item (even if it's killed, oh well.)haranp2007-04-171-1/+1
* Produce a message when a wielded rod has finished recharging.dshaligram2007-04-161-2/+6
* Implemented 169876 - you now check nonadjacent squares for trapsharanp2007-04-151-2/+2
* Don't say the player stopped glowing if he didn't.dshaligram2007-04-101-1/+1
* Allow player ghosts to use corona.dshaligram2007-04-101-0/+3
* Added ice statues.dshaligram2007-04-091-1/+1
* Added DGL_NAMED_MACRO_FILE option to make life easier for dgamelaunch to keepdshaligram2007-04-011-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