summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util
Commit message (Expand)AuthorAgeFilesLines
...
* Teach db_lint how to check gods.txtAdam Borowski2014-01-111-1/+5
* Fix job abbrevs and names getting out of sync on save bumps.Adam Borowski2014-01-071-1/+1
* Teach db_lint how to check backgrounds.txtAdam Borowski2014-01-072-1/+15
* Teach db_lint how to check species.txtAdam Borowski2014-01-072-1/+30
* Validate all of godspeak.txt, not just Xom lines.Adam Borowski2014-01-071-15/+44
* Drop pointless redirection for god welcome speech.Adam Borowski2014-01-071-1/+1
* Let db_lint check Xommy parts of godspeak.txt.Adam Borowski2014-01-071-0/+17
* More localization of quotation marks.Raphael Langella2014-01-061-2/+20
* Stop db_lint screaming about screaming and sulking swords.Adam Borowski2013-12-241-0/+2
* Rename abl-show.{cc,h} to ability.{cc,h}Adam Borowski2013-12-241-2/+2
* [txc] auto_fix adds missing space before french punctuation.Raphael Langella2013-12-171-0/+5
* Make a few symbols static.Adam Borowski2013-12-151-1/+1
* Teach tiledef_lint about TILEG_ defs.Adam Borowski2013-12-142-11/+45
* [txc] Several improvements to auto_fix and wrapping.Raphael Langella2013-12-131-12/+24
* [txc] Don't break danish quotes when autofixing french ones.Raphael Langella2013-12-131-6/+8
* [txc] Polish quotation marks.Adam Borowski2013-12-121-0/+3
* [txc] Don't try to remove whitespaces around punctuation in ja and zh.Raphael Langella2013-12-121-2/+0
* [txc] Allow breaking lines between 2 tags.Raphael Langella2013-12-121-1/+7
* [txc] autofix replaces ascii quotes by unicode.Raphael Langella2013-12-121-3/+17
* Don't put chinese punctuation after newline when wrapping text.Raphael Langella2013-12-111-1/+15
* Fix transifex interface setup.Raphael Langella2013-12-101-1/+1
* Fix spelling of "targeting" (#7837)Chris Campbell2013-12-101-1/+1
* [txc] Try to not break long words.Raphael Langella2013-12-071-4/+9
* [txc] Add an option to replace some ASCII punctuation with unicode.Raphael Langella2013-12-051-3/+28
* Tell db_lint it doesn't need to complain about "snake".Adam Borowski2013-12-041-1/+1
* Replace bracers with glovesChris Campbell2013-12-011-1/+0
* Throw the gauntlets.Adam Borowski2013-11-301-1/+0
* [txc] Improve the wrapping for languages without spaces.Raphael Langella2013-11-271-2/+1
* db_lint: check @foo@ in monspeak-like databases.Adam Borowski2013-11-241-0/+28
* Teach db_lint about sealed big doors.Adam Borowski2013-11-241-1/+1
* Handle more return() forms in util/unbraceNeil Moore2013-11-151-2/+8
* Teach util/unbrace that "return" is not a function.Adam Borowski2013-11-151-0/+25
* Add "dragon" to db_lint's list of monster that need no desc.Adam Borowski2013-11-101-1/+1
* Make clang sated and old gcc intact.Adam Borowski2013-11-021-14/+3
* Unbreak clang builds (broken by 0.14-a0-376-gd247091).Adam Borowski2013-11-021-1/+1
* Fix fake_pty not passing return codes correctly.Adam Borowski2013-11-021-2/+8
* Don't space out on unrand inscriptions (#7685).Steve Melenchuk2013-10-301-1/+1
* De-noise High Council.Steve Melenchuk2013-10-301-1/+2
* Don't mandate uniqueness of custom inscriptions (pubby)Neil Moore2013-10-301-11/+0
* Fix whitespace.Neil Moore2013-10-301-3/+3
* Allow unrands to have a special string added to their inscription.Steve Melenchuk2013-10-291-1/+13
* Specify upgrade inhibition in art-data.txtAdam Borowski2013-10-291-1/+2
* Don't use an obscure word in a comment.Adam Borowski2013-10-281-1/+1
* Properly handle ranged unrands affecting their ammo.Steve Melenchuk2013-10-251-21/+25
* Fix the desc for "floor" not being shown.Adam Borowski2013-10-241-0/+1
* Fix unrand tile mismatches between architectures.Adam Borowski2013-10-161-1/+1
* [txc] Don't ever create empty desc files, even with -f.Raphael Langella2013-10-141-1/+1
* When cleaning in util/, remove .d filesSamuel Bronson2013-10-131-1/+1
* Generate levcomp.tab.h, not .hh (gammafunk)Samuel Bronson2013-10-131-1/+1
* YACC straight to levcomp.tab.cc so #line directives are valid (xFleury)Samuel Bronson2013-10-131-5/+2