summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libgui.cc
Commit message (Expand)AuthorAgeFilesLines
* Trim unnecessary #includes.Adam Borowski2010-01-131-2/+0
* [212] Fixing prompts clearing screen in tiles.Enne Walker2010-01-031-0/+5
* tiles: only include tiledef-*.h in files where they're neededSteven Noonan2009-12-121-0/+1
* cgotoxy now takes GotoRegion instead of int.Robert Vollmert2009-12-101-1/+1
* Fix tiles compile (missing includes).Robert Vollmert2009-11-271-0/+1
* Fix tiles compile.Robert Vollmert2009-11-261-1/+1
* Simplify scrolling handling in message_out.Robert Vollmert2009-11-261-2/+2
* Remove unused call to get_show_symbol.Robert Vollmert2009-11-151-4/+0
* Remove a few obsolete includes.Robert Vollmert2009-11-101-2/+0
* Remove some obsolete view.h-includes.Robert Vollmert2009-11-101-1/+0
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* Import showsymb.h in tiles files and fix some mismatched parensgunofdis2009-11-061-0/+1
* Split up view.cc.Robert Vollmert2009-11-041-0/+1
* Get rid of multiple-meaning "int object" in env.show.Robert Vollmert2009-11-041-2/+2
* Adding you.in_branch(string) as a lua function.Enne Walker2009-10-311-5/+0
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* remove unnecessary "version.h" includes, AppHdr.h does it alreadySteven Noonan2009-10-181-1/+0
* libgui.cc: #ifdef out on non-USE_TILE buildsSteven Noonan2009-10-151-0/+3
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-11/+0
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* libgui: fix declaration consistencySteven Noonan2009-09-231-6/+11
* Add punctuation fixes.dolorous2009-07-041-1/+1
* Apply my recent commits to trunk.j-p-e-g2009-06-151-2/+3
* Put platform dependant crash handling code into crash-X.cc files, and linkzelgadis2009-01-221-12/+0
* UNIX/mgw tiles stubs for crash handler; stop-gap until it's made to use thezelgadis2009-01-181-0/+12
* 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-1/+3
* Tiles performance improvements. redraw() is not needlessly done three times a...ennewalker2008-12-081-1/+1
* [2021064] Fixing awful bug where autoexplore (and others) couldn't be cancelled.ennewalker2008-09-271-0/+1
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-5/+0
* Fixing assertions from tileidx_unseen due to separation of tiles into differe...ennewalker2008-09-061-3/+6
* Improved Tile screen layout. Small screens get the message window overlaid o...ennewalker2008-08-051-5/+2
* [2029802] Fixing numpad issues for tiles. Theoretically, this change should ...ennewalker2008-07-291-4/+4
* [2021070] Adding Tiles health/mp bars.ennewalker2008-07-261-28/+0
* Large tiles-related changes. Platform-specific rendering removed and replace...ennewalker2008-07-151-2220/+108
* Save macro.txt and wininit.txt in the settings folder, both using thej-p-e-g2008-07-081-1/+17
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-7/+13
* Fix 1948131: Quiver slot name wraps around the screen.j-p-e-g2008-06-151-2/+3
* [1982177] Fix issue where the minimap wasn't coloring out-of-sight neutral or...ennewalker2008-06-121-6/+3
* I'm not sure I actually coded anything worthwhile, though I experimentedj-p-e-g2008-06-021-22/+25
* Consolidate all cases where corpses are turned into skeletons, asj-p-e-g2008-05-311-11/+11
* Modify num_feats_between to return early if a feature has beenj-p-e-g2008-05-271-120/+137
* First attempt at making vampire feeding interruptible. It doesn't workj-p-e-g2008-05-051-3/+1
* [1940326] Fixing bug where the mouse couldn't be used to select items on the ...ennewalker2008-04-231-2/+11
* Add miscellaneous undead-related fixes. When changing species to dolorous2008-04-221-2/+2
* Fixing crash in the Windows tile version.ennewalker2008-04-221-1/+2
* Change mummy curses to only turn part of a stack of potions into decay.j-p-e-g2008-04-211-2/+0
* Fixing minimap issue where the markers could get confused if there were multi...ennewalker2008-04-201-2/+14
* [1940992] Fixed minimap travel/view issues. This fixes both the "off by thre...ennewalker2008-04-201-3/+3
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-1/+1