summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libutil.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-0/+6
* New Zot levels, courtesy Lemuel (David).dshaligram2008-01-121-7/+0
* Tiles!ennewalker2008-01-051-1/+20
* Fixed bad handling of w: tags in .des files (yellow:5 => fail) (David).dshaligram2007-12-301-1/+4
* Fixed bad messages when uniques are poisoned by toxic radiance.dshaligram2007-11-281-71/+0
* Pluralise "knife" correctly (to "knives") [1825553]haranp2007-11-041-0/+3
* [1818799] Reduce message spam from Olgreb's toxic radiance.dshaligram2007-10-241-0/+105
* Fixed segfault in explore discovery reporting (syllogism).dshaligram2007-10-021-1/+1
* Better messages for explore finding multiple non-stacking items (say "two lea...dshaligram2007-09-281-0/+2
* * Fixed Vault:8 level being generated with no rune (cbus).dshaligram2007-09-251-1/+3