Skip to content

Releases: TheBoneJarmer/TiledCS

Hotfix release

21 Apr 21:28
Compare
Choose a tag to compare

I forgot to make manual parsing available for the class TiledTileset as well. This release is an extension of the previous release, 2.1.0.

Minor changes

21 Apr 21:25
Compare
Choose a tag to compare

In this release I introduced support for individual tile images. I made the method Parse public and renamed it to ParseXml. This allows users to parse the contents of a TMX map manually. And finally I introduced a new method, GetSourceRect, which is meant to replace GetSourceVector as the latter could cause conflicts in future versions of Tiled.

Added logic for tile rotations and updated support for new tiled version

29 Mar 10:26
Compare
Choose a tag to compare

With this release I added support for tile rotations, or tiles which are being flipped. I know, the terms are a bit confusion but when I speak of tile rotations I actually mean if a tile is being flipped horizontally, vertically or diagonally. Aside of that no new logic has been introduced. Why I decided to do a major release is because of the new Tiled version 1.5.0 which has been released not long ago.

Added XML documentation

17 Mar 09:49
Compare
Choose a tag to compare

I figured now the first version is finished I might as well start with adding XML documentation. On top of that I made small change to prevent a nullref exception.

Official first version

17 Mar 07:52
Compare
Choose a tag to compare

This release marks the very first official version of TiledCS. We considered the library as stable enough to use it in production environments.