Fenrisul
3d7437f6c5
Merge branch 'master' of https://github.com/EsotericSoftware/spine-runtimes
2015-03-13 22:46:13 -07:00
Fenrisul
abdd68ba02
Fixed non-packed sprite attachment issue
2015-03-13 22:44:14 -07:00
Fenrisul
a7bc5321ac
Merge pull request #384 from Fenrisul/master
...
SpriteAttachmentLoader
2015-03-13 20:26:03 -07:00
Fenrisul
fcf90be386
Return Attachment after adding from Sprite.
...
Misc clean up
2015-03-13 20:24:30 -07:00
Fenrisul
18bbcfdc6a
Formatting clean up
2015-03-13 20:15:29 -07:00
Fenrisul
f73d6e5d1c
SpriteAttachmentLoader and friends
2015-03-13 20:15:01 -07:00
Fenrisul
8544125ead
Merge pull request #374 from pharan/sortinglayerinspector
...
Added Sorting Layers GUI to SkeletonRenderer and SkeletonAnimation
2015-03-08 15:52:53 -07:00
NathanSweet
8c3e024f3b
Fixed events on frame zero not firing.
2015-03-06 05:32:54 +01:00
pharan
b28b7674d8
Fixed ambiguous method return in Unity 5 release.
2015-03-04 10:13:53 +08:00
ZimM
3347ffcf86
moved meshBoundsMin/Max.z calculation outside the loop
...
pass by ref in LastState.Equals
return true right away in SkeletonRenderer.MustUpdateMeshStructure
2015-02-28 05:53:47 +02:00
ZimM
f738ec77b9
brought back string equality comparison in Skin.AttachmentKeyTupleComparer
2015-02-28 05:44:46 +02:00
ZimM
f42d76a59b
fixed a regression when using Front Facing or Immutable Triangles
2015-02-28 05:31:44 +02:00
ZimM
be7480bca4
update and set mesh triangles only when it's required
2015-02-28 03:43:30 +02:00
ZimM
c7644ec0ad
ExposedList: spaces to tabs
2015-02-28 03:13:12 +02:00
ZimM
0df69e04fd
removed string comparisons and reduced noticeable method call overhead in Skin
2015-02-28 03:12:27 +02:00
ZimM
08695c07a3
fixed typo in SkeletonBounds
2015-02-28 03:10:50 +02:00
ZimM
de4fc8b483
remove string comparisons in SkeletonAnimator
2015-02-28 03:10:07 +02:00
ZimM
ab396af5f3
fixed type in SkeletonUtility
2015-02-28 03:09:09 +02:00
ZimM
cdaa7c7460
don't update the mesh if Renderer is disabled
2015-02-27 05:14:36 +02:00
ZimM
77b5f36336
derp. forgot to revert Gizmo color.
...
do not calculate alpha when using additive blending
2015-02-26 23:29:53 +02:00
ZimM
b07e24f910
replaced Mesh.RecalculateBounds() in SkeletonRenderer with manual calculation, since we're going through all the vertices anyway
...
optimized SkeletonRenderer.OnDrawGizmos
2015-02-26 18:07:36 +02:00
ZimM
990d8d3016
fix regression
2015-02-26 17:36:52 +02:00
ZimM
9b6553fdb5
replaced ExposedList<T> by MIT licensed version from Mono project
2015-02-26 17:36:29 +02:00
ZimM
905890f7ca
one more is + as -> as + null check
2015-02-26 14:40:59 +02:00
ZimM
0b86e3330a
oops. spaces to tabs
2015-02-26 06:56:05 +02:00
ZimM
169ec15285
reduce method calls overhead in SkeletonRenderer
...
reduce GC pressure in SkeletonAnimator
2015-02-26 06:34:31 +02:00
ZimM
0635c19fef
replace some more List<T> with ExposedList<T>
...
fix some stupidity from previous commit
2015-02-26 05:37:28 +02:00
ZimM
9ae48c2aac
replaced List<T> with ExposedList<T> to avoid indexer overhead
2015-02-26 05:00:44 +02:00
pharan
2de88fc6aa
Unity 5 compatible SkeletonRendererInspector sorting layer fields.
2015-02-26 11:00:17 +08:00
Nathan Sweet
194104f742
Update README.md
2015-02-25 18:39:47 +01:00
NathanSweet
3b48afb78b
Made script URLs relative.
2015-02-25 18:25:40 +01:00
NathanSweet
05fcfaa8bc
Merge remote-tracking branch 'origin/master'
2015-02-25 18:22:37 +01:00
NathanSweet
37552cff42
Added spine-canvas.js and an example.
2015-02-25 18:22:33 +01:00
Nathan Sweet
08b298f277
Update README.md
2015-02-25 18:09:02 +01:00
pharan
cd198cc970
Added Sorting Layers GUI to SkeletonRenderer and SkeletonAnimation Inspectors.
2015-02-24 14:02:07 +08:00
NathanSweet
67a639d12a
Actually needed named values to avoid warnings.
...
derp
2015-02-21 02:51:23 +01:00
NathanSweet
0815fad4d6
Used zero for enums in C++ ctors.
2015-02-21 02:48:45 +01:00
Nathan Sweet
75446e60a7
Merge pull request #369 from jrenner/master
...
add C++ constructors to all structs (VS Compiler C++ compatibility)
2015-02-21 02:47:59 +01:00
Jon Renner
8ae2ae1cdf
add C++ constructors to all structs
...
for Visual Studio compiler compatibility
2015-02-20 19:25:24 -06:00
NathanSweet
156d531b1a
Set lastTime to zero.
...
Shouldn't be different from the constructor.
2015-02-19 02:45:36 +01:00
NathanSweet
8dace6cfef
"Fixed" compiling to iOS 64bit.
...
http://esotericsoftware.com/forum/viewtopic.php?p=19690#p19690
2015-02-19 02:45:09 +01:00
Fenrisul
7c861591d4
Merge pull request #362 from Fenrisul/master
...
SkeletonAnimator & Unity5 compatibility pass
2015-02-17 18:40:34 -08:00
Fenrisul
fdb83d5428
Merge branch 'master' of https://github.com/EsotericSoftware/spine-runtimes
2015-02-17 18:37:28 -08:00
Fenrisul
678296a3d7
Added SkeletonUtility button to SkeletonAnimatorInspector
2015-02-17 18:36:56 -08:00
Fenrisul
9c7b95ff30
SkeletonAnimator update
...
Unity5 compatibility pass
2015-02-17 18:22:51 -08:00
Fenrisul
f25f33fbc5
MixMode list added to SkeletonAnimator
2015-02-17 17:33:30 -08:00
Fenrisul
39e754315e
Added SkeletonAnimator
...
Changed SkeletonAnimation delegates to pass SkeletonRenderer instead of SkeletonAnimation
Refactored how delegates/events work a bit in SkeletonAnimation by implementing ISkeletonAnimation interface.
2015-02-17 16:20:57 -08:00
Nathan Sweet
1697c4e301
Merge pull request #342 from asRIA/fix_buffer_overflow_json_error
...
Fix buffer overflow when JSON Skeleton produces Error
2015-02-10 17:34:19 +01:00
Nathan Sweet
96f230d3cb
Merge pull request #334 from TrompoGames/Trompo-JS-AtlasAttachmentLoader
...
[JAVASCRIPT] Atlas attachment loader fix.
2015-02-10 17:32:30 +01:00
Nathan Sweet
633e47920d
Merge pull request #298 from pinguin999/master
...
Spine c-runtime struct definition & sfml memory access after free
2015-02-10 17:30:33 +01:00