summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libutil.h
Commit message (Expand)AuthorAgeFilesLines
* [212] Fixing prompts clearing screen in tiles.Enne Walker2010-01-031-0/+1
* Fix bad varargs handling.Robert Vollmert2009-12-171-0/+1
* Use snprintf() on DOS, we don't want crashes. Non-ancient compilers have it.Adam Borowski2009-12-171-4/+0
* cgotoxy now takes GotoRegion instead of int.Robert Vollmert2009-12-101-1/+1
* Add formatting fixes.David Lawrence Ramsey2009-11-211-2/+2
* Remove AppHdr.h from header filesMatthew Cline2009-11-011-1/+0
* Adding you.in_branch(string) as a lua function.Enne Walker2009-10-311-0/+4
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* libutil.cc: add escape_path_spaces()Steven Noonan2009-09-301-0/+2
* Fix use of the serial comma.dolorous2009-02-121-1/+1
* Tweak punctuation.dolorous2009-02-121-1/+1
* Add arena_force_ai option (also settable as "force_ai" or "no_force_ai" in th...dshaligram2009-01-031-0/+2
* Show place as "Sewer" in the HUD and in character dumps for the sewer portal ...dshaligram2008-11-181-0/+2
* Add whitespace fixes.dolorous2008-09-281-8/+8
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-5/+0
* Large tiles-related changes. Platform-specific rendering removed and replace...ennewalker2008-07-151-0/+22
* Fix collision between gotoxy(int,int,int) and DOS djgpp gotoxy().dshaligram2008-01-251-1/+1
* [1801838] Use a menu to show mutation list so long lists don't scroll off the...dshaligram2008-01-251-1/+2
* New Zot levels, courtesy Lemuel (David).dshaligram2008-01-121-0/+12
* Tiles!ennewalker2008-01-051-0/+4
* [1849483] Warn player when fire_items_start option is blocking selection of t...dshaligram2007-12-281-0/+11
* Fixed bad messages when uniques are poisoned by toxic radiance.dshaligram2007-11-281-19/+0
* [1818799] Reduce message spam from Olgreb's toxic radiance.dshaligram2007-10-241-0/+29
* Fixed segfault in explore discovery reporting (syllogism).dshaligram2007-10-021-3/+4
* Can now search the description database by name (keyword) with '?/'.zelgadis2007-09-211-0/+7
* Replaced timed markers with Lua markers. Breaks save compatibility.dshaligram2007-07-261-0/+3
* Allow monster symbols to be customised using the mon_glyph option.dshaligram2007-07-231-5/+5
* Updated level-design.txt.dshaligram2007-07-211-0/+6
* Force monsters generated with only a missile launcher to wield the launcherdshaligram2007-07-091-0/+1
* Debian 421212: remove superfluous semicolon that breaks build on gcc 4.3.dshaligram2007-07-061-1/+1
* [1748837] Merge identical features when reporting explore discoveries, dshaligram2007-07-061-1/+6
* Manual update (David).dshaligram2007-07-031-0/+2
* Added support for a validation hook for maps to check if they're A-Ok.dshaligram2007-06-261-6/+12
* Allow glob patterns in KFEAT lines. For instance:dshaligram2007-06-241-12/+30
* Override loadfile and dofile in the Lua user-script interpreter so they have todshaligram2007-06-211-0/+2
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-141/+1
* Remember choice of Beogh in character selection.dshaligram2007-06-141-2/+3
* sort_menus now allows the user to choose what menus to sort, and how todshaligram2007-05-311-0/+2
* Added new orc entries and vaults (Lemuel).dshaligram2007-05-281-0/+7
* Allow */' to work in targeting (/+dir no longer selects a direction in Unix, Idshaligram2007-04-041-1/+2
* Cleaned up hiscores xlog format (suggested by Shawn Moore). Breaks compatbilitydshaligram2007-03-251-0/+4
* Cleaned up monster enchantments. Instead of the old enum abuse (ENCH_ABJ_I, II,dshaligram2007-03-211-1/+2
* Added message_colour option to allow custom-colouring individual messages. Thisdshaligram2007-03-161-1/+7
* [1657502] Added use_fake_cursor option to make Crawl draw a cursor for Unixdshaligram2007-03-111-9/+6
* Kill hard tabs in .h files and crawl_options.txt.dshaligram2007-03-071-2/+2
* SYMBOL: is now obsolete in maps, replaced by SUBST:dshaligram2007-02-201-0/+2
* Removed USE_NEW_RANDOM, USE_MACROS.dshaligram2007-01-251-4/+6
* Turn off autoprayer and autopickup if attacked by an invisible monster.dshaligram2007-01-091-1/+1
* [1622126] Fixed shift+direction keys canceling the targeting prompt. Hopefullydshaligram2006-12-291-0/+5
* Handle SIGHUP. Could use improvement, but it's a start.dshaligram2006-12-191-0/+17