Mario Zechner
|
13dbc48cff
|
[phaser] Fix package version.
|
2022-12-27 12:10:29 +01:00 |
|
Mario Zechner
|
84f5a31026
|
Merge branch '4.1' into 4.2-beta
|
2022-12-27 12:10:10 +01:00 |
|
Mario Zechner
|
6661ae9322
|
[phaser] Fix package version.
|
2022-12-27 12:10:02 +01:00 |
|
Mario Zechner
|
68a9096049
|
Merge branch '4.1' into 4.2-beta
# Conflicts:
# .gitignore
# spine-cpp/spine-cpp/src/spine/SkeletonBinary.cpp
# spine-ts/package-lock.json
# spine-ts/package.json
|
2022-12-27 11:48:02 +01:00 |
|
Mario Zechner
|
c216384963
|
[phaser] Add ScriptHost lib to resolve ActiveXObject.
|
2022-12-27 11:45:49 +01:00 |
|
Mario Zechner
|
97765425ec
|
[phaser] coordine system transforms and example.
|
2022-12-27 11:44:20 +01:00 |
|
Mario Zechner
|
f725a80994
|
[phaser] Post pipeline support.
|
2022-12-27 11:44:20 +01:00 |
|
Mario Zechner
|
90cd61e505
|
[phaser] Bounds providers.
|
2022-12-27 11:44:20 +01:00 |
|
Mario Zechner
|
be6b19afa5
|
[phaser] Bounds calculation, hit area support, more examples.
# Conflicts:
# spine-ts/package-lock.json
|
2022-12-27 11:44:17 +01:00 |
|
Mario Zechner
|
69cec06c23
|
[phaser] Clean-up rendering code.
|
2022-12-27 11:44:12 +01:00 |
|
Mario Zechner
|
2207b3e620
|
[phaser] Use Phaser transform matrix to transform vertices directly.
|
2022-12-27 11:44:12 +01:00 |
|
Mario Zechner
|
7ae9c490d5
|
[phaser] WebGL and Canvas rendering, fix mixins
# Conflicts:
# spine-ts/package-lock.json
# spine-ts/package.json
|
2022-12-27 11:44:11 +01:00 |
|
Mario Zechner
|
15bbf5701e
|
[ts] Added Skeleton.yDown
|
2022-12-27 11:43:02 +01:00 |
|
Mario Zechner
|
b12e06d791
|
[phaser] Copy example skeletons in runtimes.sh
|
2022-12-27 11:43:02 +01:00 |
|
Mario Zechner
|
9ece84dc85
|
[phaser] Loading and caching of skeleton data, atlas, textures, creation of skeletons, animation state in game object.
# Conflicts:
# spine-cpp/spine-cpp/src/spine/SkeletonBinary.cpp
# spine-flutter/src/spine_flutter.cpp
|
2022-12-27 11:42:56 +01:00 |
|
Mario Zechner
|
e805b6c8bc
|
[phaser] Canvas stub.
|
2022-12-27 11:41:31 +01:00 |
|
Mario Zechner
|
f3c4be2f90
|
[phaser] Mixins for SpineGameObject
|
2022-12-27 11:41:31 +01:00 |
|
Mario Zechner
|
f163f60187
|
[phaser] .json and .atlas file loading beginnings.
|
2022-12-27 11:41:31 +01:00 |
|
Mario Zechner
|
a3dc1fdb33
|
[ts] Phaser plugin scaffold.
# Conflicts:
# .gitignore
|
2022-12-27 11:32:33 +01:00 |
|
Harald Csaszar
|
603c024791
|
Merge branch '4.1' into 4.2-beta
|
2022-11-30 18:41:39 +01:00 |
|
Luke Ingram
|
38ae6f886c
|
[c][cpp][ts] Port of 4bad9ec25e3281361a6599509881397711722e58
|
2022-11-30 13:34:20 -04:00 |
|
Mario Zechner
|
7df5a47bd3
|
[ts] Release 4.2.10
|
2022-11-28 09:18:26 +01:00 |
|
Mario Zechner
|
4a8899a1cf
|
[ts] Update typescript to latest.
|
2022-11-28 09:15:30 +01:00 |
|
Mario Zechner
|
d878e5356b
|
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-player/package.json
# spine-ts/spine-threejs/package.json
# spine-ts/spine-webgl/package.json
|
2022-11-28 09:12:49 +01:00 |
|
Mario Zechner
|
1c55537fb8
|
[ts] Published 4.1.23
|
2022-11-28 09:11:02 +01:00 |
|
Mario Zechner
|
c19194ac7d
|
[ts] Closes #2207, updates threejs to latest.
|
2022-11-28 09:09:46 +01:00 |
|
Wolfgang Kurz
|
867af5c134
|
Fix webglConfig check (#2183)
Missing negative operator i guess.
|
2022-10-22 15:16:15 +02:00 |
|
Mario Zechner
|
ddc190527f
|
[ts] Release 4.2.9.
|
2022-10-06 16:24:52 +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
|
7220873810
|
[ts] Release 4.2.8.
|
2022-10-06 11:57:01 +02:00 |
|
Mario Zechner
|
e2dbc468e4
|
[ts] Release 4.1.23
|
2022-10-04 09:35:16 +02:00 |
|
Mario Zechner
|
4c8167b885
|
[threejs] Fix batch capacity calculation, closes #2163
|
2022-10-04 09:33:13 +02:00 |
|
Mario Zechner
|
a5ea7a808d
|
[threejs] Fix batch capacity calculation, closes #2163
|
2022-10-04 08:58:11 +02:00 |
|
Mario Zechner
|
c590944a51
|
Merge branch '4.1' into 4.2-beta
# Conflicts:
# spine-cocos2dx/README.md
# spine-godot/spine_godot/SpineSprite.cpp
# spine-sdl/src/spine-sdl-cpp.cpp
# spine-sfml/cpp/src/spine/spine-sfml.cpp
|
2022-09-15 08:39:43 +02:00 |
|
Mario Zechner
|
669af9f6bb
|
Formatting.
|
2022-09-15 08:37:55 +02:00 |
|
Mario Zechner
|
ba5f89f361
|
[ts] Correct order of UV assignements in RegionAttachment.updateRegion()
|
2022-09-15 07:46:33 +02:00 |
|
Mario Zechner
|
dc978ed05d
|
[ts] Fix port of 899f7d7
|
2022-09-15 07:45:30 +02:00 |
|
Luke Ingram
|
1ef33f1d1a
|
[ts] Port of d6adbe9.
See d6adbe96d8
|
2022-09-14 17:37:58 -04:00 |
|
Mario Zechner
|
e01ba364df
|
[ts][webgl] Added example demonstrating how to drag bones. Closes #2151.
|
2022-09-12 14:02:09 +02:00 |
|
Mario Zechner
|
80e186deef
|
[ts][webgl] Added example demonstrating how to drag bones. Closes #2151.
|
2022-09-12 14:01:30 +02:00 |
|
Mario Zechner
|
7f9d4c0308
|
[ts] Port of #2150
|
2022-09-12 12:49:55 +02:00 |
|
Mario Zechner
|
0bfeff771e
|
Formatting.
|
2022-09-03 12:29:40 +02:00 |
|
Mario Zechner
|
d4ef1b7a35
|
Formatting pass.
|
2022-08-29 13:48:49 +02:00 |
|
Mario Zechner
|
3f11f44c54
|
[ts] 4.2.7 release.
|
2022-08-19 18:07:50 +02:00 |
|
Mario Zechner
|
2802b489e1
|
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-player/package.json
# spine-ts/spine-threejs/package.json
# spine-ts/spine-webgl/package.json
|
2022-08-19 18:06:40 +02:00 |
|
Mario Zechner
|
e7ee3f417d
|
[ts] 4.1.22 release.
|
2022-08-19 18:06:14 +02:00 |
|
Mario Zechner
|
1a0cb86b52
|
[ts][webgl] Fixes #2138, mip maps weren't generated in all cases.
|
2022-08-19 18:02:15 +02:00 |
|
Mario Zechner
|
69937721c7
|
[ts] 4.2.6 release.
|
2022-08-19 17:43:48 +02:00 |
|
Mario Zechner
|
57c60dc303
|
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-player/package.json
# spine-ts/spine-threejs/package.json
# spine-ts/spine-webgl/package.json
|
2022-08-19 17:42:34 +02:00 |
|
Mario Zechner
|
382306cfee
|
[ts] 4.1.21 release.
|
2022-08-19 17:42:01 +02:00 |
|