| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | config: some small documentation | stuebinm | 2021-11-14 | 1 | -0/+4 |
* | config option: don't copy asset files | stuebinm | 2021-11-14 | 2 | -21/+27 |
* | Functional jitsiRoomAdminTag adjustment | stuebinm | 2021-11-14 | 7 | -35/+54 |
* | add some simple config options | stuebinm | 2021-11-14 | 1 | -9/+30 |
* | too much type level stuff to read a config file | stuebinm | 2021-11-14 | 1 | -0/+99 |
* | fail on missing map assets | stuebinm | 2021-11-10 | 1 | -3/+8 |
* | copy map assets (and refuse if any are missing) | stuebinm | 2021-11-10 | 2 | -22/+56 |
* | extra module for repository writeout | stuebinm | 2021-11-10 | 3 | -10/+33 |
* | remove dead code | stuebinm | 2021-11-10 | 2 | -41/+11 |
* | little code cleanup | stuebinm | 2021-11-10 | 2 | -8/+6 |
* | first example of a map adjustment | stuebinm | 2021-11-09 | 5 | -33/+81 |
* | monad plumbing to let the linter modify things | stuebinm | 2021-11-02 | 2 | -14/+24 |
* | better lint messages | stuebinm | 2021-10-30 | 1 | -10/+10 |
* | turns out records are just sugar | stuebinm | 2021-10-30 | 1 | -8/+2 |
* | yet more tiled properties | stuebinm | 2021-10-30 | 2 | -2/+6 |
* | re-enable dependency checking | stuebinm | 2021-10-30 | 2 | -21/+22 |
* | also flipping tileset lint output structure | stuebinm | 2021-10-30 | 2 | -26/+36 |
* | added more keys to the Tiled format | stuebinm | 2021-10-30 | 1 | -30/+51 |
* | readable prettyprint for inverted lint output | stuebinm | 2021-10-30 | 2 | -1/+5 |
* | flipping the output map structure | stuebinm | 2021-10-30 | 4 | -19/+49 |
* | make aeson instances agree with themselves | stuebinm | 2021-10-30 | 3 | -198/+79 |
* | more sensible msg for "property required by"-lints | stuebinm | 2021-10-30 | 1 | -1/+8 |
* | add tileset property linting | stuebinm | 2021-10-30 | 4 | -16/+47 |
* | add warning for very large tileset images | stuebinm | 2021-10-30 | 1 | -2/+3 |
* | rename to walint | stuebinm | 2021-10-01 | 3 | -44/+43 |
* | check if assets exist | stuebinm | 2021-09-30 | 1 | -8/+40 |
* | remove unused Maybe | stuebinm | 2021-09-30 | 1 | -4/+4 |
* | nicer json output which leaks less haskell names | stuebinm | 2021-09-30 | 4 | -40/+56 |
* | simple map-map link dependency checking | stuebinm | 2021-09-30 | 6 | -21/+106 |
* | prettier pretty printing and stuff | stuebinm | 2021-09-23 | 4 | -37/+71 |
* | some documentation | stuebinm | 2021-09-23 | 2 | -5/+20 |
* | handle all maps in entire repositories | stuebinm | 2021-09-23 | 3 | -66/+96 |
* | very naïve handling of directories | stuebinm | 2021-09-23 | 5 | -26/+120 |
* | use PrettyPrinter more | stuebinm | 2021-09-20 | 4 | -29/+20 |
* | typechecking for path depths! | stuebinm | 2021-09-20 | 4 | -69/+127 |
* | rebuilding the core LintWriter monad | stuebinm | 2021-09-20 | 3 | -93/+68 |
* | simple parsing of local dependency paths | stuebinm | 2021-09-20 | 3 | -20/+24 |
* | moving code around | stuebinm | 2021-09-20 | 1 | -57/+69 |
* | lint embedded tilesets | stuebinm | 2021-09-20 | 4 | -11/+21 |
* | lint map things that aren't custom properties | stuebinm | 2021-09-20 | 2 | -12/+36 |
* | lint general map properties | stuebinm | 2021-09-20 | 4 | -72/+121 |
* | some properties require non-empty layers | stuebinm | 2021-09-19 | 4 | -46/+92 |
* | support for properties that aren't strings | stuebinm | 2021-09-19 | 4 | -49/+88 |
* | collecting map dependencies | stuebinm | 2021-09-18 | 4 | -20/+70 |
* | moved types into Types.hs | stuebinm | 2021-09-18 | 4 | -51/+66 |
* | can collect dependencies! | stuebinm | 2021-09-18 | 4 | -25/+56 |
* | type check properties | stuebinm | 2021-09-18 | 3 | -56/+42 |
* | tame the strings | stuebinm | 2021-09-18 | 4 | -43/+55 |
* | (somewhat) reasonable representation of parse errors | stuebinm | 2021-09-17 | 2 | -17/+41 |
* | input options, output json | stuebinm | 2021-09-16 | 3 | -13/+103 |