summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewgeom.h
Commit message (Expand)AuthorAgeFilesLines
* More formatting fixes for return (...);Neil Moore2013-11-151-2/+2
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-8/+8
* Make inline functions static.Adam Borowski2012-08-091-8/+8
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-2/+2
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-2/+2
* Fix glyph truncation on platforms with 16 bit wchar_t.Adam Borowski2011-09-071-1/+1
* Remove the hack to render the whole map into craw_view.vbuf.Florian Diebold2011-06-261-8/+0
* Render and send the whole map.Florian Diebold2011-06-261-0/+8
* Move rendering logic to the client, make it more complete.Florian Diebold2011-06-261-1/+1
* Merge branch 'master' into unicodeAdam Borowski2011-01-111-2/+3
|\
| * Re-implement certain tile flags as packed_cell struct members. (Tiles)Jude Brown2011-01-011-2/+3
* | Always use Unicode values for glyphs. Always use ncursesw on Unix console.Adam Borowski2010-09-261-3/+3
|/
* Fix viewport shift by (1,1).Robert Vollmert2010-09-041-6/+6
* View coordinates now relative to viewport, not screen.Robert Vollmert2010-09-051-17/+45
* Use the crawl_view coordinate transformations in some places.Robert Vollmert2010-09-051-1/+1
* Make coordinate transformations members of crawl_view.Robert Vollmert2010-09-051-7/+37
* Remove some unused coordinate tranformations.Robert Vollmert2010-09-051-20/+0
* Support flash_view() in tiles mode.Enne Walker2010-06-151-0/+1
* Refactor crawl view buffer.Enne Walker2010-05-301-3/+22
* Make tiles use viewwindow for 'X' map display.Enne Walker2010-02-231-0/+2
* Fix newlines at end of file.Adam Borowski2010-01-211-3/+0
* Make tiles and non-tiles use the "same" screen_buffer_t buffy.Robert Vollmert2009-11-131-22/+7
* Generalize crawl_view_buffer to also handle the tile buffers.Robert Vollmert2009-11-131-7/+22
* Split up view.cc.Robert Vollmert2009-11-041-0/+145