summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Prevent shafts from being created in corridors, at least untilj-p-e-g2008-03-291-4/+4
* Tweak yesnoquit some more to allow for a second alternative yes character,j-p-e-g2008-03-211-4/+56
* Another one of those mixed commits.j-p-e-g2008-03-201-2/+3
* forgot yesnoquit()pauldubois2008-03-171-1/+4
* Some yesno standardisation. Some yesno prompts had a trailing space, some di...pauldubois2008-03-171-1/+4
* Pull yes or no questions requiring a typed "yes" into into a yes_or_no(),pauldubois2008-03-161-0/+21
* Some more code clean-up.j-p-e-g2008-02-291-2/+1
* Fix trunk compile, and a bit of code clean-up.j-p-e-g2008-02-291-1/+1
* Change monster glyphs as suggested by Markus Maier j-p-e-g2008-02-271-3/+4
* Apply patch 1901117: vitrification effect for Xom (and Xom cleanup)j-p-e-g2008-02-251-0/+25
* [1829946] Fixed broken beam tracers.dshaligram2008-01-261-0/+5
* List quiver in status section like you do for the hand weapon.j-p-e-g2008-01-091-0/+1
* Tiles!ennewalker2008-01-051-3/+9
* Summoned monsters will now take back only items they were summoned with - sub...dshaligram2007-12-301-0/+2
* Fixed acquirement not generating footwear.dshaligram2007-12-161-0/+2
* Fall back to ASCII if Unicode locale is unavailable (Guus). Also queue up sta...dshaligram2007-11-201-3/+5
* Fixed stash-tracker seeing through walls (it was using stale LOS after blink/...dshaligram2007-11-151-21/+16
* 'q' (or Escape) when prompted for food on the floor now cancels out ofharanp2007-11-131-2/+3
* Allow yesno to use an override keymap applied after getchm(), make Escape can...dshaligram2007-11-011-1/+5
* Beogh orcs will follow the PC downstairs even if they're not directly adjacen...dshaligram2007-10-261-35/+99
* Fixed map colours being inherited by unrelated maps during compilation.dshaligram2007-10-081-1/+1
* Runes and the Orb now have elemental (flickering/shifting) colours.zelgadis2007-10-031-1/+23
* Added a sanity check for followers to prevent frozen monsters (cbus). Still n...dshaligram2007-09-281-1/+1
* Added new commands "re-do previous command" (bound to `) and "repeatzelgadis2007-09-191-2/+12
* Applying modified (by me) mutation patches of dolorous',j-p-e-g2007-09-181-1/+1
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+3
* Monsters coming up or down staircases will now j-p-e-g2007-08-231-1/+24
* Silenced some valgrind warning noises.dshaligram2007-08-131-0/+1
* Give Lugonu Banishment and Corruption. I've left the old Bend Space in, becausedshaligram2007-08-111-2/+4
* Restrictions during bat form. Disallowed a number of actions.j-p-e-g2007-08-021-0/+3
* Added rod of venom [1701655]. Redid some braindead staff handling.haranp2007-07-261-13/+5
* Added potions of resistance, which give fire, electricity and cold resist forharanp2007-07-231-0/+12
* Updated level-design.txt.dshaligram2007-07-211-66/+15
* Rewrite of the shopping code. Much cleaner now.haranp2007-07-141-9/+9
* Fixed abjuration (player and monster versions) to work with the new enchantmentdshaligram2007-07-111-0/+7
* Removed all uses of str_monam() outside of mon-util.cc; str_monam() isharanp2007-07-071-2/+2
* Manual update (David).dshaligram2007-07-031-0/+25
* Experimental monster weapon swapping implementation. Allow monsters to usedshaligram2007-07-021-0/+23
* 1622385: there is now a Confirm keymap context for yesno() andharanp2007-07-021-2/+2
* [1746212] Fixed paralysed monsters being able to follow the player acrossdshaligram2007-07-021-4/+5
* Fixed a couple of infinite loops.dshaligram2007-06-301-2/+2
* [1742338] Fixed Hell portals not being revealed correctly when the horn isdshaligram2007-06-301-0/+63
* Running now respects travel_delay.haranp2007-06-301-7/+3
* Added glyphs_connected and friends for maps to test connectedness of pointsdshaligram2007-06-271-1/+7
* Followers are now placed on the transit list so that crashes or saves betweendshaligram2007-06-261-9/+0
* Added some tweaks to Beogh:j-p-e-g2007-06-211-0/+4
* Robes of the archmagi reduce experience gain to 0.25 normal, instead ofdshaligram2007-06-201-9/+1
* Basic SIGWINCH handling for Unix. Still needs to handle some cases (resizingdshaligram2007-06-171-4/+3
* [1738010] Stash-tracker now also tracks traps and other dungeon features.dshaligram2007-06-171-17/+0
* Make sure curses is shutdown before producing term-too-small message.dshaligram2007-06-111-2/+2