summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libutil.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a bunch of webtiles-in-console message regressions.Adam Borowski2012-06-221-0/+36
* Remove spaces between function identifiers and arguments lists.Adam Borowski2012-06-211-1/+1
* Cut down on transitively including directn.hAdam Borowski2012-06-201-0/+1
* Display damaged nets as "a throwing net [torn]" rather than "a -3 throwing net".Adam Borowski2012-06-011-0/+6
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-1/+0
* Pluralise 'efreet' as 'efreet'.Neil Moore2012-05-161-8/+3
* Remove spurious -iy => -ies pluralisation.Neil Moore2012-05-161-3/+0
* Nicer wrapping for the FAQ.Adam Borowski2012-05-111-5/+8
* Properly indent »quotes« and • bullets as well.Adam Borowski2012-04-291-1/+3
* Make a few more functions static/gone.Adam Borowski2012-04-231-1/+1
* Drop pointless braces after else/else if as well.Adam Borowski2012-04-201-8/+0
* Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-2/+0
* Mention the region size when asserting out on invalid screen writes.Adam Borowski2012-04-141-2/+8
* Preserve indentation when wrapping a line.Adam Borowski2012-04-021-1/+25
* Make another bunch of functions static or deleted.Adam Borowski2012-03-211-32/+0
* Do not freeze when generating pan lords.Neil Moore2012-03-101-0/+4
* Allow descriptions (dat/descript/*.txt) to be logically wrapped in the sources.Adam Borowski2012-03-081-0/+17
* Fix a mangled comment.Adam Borowski2012-03-051-1/+3
* Comment fix.David Lawrence Ramsey2012-01-111-2/+3
* Fix spelling.David Lawrence Ramsey2012-01-111-1/+1
* Properly pluralize "swine" as "swine".David Lawrence Ramsey2011-12-181-0/+1
* Consistently use a space after flow control statements.Adam Borowski2011-12-021-1/+1
* Merge branch 'master' into unified_combat_controlRobert Burnham2011-11-161-17/+28
|\
| * Replace a bunch of floating-point sqrt()s by integer ones.Adam Borowski2011-11-131-0/+23
| * Make a bunch of functions static, delete some unused junk.Adam Borowski2011-11-111-18/+6
* | Merge branch 'master' into unified_combat_controlRobert Burnham2011-11-161-2/+2
|\|
| * Pluralize "ass" into "asses".Adam Borowski2011-11-101-1/+1
| * Rename Kenku -> Tengu.Jude Brown2011-11-061-1/+1
* | Merge branch 'master' into unified_combat_controlRobert Burnham2011-10-251-61/+181
|\|
| * Make Webtiles output happen in parallel to the console display, and make the ...Florian Diebold2011-10-151-3/+7
| * Fix Doxygen warnings.Samuel Bronson2011-10-011-0/+2
| * Mostly correct uppercasing/lowercasing of Unicode strings. ij and ß are sti...Adam Borowski2011-10-011-8/+37
| * Add ench: and perm_ench: to MONS specs.Adam Borowski2011-09-281-1/+16
| * Use standard strcasecmp() rather than Microsoft-only stricmp().Adam Borowski2011-09-071-26/+0
| * An assertion check against infinite loops in replace_all() and friends.Adam Borowski2011-08-181-0/+3
| * Don't show scary warnings when upgrading trunk saves.Adam Borowski2011-07-211-0/+13
| * Catoblepas.Wensley2011-07-091-0/+4
| * Show some internal info about saves.Adam Borowski2011-06-081-0/+6
| * Put usleep() emulation into syscalls.ccAdam Borowski2011-06-041-29/+0
| * Gut and parcel out most of stuff.ccAdam Borowski2011-06-041-1/+0
| * Fix DGL compilation.Florian Diebold2011-05-011-0/+5
| * Handle SIGHUP in tiles and on Windows.Adam Borowski2011-05-011-0/+95
* | Merge branch 'master' into unified_combat_controlRobert Burnham2011-04-261-26/+128
|\|
| * Warn and allow aborting when transferring a 0.8 game to 0.9.Adam Borowski2011-04-241-0/+47
| * Hide output charset conversions behind a macro.Adam Borowski2011-04-181-1/+1
| * Fix build failure with SOUND_PLAY_COMMAND.Adam Borowski2011-04-181-1/+1
| * Fix a wrapping error when the line end with a tag.Raphael Langella2011-04-121-2/+4
| * Fix word wrapping counting 1 char for tags.Raphael Langella2011-04-081-0/+1
| * Drop remnants of the DOS port.Adam Borowski2011-04-081-7/+0
| * Add missing brackets in libutil.ccRaphael Langella2011-04-061-0/+2