Davide Tantillo
a2547097c2
[ts] Port to 4.3 (WIP)
2025-05-29 17:35:17 +02:00
Nathan Sweet
7be6dac44a
Merge branch '4.2' into 4.3-beta
...
# Conflicts:
# spine-ts/package.json
# spine-unity/Assets/Spine/package.json
2025-05-09 17:05:41 -04:00
Mario Zechner
c9aca368d6
[ts] Port of #2837
2025-05-07 13:17:43 +02:00
Luke Ingram
ec395f00e1
[all] Updates documentation. ( #2805 )
...
- All links to forum posts have been updated.
- All links to Spine documentation have been updated to be accurate. This includes the Editor docs and specific Runtimes docs.
- Removes the doc link to the out-of-date spine-cocos2d-objc runtime and replaces it with spine-sdl.
- Links to external frameworks and tools have been corrected.
2025-04-08 04:53:39 +02:00
Nathan Sweet
f08d58dc98
License header update.
2025-04-05 13:42:13 -04:00
Davide Tantillo
a46174b88b
[ts] Transform constraints alignment from reference runtime.
2025-04-04 13:01:01 +02:00
Davide Tantillo
8711e55672
[ts] Small refactor alignment with reference runtime.
2025-04-01 14:40:11 +02:00
Davide Tantillo
9ae2b732c0
[ts] Port of commit f1e0f0f: Fixed animation not being mixed out in some cases. See #2786 .
2025-03-14 09:31:22 +01:00
Davide Tantillo
7e92141215
[ts] Port of commit 8d058fb: Improved AnimationState behavior when paused. See #2705 .
2024-12-10 14:14:21 +01:00
Davide Tantillo
2ac0307c84
[ts] Port of commit c2fe1a3, Added TrackEntry IsNextReady. See #2547 .
2024-06-11 15:18:26 +02:00
Mario Zechner
524b65f43c
Formatting
2024-05-07 10:32:41 +02:00
Mario Zechner
b8580bb4ed
[ts] setMixDurationWithDelta -> setMixDurationWithDelay
2024-05-07 10:32:41 +02:00
Mario Zechner
baf6ea020a
[ts] Fix TrackEntry.mixDuration, add TrackEntry.setMixDurationWithDelay(), closes #2518
2024-05-06 09:01:45 +02:00
Davide Tantillo
f0fbceb6f7
[ts] Fix AnimationState complete event bad porting from 88b009c
2024-04-24 10:02:59 +02:00
Davide Tantillo
107f5ca5e6
[ts] Port of commit 88b009c: AnimationState, improved triggering complete event.
2024-03-28 17:14:39 +01:00
Mario Zechner
4598da9a21
[ts] Temporarily use Physics.update everywhere
2023-11-26 12:58:14 +01:00
Mario Zechner
c7aac73dee
[ts] Port of physics constraints, SkeletonJson and SkeletonBinary incomplete.
2023-11-22 16:55:54 +01:00
Mario Zechner
944ccdce3e
Merge branch '4.1' into 4.2-beta
...
# Conflicts:
# spine-ts/package-lock.json
# spine-ts/package.json
# spine-ts/spine-canvas/package.json
# spine-ts/spine-core/package.json
# spine-ts/spine-phaser/package.json
# spine-ts/spine-pixi/package.json
# spine-ts/spine-player/package.json
# spine-ts/spine-threejs/package.json
# spine-ts/spine-webgl/package.json
2023-11-06 12:47:46 +01:00
Mario Zechner
9d4d86ced3
[ts] Attempt to fix incompatibility with Node's ESM implementation. See #2407
2023-11-06 12:42:00 +01:00
Mario Zechner
74b7882efa
Merge branch '4.1' into 4.2-beta
2023-07-31 13:29:29 +02:00
Mario Zechner
4047f1ba07
Updated license headers.
2023-07-31 13:29:16 +02:00
Mario Zechner
33b31aeadd
[ts] Port of commit 3ea4f66. AnimationState, fixed rotation mix when direction changes. See #2158 .
2022-10-06 16:23:47 +02:00
Mario Zechner
e4372e5329
[ts] Enable TS strict mode. Closes #2058
2022-04-07 21:24:48 +02:00
Mario Zechner
28dc5dd2e8
[ts] Fix bugs in ported code for #2027
2022-02-02 12:04:26 +01:00
Luke Ingram
7cb3d99114
[ts] Port of ShortestRotation, see #2027
2022-01-28 11:01:17 -04:00
Mario Zechner
ced0771c37
[ts] Merge fix for #2003 , fix ping pong reverse in Sequencetimeline
...
# Conflicts:
# spine-ts/package-lock.json
# spine-ts/package.json
# spine-ts/spine-canvas/package.json
# spine-ts/spine-core/package.json
# spine-ts/spine-core/src/Slot.ts
# spine-ts/spine-core/src/attachments/MeshAttachment.ts
# spine-ts/spine-core/src/attachments/RegionAttachment.ts
# spine-ts/spine-player/package.json
# spine-ts/spine-threejs/package.json
# spine-ts/spine-webgl/package.json
2021-12-15 15:09:03 +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
Mario Zechner
7876897c59
Merge branch '4.0' into 4.1-beta
2021-10-11 16:17:19 +02:00
Mario Zechner
d296fa3efa
[ts] Closes #1966 , PolygonBatcher does not flush if the blend mode has not changed.
2021-10-11 16:16:55 +02:00
Mario Zechner
c4627294ed
Merge branch '4.0' into 4.1-beta
2021-09-28 09:21:13 +02:00
jmlee2k
674f53cccc
[ts] Made AnimationStateListener functions optional ( #1955 )
...
Co-authored-by: Jordan Lee <jordan.lee@aberrantsoftware.com>
2021-09-25 10:42:45 +02:00
Nathan Sweet
96a998b82d
Spine Runtimes License Agreement update (September 24, 2021).
2021-09-24 18:18:19 -10:00
Mario Zechner
39df4c7cbb
[ts] Formatter pass
2021-08-27 17:24:18 +02:00
Mario Zechner
474dae82a0
ES2015 modulification of spine-ts core.
2021-08-20 16:24:10 +02:00