summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
Commit message (Expand)AuthorAgeFilesLines
* [2458672] Fixing level map not using CMD_MAP_* commands or going through cmd-...ennewalker2008-12-241-100/+106
* Fixing redraw not being called enough (due to my previous check in to fix slo...ennewalker2008-12-201-0/+4
* Take a note when a labyrinth entrance is first found (via either magic mappingzelgadis2008-12-111-0/+28
* * Add sharks. They go into a battle frenzy if they smell blood.j-p-e-g2008-12-081-1/+32
* Chaos beams now bounce off walls at a completely random angle.zelgadis2008-12-081-0/+78
* Apply Artificer patch, with small modifications:j-p-e-g2008-12-081-2/+0
* Added BEAM_CHAOS and changed chaos launchers/ammo to use that. Currently onlyzelgadis2008-12-081-0/+4
* Actually replace sold out shops with the new feature DNGN_ABANDONED_SHOP.j-p-e-g2008-12-071-97/+99
* Erase closed shops from the overmap.j-p-e-g2008-12-071-3/+7
* Describe closed shops as "abandoned" and colour its glyph grey (= lightsj-p-e-g2008-12-071-1/+3
* * Fixed siren movement into deep water.j-p-e-g2008-12-011-2/+2
* * Rename beheld -> mesmerised.j-p-e-g2008-12-011-11/+11
* Changed player attribute type from unsigned char to unsigned long. Breakszelgadis2008-11-291-1/+1
* Fix bug 2354889: if shallow water has its colour overriden, then makezelgadis2008-11-281-1/+3
* When viewing the level map in console (non-tile) builds, if wizard mode iszelgadis2008-11-261-1/+15
* Spadework for ziggurats and other multilevel portal vaults.dshaligram2008-11-201-4/+3
* Fixed crawl -mapstat segfaulting.dshaligram2008-11-181-0/+9
* So many files? That's probably some debugging messages included,j-p-e-g2008-11-091-0/+2
* Change floor_property (blood, sanctuary) to flags, and add two newj-p-e-g2008-11-071-12/+11
* Change exclusion commands.j-p-e-g2008-11-071-12/+8
* Simplify.dolorous2008-10-301-1/+1
* Removed obsolete show_green (you.flash_colour is now used.) Fixes 2168081.haranp2008-10-151-1/+0
* Apply rvollmert's patch to fix [2164276].dolorous2008-10-131-1/+1
* Minor changes.haranp2008-10-121-29/+25
* General code improvements.haranp2008-10-121-1/+1
* Make mermaids actually able to call other merfolk, by checking for a dolorous2008-10-111-1/+1
* * Fix some bugs for the autoexclusion I forgot to commit last weekend.j-p-e-g2008-10-111-5/+8
* Expand handling of monster intelligence and zombifiability to work on dolorous2008-10-061-1/+1
* Fix 2063470: =f inscription preventing wielding of stonesj-p-e-g2008-10-041-22/+45
* Add an auto_exclude option that will automatically set a travelj-p-e-g2008-10-031-1/+4
* * Make movement restrictions when beheld also apply to blinking andj-p-e-g2008-10-031-5/+59
* 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