summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
Commit message (Expand)AuthorAgeFilesLines
* Trim unnecessary #includes.Adam Borowski2010-01-131-3/+0
* Update exclusion annotations for flamethrower exclusions.Johanna Ploog2010-01-121-2/+5
* Remove commented out conditionals.Johanna Ploog2010-01-071-4/+1
* Reuse "out of range" tile for movement restrictions when mesmerised.Johanna Ploog2010-01-071-1/+9
* Unnerf Dowan.Jude Brown2010-01-071-0/+8
* Boost Ilsuiw stats and give her Call Tide, which strongly boosts the tide in ...Darshan Shaligram2009-12-291-0/+13
* tiles: only include tiledef-*.h in files where they're neededSteven Noonan2009-12-121-0/+4
* Fix travel colouring leaking into viewport.Robert Vollmert2009-12-051-2/+2
* Fix stairs outside LOS not being emphasised in viewport.Robert Vollmert2009-12-051-2/+2
* Make "seen" flag in monster specs work.Jude Brown2009-12-051-1/+5
* Do out-of-LOS staircase emphasis when drawing.Robert Vollmert2009-12-041-3/+2
* Only reset env.tile_* when updating env.show.Robert Vollmert2009-12-041-4/+5
* Don't always call deferred_exclude_update.Robert Vollmert2009-12-021-6/+24
* Defer exclusion updates for cloud autoexcludes.Robert Vollmert2009-12-021-1/+5
* Unify colour handling in env.show and env.map_knowledge.Robert Vollmert2009-12-011-5/+5
* Add an option to draw the player cursor manually.Robert Vollmert2009-11-281-1/+2
* Remove unnecessary header-header includes.Robert Vollmert2009-11-271-0/+1
* Restore redrawing when resting.Robert Vollmert2009-11-211-1/+1
* Add formatting fixes.David Lawrence Ramsey2009-11-211-2/+2
* Remove trailing whitespace.David Lawrence Ramsey2009-11-201-1/+1
* Fix non-tiles compilation.Adam Borowski2009-11-181-0/+2
* Remove now-redundant bounds check from tile_draw_floor.Robert Vollmert2009-11-181-2/+2
* Reorder some tiles calls in viewwindow.Robert Vollmert2009-11-181-8/+8
* Move tile_draw_floor into view.cc.Robert Vollmert2009-11-181-0/+28
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-0/+1
* Move tutorial state out of Options.Robert Vollmert2009-11-161-1/+1
* Move running short-circuit earlier in viewwindow (tiles).Robert Vollmert2009-11-161-8/+2
* Simplify out-of-range darkening.Robert Vollmert2009-11-161-2/+3
* Wrap view flashing in flash_view.Robert Vollmert2009-11-161-0/+6
* Remove redundant env.tile_bk_{fg,bg} update from draw_player.Robert Vollmert2009-11-161-6/+0
* Make show updates conditional in viewwindow.Robert Vollmert2009-11-161-8/+13
* Unindirect an include.Robert Vollmert2009-11-161-1/+1
* Fix out-of-range colouring logic.Robert Vollmert2009-11-161-5/+5
* Remove 'set_map_knowledge_glyph'.Robert Vollmert2009-11-161-8/+2
* Don't auto-exclude clouds in arena mode.Matthew Cline2009-11-161-1/+1
* Merge get_symbol and get_show_glyph.Robert Vollmert2009-11-151-28/+13
* Remove one version of get_screen_glyph.Robert Vollmert2009-11-151-2/+2
* Merge monster_grid into show_def.Robert Vollmert2009-11-141-38/+0
* Remove #include <conio.h> from all over the place. Convert COLORS to an enum.Adam Borowski2009-11-141-4/+0
* view.c: fix magic-mapping crashMatthew Cline2009-11-131-0/+3
* Improve Fedhas' interaction with auto-exclusionsCharles Otto2009-11-131-1/+0
* Convert a bunch of coordinate loops to new radius_iterator.Robert Vollmert2009-11-131-2/+3
* Remove obsoleted los.h includes.Robert Vollmert2009-11-131-1/+0
* Replace calc_show_los by you.update_los.Robert Vollmert2009-11-131-1/+1
* Replace observe_cell by you.see_cell.Robert Vollmert2009-11-131-3/+3
* view.cc: Remove an extra USE_TILE after #else.Vsevolod Kozlov2009-11-131-1/+1
* Revert "Move arena check to draw_player."Robert Vollmert2009-11-131-3/+4
* Leave viewwindow early when not drawing.Robert Vollmert2009-11-131-18/+21
* Move arena check to draw_player.Robert Vollmert2009-11-131-4/+3
* Make tiles and non-tiles use the "same" screen_buffer_t buffy.Robert Vollmert2009-11-131-72/+57