summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libutil.cc
Commit message (Expand)AuthorAgeFilesLines
* [212] Fixing prompts clearing screen in tiles.Enne Walker2010-01-031-0/+9
* Properly bracket va_copy() with va_end(). Don't leak saved args.Adam Borowski2010-01-011-1/+3
* vmake_stringf: Copy the va_list argument for the second vsnprintf call.Vsevolod Kozlov2009-12-301-1/+4
* Give Lua access to DESC_QUALNAME and DESC_BASENAME.Jude Brown2009-12-281-0/+4
* Fix bad varargs handling.Robert Vollmert2009-12-171-6/+12
* Use snprintf() on DOS, we don't want crashes. Non-ancient compilers have it.Adam Borowski2009-12-171-36/+0
* In make_sprintf(), don't call sprintf() twice if the first call succeeds.Adam Borowski2009-12-171-7/+8
* Make make_sprintf() actually work when there are any arguments.Adam Borowski2009-12-171-0/+2
* remove line length limit for .des filesJesse Luehrs2009-12-161-4/+6
* cgotoxy now takes GotoRegion instead of int.Robert Vollmert2009-12-101-1/+1
* Add formatting fixes.David Lawrence Ramsey2009-11-211-2/+2
* Split up view.cc.Robert Vollmert2009-11-041-1/+2
* Whitespace.Enne Walker2009-10-311-2/+2
* Adding you.in_branch(string) as a lua function.Enne Walker2009-10-311-0/+26
* win32: eliminate need for WIN32TILES/WIN32CONSOLE macrosSteven Noonan2009-10-191-3/+3
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* project-wide: implement use of platform.h detection macrosSteven Noonan2009-10-101-1/+1
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-1/+0
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-3/+0
* Replace extraneous tabs with spaces.David Lawrence Ramsey2009-10-011-5/+7
* libutil.cc: add escape_path_spaces()Steven Noonan2009-09-301-0/+30
* Apply bookofjude's patch in [2837552] to fix "-um" pluralization issues.dolorous2009-08-181-1/+1
* Add spacing fixes.dolorous2009-04-301-1/+1
* Fix [2700197]: Use "a" instead of "an" for one-headed hydras.dolorous2009-03-211-2/+2
* Properly pluralize "antenna" as "antennae".dolorous2009-01-191-1/+2
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Add arena_force_ai option (also settable as "force_ai" or "no_force_ai" in th...dshaligram2009-01-031-2/+15
* Two cosmetic-only changes to Xom miscasts:zelgadis2008-12-221-0/+2
* * Add sharks. They go into a battle frenzy if they smell blood.j-p-e-g2008-12-081-3/+3
* Properly pluralise words ending in "ay", "ey", "iy", "oy" and "uy".zelgadis2008-12-041-1/+12
* Fix .des timer messaging to be easier to customise, applied timer to sewer po...dshaligram2008-12-011-2/+2
* Show place as "Sewer" in the HUD and in character dumps for the sewer portal ...dshaligram2008-11-181-1/+7
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-5/+0
* Implemented monster spell miscasts. Spell miscasting is now handledzelgadis2008-07-291-7/+7
* Applying r6696 back to trunk (PCRE support).ennewalker2008-07-271-1/+1
* Large tiles-related changes. Platform-specific rendering removed and replace...ennewalker2008-07-151-0/+3
* Fixing release-related issues. libpcre wasn't being linked statically for Wi...ennewalker2008-07-121-1/+1
* Go back to consistently pluralizing "dwarf" as "dwarves".dolorous2008-07-111-2/+3
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-4/+6
* The indefinite article for any string starting with "one-way" is "a",zelgadis2008-06-241-0/+3
* Pluralize words ending in "folk" (e.g. "merfolk") by leaving them alone dolorous2008-06-051-1/+1
* Comment fixes.dolorous2008-06-051-3/+3
* Move the mpr version of the monster list to output.cc and add it toj-p-e-g2008-05-241-30/+31
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-2/+2
* Yet Another Code Cleanup, this time concentrating on libx11.cc and j-p-e-g2008-04-011-43/+77
* Monster list fixes:ennewalker2008-03-241-0/+11
* [1914525] Fixed pluralisation of branded missiles in the quiver.dshaligram2008-03-151-0/+4
* Fix some link errors and a few remaining compile warnings (thepauldubois2008-03-101-0/+2
* Another batch of msvc compile fixes.pauldubois2008-03-101-1/+1
* bug 1895003; add ';' to shell_safepauldubois2008-03-021-1/+1