Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolemretaW committed May 1, 2024
1 parent 139c127 commit 1976e32
Show file tree
Hide file tree
Showing 49 changed files with 161 additions and 215 deletions.
37 changes: 37 additions & 0 deletions TiledCSPlus/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,41 @@ public enum TiledTerrainSetType
/// </summary>
Mixed
}


/// <summary>
/// Represents object types in Tiled
/// </summary>
public enum TiledObjectType
{
/// <summary>
/// Point object type
/// </summary>
Point,

/// <summary>
/// Eclipse object type
/// </summary>
Eclipse,

/// <summary>
/// Polygon object type
/// </summary>
Polygon,

/// <summary>
/// Polyline object type (used when polygon object is not closed)
/// </summary>
Polyline,

/// <summary>
/// Tile object type
/// </summary>
Tile,

/// <summary>
/// Rectangular object type
/// </summary>
Rectangular
}
}
8 changes: 4 additions & 4 deletions TiledCSPlus/TiledCSPlus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<TargetFramework>netstandard2.1</TargetFramework>
<LangVersion>12</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>4.1</Version>
<Version>4.2</Version>
<Authors>nolemretaW, TheBoneJarmer</Authors>
<Description>TiledCSPlus is an up to date fork of TiledCS for loading Tiled maps and tilesets</Description>
<RepositoryUrl>https://github.com/nolemretaWxd/TiledCSPlus</RepositoryUrl>
<PackageTags>tiled,tmx,tsx,gamedev,mapmaking,maps</PackageTags>
<PackageReleaseNotes>Terrain sets and Zstandard and CSV formats</PackageReleaseNotes>
<PackageReleaseNotes>Polyline support and object types</PackageReleaseNotes>
<PackageReadmeFile>NuGet.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
<FileVersion>4.1.0.0</FileVersion>
<AssemblyVersion>4.2.0.0</AssemblyVersion>
<FileVersion>4.2.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
36 changes: 0 additions & 36 deletions TiledCSPlus/TiledModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -549,40 +549,4 @@ public class TiledTerrainSetTile
/// </summary>
public int TopLeft { get; internal set; }
}

/// <summary>
/// Represents object types in Tiled
/// </summary>
public enum TiledObjectType
{
/// <summary>
/// Point object type
/// </summary>
Point,

/// <summary>
/// Eclipse object type
/// </summary>
Eclipse,

/// <summary>
/// Polygon object type
/// </summary>
Polygon,

/// <summary>
/// Polyline object type (used when polygon object is not closed)
/// </summary>
Polyline,

/// <summary>
/// Tile object type
/// </summary>
Tile,

/// <summary>
/// Rectangular object type
/// </summary>
Rectangular
}
}
1 change: 0 additions & 1 deletion docs/classes/CSharp/TiledCSPlus/Size-Summary.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/classes/CSharp/TiledCSPlus/Size-SummaryToolTips.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/classes/CSharp/TiledCSPlus/Size-ToolTips.js

This file was deleted.

19 changes: 0 additions & 19 deletions docs/classes/CSharp/TiledCSPlus/Size.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/classes/CSharp/TiledCSPlus/TiledEllipse-Summary.js

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions docs/classes/CSharp/TiledCSPlus/TiledEllipse.html

This file was deleted.

2 changes: 1 addition & 1 deletion docs/classes/CSharp/TiledCSPlus/TiledImage-Summary.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions docs/classes/CSharp/TiledCSPlus/TiledImage.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,9 @@
<div class="CBody"><p>The image height</p></div>
</div>

<a name="Variables"></a><a name="Topic108"></a><div class="CTopic TGroup LCSharp">
<div class="CTitle">Variables</div>
</div>

<a name="Source"></a><a name="Topic109"></a><div class="CTopic TVariable LCSharp last">
<a name="Source"></a><a name="Topic39"></a><div class="CTopic TProperty LCSharp last">
<div class="CTitle">Source</div>
<div id="NDPrototype109" class="NDPrototype"><div class="PSection PPlainSection"><span class="SHKeyword">public</span> <span class="SHKeyword">string</span> Source</div></div>
<div id="NDPrototype39" class="NDPrototype WideForm"><div class="PSection PParameterSection CStyle"><div class="PParameterCells" data-WideColumnCount="4" data-NarrowColumnCount="3"><div class="PBeforeParameters RightSpaceOnWide" data-WideGridArea="1/1/3/2" data-NarrowGridArea="1/1/2/4" style="grid-area:1/1/3/2"><span class="SHKeyword">public</span> <span class="SHKeyword">string</span> Source {</div><div class="PName InLastParameterColumn" data-WideGridArea="1/3/2/4" data-NarrowGridArea="2/2/3/3" style="grid-area:1/3/2/4"><span class="SHKeyword">get</span>;</div><div class="PModifierQualifier InFirstParameterColumn" data-WideGridArea="2/2/3/3" data-NarrowGridArea="3/1/4/2" style="grid-area:2/2/3/3"><span class="SHKeyword">internal</span>&nbsp;</div><div class="PName InLastParameterColumn" data-WideGridArea="2/3/3/4" data-NarrowGridArea="3/2/4/3" style="grid-area:2/3/3/4"><span class="SHKeyword">set</span></div><div class="PAfterParameters" data-WideGridArea="2/4/3/5" data-NarrowGridArea="4/1/5/4" style="grid-area:2/4/3/5">}</div></div></div></div>
<div class="CBody"><p>The image source path</p></div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/classes/CSharp/TiledCSPlus/TiledLayer-Summary.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading

0 comments on commit 1976e32

Please sign in to comment.