summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-mon.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Move redraw functions from stuff.cc -> output.ccNicholas Feinberg2014-07-281-0/+1
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Allow viewing remembered info about out of LOS stuff.Adam Borowski2013-10-281-1/+1
* Use std namespace.Raphael Langella2012-08-261-6/+6
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-2/+2
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-16/+16
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-1/+0
* Merge branch 'tiles-monster-info'Florian Diebold2011-12-151-13/+14
|\
| * Make monster_info::pos grid- instead of player-relative.Florian Diebold2011-11-231-4/+4
| * Fix an invalid read indicated by valgrind.Florian Diebold2011-11-231-1/+1
| * Use monster_info in the Tiles monster region.Florian Diebold2011-11-231-12/+13
* | Shorten the name of describe-templates.hAdam Borowski2011-12-061-1/+1
* | Split templates out of describe.h, to speed testing of changes to them.Samuel Bronson2011-12-051-0/+1
|/
* Merge branch 'master' into unified_combat_controlRobert Burnham2011-10-251-1/+1
|\
| * First prototype of webtiles.Florian Diebold2011-06-261-1/+1
* | Merge branch 'master' into unified_combat_controlRobert Burnham2011-04-261-4/+0
|\|
| * Doxygenization and junk purging that was missed by my script.Adam Borowski2011-04-021-4/+0
* | Replace DESC_NOCAP_A and DESC_CAP_A with DESC_ARobert Burnham2011-03-251-1/+1
|/
* Re-implement certain tile flags as packed_cell struct members. (Tiles)Jude Brown2011-01-011-1/+1
* Update monster tab before drawing it.Raphael Langella2010-12-301-0/+1
* Split icons out from main.png. Fixes #2981.Johanna Ploog2010-12-161-2/+3
* Rename class "monsters" to "monster".Robert Vollmert2010-09-051-6/+6
* Fix tiles compile error (Napkin).Robert Vollmert2010-09-041-1/+1
* Simplify some coordinate transformations.Robert Vollmert2010-09-051-1/+1
* Fix tiles compilation (KiloByte)Eino Keskitalo2010-07-281-1/+1
* Change player last_clicked globals to members.Enne Walker2010-06-091-3/+3
* Split off tilepick files into tileview.Enne Walker2010-05-301-0/+1
* Split up tiles.h.Enne Walker2010-05-301-0/+1
* Use tileidx_t for tile indices. Also, cleanup.Enne Walker2010-05-301-2/+2
* Fix tiles build on non-MSVC.Adam Borowski2010-05-271-0/+1
* Merge ActorRegion and MonsterRegion.Enne Walker2010-05-261-1/+178
* Add monster list for tiles.Enne Walker2010-05-261-0/+44