summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fail on missing map assetsstuebinm2021-11-102-7/+14
* copy map assets (and refuse if any are missing)stuebinm2021-11-103-23/+57
* extra module for repository writeoutstuebinm2021-11-105-12/+36
* remove dead codestuebinm2021-11-102-41/+11
* little code cleanupstuebinm2021-11-102-8/+6
* first example of a map adjustmentstuebinm2021-11-096-42/+96
* 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
* add guix-based pipeline building a tarballstuebinm2021-10-051-0/+12
* guix: use local-filestuebinm2021-10-051-11/+5
* pin nixpkgsstuebinm2021-10-043-0/+205
* add guix derivation and manifeststuebinm2021-10-041-0/+77
* relax dependency versionsstuebinm2021-10-041-2/+2
* removed unnecessary dependencystuebinm2021-10-042-5/+3
* add default.nixstuebinm2021-10-011-0/+21
* rename to walintstuebinm2021-10-014-48/+47
* check if assets existstuebinm2021-09-301-8/+40
* remove unused Maybestuebinm2021-09-301-4/+4
* nicer json output which leaks less haskell namesstuebinm2021-09-305-41/+58
* simple map-map link dependency checkingstuebinm2021-09-306-21/+106
* prettier pretty printing and stuffstuebinm2021-09-236-40/+77
* some documentationstuebinm2021-09-232-5/+20
* handle all maps in entire repositoriesstuebinm2021-09-235-73/+105
* very naïve handling of directoriesstuebinm2021-09-237-27/+124
* 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-204-21/+27
* 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-185-51/+67
* can collect dependencies!stuebinm2021-09-184-25/+56
* type check propertiesstuebinm2021-09-183-56/+42
* tame the stringsstuebinm2021-09-185-49/+62