Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some people define tilesets without images??? | stuebinm | 2021-12-23 | 1 | -1/+1 |
| | |||||
* | fixed parsing of tiled objects | stuebinm | 2021-12-18 | 1 | -23/+10 |
| | | | | (points behave slightly differntly than I thought) | ||||
* | fixed & removed a bunch of old TODOs | stuebinm | 2021-12-16 | 1 | -1/+0 |
| | |||||
* | audioVolumne is of type float, not int | stuebinm | 2021-12-14 | 1 | -12/+24 |
| | | | | also, float properties exist, apparently | ||||
* | changes to tiled map format | stuebinm | 2021-12-13 | 1 | -2/+4 |
| | | | | (found by running through rc3 2021 map submissions and looking at what failed) | ||||
* | handle text objects in objectgroup layers | stuebinm | 2021-12-12 | 1 | -6/+16 |
| | |||||
* | lots of code reorganising and some deduplication | stuebinm | 2021-12-04 | 1 | -0/+388 |
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. |