summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewgeom.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Fix compilation (johnstein)Neil Moore2014-07-281-0/+1
* Remove the show_gold_turns option.Shmuale Mark2014-07-021-3/+2
* Melt away lava orcs.Steve Melenchuk2014-05-141-1/+4
* Increase hardcoded message window height in Webtiles to 6.Florian Diebold2014-05-011-1/+5
* Ignore msg_min_height for Webtiles games.Florian Diebold2014-04-261-1/+11
* Drop some useless parentheses around comparisons.Adam Borowski2014-01-101-1/+1
* Indentation fixes.Adam Borowski2013-12-041-3/+3
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-4/+4
* Give a better message when the terminal is too small for the layout.Neil Moore2013-07-191-5/+16
* Don't let Lava Orcs incinerate ZotDef (#7150).Steve Melenchuk2013-06-061-1/+2
* Fixed arena mode tiles misalignment.AriaB2013-03-261-0/+4
* Use std namespace.Raphael Langella2012-08-261-5/+5
* Some more return deparenthesization.Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-6/+6
* Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-2/+0
* Remove some more options: classic_hud, classic_item_coloursChris Campbell2011-10-251-13/+4
* Make Webtiles output happen in parallel to the console display, and make the ...Florian Diebold2011-10-151-3/+3
* Use ZP rather than XP for Zot abilities.Adam Borowski2011-05-091-1/+2
* Don't start the game if terminal is smaller than 80x24.Raphael Langella2011-03-181-10/+6
* Silence a gcc-4.5 warning for a tautological assert.Adam Borowski2011-01-011-0/+4
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-9/+9
* Use the crawl_view coordinate transformations in some places.Robert Vollmert2010-09-051-2/+2
* Refactor crawl view buffer.Enne Walker2010-05-301-6/+37
* Make tiles use viewwindow for 'X' map display.Enne Walker2010-02-231-3/+6
* Reduce minimum message window height to 5.Robert Vollmert2009-12-031-2/+1
* Optionally display message window at top of terminal.Robert Vollmert2009-11-291-2/+10
* Allow the message window to use the bottom right terminal position.Robert Vollmert2009-11-291-4/+1
* Make tiles and non-tiles use the "same" screen_buffer_t buffy.Robert Vollmert2009-11-131-8/+20
* Generalize crawl_view_buffer to also handle the tile buffers.Robert Vollmert2009-11-131-20/+8
* Replace you.pos() with last_player_pos.Robert Vollmert2009-11-061-1/+1
* Split up view.cc.Robert Vollmert2009-11-041-0/+382