summaryrefslogtreecommitdiff
path: root/lib/Util.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-08rudimentary linting for overlapping layersstuebinm1-0/+5
2021-12-04lots of code reorganising and some deduplicationstuebinm1-1/+1
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.
2021-12-04refuse doubled namesstuebinm1-0/+5
2021-12-02do (naïve) html escapingstuebinm1-0/+6
because we can't ever trust workadventure, apparently. why are we using that thing again?
2021-10-30add tileset property lintingstuebinm1-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 ...
2021-09-20use PrettyPrinter morestuebinm1-1/+5
2021-09-19some properties require non-empty layersstuebinm1-2/+8
2021-09-19support for properties that aren't stringsstuebinm1-0/+6
apparently i couldn't read or something?
2021-09-18moved types into Types.hsstuebinm1-1/+1
it's almost as if there's some structure to this code!
2021-09-18tame the stringsstuebinm1-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.
2021-09-16moving lots of code aroundstuebinm1-0/+27
(also renaming things now that concepts seem a bit clearer)