From 6bc5962e1a9f3d3fee2e88b349049c2e93ec96b2 Mon Sep 17 00:00:00 2001 From: randolphburt Date: Thu, 24 Apr 2014 22:07:11 +0100 Subject: [PATCH] Apply latest runtime changes to MonoGame (Windows8) (Meshes, FFD and skinning). --- .../src/SpineMonogameWindows8Store.csproj | 48 ++++++++++++------- 1 file changed, 30 insertions(+), 18 deletions(-) diff --git a/spine-monogame/windows8-store/src/SpineMonogameWindows8Store.csproj b/spine-monogame/windows8-store/src/SpineMonogameWindows8Store.csproj index 359c61464..b336a9b75 100644 --- a/spine-monogame/windows8-store/src/SpineMonogameWindows8Store.csproj +++ b/spine-monogame/windows8-store/src/SpineMonogameWindows8Store.csproj @@ -1,4 +1,4 @@ - + @@ -147,36 +147,42 @@ spine-csharp\Attachments\AttachmentLoader.cs - - spine-csharp\Attachments\BoundingBoxAttachment.cs - + + spine-csharp\Attachments\BoundingBoxAttachment.cs + spine-csharp\Attachments\AttachmentType.cs + + spine-csharp\Attachments\MeshAttachment.cs + spine-csharp\Attachments\RegionAttachment.cs + + spine-csharp\Attachments\SkinnedMeshAttachment.cs + spine-csharp\Bone.cs spine-csharp\BoneData.cs - - spine-csharp\Event.cs - - - spine-csharp\EventData.cs - + + spine-csharp\Event.cs + + + spine-csharp\EventData.cs + spine-csharp\Json.cs spine-csharp\Skeleton.cs - - spine-csharp\SkeletonBounds.cs - + + spine-csharp\SkeletonBounds.cs + spine-csharp\SkeletonData.cs @@ -192,11 +198,17 @@ spine-csharp\SlotData.cs - - spine-xna\SkeletonRenderer.cs + + spine-xna\MeshBatcher.cs - - spine-xna\SpriteBatcher.cs + + spine-xna\RegionBatcher.cs + + + spine-xna\SkeletonMeshRenderer.cs + + + spine-xna\SkeletonRegionRenderer.cs spine-xna\Util.cs @@ -217,4 +229,4 @@ --> - + \ No newline at end of file