summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* make map parser work with more mapsstuebinm2021-11-172-7/+39
* map format: turns out more things are optionalstuebinm2021-11-171-6/+6
* exit with code 1 if maximum lint level exceededstuebinm2021-11-173-14/+25
* reject map urls starting with /_/stuebinm2021-11-161-3/+6
* add adjustment: add prefix for openWebsitestuebinm2021-11-162-2/+6
* disable print output when copying filesstuebinm2021-11-141-2/+2
* config options: implement script-related optionsstuebinm2021-11-143-2/+20
* config: some small documentationstuebinm2021-11-141-0/+4
* config option: don't copy asset filesstuebinm2021-11-142-21/+27
* Functional jitsiRoomAdminTag adjustmentstuebinm2021-11-147-35/+54
* add some simple config optionsstuebinm2021-11-141-9/+30
* too much type level stuff to read a config filestuebinm2021-11-141-0/+99
* fail on missing map assetsstuebinm2021-11-101-3/+8
* copy map assets (and refuse if any are missing)stuebinm2021-11-102-22/+56
* extra module for repository writeoutstuebinm2021-11-103-10/+33
* remove dead codestuebinm2021-11-102-41/+11
* little code cleanupstuebinm2021-11-102-8/+6
* first example of a map adjustmentstuebinm2021-11-095-33/+81
* monad plumbing to let the linter modify thingsstuebinm2021-11-022-14/+24
* better lint messagesstuebinm2021-10-301-10/+10
* turns out records are just sugarstuebinm2021-10-301-8/+2
* yet more tiled propertiesstuebinm2021-10-302-2/+6
* re-enable dependency checkingstuebinm2021-10-302-21/+22
* also flipping tileset lint output structurestuebinm2021-10-302-26/+36
* added more keys to the Tiled formatstuebinm2021-10-301-30/+51
* readable prettyprint for inverted lint outputstuebinm2021-10-302-1/+5
* flipping the output map structurestuebinm2021-10-304-19/+49
* make aeson instances agree with themselvesstuebinm2021-10-303-198/+79
* more sensible msg for "property required by"-lintsstuebinm2021-10-301-1/+8
* add tileset property lintingstuebinm2021-10-304-16/+47
* add warning for very large tileset imagesstuebinm2021-10-301-2/+3
* rename to walintstuebinm2021-10-013-44/+43
* check if assets existstuebinm2021-09-301-8/+40
* remove unused Maybestuebinm2021-09-301-4/+4
* nicer json output which leaks less haskell namesstuebinm2021-09-304-40/+56
* simple map-map link dependency checkingstuebinm2021-09-306-21/+106
* prettier pretty printing and stuffstuebinm2021-09-234-37/+71
* some documentationstuebinm2021-09-232-5/+20
* handle all maps in entire repositoriesstuebinm2021-09-233-66/+96
* very naïve handling of directoriesstuebinm2021-09-235-26/+120
* use PrettyPrinter morestuebinm2021-09-204-29/+20
* typechecking for path depths!stuebinm2021-09-204-69/+127
* rebuilding the core LintWriter monadstuebinm2021-09-203-93/+68
* simple parsing of local dependency pathsstuebinm2021-09-203-20/+24
* moving code aroundstuebinm2021-09-201-57/+69
* lint embedded tilesetsstuebinm2021-09-204-11/+21
* lint map things that aren't custom propertiesstuebinm2021-09-202-12/+36
* lint general map propertiesstuebinm2021-09-204-72/+121
* some properties require non-empty layersstuebinm2021-09-194-46/+92
* support for properties that aren't stringsstuebinm2021-09-194-49/+88