summaryrefslogtreecommitdiff
path: root/lib/Util.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add tileset property lintingstuebinm2021-10-301-2/+5
| | | | | | this reorganised the whole linting for tilesets somewhat; it's now very similar to that linting layers, and it may be possible to abstract some of the code away ...
* use PrettyPrinter morestuebinm2021-09-201-1/+5
|
* some properties require non-empty layersstuebinm2021-09-191-2/+8
|
* support for properties that aren't stringsstuebinm2021-09-191-0/+6
| | | | apparently i couldn't read or something?
* moved types into Types.hsstuebinm2021-09-181-1/+1
| | | | it's almost as if there's some structure to this code!
* tame the stringsstuebinm2021-09-181-14/+24
| | | | | | Adds a PrettyPrint typeclass which operates on Text and should replace Show, since constantly converting strings from linked lists to arrays seems somewhat silly.
* moving lots of code aroundstuebinm2021-09-161-0/+27
(also renaming things now that concepts seem a bit clearer)