summaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-14config: some small documentationstuebinm1-0/+4
2021-11-14config option: don't copy asset filesstuebinm2-21/+27
2021-11-14Functional jitsiRoomAdminTag adjustmentstuebinm7-35/+54
2021-11-14add some simple config optionsstuebinm1-9/+30
2021-11-14too much type level stuff to read a config filestuebinm1-0/+99
2021-11-10fail on missing map assetsstuebinm1-3/+8
2021-11-10copy map assets (and refuse if any are missing)stuebinm2-22/+56
2021-11-10extra module for repository writeoutstuebinm3-10/+33
2021-11-10remove dead codestuebinm2-41/+11
2021-11-10little code cleanupstuebinm2-8/+6
2021-11-09first example of a map adjustmentstuebinm5-33/+81
2021-11-02monad plumbing to let the linter modify thingsstuebinm2-14/+24
2021-10-30better lint messagesstuebinm1-10/+10
2021-10-30turns out records are just sugarstuebinm1-8/+2
2021-10-30yet more tiled propertiesstuebinm2-2/+6
2021-10-30re-enable dependency checkingstuebinm2-21/+22
2021-10-30also flipping tileset lint output structurestuebinm2-26/+36
2021-10-30added more keys to the Tiled formatstuebinm1-30/+51
2021-10-30readable prettyprint for inverted lint outputstuebinm2-1/+5
2021-10-30flipping the output map structurestuebinm4-19/+49
2021-10-30make aeson instances agree with themselvesstuebinm3-198/+79
2021-10-30more sensible msg for "property required by"-lintsstuebinm1-1/+8
2021-10-30add tileset property lintingstuebinm4-16/+47
2021-10-30add warning for very large tileset imagesstuebinm1-2/+3
2021-10-01rename to walintstuebinm3-44/+43
2021-09-30check if assets existstuebinm1-8/+40
2021-09-30remove unused Maybestuebinm1-4/+4
2021-09-30nicer json output which leaks less haskell namesstuebinm4-40/+56
2021-09-30simple map-map link dependency checkingstuebinm6-21/+106
2021-09-23prettier pretty printing and stuffstuebinm4-37/+71
2021-09-23some documentationstuebinm2-5/+20
2021-09-23handle all maps in entire repositoriesstuebinm3-66/+96
2021-09-23very naïve handling of directoriesstuebinm5-26/+120
2021-09-20use PrettyPrinter morestuebinm4-29/+20
2021-09-20typechecking for path depths!stuebinm4-69/+127
2021-09-20rebuilding the core LintWriter monadstuebinm3-93/+68
2021-09-20simple parsing of local dependency pathsstuebinm3-20/+24
2021-09-20moving code aroundstuebinm1-57/+69
2021-09-20lint embedded tilesetsstuebinm4-11/+21
2021-09-20lint map things that aren't custom propertiesstuebinm2-12/+36
2021-09-20lint general map propertiesstuebinm4-72/+121
2021-09-19some properties require non-empty layersstuebinm4-46/+92
2021-09-19support for properties that aren't stringsstuebinm4-49/+88
2021-09-18collecting map dependenciesstuebinm4-20/+70
2021-09-18moved types into Types.hsstuebinm4-51/+66
2021-09-18can collect dependencies!stuebinm4-25/+56
2021-09-18type check propertiesstuebinm3-56/+42
2021-09-18tame the stringsstuebinm4-43/+55
2021-09-17(somewhat) reasonable representation of parse errorsstuebinm2-17/+41
2021-09-16input options, output jsonstuebinm3-13/+103