2046 Commits

Author SHA1 Message Date
badlogic
55795ac3e0 [ts] Closes #677, closes #678. IKConstraintData.mix wasn't parsed properly in SkeletonJson. Widget has to apply skin before calculating setup pose bounds 2016-08-22 13:14:58 +02:00
Carsten Moberg Hammer
0423af5d48 Added canvas dir to exclude (#676) 2016-08-22 10:19:12 +02:00
badlogic
28b97e4532 [ts] Final touches to samples, removed underscore from private fields 2016-08-19 14:10:30 +02:00
badlogic
baccb69e7d Merge branch 'master' of https://github.com/esotericsoftware/spine-runtimes 2016-08-19 12:18:32 +02:00
badlogic
1a24433403 [ts] Fixed examples to use full page size and scale animations automatically 2016-08-19 12:18:26 +02:00
John
6616ec1808 [csharp] Fixed world scale.
6cc91d579c
2016-08-19 11:13:23 +08:00
badlogic
24404b4adf [threejs] Deprecated, updated README.md 2016-08-18 14:12:15 +02:00
badlogic
6e4784232f [spine-js] Deprecated, updated README.md 2016-08-18 14:10:41 +02:00
badlogic
4a657158ba [ts][threejs] Cleaned up example, added license headers, updated README.md 2016-08-18 14:03:18 +02:00
badlogic
5b4af038b8 [ts][threejs] Fixed THREE.JS integration, including z-offset against z-fighting. Tinting, blending modes and premultiplied alpha still to do. 2016-08-18 12:33:29 +02:00
badlogic
144500d7e8 [ts] First attempt at interleaved rendering, no show 2016-08-17 16:15:26 +02:00
badlogic
b9afff01fd [ts] THREE.JS backend, revised batching using interleaved buffers, WIP 2016-08-17 16:04:27 +02:00
badlogic
8536f210ce [turbulenz] Removed, engine is no longer maintained 2016-08-17 10:54:55 +02:00
badlogic
88a3a52e94 [ts] Refactored tsconfigs 2016-08-17 10:49:35 +02:00
badlogic
22cc0993f7 [ts] Added AssetManager subclasses for WebGL and Canvas backend 2016-08-16 15:47:17 +02:00
badlogic
61c5c36774 [ts] Removed use prefix from SkeletonRenderer public fields 2016-08-16 15:38:09 +02:00
badlogic
5ad388fe0c [ts] Fixed Canvas backend, updated README.md for Canvas backend 2016-08-16 15:34:19 +02:00
badlogic
066412b67a [ts] Add ref for texture mapper 2016-08-16 12:52:52 +02:00
badlogic
23f2a50821 [ts] Added Canvas backend, also does meshes 2016-08-16 12:37:53 +02:00
badlogic
847bd2a76c [ts] More refactoring for greater code reuse 2016-08-16 10:41:28 +02:00
badlogic
e72c9030eb [ts] Refactored AssetManager and TextureAtlas to be in core/ package for sharing between backends 2016-08-16 10:27:50 +02:00
badlogic
3b90df58a5 [ts] Added canvas backend stub 2016-08-16 10:00:23 +02:00
badlogic
6d041c8229 Merge branch 'master' of https://github.com/esotericsoftware/spine-runtimes 2016-08-16 09:57:47 +02:00
badlogic
ff99201db5 [ts] Added bash script to build all bundles 2016-08-16 09:57:41 +02:00
John
f71afac880 [unity] SkeletonUtilityBoneInspector cleanup+fixes 2016-08-15 20:18:09 +08:00
badlogic
b8509d7b8d [ts] Fixed core tsconfig, excluding widget.js 2016-08-12 10:48:28 +02:00
Nathan Sweet
698c4a1661 [ts] Added spine-ts runtime for TypeScript and JavaScript 2016-08-12 09:28:50 +02:00
NathanSweet
b7c9a1cc20 Always apply blend mode, let batch ignore unnecessary changes.
closes #477
2016-08-12 07:43:13 +02:00
NathanSweet
94dcbf4125 [c] Reverted vertexCount sanity. badlogic was right, it's more complex than it seems! See #669 2016-08-10 19:48:52 +02:00
NathanSweet
942cf272fa [c] Sanity for vertexCount. 2016-08-10 18:13:38 +02:00
badlogic
11941cfe0b [c] Proper fix for #666, VertexAttachment#verticesCount means #vertices for box and path attachment, but means something else for mesh attachments. 2016-08-10 11:15:48 +02:00
badlogic
5784a46512 [c] Vertex count is more complicated than thought, reverted last commit 2016-08-10 11:09:29 +02:00
badlogic
8fbe0ccd07 [c] Closes #666 (number of the beast), vertex count for non-weighted meshes was incorrect 2016-08-10 11:07:47 +02:00
NathanSweet
000a06ee09 Fixed bounding box vertices length. 2016-08-09 21:41:02 +02:00
NathanSweet
72802fd62f Merge remote-tracking branch 'origin/master' 2016-08-09 21:29:12 +02:00
NathanSweet
fce9f56a18 Updated examples.
#664
2016-08-09 21:29:01 +02:00
pharan
384889cf7a [unity] Fix Drag and Drop menu for SkeletonGraphic + hierarchy icons. 2016-08-09 19:51:50 +08:00
badlogic
ddb7e52a41 [starling] Closes #662. Each region attachment receives a renderObject which is a Starling Image. A Starling Image is essentially like a libGDX region, holding a texture and uvs. When two slots share the same region attachment, we run into issues. E.g. if the slots differ in color, the shared Image color will be set to the last slot being drawn. Since Starling does batching, stuff breaks. 2016-08-09 11:06:11 +02:00
NathanSweet
d27e1cd845 Merge remote-tracking branch 'origin/master' 2016-08-09 01:37:47 +02:00
NathanSweet
b1cb7faa84 [libgdx] Added Skin method to iterate attachments. 2016-08-09 01:35:15 +02:00
John
205c65e8d8 [unity] Add hierarchy icons to prefs. 2016-08-08 21:27:50 +08:00
NathanSweet
6705dcd02a [js] Fixed SkeletonBounds. 2016-08-08 05:11:30 +02:00
Nathan Sweet
076ed0b401 Update README.md 2016-08-07 02:30:03 +02:00
Nathan Sweet
6678f6b031 Update README.md 2016-08-07 02:29:36 +02:00
pharan
a2abf956be [unity] Mark and make hierarchy icons easy to opt-out for users with complex scenes. 2016-08-05 18:31:24 +08:00
pharan
35a7a7be76 [unity] Fix SkeletonRenderSeparator edit mode refresh. 2016-08-05 18:30:14 +08:00
badlogic
819bb4cf0c [cocos2d-x] Closes #650, don't deep copy data read from file on cocos2d-x 3.12+ 2016-08-05 10:09:07 +02:00
Mario Zechner
2b29f9b5b6 Merge pull request #659 from ricardoquesada/issue_650
[cocos2d-x] Apply PR #650 correctly
2016-08-05 10:07:04 +02:00
badlogic
d5ba507ebb [starling] Closes #662, had outdated .swcs used by user. Works as intended 2016-08-04 10:45:23 +02:00
Mario Zechner
9299e44323 Merge pull request #660 from samael65535/patch-1
fix Wrong URL
2016-08-03 14:36:28 +02:00