summaryrefslogtreecommitdiff
path: root/lib/Tiled2.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-23very naïve handling of directoriesstuebinm1-15/+24
2021-09-20lint embedded tilesetsstuebinm1-2/+2
2021-09-20lint general map propertiesstuebinm1-2/+2
2021-09-19some properties require non-empty layersstuebinm1-2/+4
2021-09-19support for properties that aren't stringsstuebinm1-13/+29
apparently i couldn't read or something?
2021-09-18can collect dependencies!stuebinm1-2/+2
There's now a Lint type, which may be either a "true lint" (which is a Hint, which contains some message and level of severity), or a Depends, which indicates that this map depends on some ressource or other (and is otherwise treated as a special info Hint in all other cases)
2021-09-18type check propertiesstuebinm1-1/+25
/finally/ figured out that all properties just look like {name, value, type} so now that's abstracted away and Properties.hs doesn't look like javascript anymore
2021-09-16input options, output jsonstuebinm1-1/+1
input options are mostly dummies for now, but some work (e.g. --inpath and --json). Lints can now be optionally printed as json to be reasonably machine-readable (and the json can be pretty-printed to make it human-readable again …).
2021-09-16moving lots of code aroundstuebinm1-0/+0
(also renaming things now that concepts seem a bit clearer)