summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
Commit message (Expand)AuthorAgeFilesLines
* Apply more commits into 0.4 branch, again mostly by Haran:j-p-e-g2008-12-081-8/+12
* Trunk->0.4 r6662: Fixed x_ and other feature hotkeys not working in the Abyss...dshaligram2008-07-241-2/+2
* Applying r6615 to 0.4.ennewalker2008-07-191-0/+17
* Apply some more commits to bring 0.4 up to date.j-p-e-g2008-07-101-1/+1
* Fix potions of decay created by mummy curse sometimes being inscribed.j-p-e-g2008-07-071-1/+1
* Another clean up, and add some new weapon speech.j-p-e-g2008-07-071-3/+6
* Fix 1870427: Max hp misreported if frail and rotted.j-p-e-g2008-07-061-9/+9
* Fix 1945389: Detect Creatures not clearing monsters detected on changedj-p-e-g2008-07-061-8/+7
* Fix 2011201: Disallow summoned orcs from joining a worshipper of Beogh.j-p-e-g2008-07-051-0/+1
* Add spelling fixes where possible: "gray" -> "grey".dolorous2008-07-041-1/+1
* Fix 1999363: Vampire eating issues.j-p-e-g2008-07-031-3/+2
* Many code cleanups, mostly involving using stack_iterator andharanp2008-07-021-0/+5
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-72/+95
* Apply patch 1952761 by jarpian (wasp): targetting with the monster list.j-p-e-g2008-06-241-1/+2
* In the level map fudge things somewhat when cycling through features:zelgadis2008-06-241-2/+48
* Comment fix.dolorous2008-06-181-1/+1
* Take good neutrals into account when checking if a monster's enemies are dolorous2008-06-181-3/+3
* Clean up handling of monsters' changing attitudes due to religion, and a dolorous2008-06-171-2/+2
* Readd erroneously removed parentheses.dolorous2008-06-171-2/+2
* Fix compilation.dolorous2008-06-171-1/+1
* Make yet more use of wrappers.dolorous2008-06-171-4/+4
* Comment fix.dolorous2008-06-161-1/+1
* Clean up some more.dolorous2008-06-161-2/+1
* General code cleanups.haranp2008-06-151-1/+1
* Fix 1948131: Quiver slot name wraps around the screen.j-p-e-g2008-06-151-25/+27
* Fix 1992604: monster_los asserting for positions out of bounds.j-p-e-g2008-06-131-2/+13
* Added several new tutorial triggers including information on being caughtj-p-e-g2008-06-131-4/+4
* [1991381] Fixed issue where items on the player square were not being updated...ennewalker2008-06-121-0/+2
* Improve performance by only checking whether there are lava or deepj-p-e-g2008-06-121-8/+6
* Bug 1990763: if a monster tries to unsubmerge while under the player,zelgadis2008-06-121-1/+4
* Extend monster pathfinding to monsters circumventing pools of deep waterj-p-e-g2008-06-111-1/+1
* Increase efficiency for pathfinding around glass structures by loweringj-p-e-g2008-06-111-3/+3
* Update stash tracker when teleporting, to keep track of items picked upj-p-e-g2008-06-091-1/+1
* Don't let the Level map wizard command "teleport to target" place youzelgadis2008-06-091-1/+4
* Add a line on good gods disapproving of certain items to theirj-p-e-g2008-06-061-31/+37
* handle_monster_shouts() was using "seen" type shouts for monsters basedzelgadis2008-06-061-1/+1
* Fix zombies of wrong habitat on land. It turns out that all thosej-p-e-g2008-06-041-1/+1
* For (some) consistency, make monster::foe an unsigned short, since that dolorous2008-06-031-1/+1
* I'm not sure I actually coded anything worthwhile, though I experimentedj-p-e-g2008-06-021-19/+44
* Fix 1981533: Mouseclick allows eating inappropriate food types.j-p-e-g2008-06-021-1/+3
* Comment fix.dolorous2008-06-011-1/+1
* Fix 1937489: Remove map markers overwritten by lakes or rivers, as wasj-p-e-g2008-06-011-29/+30
* Fix 1962147: Move the comments on the food you eat at the end of DELAY_EAT.j-p-e-g2008-05-311-179/+182
* When using gcc (the Linux/UNIX compiler) static class members must bezelgadis2008-05-301-0/+7
* Diversify patrol behaviour for monsters of different intelligence.j-p-e-g2008-05-291-45/+52
* Correct a mistake in the los check -- it's not quite so fast now, but atj-p-e-g2008-05-291-3/+15
* Implement a much more efficient version of the LOS testing used forj-p-e-g2008-05-291-0/+359
* Twelve new tutorial events, plus examining a square with a cloud orzelgadis2008-05-291-0/+12
* Add more noise-related cleanups.dolorous2008-05-281-3/+3
* Another use for patrolling:j-p-e-g2008-05-281-7/+7