summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/direct.cc
Commit message (Expand)AuthorAgeFilesLines
* [1748837] Merge identical features when reporting explore discoveries, dshaligram2007-07-061-1/+1
* Manual update (David).dshaligram2007-07-031-19/+39
* Experimental monster weapon swapping implementation. Allow monsters to usedshaligram2007-07-021-3/+3
* [1742338] Fixed Hell portals not being revealed correctly when the horn isdshaligram2007-06-301-2/+7
* Allow glob patterns in KFEAT lines. For instance:dshaligram2007-06-241-1/+1
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-30/+41
* [1738010] Stash-tracker now also tracks traps and other dungeon features.dshaligram2007-06-171-48/+36
* x on the level-map changes travel exclusion radius. Radius steps are 1, 4 anddshaligram2007-06-171-9/+39
* Implemented Beogh, god of Orcs.j-p-e-g2007-06-141-0/+6
* When showing glyphs in messages (as in the tutorial), use stringize_glyph() todshaligram2007-06-081-1/+3
* Added support for Unicode characters in the map display with ncursesw (enableddshaligram2007-06-071-8/+4
* [1699948] Allow changing the viewport size if you're using a larger terminaldshaligram2007-06-041-26/+29
* Improve beam selection by trying to match slopes (well, munged slopes) to thedshaligram2007-06-031-0/+5
* Highlight monsters in the path of a beam (with :).dshaligram2007-06-021-7/+25
* This is an experimental attempt at selecting more intuitive beams fordshaligram2007-06-021-6/+16
* monam(), moname() and ptr_monam() are gone.haranp2007-05-191-1/+1
* 1718585: 'f' and 't' behaviour changed, as follows:haranp2007-05-151-1/+10
* Tweaked self-target confirmation to use show_prompt.dshaligram2007-05-111-2/+1
* Change targeting prompt if target_unshifted_dirs is set.dshaligram2007-05-111-7/+13
* Some code review and cleanup.haranp2007-04-281-16/+17
* s/island/shoal/haranp2007-04-271-3/+3
* Initial stab at feature descriptions. I suppose I should have put them inharanp2007-04-241-16/+17
* Moving from snprintf() to std::ostringstream, slowly but surely.haranp2007-04-241-12/+9
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-15/+10
* First cut at db/flat text file based descriptions.peterb122007-04-171-6/+2
* 'v' on an item stack describes the top item (even if it's killed, oh well.)haranp2007-04-171-5/+13
* Moving main monster descriptions out of describe.cc and into mon-data.hpeterb122007-04-141-5/+8
* Added a new Island branch, based on dpeg's ideas.haranp2007-04-121-0/+3
* Allow 'x' to cancel out of targeting (doy).dshaligram2007-04-081-1/+2
* Moth of wrath angering attack was lost in 0.2, reintroduced.dshaligram2007-04-071-0/+6
* [1695733] Fixed buggy cloud crashes.dshaligram2007-04-071-2/+1
* Allow */' to work in targeting (/+dir no longer selects a direction in Unix, Idshaligram2007-04-041-4/+6
* Allow AF_DISEASE attacks to sicken monsters.dshaligram2007-04-021-0/+3
* Cleaned up monster enchantments. Instead of the old enum abuse (ENCH_ABJ_I, II,dshaligram2007-03-211-55/+51
* s/Lucy/Lugonu/.dshaligram2007-03-191-2/+2
* Clear targeting prompts after target is selected.dshaligram2007-03-181-1/+4
* Move spell targeting before miscast check. Not everything is moved - spellsdshaligram2007-03-141-17/+85
* Redid ray ordering a bit.haranp2007-03-131-1/+1
* [1657502] Added use_fake_cursor option to make Crawl draw a cursor for Unixdshaligram2007-03-111-3/+6
* Added target_unshifted_dirs option to activate old (0.1.x) targeting keymap.dshaligram2007-03-111-3/+24
* [1653078] Allow self-targeting in direction_choose_compass.dshaligram2007-02-081-0/+9
* [1638394] Added support for portal vaults.dshaligram2007-02-071-1/+2
* Make sure user has entered wizmode before allowing friendly toggle.dshaligram2007-02-061-1/+1
* Restore old meaning of space during targeting.dshaligram2007-02-061-2/+3
* Fixed unbrandability of friendly hellions.dshaligram2007-02-061-2/+21
* Allow vaults to ask for a monster to be generated awake (generate_awake tag).dshaligram2007-01-291-0/+1
* Tweaked targeting message (David.)haranp2007-01-291-1/+1
* Moved monster descriptions in targeting from '?' to 'v'. Put targetingharanp2007-01-291-7/+22
* Made default targeting an option (default_target, defaults to false.)haranp2007-01-291-37/+37
* Targeting now defaults to starting on your previous target if applicableharanp2007-01-281-4/+24