summaryrefslogtreecommitdiff
path: root/lib/TiledAbstract.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add suggestions for misspelled propertiesstuebinm2021-12-231-2/+3
| | | | | (suggestions are shown only if they have a Damerau-Levenshtein distance <= 4, which seems to yield reasonably good results)
* badges are set on objects, not layersstuebinm2021-12-181-1/+5
| | | | (and `url` is, too)
* fixed & removed a bunch of old TODOsstuebinm2021-12-161-5/+12
|
* lots of code reorganising and some deduplicationstuebinm2021-12-041-0/+55
it was kinda getting messy in places. Also found some accidental isomorphisms between types, so these are now only one type because the consequences were getting silly.