summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
Commit message (Expand)AuthorAgeFilesLines
* * Copy zebez' and atastypie's installation instructions to INSTALL.txt.j-p-e-g2009-07-281-27/+0
* * Another magic mapping fix in cooperation with zebez. Thanks! :)j-p-e-g2009-07-281-10/+54
* Backport r10443: generalized way of dealing with "disconnect at --more--"zelgadis2009-07-281-0/+10
* * Another patch by zebez: Display fountain tiles for magic mapping.j-p-e-g2009-07-241-3/+7
* Fix 2826452: clearing the map after magic mapping giving features awayj-p-e-g2009-07-241-0/+3
* * Change spell range display to something like @----->..j-p-e-g2009-07-231-1/+2
* * Call viewwindow after placing an autoexclusion.j-p-e-g2009-06-161-1/+9
* Plug a couple of memory holes. Unfortunately, between libSDL andj-p-e-g2009-06-151-16/+28
* Fix bug 2803113: mutant jackals swiveling their eyestalks towards you if youzelgadis2009-06-101-2/+7
* * Fix double prompts for inscription warnings when clicking on the tilesj-p-e-g2009-06-071-2/+3
* Added some new tutorial events (not tested with the tile build):zelgadis2009-05-251-3/+8
* Make some of the new uniques appear earlier.j-p-e-g2009-05-121-1/+0
* * Monsters shout only when they notice you (i.e. you are in sight).j-p-e-g2009-05-091-2/+5
* * Replace the range_view_annotator loop with an simple check for thej-p-e-g2009-05-051-0/+9
* * Some more tweaks to the spellcasting interface.j-p-e-g2009-05-041-2/+3
* [2784933] Fix monsters sometimes not stopping travel.dshaligram2009-05-031-3/+1
* Some debugging fixes, once again.j-p-e-g2009-04-261-4/+2
* * Fix _place_monster_aux() not interrupting autoexplore.j-p-e-g2009-04-261-9/+14
* * Allow panlords to have the chaos-branded weapons.j-p-e-g2009-04-131-1/+1
* * Fix compilation.j-p-e-g2009-04-121-2/+2
* Fix 2726027: Warpwright card being broken.j-p-e-g2009-04-051-1/+4
* * Merfolk may wear heavy armour while swimming, though their armourj-p-e-g2009-03-291-1/+1
* * When Xom decides to cast Magic Mapping or send you on a teleportationj-p-e-g2009-03-291-9/+16
* Remove vestiges of a debugging attempt.j-p-e-g2009-03-231-1/+1
* * Allow viewing of card descriptions from Triple Draw and Stack Deck.j-p-e-g2009-03-231-7/+8
* Remove references to unimplemented branches (Caverns, Pit, Inferno).j-p-e-g2009-03-141-6/+0
* Remove more references to the now-unused Repel Undead.dolorous2009-03-091-7/+0
* Remove unused demonspawn mutation to gate yourself to Pandemonium.dolorous2009-03-071-9/+3
* [Tiles] Keep track of which dungeon grid the player last clicked andj-p-e-g2009-03-041-1/+1
* Fix [2646326]: restore LOS properly after using the applicator functionsharanp2009-02-271-13/+18
* Implement a very basic attempt at message condensation: Store the most j-p-e-g2009-02-271-0/+2
* Fix second half of [2628480]: monsters that shout while in view willharanp2009-02-251-0/+4
* Don't give shout/talk messages if they're on the TALK_VISUAL channelharanp2009-02-251-2/+5
* Fix silly monster AI bug introduced in r9129. Oops. Fixes [2635574].haranp2009-02-251-5/+2
* Partial fix for [2628480]: use you.can_see() instead ofharanp2009-02-241-2/+0
* For 2089989, reallow friendlies to walk into your damaging clouds inharanp2009-02-211-1/+1
* Implement [2535038]: monsters now have a chance of shouting wheneverharanp2009-02-171-5/+1
* Fix [2604363]: stashes and autoexplore leaked information about mimics.haranp2009-02-171-4/+9
* Change elemental type colour enum to use ETC_ prefix instead of EC_haranp2009-02-171-23/+23
* Fix warning.haranp2009-02-151-13/+13
* More mgrd elimination and moving to coord_def().haranp2009-02-141-4/+2
* Add more minor cosmetic fixes.dolorous2009-02-121-6/+3
* Better fix for [2478607]: colours leaking information about trap status.haranp2009-02-091-1/+7
* Fix level map, and travel, knowing too much about the level. Hopefullyharanp2009-02-091-9/+4
* Add whitespace fixes.dolorous2009-02-051-1/+1
* Don't consider user options when deciding monster behaviour and whenharanp2009-02-041-1/+1
* Move a bit more things to use coord_defs and iterators instead of x,y.haranp2009-02-041-44/+40
* Typos and other minor issues.haranp2009-02-011-39/+21
* Code cleanups, mainly in clouds.haranp2009-01-311-29/+5
* Fix [2541331]: monster blinking only looked to the southeast.haranp2009-01-291-2/+2