summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-grid.cc
Commit message (Expand)AuthorAgeFilesLines
* Show quantities up to 10k in inventory panel (#8821)Neil Moore2014-07-261-18/+18
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* ASSERT_RANGEs other than >= <.Adam Borowski2013-06-081-2/+1
* Refactor ASSERT(a && b) -> ASSERT(a); ASSERT(b);Brendan Hickey2013-04-281-1/+2
* Formatting nazi to the rescue!Adam Borowski2013-01-101-1/+1
* moved tooltip message and made bigger in touch UIChris West2013-01-051-0/+4
* final attempt at fixing inventory paging; added tooltip messages for prev/nex...Chris West2013-01-051-1/+1
* fixed inventory pagingChris West2013-01-051-1/+1
* improved inventory paging on non-touch uiChris West2013-01-051-1/+1
* merge of small-screen changes from old build envChris West2013-01-051-1/+2
* Android port.frogbotherer2012-09-081-1/+4
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-5/+5
* First prototype of webtiles.Florian Diebold2011-06-261-1/+1
* Doxygenization and junk purging that was missed by my script.Adam Borowski2011-04-021-6/+0
* Correct whitespace errors using checkwhite.Vsevolod Kozlov2010-12-291-1/+1
* Add outlined variants of the number icons, use them in the skill tab.Johanna Ploog2010-12-281-6/+7
* Fix GridRegion::on_resize.Raphael Langella2010-12-221-1/+6
* Split icons out from main.png. Fixes #2981.Johanna Ploog2010-12-161-3/+3
* Change player last_clicked globals to members.Enne Walker2010-06-091-2/+2
* Split up tiles.h.Enne Walker2010-05-301-0/+2
* Use tileidx_t for tile indices. Also, cleanup.Enne Walker2010-05-301-1/+1
* Add monster list for tiles.Enne Walker2010-05-261-17/+5
* Clean up GL code function parameters.Enne Walker2010-05-141-4/+4
* Split tilereg.h/cc into multiple files.Enne Walker2010-04-251-0/+204