6833 Commits

Author SHA1 Message Date
Luke Ingram
8d2a5770c6 Merge branch '4.0' of https://github.com/esotericsoftware/spine-runtimes into 4.0 2022-01-26 14:22:37 -04:00
Luke Ingram
25bea5e7b8 [ts] Port of additive scale mixing fix, see #2028 2022-01-26 14:22:21 -04:00
Luke Ingram
ff118810d7 [ts] Fixed additive scaling mixing 2022-01-26 14:15:26 -04:00
Harald Csaszar
f5f91899f4 [csharp] Port fix of additive scale mixing. See #2028, see commit a5b6762. 2022-01-26 15:25:47 +01:00
Harald Csaszar
4cbae2411a [unity] Minor: removed a commented-out leftover line of code. 2022-01-26 15:25:47 +01:00
Nathan Sweet
a5b67629c8 [libgdx] Fixed additive scaling mixing.
Fixes:
http://esotericsoftware.com/forum/Mixing-two-animations-on-additive-track-problem-16953

Problem was introduced by f4021177f9bc71af93509763232b2401589f7acf which tried to fix:
http://esotericsoftware.com/forum/About-negative-bone-scale-Web-Player-16410
2022-01-26 09:39:15 -04:00
Mario Zechner
93ff066ec3 [ts][player] Fix README.md refering to the wrong .css file for player. 2022-01-24 22:39:07 +01:00
Mario Zechner
a0325198ca [ts] Released version 4.0.18 2022-01-24 22:21:19 +01:00
Mario Zechner
02b894d8da [ts][player] Added SpinePlayer.dispose(), closes #2020 2022-01-24 22:04:29 +01:00
Mario Zechner
1cbe69d733 Fix formatting. 2022-01-23 22:27:23 +01:00
Mario Zechner
463938b50c Revert "[libgdx] Gradleify all projects, switch to LWJGL3"
This reverts commit c2ada54edc61290b49e15dbd71455b531e7ae520.
2022-01-23 21:07:07 +01:00
Mario Zechner
f7d0a1120c Revert "[libgdx] Prettify Gradle build."
This reverts commit c2c7697ea5b3703cb96cca0e8b1516f1a5ce930d.
2022-01-23 21:06:59 +01:00
Mario Zechner
b56a379a3c Revert "[libgdx] Fix Eclipse project dependencies."
This reverts commit 645c31a4b3c1265d2d31af19b061ee23b77d1d42.
2022-01-23 21:06:52 +01:00
Mario Zechner
645c31a4b3 [libgdx] Fix Eclipse project dependencies. 2022-01-23 05:47:02 +01:00
Mario Zechner
c2c7697ea5 [libgdx] Prettify Gradle build. 2022-01-23 02:16:39 +01:00
Mario Zechner
c2ada54edc [libgdx] Gradleify all projects, switch to LWJGL3 2022-01-23 02:10:07 +01:00
Luke Ingram
b402423485
[monogame] Update readme.md 2022-01-20 16:11:23 -04:00
Harald Csaszar
5f51705f13 [unity] Fixed Resolve atlases dialog failing to load just created atlas asset. Closes #2024. Fixed an unnecessary exception thrown after aborting skeleton import and adjusting blend mode materials. 2022-01-19 20:21:19 +01:00
Mario Zechner
1d5bf3bd75 [ts][canvas] Closes #2008, incorrect setting of global alpha. 2022-01-19 16:06:34 +01:00
Mario Zechner
c312c373c0 [cocos2dx] Fix culling of clip attachments. See https://github.com/EsotericSoftware/spine-runtimes/pull/2011 2022-01-19 16:01:10 +01:00
MikalDev
b1d396cf55
feat (loadTextureAtlas) add option to use file alias (#2019)
For Construct 3, in preview mode, the texture file names are changed to blobs with completely different filenames. So, loadTextureAtalas will not work because the file names don't match the page.name.  When Construct 3 is not in preview mode, the normal file names will match the page.name.

To get around this issue, added an optional parameter to loadTextureAtlas, fileAlias, this will allow the Construct 3 plug-in to create a fileAlias object which maps between page.name and the C3 project file names, whether they are aliased or not. If this is not needed, the function performs as it did before.

Co-authored-by: MikalDev <keg@kindeyegames.com>
2022-01-19 15:31:23 +01:00
Mario Zechner
bf260a43ec [c] Fixes #2017, use REALLOC macro instead of realloc. 2022-01-19 11:31:03 +01:00
Harald Csaszar
9e54dc4faa [unity] Increased version number of Spine URP Shaders UPM package in package.json. 2022-01-18 19:06:47 +01:00
Harald Csaszar
8a30203ab9 [unity] Fixed incorrect normal orientation for lighting in URP 2D shaders. Closes #2023. Fixed compile error of URP/2D/Spine/Sprite shader on Unity 2021.2. Closes #2022. 2022-01-18 19:03:12 +01:00
Matt Roelle
0407bd8302
Fix bad string concat in error messages in spine lua runtime. (#2021) 2022-01-15 16:20:06 +01:00
Luke Ingram
2ca3b6462b [ts] Fixed development setup documentation 2022-01-12 13:39:26 -04:00
Harald Csaszar
ae186964a2 [unity] Timeline: Removed editor warning when SpineAnimationStateTrack 'Track Index' is identical at different tracks, different skeleton objects can be targeted. Timeline API prevents a target object check. See commit 7db783c. 2022-01-12 16:01:56 +01:00
Harald Csaszar
1233bce55e [unity] Support fix prefab override via mesh filter global settings. Closes #1938. 2022-01-10 18:21:55 +01:00
badlogic
d065c88ca8 [ue4] Fixes #2006
Users project recursively generates UIs, which leads to extremely long resource names. Eventually, assigning such a name to a brush results in an assertion being triggered, as the name is too long. Fixed on our end by creating a custom resource name instead of reusing the name of the material. User still has to clean-up their code.
2021-12-23 17:04:57 +01:00
Harald Csaszar
7400da8896 [unity] Fixed BoundingBoxFollowerGraphic vertices being 0.0 in some occasions, closes #1999. Problem introduced in commit 506a1ab, see issue #1990. 2021-12-21 13:07:48 +01:00
Mario Zechner
1544b6cca9 [ue4] Update documentation to describe adding SpinePlugin to Build.cs 2021-12-21 11:28:41 +01:00
Harald Csaszar
ceade3f804 [unity] Minor: unified TextureType of all example skeleton atlas textures to Default. Some were set to Sprite (2D and UI) which caused confusion. 2021-12-16 11:22:32 +01:00
Harald Csaszar
a77f9010f3 [unity] minor formatting, format checks failed after commit 193882f. 2021-12-15 17:01:56 +01:00
Harald Csaszar
193882f2c6 [unity] BoneFollower and BoneFollowerGraphic now provide an additional Follow Parent World Scale parameter. 2021-12-15 16:52:14 +01:00
Mario Zechner
3bace5406e [ts] Update version to 4.0.17 2021-12-15 15:01:37 +01:00
Mario Zechner
44e34cb264 [ts] Fixes #2003, ensure all fields are initialized as per reference implementation. 2021-12-15 15:00:19 +01:00
Harald Csaszar
0e2fe5c6c9 [unity] Minor: documentation improvement of SpineAtlasAsset.CreateRuntimeInstance method description. 2021-12-13 17:24:10 +01:00
Harald Csaszar
4b42f23fc4 [unity] Fixed incorrect rendering of OutlineOnly shader in URP with HDR option enabled. Closes #2001. 2021-12-10 16:04:08 +01:00
Harald Csaszar
3025b370f5 [Unity] Fixed MaterialChecks to correctly check for Sprite material settings. Closes pull request #2000. 2021-12-09 18:56:26 +01:00
Harald Csaszar
bb7804ac9e [unity] Fixed root motion components ignoring split translate timelines. Closes #1997. 2021-12-07 19:16:28 +01:00
Denis Claros
3044ef1156
Implement new mesh:update() function (#1989) 2021-12-03 13:41:19 +01:00
Harald Csaszar
7db783c660 [unity] Timeline: Added editor warning when SpineAnimationStateTrack 'Track Index' is identical to target 'Track Index' of other track. 2021-11-29 19:36:48 +01:00
Harald Csaszar
9dfd69e49d [unity] Fixed json files starting with array brackets not being detected as json. Closes #1992. 2021-11-24 15:00:13 +01:00
Harald Csaszar
ac9c83f7d7 [unity] Added missing license header to test class. 2021-11-22 19:30:24 +01:00
Harald Csaszar
d1b1e32bbf [unity][csharp] Minor cleanup of last commit. 2021-11-22 19:25:21 +01:00
Harald Csaszar
3b061eaa5f [unity][csharp] Moved automated tests out of the spine-unity Assets directory to a UPM package (to prevent potential compile errors upon incomplete setup). Updated spine-csharp tests to be usable as a UPM package. 2021-11-22 19:12:18 +01:00
Harald Csaszar
506a1abf53 [unity] Fixed extension method VertexAttachment.GetLocalVertices ignoring deform timelines. Closes #1990. 2021-11-15 16:12:11 +01:00
Harald Csaszar
fe635d9a79 [unity] Minor cosmetic: updated GameObject name in example scene according to changed example script name in commit 1517ffcd. 2021-11-11 17:33:03 +01:00
Harald Csaszar
a67fd18293 [unity] Fixed NaN issue when SkeletonGraphic.MatchRectTransform() is called after manual Initialize() without following Update(0). 2021-11-11 15:09:22 +01:00
Harald Csaszar
a182cdb169 [unity] Fixed MeshGenerator not updating triangle indices when inactive bone implicitly clears attachment. Closes #1984. 2021-11-10 19:32:52 +01:00