tiled 0.8.4
tiled: ^0.8.4 copied to clipboard
A Dart Tiled library. Parse your TMX files into useful representations. Compatible with Flame.
0.8.4 #
- Adding "class" attribute for Tiled 1.9's Unified Custom Types:
- On
Tileaccessible asclass_ortype, backwards compatible with "type" property - On
Layeraccessible asclass_, works on all kinds of layers (tile, object, group, image) - (since 0.8.2) On
Objectaccessible asclass_ortype, backwards compatible with "type" property
- On
- Add support for
repeatXandrepeatYonImageLayer - Fixing bug causing XML maps to be parsed with layers in the wrong order
0.8.3 #
- Downgrade meta dependency
0.8.2 #
- Add support for class, which is replacing type in tiled 1.9
0.8.1 #
- Possibility to parse string content of a tilemap in
TiledMap
0.8.0 #
- Possibility to use multiple external tilesets (#37)
- Support in
parseTmxfor CSV-formatted files (#36)
0.7.3 #
- tileset parser fix for ObjectGroup
0.7.2 #
- Fix localGid bug
0.7.1 #
- Expose Parser
0.7.0 #
- Adds JSON support
- Adds Null-safety support
- Improve and refactor codebase
0.6.0 #
- Fixes bug with int points instead of double for objects.
0.5.0 #
- Fixes bug with inconsistent indexes crashes for rectangular maps.
- Changes indexing of
tilesso that tiles[x] returns a line (so tiles[y][x]).
0.4.0 #
- Added typed properties support and properties for TileMap and Layer
- Added support for rotated tiles
- Some small API improvements (breaking)
- Added linter and formatter and tests to build
0.3.0 #
Layerusing 2d list store layer's_tiles,useful for get tile by coordinatex,yLayerusingpx,px,x,yinstead of justx,y(pixel)- add
width,heightto TileMap
0.11.7 #
<object />tags are now parsed for theirtypeattribute
0.11.5 #
- Added support for gzip compression