summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Fix Shift/Ctrl + L-Click not targeting selected monster."Johanna Ploog2010-02-211-1/+25
* Implement mouseclick targeting for the Evaporate spell.Johanna Ploog2010-02-211-5/+19
* Fix Shift/Ctrl + L-Click not targeting selected monster.Johanna Ploog2010-02-211-25/+1
* Don't draw tab tiles in the arena.Johanna Ploog2010-02-181-0/+3
* [848] Fix net tile being drawn under the player.Enne Walker2010-02-171-1/+1
* Use 'Z' rather than 'z' for the Ctrl-L-Click spellcasting behaviour.Johanna Ploog2010-02-171-5/+2
* Don't show the minimap tooltip in the Abyss.Johanna Ploog2010-02-171-1/+3
* Fix #837: inventory mouseover descriptions not being displayedJohanna Ploog2010-02-171-3/+1
* Fix autoexplore being triggered by shift-clicking in the inventory.Johanna Ploog2010-02-161-0/+5
* Tiles: Change "wounded" hpbar colour from black -> darkred.Johanna Ploog2010-02-161-6/+6
* Add spells being forbidden or dangerous to the spell description.Johanna Ploog2010-02-161-2/+0
* Fix memorisable spells wrongly being marked invalid in Tiles.Johanna Ploog2010-02-161-1/+1
* Tiles: Make Shift-L-Click on the minimap call autoexplore.Johanna Ploog2010-02-161-1/+14
* Only print the "no spells" message when _switching_ to the memorise tab.Johanna Ploog2010-02-161-0/+5
* Add purge's mold tiles.Johanna Ploog2010-02-161-1/+3
* Add a tooltip for disarming adjacent mechanical traps.Johanna Ploog2010-02-151-1/+11
* Fix the upstairs command being listed as "<<" in Tiles.Johanna Ploog2010-02-151-1/+1
* More invalid cases for spell/memorise tile tabs.Enne Walker2010-02-141-9/+7
* Generalize tab activation and tip text.Enne Walker2010-02-141-12/+77
* Cleaner implementation of tab names.Enne Walker2010-02-141-34/+63
* Revert "Add a tooltip for the inventory/spell tabs."Enne Walker2010-02-141-40/+0
* Revert "Tiles: Whenever switching tabs, name the new mode in the text tag."Enne Walker2010-02-141-18/+0
* Better error messages for tile tabs.Enne Walker2010-02-141-24/+28
* Add a new canned_msg for "You don't know any spells."Johanna Ploog2010-02-151-1/+1
* Always show 21 cells in the Tiles' spell display. (22 with Amnesia.)Johanna Ploog2010-02-141-2/+29
* Add a tooltip for the inventory/spell tabs.Johanna Ploog2010-02-141-0/+40
* Update documentation on Tiles spells display.Johanna Ploog2010-02-141-1/+1
* Tiles: Whenever switching tabs, name the new mode in the text tag.Johanna Ploog2010-02-141-0/+18
* Adding tile for silenced grid positions.Enne Walker2010-02-131-0/+2
* Use a placeholder tile for moldCharles Otto2010-02-131-0/+4
* Add visual tabs to switch tiles inventory pane.Enne Walker2010-02-121-300/+858
* s/targett/target/David Ploog2010-02-081-4/+4
* [470] Fix opaque white shallow water in tiles.Enne Walker2010-02-071-4/+8
* Indent player editor command list.Johanna Ploog2010-02-071-6/+8
* Apply felirx' patch, adding indication of loading state at game start.Johanna Ploog2010-02-041-2/+13
* In doll editor, make left/right choice switch away from SHOW_EQUIP.Johanna Ploog2010-02-031-23/+23
* Draw dolls' hair and headgear behind shields and weapon.Johanna Ploog2010-02-031-5/+8
* Fix the shadow tile sometimes not being remembered correctly.Johanna Ploog2010-02-021-1/+4
* Go back to storing base tile variants rather than gender.Johanna Ploog2010-02-021-2/+2
* Remove unnecessary hackiness in player doll code (my bad, ugh!)Johanna Ploog2010-02-021-74/+10
* Switch back to storing gender (rather than base tile) in dolls.txt.Johanna Ploog2010-02-011-17/+9
* Add a FIXME comment.Eino Keskitalo2010-01-271-0/+3
* Minor spacing changes, fix typo.Johanna Ploog2010-01-271-10/+6
* Experimentally overlay demon tiles with the corresponding numbers.Johanna Ploog2010-01-271-0/+15
* Fix minibars staying on the center of the screen while being in the map view ...Eino Keskitalo2010-01-271-16/+28
* With default options, always show both minibars if either is not full.Eino Keskitalo2010-01-271-2/+1
* Document draw_minibars() with a comment.Eino Keskitalo2010-01-271-2/+9
* Make drawing the player tile minibar into its own function.Eino Keskitalo2010-01-271-67/+74
* Merge branch 'direction-rewrite'Haran Pilpel2010-01-261-1/+1
|\
| * Handle out-of-sight cells better in targetting. Also minor cleanups elsewhere.Haran Pilpel2010-01-261-1/+1