summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* collecting map dependenciesstuebinm2021-09-184-20/+70
* moved types into Types.hsstuebinm2021-09-184-51/+66
* can collect dependencies!stuebinm2021-09-184-25/+56
* type check propertiesstuebinm2021-09-183-56/+42
* tame the stringsstuebinm2021-09-184-43/+55
* (somewhat) reasonable representation of parse errorsstuebinm2021-09-172-17/+41
* input options, output jsonstuebinm2021-09-163-13/+103