summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewmap.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix a warning by adding a missing prototype (and related includes).David Lawrence Ramsey2013-04-071-0/+1
|
* show_map: extra argument to prevent off-level browsing.Robert Vollmert2010-05-181-1/+2
| | | | | | This doesn't make sense for projected noise or controlled teleport. Also get rid of the default argument values.
* Make show_map explicitly return whether a target was chosen.Robert Vollmert2010-05-181-0/+3
|
* Fix newlines at end of file.Adam Borowski2010-01-211-1/+0
|
* Move map colouring to function get_map_col.Robert Vollmert2009-12-021-0/+1
|
* Unify colour handling in env.show and env.map_knowledge.Robert Vollmert2009-12-011-3/+0
| | | | | | | | | Colour is now always precomputed, and only possibly overridden by travel information on display. It's quite unclear that storing the colour in env.show and env.map_knowledge is the right thing to do, but at least it's handled consistently now.
* Make emphasise() and is_unknown_stair() refer to map_knowledge.Robert Vollmert2009-11-201-1/+1
| | | | They are no longer passed a "remembered feature" as parameter.
* Split up view.cc.Robert Vollmert2009-11-041-0/+10