summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/db_lint
Commit message (Expand)AuthorAgeFilesLines
* Macro-ify recolouring-only monsters as well.Shmuale Mark2014-06-221-2/+0
* Simplify db_lint for DUMMY_GENUS.Neil Moore2014-06-131-3/+4
* Tell db_lint that elephant slugs are dummy monsters.Neil Moore2014-06-051-1/+1
* Teach db_lint about Gozag and Qazlal.Neil Moore2014-05-121-2/+4
* Update Dithmenos' name in db_lint.Neil Moore2014-02-281-1/+1
* Desc checker amends.Adam Borowski2014-01-151-1/+1
* Teach db_lint how to check gods.txtAdam Borowski2014-01-111-1/+5
* Teach db_lint how to check backgrounds.txtAdam Borowski2014-01-071-1/+4
* Teach db_lint how to check species.txtAdam Borowski2014-01-071-1/+6
* 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
* Stop db_lint screaming about screaming and sulking swords.Adam Borowski2013-12-241-0/+2
* Tell db_lint it doesn't need to complain about "snake".Adam Borowski2013-12-041-1/+1
* db_lint: check @foo@ in monspeak-like databases.Adam Borowski2013-11-241-0/+28
* Add "dragon" to db_lint's list of monster that need no desc.Adam Borowski2013-11-101-1/+1
* db_lint: don't whine about translated quotes for untranslated descs.Adam Borowski2013-09-141-0/+13
* Revert "db_lint: support :quote quotes"Adam Borowski2013-09-141-8/+13
* Let db_lint check abilities.Adam Borowski2013-08-281-1/+6
* Check the descs of spells in db_lint.Adam Borowski2013-08-271-1/+5
* db_lint: support :quote quotesAdam Borowski2013-03-211-13/+8
* db_lint: don't warn about the animated tree dummy.Adam Borowski2013-02-161-1/+3
* db_lint: don't warn about new genus-only monsters.Adam Borowski2013-02-141-1/+2
* Fetch the list of items, for db_lint and translations.Adam Borowski2012-10-211-1/+5
* Describe Arena Sprint monsters. Improvements/replacements welcome!Adam Borowski2012-08-171-2/+0
* Add a db_lint ignore for "base draconian".Adam Borowski2012-08-171-2/+6
* Put tutorial messages for tutorial 5 into the database.Adam Borowski2012-06-281-0/+1
* Fix a false positive in db_lint when a message is coloured at both ends.Adam Borowski2012-06-281-1/+2
* Make a database to store hints mode messages.Adam Borowski2012-06-261-0/+2
* db_lint: warn on blank descriptions.Adam Borowski2012-06-151-1/+6
* db_lint: point out quotes for non-existant keys.Adam Borowski2012-06-041-0/+9
* db_lint: mention the source of dangling links.Adam Borowski2012-06-041-1/+1
* db_lint: show links with missing targets.Adam Borowski2012-06-041-1/+11
* Unify copies of code.Adam Borowski2012-05-251-45/+20
* db_lint: check branch descriptions.Adam Borowski2012-05-251-1/+11
* db_lint: allow checking languages other than English, or a subset of files.Adam Borowski2012-05-251-47/+93
* db_lint: check for undescribed features.Adam Borowski2012-05-251-1/+11
* Add db_lint ignores for new genus-only monsters.Adam Borowski2012-05-241-1/+1
* db_lint: send output to stdout not stderr.Adam Borowski2012-05-241-1/+1
* db_lint: require all unrands to be desced.Adam Borowski2012-05-241-1/+11
* A new monster tag "dbname:", overrides the key for db lookups.Adam Borowski2012-05-221-1/+1
* db_lint: don't care about genus-only monsters.Adam Borowski2012-05-221-2/+7
* db_lint: Make reported filenames friendly to doubleclick copy&paste.Adam Borowski2012-05-201-2/+2
* Check db references for local keys (ie, ones names _something_).Adam Borowski2012-05-201-0/+16
* Check all other database files (for duplicated keys only, currently).Adam Borowski2012-05-201-0/+17
* Add descs or ignores for special monsters.Adam Borowski2012-05-201-1/+2
* Correct the Serpent of Hell false positive hack in db_lint.Adam Borowski2012-05-201-1/+1
* Check card descriptions.Adam Borowski2012-05-201-4/+13
* Cross-check all description files, looking for duplicates.Adam Borowski2012-05-201-1/+15
* A script to check the consistency of db files (for now, descript/monsters).Adam Borowski2012-05-201-0/+85