summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
Commit message (Expand)AuthorAgeFilesLines
* Treat colored rat skeletons/simulacra the same way as colored draconian dolorous2008-10-191-0/+6
* Add spacing fixes.dolorous2008-10-191-1/+1
* After discussion with dpeg, added a Scroll of Antimagic,haranp2008-10-111-13/+10
* Fix flight type handling so that spectral things can at least always dolorous2008-10-071-8/+9
* Add an auto_exclude option that will automatically set a travelj-p-e-g2008-10-031-0/+40
* Some cleanup (replacing you.duration[DUR_CONF] with you.confused())haranp2008-10-031-2/+2
* Reworked traps: much much cleaner now. There might be bugs, though.haranp2008-10-011-6/+4
* Vampire feeding changes:j-p-e-g2008-09-281-18/+27
* In ouch(), use NON_MONSTER instead of 0 as the index for non-monster dolorous2008-09-251-7/+7
* Remove extraneous references to god_gives_permanent_followers().dolorous2008-09-251-2/+1
* Fix 2085598: Nemelex won't be disappointed if there are invisible monstersharanp2008-09-211-18/+20
* 2058436: better interface for the range-1 attack spells.haranp2008-09-201-1/+1
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-6/+0
* [2067336] Fix mlist crash.dshaligram2008-08-221-1/+2
* Properly indicate claws in your_hand().dolorous2008-08-021-1/+2
* Fix trunk dgamelaunch compile (Napkin).dshaligram2008-08-011-3/+3
* Massive overhaul to move towards coord_def().haranp2008-07-301-85/+68
* More cleanups and fixes.haranp2008-07-231-11/+8
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-69/+64
* Extend Enne's blood potion destruction fix to potions on the floor.j-p-e-g2008-07-181-1/+2
* Fix dangling inscription for coagulated blood.j-p-e-g2008-07-151-12/+13
* [2013519] Fixing auto-travel problems. There were two issues here. One was ...ennewalker2008-07-111-7/+7
* Fix 2008976: Unlinked items after area_shift()j-p-e-g2008-07-081-2/+2
* * Fix logic error in x_chance_in_y (BR 2013029)j-p-e-g2008-07-081-1/+4
* Fix potions of decay created by mummy curse sometimes being inscribed.j-p-e-g2008-07-071-16/+17
* Another clean up, and add some new weapon speech.j-p-e-g2008-07-071-3/+3
* Remove debugging statement, minor clean up.j-p-e-g2008-07-031-2/+2
* Many code cleanups, mostly involving using stack_iterator andharanp2008-07-021-12/+10
* Added allow_self_target option, with possible values yes, no, prompt.haranp2008-07-021-3/+3
* Don't "trip and fall back down the stairs" when leaving Pandemonium, the Abysszelgadis2008-07-011-0/+1
* Add yet more miscellaneous minor fixes.dolorous2008-06-301-0/+1
* Enable Chaos Knights of Lugonu starting out in the Abyss.j-p-e-g2008-06-301-7/+7
* In the attack warning prompt, do the checks for unchivalric attacks and dolorous2008-06-301-4/+4
* In your_hand(), display "claw" instead of "hand" for the naturally dolorous2008-06-271-1/+1
* Fix the attack warning prompt's showing up for unchivalric attacks on dolorous2008-06-261-1/+3
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-10/+10
* Finally remove the code that was preventing the coloured bars fromj-p-e-g2008-06-231-9/+1
* Move the prompt on entering a level that is marked as dangerous viaj-p-e-g2008-06-231-9/+9
* Let a level_id be directly compared to a branch type with == and != tozelgadis2008-06-221-3/+3
* player_in_a_dangerous_place() can now optionally return if any hostilezelgadis2008-06-191-3/+12
* More cleanups and use of stack_iterator. Added operator-> to stack_iteratorharanp2008-06-161-3/+1
* General code cleanups.haranp2008-06-151-17/+12
* Use radius_iterator instead of manually looping.haranp2008-06-151-25/+14
* Fix the Vestibule having no upstairs. o_Oj-p-e-g2008-06-151-7/+7
* Consolidate the checks for gods that give you permanent followers into a dolorous2008-06-141-1/+1
* * Add a prompt when attacking monsters with an inappropriate weapon orj-p-e-g2008-06-141-1/+2
* Remove #define SHUT_LABYRINTH because I don't think it's needed anymore.j-p-e-g2008-06-111-10/+2
* Modify Evaporate and Stinking Cloud to prompt when firing throughj-p-e-g2008-06-101-2/+5
* Moved some cloud related functions from misc.{cc,h} to cloud.{cc,h}zelgadis2008-06-091-292/+0
* Move there_are_monsters_nearby() to misc.cc, and make it a wrapper dolorous2008-06-091-0/+9