Harald Csaszar
|
540319e1d4
|
Merge branch '4.1' into 4.2-beta
|
2024-01-24 17:18:11 +01:00 |
|
Harald Csaszar
|
42635d2a8f
|
[unity] Editor icons not loaded from UPM package on Unity 2022.1. Closes #2455.
|
2024-01-24 17:11:44 +01:00 |
|
Harald Csaszar
|
030b2854f5
|
[unity] Fixed SpineBuildPreprocessor pre-build order on Unity 2021.2 and newer (using BuildPlayerProcessor). See #1890.
|
2024-01-24 12:53:12 +01:00 |
|
Mario Zechner
|
922ac2bec9
|
[cpp] Port physics translation and rotation methods.
|
2024-01-24 12:16:05 +01:00 |
|
Mario Zechner
|
73cb252bef
|
[ts] Port physics translation and rotation methods.
|
2024-01-24 12:10:24 +01:00 |
|
Harald Csaszar
|
468656ba0e
|
[csharp] Port of commit 11b339b. Added slot path nonsessential data.
|
2024-01-22 18:43:18 +01:00 |
|
Harald Csaszar
|
9602a715d9
|
[unity] Automatically applying Transform rotation changes to skeleton physics constraints at skeleton components. See commit 05e37fc.
|
2024-01-22 18:25:44 +01:00 |
|
Harald Csaszar
|
05e37fc738
|
[csharp] Port of commit e177661. Improved physic constraint rotate().
|
2024-01-22 17:59:33 +01:00 |
|
Harald Csaszar
|
900e92ba46
|
[unity] Physics Transform position changes: Fixed Z instead of Y axis affecting vertical translation (see commit 09e1436).
|
2024-01-22 17:55:45 +01:00 |
|
Nathan Sweet
|
11b339bd67
|
Added slot path nonsessential data.
|
2024-01-22 12:32:01 -04:00 |
|
Nathan Sweet
|
e17766127d
|
[libgdx] Improved physic constraint rotate().
|
2024-01-22 12:31:21 -04:00 |
|
Kaisei
|
2c6d10bef8
|
Fix skeleton.getY() and skeleton.getScaleY() (#2454)
|
2024-01-22 15:14:26 +01:00 |
|
Harald Csaszar
|
09e1436504
|
[unity] Automatically applying Transform position changes to skeleton physics constraints at skeleton components. See commit b5d1aea.
|
2024-01-19 17:25:55 +01:00 |
|
Luke Ingram
|
d583fe5c58
|
[ts] Update simple input example to showcase keyboard input.
|
2024-01-19 11:41:22 -04:00 |
|
Harald Csaszar
|
b5d1aea3c5
|
[csharp] Port of commit 2563c7c. Added physics methods to apply translation and rotation forces.
|
2024-01-18 18:41:14 +01:00 |
|
Nathan Sweet
|
2563c7cbce
|
[libgdx] Added physics methods to apply translation and rotation forces.
|
2024-01-18 13:17:59 -04:00 |
|
Nathan Sweet
|
ec1d6028c0
|
[libgdx] Added skeleton.update(delta) to examples, even when physics is not used.
Missed one.
|
2024-01-18 10:32:37 -04:00 |
|
Nathan Sweet
|
55550c3490
|
[libgdx] Added skeleton.update(delta) to examples, even when physics is not used.
|
2024-01-18 09:57:20 -04:00 |
|
Mario Zechner
|
d03f535ed8
|
[cpp] Formatting
|
2024-01-16 12:42:22 +01:00 |
|
Mario Zechner
|
62080c6c8b
|
[ts] Release 4.2.35
|
2024-01-16 12:41:30 +01:00 |
|
Mario Zechner
|
f68f5437d9
|
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
|
2024-01-16 12:20:32 +01:00 |
|
Mario Zechner
|
5dbdcb330d
|
[ts] Release 4.1.51
|
2024-01-16 12:19:54 +01:00 |
|
Mario Zechner
|
5cacab8894
|
[ts] Skip lib check, some 3rd party dependencies do not compile with latest TS
|
2024-01-16 12:18:33 +01:00 |
|
Mario Zechner
|
bd1acdc1d6
|
[ts] Scale gravity/wind when loading skeleton, see #2446
|
2024-01-16 12:16:05 +01:00 |
|
Mario Zechner
|
2c69c2604f
|
[phaser] Closes #2449, proper basePath resolution if assets are served from root
|
2024-01-16 11:03:46 +01:00 |
|
Harald Csaszar
|
be25484ac2
|
[csharp] Renamed utility method ReadByte to ReadUByte to prevent future porting pitfalls (see preceding commit).
|
2024-01-12 19:48:47 +01:00 |
|
Harald Csaszar
|
cb33b34a4a
|
[unity] Fixed wond IKConstraint timeline bend-direction with skeleton binary. Closes #2448.
|
2024-01-12 19:10:38 +01:00 |
|
Mario Zechner
|
068a2bb6d0
|
[godot] Closes #2447, expose bone and sprite in SpineBoneNode
|
2024-01-12 13:10:57 +01:00 |
|
Harald Csaszar
|
11e6428586
|
[libgdx] Fixed PhysicsConstraint ignoring load scale. See commit c7a8123.
|
2024-01-11 17:13:17 +01:00 |
|
Harald Csaszar
|
fa9028881d
|
[csharp] Minor: fixed formatting.
|
2024-01-11 17:08:25 +01:00 |
|
Harald Csaszar
|
c7a81230ff
|
[csharp] Fixed PhysicsConstraint ignoring load scale.
|
2024-01-11 17:05:10 +01:00 |
|
Nathan Sweet
|
92986788c1
|
[libgdx] Changed SimpleTest1 back to JSON.
|
2024-01-10 16:42:12 -04:00 |
|
Harald Csaszar
|
7aeb4c3a27
|
Merge branch '4.1' into 4.2-beta
|
2024-01-10 17:16:26 +01:00 |
|
Harald Csaszar
|
b3aa3e0c48
|
[unity] Fixed GetRepackedSkin issue with polygon packing and 270 degree rotation and atlas is non-square. Closes #2445.
|
2024-01-10 17:08:38 +01:00 |
|
Harald Csaszar
|
59a1090d34
|
[csharp] Minor: increased package version for last commit.
|
2024-01-08 20:32:53 +01:00 |
|
Harald Csaszar
|
4bcd3496bc
|
[csharp] Port of commit f656d98. Fixed ScaleYTimeline.
|
2024-01-08 20:31:27 +01:00 |
|
Vadim Goncharov
|
43d2564b0a
|
[ts][pixi] Fix not working alpha channel in mesh animations (#2439)
|
2024-01-08 00:35:47 +01:00 |
|
Steven Burns
|
dfec98895f
|
Update README.md (#2437)
Small fix in the documentation, it was mentioning spine-godot when it should mention spine-flutter.
|
2024-01-08 00:35:02 +01:00 |
|
Luke Ingram
|
73318d6c79
|
[ts] Resolve error when running npm install.
|
2024-01-03 17:41:17 -04:00 |
|
Mario Zechner
|
8c79c7c1de
|
[c][cpp] Fix all warnings on Clang, more physics constraints porting
|
2024-01-03 12:52:10 +01:00 |
|
Mario Zechner
|
a190bc8899
|
[cpp] More physics porting, fix sanitizer issues
|
2024-01-03 09:47:39 +01:00 |
|
Mario Zechner
|
1547e09eab
|
[sfml] Add celestial circus and sack skeleton
|
2024-01-03 07:50:16 +01:00 |
|
Mario Zechner
|
bdf6d6293d
|
Merge branch '4.1' into 4.2-beta
# Conflicts:
# spine-flutter/CHANGELOG.md
# spine-flutter/pubspec.yaml
|
2024-01-03 06:23:20 +01:00 |
|
Mario Zechner
|
0ae969e43b
|
[flutter] Release 4.1.13
|
2024-01-03 06:20:41 +01:00 |
|
Mario Zechner
|
5279da1f80
|
[flutter] Fix multiply blend mode
See https://esotericsoftware.com/forum/d/25369-spine-flutter-slot%E6%B7%B7%E5%90%88%E6%A8%A1%E5%BC%8F%E5%90%8Ealpha%E4%B8%A2%E5%A4%B1/2
|
2024-01-03 06:19:30 +01:00 |
|
badlogic
|
24f47cf8ce
|
Merge branch '4.1' into 4.2-beta
|
2024-01-03 05:50:36 +01:00 |
|
badlogic
|
9471c408ce
|
[ue] Fix compilation error on UE 5.2+
|
2024-01-03 05:49:57 +01:00 |
|
Nathan Sweet
|
26c142e862
|
Update README.md
Remove link to German demos page.
|
2023-12-27 17:23:38 +01:00 |
|
Nathan Sweet
|
f656d98355
|
[libgdx] Fixed ScaleYTimeline.
|
2023-12-24 08:49:00 -04:00 |
|
Luke Ingram
|
238e86c58a
|
[ts] Add examples for spine-pixi.
|
2023-12-22 13:06:25 -04:00 |
|