summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/show.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't mess with memory of slime creatures when in tiles.Adam Borowski2010-01-131-0/+2
* Make merged slime creatures light green, acid blobs light cyan.Adam Borowski2010-01-131-2/+6
* New type of cloud: thick gloom.Jude Brown2010-01-101-1/+5
* Ignore obscured items in the UIStefan O'Rear2009-12-301-8/+4
* Hide items under deep water and lavaStefan O'Rear2009-12-301-3/+10
* Customisable clouds!Jude Brown2009-12-281-2/+1
* New (rakshasa) unique: Mara, Lord of Ilusions.Jude Brown2009-12-241-1/+2
* Don't draw anything but features on map boundary.Robert Vollmert2009-12-171-0/+6
* Fix mimics getting the heap brand when not standing over items.Adam Borowski2009-12-161-1/+1
* fix incorrect item heap brandingJesse Luehrs2009-12-161-1/+1
* Constify g{et,ive}_mimic_item(). (by)Adam Borowski2009-12-151-1/+1
* Make mimics hold the item they're mimicking, instead of fragile hacks with sa...Adam Borowski2009-12-151-6/+9
* Do out-of-LOS staircase emphasis when drawing.Robert Vollmert2009-12-041-3/+1
* Unify colour handling in env.show and env.map_knowledge.Robert Vollmert2009-12-011-0/+16
* Add missing NON_ITEM check for tiles.Enne Walker2009-11-291-4/+7
* Reduce dependency on travel.hMatthew Cline2009-11-291-0/+1
* Properly deal with mimics in env.show.Robert Vollmert2009-11-241-3/+15
* Add formatting fixes.David Lawrence Ramsey2009-11-211-5/+5
* Merge halo.cc into areas.cc.Robert Vollmert2009-11-211-1/+1
* Move silenced(pos) to areas.cc.Robert Vollmert2009-11-211-0/+1
* Remove trailing whitespace.David Lawrence Ramsey2009-11-201-1/+1
* Make emphasise() and is_unknown_stair() refer to map_knowledge.Robert Vollmert2009-11-201-1/+1
* Remove union in show_type.Robert Vollmert2009-11-201-7/+33
* Simplify show update using radius iterator.Robert Vollmert2009-11-181-6/+2
* Split itemprop enums out into itemprop-enum.h.Robert Vollmert2009-11-171-0/+1
* Expose invisible monsters in opaque clouds.Robert Vollmert2009-11-161-4/+12
* Fix uninitialized warning.Robert Vollmert2009-11-161-1/+1
* Fix information leakage in detect creatures.Robert Vollmert2009-11-161-2/+2
* show.cc: fix compile error.Matthew Cline2009-11-151-0/+2
* Convert get_mons_glyph to return a glyph struct.Robert Vollmert2009-11-151-1/+1
* Convert get_item_glyph to return a glyph struct.Robert Vollmert2009-11-151-1/+3
* Move feature colouring into show_def from get_symbol.Robert Vollmert2009-11-151-1/+97
* Merge monster_grid into show_def.Robert Vollmert2009-11-141-4/+30
* Replace observe_cell by you.see_cell.Robert Vollmert2009-11-131-1/+1
* Remove a few obsolete includes.Robert Vollmert2009-11-101-4/+0
* Formatting; use better constant.Robert Vollmert2009-11-081-5/+5
* Remove an unnecessary header env.h include.Robert Vollmert2009-11-081-0/+1
* Replace global see_cell by observe_cell and disambiguate old uses.Robert Vollmert2009-11-061-1/+1
* Move get_show_symbol to showsymb.cc.Robert Vollmert2009-11-061-14/+0
* Split get_symbol from view.cc.Robert Vollmert2009-11-061-1/+1
* Fix map boundary not being drawn.Robert Vollmert2009-11-051-12/+4
* show.cc: Fix show_def::init() arena crash.Matthew Cline2009-11-041-2/+15
* Split up view.cc.Robert Vollmert2009-11-041-0/+2
* show: Quiet Valgrind warningsMatthew Cline2009-11-041-4/+11
* Get rid of multiple-meaning "int object" in env.show.Robert Vollmert2009-11-041-0/+224