Releases: TheBoneJarmer/TiledCS
Hotfix release
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
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
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
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
This release marks the very first official version of TiledCS. We considered the library as stable enough to use it in production environments.