summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
Commit message (Expand)AuthorAgeFilesLines
* Updated wizmode command help (David). No fancy colours.dshaligram2007-07-041-1/+1
* Manual update (David).dshaligram2007-07-031-6/+1
* Unrandarts could get confused (specifically Robe of Augmentation andharanp2007-07-031-0/+4
* Experimental monster weapon swapping implementation. Allow monsters to usedshaligram2007-07-021-3/+0
* Added a spell inspection screen, bound to 'I'.haranp2007-06-291-1/+5
* Added glyphs_connected and friends for maps to test connectedness of pointsdshaligram2007-06-271-1/+2
* Followers are now placed on the transit list so that crashes or saves betweendshaligram2007-06-261-3/+0
* Fixed map preludes being run out-of-order.dshaligram2007-06-261-2/+2
* Added support for a validation hook for maps to check if they're A-Ok.dshaligram2007-06-261-2/+4
* You can now examine items from the inventory view.haranp2007-06-251-1/+1
* Implemented .des file caching (speeds startup a fair bit): .des files aredshaligram2007-06-241-0/+2
* Helm card can now have a shield effect. (Well, sort of.)haranp2007-06-241-0/+9
* Added more logic to Stealth and Portal cards.haranp2007-06-231-0/+8
* Step 1 of .des file Lua-isation. The dungeon compiler converts .des files todshaligram2007-06-231-0/+4
* Nemelex pleasing updated. All previously-unknown cards now give 1-2haranp2007-06-231-1/+0
* Lots of things which used to be members (invis, conf, confusing_touch, etc.)haranp2007-06-231-81/+81
* Some more card implementations (resists in Helm, demon summoning.)haranp2007-06-231-0/+42
* Added support for limiting memory used by the Lua interpreter.dshaligram2007-06-211-1/+2
* Mouse support in Windows - supports look around in the main viewport, travelingdshaligram2007-06-211-0/+5
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-10/+43
* Handle terminal resize on Windows (brute force; Windows has fascinatinglydshaligram2007-06-191-2/+3
* Some more cards and bugfixes.haranp2007-06-171-0/+7
* Basic SIGWINCH handling for Unix. Still needs to handle some cases (resizingdshaligram2007-06-171-0/+6
* [1738010] Stash-tracker now also tracks traps and other dungeon features.dshaligram2007-06-171-14/+8
* Implemented Beogh, god of Orcs.j-p-e-g2007-06-141-0/+3
* Removed one line from the targeting prompt; should make it less -more- prone.dshaligram2007-06-081-2/+2
* Flush macro input buffer when fire command fails (Erik).dshaligram2007-06-081-1/+13
* Added support for Unicode characters in the map display with ncursesw (enableddshaligram2007-06-071-5/+1
* Banishment while standing on a dungeon feature was destroying the feature,dshaligram2007-06-061-1/+1
* Removed a couple of unnecessary viewport-center calls.dshaligram2007-06-041-1/+0
* [1699948] Allow changing the viewport size if you're using a larger terminaldshaligram2007-06-041-2/+5
* [1728875] Fixed monsters not being drawn until one turn after being generated.dshaligram2007-06-031-1/+6
* [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