summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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