From d0d7e64b4314eaf288a631ddf7fd93b1658e43df Mon Sep 17 00:00:00 2001 From: NathanSweet Date: Thu, 7 Apr 2016 22:50:00 +0200 Subject: [PATCH] Docs: added a note to runtimes that don't yet support the binary format. --- spine-as3/README.md | 2 ++ spine-c/README.md | 2 ++ spine-cocos2d-iphone/2/README.md | 2 ++ spine-cocos2d-iphone/3/README.md | 2 ++ spine-cocos2dx/2/README.md | 2 ++ spine-cocos2dx/3/README.md | 2 ++ spine-corona/README.md | 2 ++ spine-js/README.md | 2 ++ spine-love/README.md | 2 ++ spine-lua/README.md | 2 ++ spine-sfml/README.md | 2 ++ spine-starling/README.md | 2 ++ spine-threejs/README.md | 2 ++ spine-turbulenz/README.md | 2 ++ 14 files changed, 28 insertions(+) diff --git a/spine-as3/README.md b/spine-as3/README.md index d955edfa1..11b8494fa 100644 --- a/spine-as3/README.md +++ b/spine-as3/README.md @@ -14,6 +14,8 @@ spine-as3 works with data exported from the latest version of Spine, except link spine-as3 supports all Spine features, including meshes. If using the `spine.flash` classes for rendering, meshes are not supported. +spine-as3 does not yet support loading the binary format. + ## Setup 1. Download the Spine Runtimes source using [git](https://help.github.com/articles/set-up-git) or by downloading it [as a zip](https://github.com/EsotericSoftware/spine-runtimes/archive/master.zip). diff --git a/spine-c/README.md b/spine-c/README.md index 10aa796bc..ddf2f5185 100644 --- a/spine-c/README.md +++ b/spine-c/README.md @@ -14,6 +14,8 @@ spine-c works with data exported from the latest version of Spine, except linked spine-c supports all Spine features. +spine-c does not yet support loading the binary format. + ## Setup 1. Download the Spine Runtimes source using [git](https://help.github.com/articles/set-up-git) or by downloading it [as a zip](https://github.com/EsotericSoftware/spine-runtimes/archive/master.zip). diff --git a/spine-cocos2d-iphone/2/README.md b/spine-cocos2d-iphone/2/README.md index 9283bd840..c4e67957f 100644 --- a/spine-cocos2d-iphone/2/README.md +++ b/spine-cocos2d-iphone/2/README.md @@ -14,6 +14,8 @@ spine-cocos2d-iphone v2 works with data exported from the latest version of Spin spine-cocos2d-iphone v2 supports all Spine features. +spine-cocos2d-iphone v2 does not yet support loading the binary format. + ## Setup 1. Download the Spine Runtimes source using [git](https://help.github.com/articles/set-up-git) or by downloading it [as a zip](https://github.com/EsotericSoftware/spine-runtimes/archive/master.zip). diff --git a/spine-cocos2d-iphone/3/README.md b/spine-cocos2d-iphone/3/README.md index 57a903d2a..c21ee3fff 100644 --- a/spine-cocos2d-iphone/3/README.md +++ b/spine-cocos2d-iphone/3/README.md @@ -14,6 +14,8 @@ spine-cocos2d-iphone v3 works with data exported from the latest version of Spin spine-cocos2d-iphone v3 supports all Spine features. +spine-cocos2d-iphone v3 does not yet support loading the binary format. + ## Setup 1. Download the Spine Runtimes source using [git](https://help.github.com/articles/set-up-git) or by downloading it [as a zip](https://github.com/EsotericSoftware/spine-runtimes/archive/master.zip). diff --git a/spine-cocos2dx/2/README.md b/spine-cocos2dx/2/README.md index 26f7aa1c0..7ea859185 100644 --- a/spine-cocos2dx/2/README.md +++ b/spine-cocos2dx/2/README.md @@ -14,6 +14,8 @@ spine-cocos2dx v2 works with data exported from the latest version of Spine, exc spine-cocos2dx v2 supports all Spine features. +spine-cocos2dx v2 does not yet support loading the binary format. + ## Setup 1. Download the Spine Runtimes source using [git](https://help.github.com/articles/set-up-git) or by downloading it [as a zip](https://github.com/EsotericSoftware/spine-runtimes/archive/master.zip). diff --git a/spine-cocos2dx/3/README.md b/spine-cocos2dx/3/README.md index a805cf400..2474db353 100644 --- a/spine-cocos2dx/3/README.md +++ b/spine-cocos2dx/3/README.md @@ -14,6 +14,8 @@ spine-cocos2dx v3 works with data exported from the latest version of Spine, exc spine-cocos2dx v3 supports all Spine features. +spine-cocos2dx v3 does not yet support loading the binary format. + ## Setup The setup for cocos2d-x differs from most other Spine Runtimes because the cocos2d-x distribution includes a copy of the Spine Runtime files. This is not ideal because these files may be old and fail to work with the latest Spine editor. Also it means if cocos2d-x is updated, you may get newer Spine Runtime files which can break your application if you are not using the latest Spine editor. For these reasons, we have requested cocos2d-x to cease distributing the Spine Runtime files, but they continue to do so. diff --git a/spine-corona/README.md b/spine-corona/README.md index 7a1314fb9..8a8d8889d 100644 --- a/spine-corona/README.md +++ b/spine-corona/README.md @@ -14,6 +14,8 @@ spine-corona works with data exported from Spine 2.1.27. Updating spine-corona t spine-corona supports all Spine features except for rendering meshes due to Corona having a limited graphics API. +spine-corona does not yet support loading the binary format. + ## Setup 1. Download the Spine Runtimes source using [git](https://help.github.com/articles/set-up-git) or by downloading it [as a zip](https://github.com/EsotericSoftware/spine-runtimes/archive/master.zip). diff --git a/spine-js/README.md b/spine-js/README.md index 4bba36178..8f8002420 100644 --- a/spine-js/README.md +++ b/spine-js/README.md @@ -18,6 +18,8 @@ spine-js works with data exported from Spine 2.1.27. Updating spine-js to [v3.0] spine-js supports all Spine features. +spine-js does not yet support loading the binary format. + ## Setup 1. Download the Spine Runtimes source using [git](https://help.github.com/articles/set-up-git) or by downloading it [as a zip](https://github.com/EsotericSoftware/spine-runtimes/archive/master.zip). diff --git a/spine-love/README.md b/spine-love/README.md index 7c03cc625..a725ae6bf 100644 --- a/spine-love/README.md +++ b/spine-love/README.md @@ -14,6 +14,8 @@ spine-love works with data exported from Spine 2.1.27. Updating spine-love to [v spine-love supports all Spine features except for rendering meshes. +spine-love does not yet support loading the binary format. + ## Setup 1. Download the Spine Runtimes source using [git](https://help.github.com/articles/set-up-git) or by downloading it [as a zip](https://github.com/EsotericSoftware/spine-runtimes/archive/master.zip). diff --git a/spine-lua/README.md b/spine-lua/README.md index 79a015a1f..b43c97b87 100644 --- a/spine-lua/README.md +++ b/spine-lua/README.md @@ -14,6 +14,8 @@ spine-lua works with data exported from Spine 2.1.27. Updating spine-lua to [v3. spine-lua supports all Spine features. +spine-lua does not yet support loading the binary format. + ## Setup 1. Download the Spine Runtimes source using [git](https://help.github.com/articles/set-up-git) or by downloading it [as a zip](https://github.com/EsotericSoftware/spine-runtimes/archive/master.zip). diff --git a/spine-sfml/README.md b/spine-sfml/README.md index 71161fc0e..807051815 100644 --- a/spine-sfml/README.md +++ b/spine-sfml/README.md @@ -14,6 +14,8 @@ spine-sfml works with data exported from the latest version of Spine, except lin spine-sfml supports all Spine features. +spine-sfml does not yet support loading the binary format. + ## Setup 1. Download the Spine Runtimes source using [git](https://help.github.com/articles/set-up-git) or by downloading it [as a zip](https://github.com/EsotericSoftware/spine-runtimes/archive/master.zip). diff --git a/spine-starling/README.md b/spine-starling/README.md index 991ad6c4a..701fbee72 100644 --- a/spine-starling/README.md +++ b/spine-starling/README.md @@ -14,6 +14,8 @@ spine-starling works with data exported from the latest version of Spine, except spine-starling supports all Spine features. +spine-starling does not yet support loading the binary format. + ## Setup 1. Download the Spine Runtimes source using [git](https://help.github.com/articles/set-up-git) or by downloading it [as a zip](https://github.com/EsotericSoftware/spine-runtimes/archive/master.zip). diff --git a/spine-threejs/README.md b/spine-threejs/README.md index 57318f6a7..4fc556109 100644 --- a/spine-threejs/README.md +++ b/spine-threejs/README.md @@ -14,6 +14,8 @@ spine-threejs works with data exported from Spine 2.1.27. Updating spine-threejs spine-threejs supports all Spine features except for rendering meshes. +spine-threejs does not yet support loading the binary format. + ## Setup To run the example: diff --git a/spine-turbulenz/README.md b/spine-turbulenz/README.md index 513da9cae..49598c729 100644 --- a/spine-turbulenz/README.md +++ b/spine-turbulenz/README.md @@ -14,6 +14,8 @@ spine-turbulenz works with data exported from Spine 2.1.27. Updating spine-turbu spine-turbulenz supports all Spine features except for rendering meshes. +spine-turbulenz does not yet support loading the binary format. + ## Setup To run the example: