926 Commits

Author SHA1 Message Date
Mario Zechner
512afac3cf 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-07-11 13:47:59 +02:00
Mario Zechner
f759199223 [ts] Release 4.1.35 2023-07-11 13:47:20 +02:00
Mario Zechner
90b6b6f730 [ts] 4.1.34 release, broken. 2023-07-11 13:46:03 +02:00
Harald Csaszar
74819b6c59 Merge branch '4.1' into 4.2-beta 2023-07-11 13:27:32 +02:00
Mario Zechner
0672c6c862 [phaser] Bounds providers return zero bounds in case there are no attachments to calculate the bounds with. 2023-07-11 09:10:28 +02:00
Mario Zechner
3887681716 [ts] Release 4.2.15 2023-06-30 15:29:37 +02:00
Mario Zechner
bf6cc69ddf 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-player/package.json
#	spine-ts/spine-threejs/package.json
#	spine-ts/spine-webgl/package.json
2023-06-30 15:28:20 +02:00
Mario Zechner
b210ff5b9e [ts] Release 4.1.33 2023-06-30 15:27:40 +02:00
Mario Zechner
dd9d7e5558 [ts] Fix formatting issue detected by build. 2023-06-28 10:33:54 +02:00
Mario Zechner
6f8896e4ec [ts] Include Phaser in iife build. 2023-06-28 10:30:47 +02:00
Mario Zechner
ad528c34fb [ts] Fix up package.json 2023-06-28 09:46:52 +02:00
Mario Zechner
ea2d0727c3 [pixi] Fix index.html 2023-06-27 15:27:41 +02:00
Mario Zechner
15ce8099b7 [pixi] Another package-lock.json fix, fix to index.html. 2023-06-27 15:26:46 +02:00
Mario Zechner
2586676c9a [pixi] Fix 4.2-beta package version and package lock. 2023-06-27 15:25:17 +02:00
Harald Csaszar
102f3e044b Merge branch '4.1' into 4.2-beta 2023-06-27 15:17:23 +02:00
Mario Zechner
8fb691c054 [pixi] Clean-up and improvements. 2023-06-27 15:10:53 +02:00
Mario Zechner
7698f5fc92 Merge branch 'spine-pixijs' of https://github.com/miltoncandelero/spine-runtimes into miltoncandelero-spine-pixijs 2023-06-27 14:49:37 +02:00
Mario Zechner
06b7a0f3cc [ts][player] Fix debug config assignment and evaluation during rendering. 2023-06-20 15:49:44 +02:00
Mario Zechner
873000b4bd [ts] Revert short circuit fix. 2023-06-20 12:09:36 +02:00
Mario Zechner
863d85ae00 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-player/package.json
#	spine-ts/spine-threejs/package.json
#	spine-ts/spine-webgl/package.json
2023-06-20 11:56:13 +02:00
Mario Zechner
8a8e64b3b5 [ts] Release 4.1.32 2023-06-20 11:54:37 +02:00
Nathan Sweet
ebf2520c5d [ts] Fixed the setup pose not showing when no animation is specified.
`updateWorldTransform` doesn't get called when paused.
2023-06-19 14:44:05 -04:00
Nathan Sweet
3c2033b250 [ts] Fixed debug rendering.
Also fixed indentation.
2023-06-19 14:44:05 -04:00
Nathan Sweet
74719c14bc
Link to Spine Wen PlayerUpdate README.md 2023-06-19 17:17:17 +02:00
eCode
99260f8437 docs: add polygon packed atlas to the demo
thanks to warmanw#5604 on discord for the file
2023-06-03 13:11:56 -03:00
eCode
4876dba946 feat: add support for pixijs 2023-06-03 13:05:21 -03:00
Harald Csaszar
08b56ea1ca Merge branch '4.1' into 4.2-beta 2023-05-02 17:21:44 +02:00
Mario Zechner
54cc75c203 hreejs] Closes #2278, coordinate transform example. 2023-05-02 13:27:16 +02:00
Mario Zechner
42626d7ff7 [phaser] Clean-up and inline documentation. 2023-04-28 13:32:17 +02:00
Mario Zechner
b4969465a0 [phaser] Fix extracting atlas page file names. 2023-04-28 09:06:28 +02:00
Mario Zechner
9dbada6541 [phaser] Fix control bones example. 2023-04-27 17:32:36 +02:00
Mario Zechner
de894957da [phaser] Update assets. 2023-04-27 17:27:53 +02:00
Mario Zechner
90e369fcfe [phaser] More example work, Stretchyman idle animation. 2023-04-27 17:25:23 +02:00
Mario Zechner
bf3f70379f [phaser] Improve TypeScript example. 2023-04-26 11:16:13 +02:00
Mario Zechner
a996baa2b0 [phaser] Add before and after update world transforms callbacks. 2023-04-26 10:53:01 +02:00
Mario Zechner
5662c75db9 [phaser] Expose getters for preloaded skeleton data and atlases. 2023-04-25 15:13:12 +02:00
Mario Zechner
f8837604f5 [phaser] Rework skeleton data loading. Cache based on data + atlas key. 2023-04-25 14:33:22 +02:00
Mario Zechner
125d7c9903 [phaser] Example clean-up 2023-04-24 10:33:40 +02:00
Mario Zechner
f1c13462c1 Formatting 2023-04-24 10:15:31 +02:00
Mario Zechner
0d443644c5 Merge branch '4.1' into 4.2-beta 2023-04-24 10:11:24 +02:00
Mario Zechner
cf68a9fd07 Formatting. 2023-04-24 10:11:14 +02:00
Mario Zechner
0a0f007de9 [ts] 4.2.14 release. 2023-04-21 14:19:38 +02:00
Mario Zechner
04d22e1043 [ts][webgl] Fix duplicate case clause. 2023-04-21 14:18:17 +02:00
Mario Zechner
4566f75922 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-player/package.json
#	spine-ts/spine-threejs/package.json
#	spine-ts/spine-webgl/package.json
2023-04-21 14:13:46 +02:00
Mario Zechner
0aca55b453 [phaser] Fix TypeScript example version. 2023-04-21 14:08:32 +02:00
Mario Zechner
d15e51340b [ts] 4.1.31 release. 2023-04-21 14:08:20 +02:00
Mario Zechner
ba2eb2cf9c [phaser] Fix GameObjectCreator.spine parameter types. 2023-04-21 14:05:32 +02:00
Mario Zechner
8db318ab85 [phaser] 4.1.30 release 2023-04-21 14:03:40 +02:00
Mario Zechner
d24787b81e [phaser] Fix preDestroy in SpineGameObject. 2023-04-21 13:54:28 +02:00
Mario Zechner
2900605300 [phaser] Clean-up, TypeScript example README, non-null SpineGameObject fields. 2023-04-21 13:52:35 +02:00