Skip to content

Releases: TheBoneJarmer/TiledCS

Parallax support and property type enum

20 Aug 15:03
Compare
Choose a tag to compare

In this release I added more support for the parallax x and y properties for all layers. I also replaced the TiledProperty.type string with an enum called TiledPropertyType (original huh).

Small fix

08 Aug 13:50
Compare
Choose a tag to compare

In this patch I added missing xml comments in the TiledModels class and added support for the tileset's tile offset. Also, I finally got rid of the obsolete method GetSourceVector. Instead, anyone should be using the GetSourceRect method.

3.2.0: Merge pull request #81 from ebatianoSoftware/fixParsing-addStreamCons…

05 Aug 08:54
ef08815
Compare
Choose a tag to compare

Some improvements and fixes here and there and added opacity support for layers.

3.1.0

28 Apr 10:51
Compare
Choose a tag to compare

In this release I added support for infinite layers and some fixes and improvements here and there. Nothing too fancy but I think it will help for sure.

3.0.0

10 Apr 06:51
Compare
Choose a tag to compare

In this release I added support for tile objects created by the tileset collision editor as well as support for the parallax origin for both maps and layers. Also I made sure the project is compatible with Tiles version 1.8.4.

Support for shapes

24 Nov 11:30
Compare
Choose a tag to compare

Another small release. This one adds support for polygons, points and circles.

Float parse fix

09 Oct 12:50
Compare
Choose a tag to compare

This release contains a small bugfix for parsing floating point numbers. This may or may not used to work for you depending on your region and what decimal separator symbol was being used. But this change, done by @NedoProgrammer, fixes that issue.

More support

15 Sep 06:13
Compare
Choose a tag to compare

In this release I added missing support for lots of more stuff. Things that were not supported but are amongst the things that are now are:

  • Layer groups
  • Image layers
  • Layer tint
  • Layer offset
  • ...

2.3.0

04 Sep 09:26
Compare
Choose a tag to compare
  • Added support file layer properties
  • Added support for object gids

Base64 support and some bug fixes

30 Aug 21:11
Compare
Choose a tag to compare
  • Added Base64 support
  • Fixed bug with layer visibility