summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg.cc
Commit message (Expand)AuthorAgeFilesLines
* Tiles again:j-p-e-g2009-03-061-10/+43
* [Tiles] Keep track of which dungeon grid the player last clicked andj-p-e-g2009-03-041-73/+70
* Simplify.dolorous2009-02-241-7/+1
* Allowing multiple mouse clicks on the character to go to the pickup menu.ennewalker2009-02-171-0/+7
* Mousing over monsters, items, and features will now show their description in...ennewalker2009-02-121-28/+150
* Allowing LClick to close the view item screen.ennewalker2009-01-241-1/+4
* Fixing right-click on minimap not working unless the mouse was moving.ennewalker2009-01-241-1/+1
* Disallowing mouse clicks on force_more messages to help avoid accidental deaths.ennewalker2009-01-151-10/+2
* [2316330] Add a red film for berserk mode.ennewalker2009-01-121-0/+8
* [2499489] Allowing mouse clicks for picking up items and for --more-- prompts.ennewalker2009-01-121-7/+14
* [2499508] Left-clicking on the minimap now behaves identically to left-clicki...ennewalker2009-01-111-26/+28
* Fix 2496474: Bardings melding into centaurs.j-p-e-g2009-01-111-2/+2
* Turning back on minimap for labyrinths, but fixing it so that it recenters du...ennewalker2009-01-111-3/+34
* [2495807] Fixing overlay color when walking through green water.ennewalker2009-01-101-19/+5
* [2495846] Fixing beams not being drawn fully.ennewalker2009-01-101-0/+2
* [2498067] Fixing tiles menu graphics.ennewalker2009-01-101-1/+2
* [2498067] Fixing tiles cursor.ennewalker2009-01-101-2/+10
* [2495836] Show names for friendly uniques during arena mode. Also, add a til...ennewalker2009-01-101-7/+57
* Clean up tiles code to use the VertBuffer classes.ennewalker2009-01-081-325/+185
* Setting all .h/.cc files in source to have a consistent keyword propset.ennewalker2009-01-041-1/+1
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* [2424512] Fixing pink square appearing at random in the message window. On a...ennewalker2009-01-041-74/+72
* [1904556] Fixing duplicate cursor during teleport/blinkennewalker2009-01-031-1/+1
* Tile menus now support multiple tiles per entry (see MenuEntry::get_tiles).ennewalker2009-01-031-19/+22
* Allow tiles in 'V' menu, at least for items - the menu structure can'tj-p-e-g2009-01-031-2/+1
* Fixes for arena mode in tiles mode. It runs now, but there are still some vi...ennewalker2009-01-021-4/+5
* [2455904] Improving on-screen inventory by clarifying how many inventory slot...ennewalker2008-12-241-0/+3
* Add whitespace fix.dolorous2008-12-241-1/+1
* Partial improvements to graphical menus to make them more readable.ennewalker2008-12-231-32/+38
* Adding auto-sizing for font, map, and window sizes. Windows should fit on th...ennewalker2008-12-201-0/+5
* [2054793] Partial implementation of the request to have COLOUR tags affect ti...ennewalker2008-12-011-2/+3
* * Add icons for weapon brands, mostly borrowing from potions/wands andj-p-e-g2008-11-281-9/+9
* * Tweak Snorg's tile to increase the difference to the plain troll.j-p-e-g2008-11-281-9/+16
* Add a description to sewers (David) and replace the "melded" tile withj-p-e-g2008-11-241-6/+4
* Add tiles for the sewers' murky (deep and shallow) water, as well as aj-p-e-g2008-11-201-2/+19
* Clean up handling of thrown items (mostly large rocks) again.dolorous2008-11-171-2/+2
* Make all the checks for throwable items consistent.dolorous2008-11-171-2/+2
* Implement FR 1894211: All transformations will now cause your equipmentj-p-e-g2008-10-261-3/+3
* More graphical menu improvements. Inventory menus now have columns. Long en...ennewalker2008-10-251-35/+107
* Add whitespace fixes.dolorous2008-10-231-1/+1
* Support for inline graphics and mouse input on menus.ennewalker2008-10-161-3/+260
* Fixing tiles text cursor appearing in the wrong region.ennewalker2008-10-061-1/+21
* Graphical support for range restrictions of spells in tiles mode. Clicking p...ennewalker2008-10-051-1/+3
* Adding better outlines to fonts so that they are more readable.ennewalker2008-10-041-3/+2
* Mouse clicks on the dungeon when not safe now travel one square in that direc...ennewalker2008-10-041-18/+36
* Fixing exclusion-related assertion.ennewalker2008-10-031-2/+2
* Fixing mouse-over related inventory crash.ennewalker2008-09-281-1/+4
* Add whitespace fixes.dolorous2008-09-281-28/+28
* Changing the offset of item counts to make them more readable.ennewalker2008-09-271-6/+7
* Added '_' cursor for some text inputs that were missing it.ennewalker2008-09-271-14/+24