summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-dgn.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
* Move letter <-> index from stuff.cc to prompt.cc (wheals)Nicholas Feinberg2014-07-281-0/+1
* Don't claim corpses can be picked up in tiles (#8618)Neil Moore2014-05-301-2/+6
* Make corpses and skeletons stationary items (minmay)gammafunk2014-05-261-1/+2
* Fix spelling of "targeting" (#7837)Chris Campbell2013-12-101-10/+10
* More formatting fixes for return (...);Neil Moore2013-11-151-4/+4
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-4/+4
* Allow viewing remembered info about out of LOS stuff.Adam Borowski2013-10-281-1/+1
* Get rid of grid_appearance().Adam Borowski2013-10-111-5/+2
* Change title of some spell list screens.Neil Moore2013-08-111-1/+2
* Display flv.special in the wizmode tiles tooltip.Neil Moore2013-08-041-2/+6
* Refactor 'you.religion' checks.Brendan Hickey2013-07-281-2/+2
* Fix lots of typosChris Oelmueller2013-07-231-1/+1
* Fix minibars showing on levels without the playerPekka Lampila2013-06-281-1/+1
* Change MP minibar colour for local tiles tooPekka Lampila2013-06-091-1/+1
* Fix a range check error caused by cloud overlaysPete Hurst2013-05-261-1/+1
* Implement cloud alpha overlay tiles layerPete Hurst2013-05-251-3/+3
* Don't speak about "mana" to the player (rchandra)Adam Borowski2013-05-011-1/+1
* Fix a bunch of compiler warnings in tiles.Adam Borowski2013-01-201-2/+1
* merge of small-screen changes from old build envChris West2013-01-051-6/+48
* Formatting fixes.Neil Moore2012-12-281-2/+2
* Indentation fixes.Adam Borowski2012-12-051-2/+2
* Split MOUSE_MODE_MORE into versions for prompts, to give the Webtiles client ...Florian Diebold2012-11-231-1/+3
* Fix a number of gcc -Wextra warnings.Adam Borowski2012-10-241-6/+5
* Android port.frogbotherer2012-09-081-7/+67
* Use std namespace.Raphael Langella2012-08-261-18/+18
* Remove Evaporate and Fulsome Distillation, and the book of StalkingChris Campbell2012-08-201-19/+0
* Some cleanup of the new "no monster in range" checking code.Steve Melenchuk2012-07-311-1/+1
* Add height information to the tiles debug tip text.Raphael Langella2012-07-191-2/+10
* Add some more info to the wizard mode tiles tooltip.Florian Diebold2012-07-051-2/+5
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-3/+3
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-46/+46
* Don't use two misleading schemes for reach ranges.Adam Borowski2012-06-261-2/+2
* Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-4/+0
* Use actor->is_player() consistently instead of (actor->atype() == ACT_PLAYER).Adam Borowski2012-03-221-2/+2
* Get rid of USisms in spelling of -ll- and -tt-.Adam Borowski2012-01-251-10/+10
* Show the tile flavour in the wizmode dungeon tooltip.Florian Diebold2012-01-011-0/+9
* 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
* Consistently use a space after flow control statements.Adam Borowski2011-12-021-2/+2
* Merge branch 'master' into unified_combat_controlRobert Burnham2011-10-251-15/+10
|\
| * On click, unwield weapons of reaching instead of evoking them (#4581).Raphael Langella2011-09-211-1/+1
| * Fix incorrect reach range checking when clicking on a monster.Raphael Langella2011-09-181-1/+1
| * Tiles: don't try evoking reaching on adjacent monsters.Adam Borowski2011-09-131-1/+1
| * Fix local tiles compilation.Adam Borowski2011-09-091-3/+3
| * Make reaching more extensible.Adam Borowski2011-09-091-10/+5
| * First prototype of webtiles.Florian Diebold2011-06-261-1/+1
| * s/SP_CAT/SP_FELID/Adam Borowski2011-06-071-3/+3
* | Merge branch 'master' into unified_combat_controlRobert Burnham2011-04-261-7/+1
|\|