summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
Commit message (Expand)AuthorAgeFilesLines
* Add whitespace fixes.dolorous2008-09-281-2/+2
* [2021068] Projectiles, explosions, beams, etc. now drawn again in tiles version.ennewalker2008-09-271-0/+1
* Fixing linkage issue with get_envmap_char.ennewalker2008-09-271-1/+1
* Simplify checking for monsters that are actually shapeshifters, and dolorous2008-09-261-0/+1
* Add miscellaneous minor cleanups to prepare for the introduction of dolorous2008-09-251-0/+22
* Fix 2118669: scrolling could cause double-scrolling. I left the Tilesharanp2008-09-201-8/+12
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-17/+0
* Fixing assertions from tileidx_unseen due to separation of tiles into differe...ennewalker2008-09-061-10/+8
* Tiles mcache improvements. Monsters out of sight are now shown with their la...ennewalker2008-09-061-3/+3
* Improved Tile screen layout. Small screens get the message window overlaid o...ennewalker2008-08-051-3/+3
* Massive overhaul to move towards coord_def().haranp2008-07-301-158/+144
* [2021074] Tiles cursor improvements.ennewalker2008-07-261-19/+6
* Fixing Tiles minimap not being updated with magic mapping. Some other minor ...ennewalker2008-07-251-4/+3
* [2021061] Fixing Tiles exclusion issues.ennewalker2008-07-251-25/+2
* More cleanups.haranp2008-07-241-2/+1
* Fixed x_ and other feature hotkeys not working in the Abyss (cbus).dshaligram2008-07-241-3/+3
* More cleanups and fixes.haranp2008-07-231-2/+2
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-71/+76
* Various code cleanups. Moving towards using coord_def()haranp2008-07-211-4/+1
* [2021500] This is not a fix for the "monsters you can't attack" issue, but it...ennewalker2008-07-191-0/+17
* Large tiles-related changes. Platform-specific rendering removed and replace...ennewalker2008-07-151-12/+112
* Apply Markus' docs patch.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