NathanSweet
|
7646c28f9d
|
[ts] Little more refactoring.
|
2016-09-03 16:35:42 +02:00 |
|
NathanSweet
|
681fd1df58
|
[ts] Fixed demos to use new slider.
|
2016-09-03 16:31:54 +02:00 |
|
badlogic
|
35d8598fe3
|
[ts] Visibility check is only done on scroll events, saves some CPU
|
2016-09-03 14:25:49 +02:00 |
|
badlogic
|
b112ef10d3
|
[ts] Fixed slider updates so we don't burn up CPUs
|
2016-09-03 13:20:58 +02:00 |
|
NathanSweet
|
e05eaef52f
|
[ts] New sliders.
|
2016-09-03 12:08:49 +02:00 |
|
NathanSweet
|
968b020888
|
[ts] Added resize() to spritesheet.js
|
2016-09-03 10:38:04 +02:00 |
|
badlogic
|
73b5617b81
|
[ts] Refactored the way we render multiple demos. All rendering is coalesced into a single rendering loop. Eats less CPU
|
2016-09-03 01:13:02 +02:00 |
|
badlogic
|
8faba2cdec
|
[ts] Demos, a never ending story
|
2016-09-03 00:00:06 +02:00 |
|
badlogic
|
4995371c41
|
[ts] fixed animation mixing demo, moved spineboy up. Fixed spritesheet demo, raptor jumps on click
|
2016-09-02 23:29:53 +02:00 |
|
NathanSweet
|
ee833b3043
|
Removed swing animations on tracks > 0.
|
2016-09-02 23:07:05 +02:00 |
|
badlogic
|
99a5f43aca
|
[ts] center loading screen logo + spinner
|
2016-09-02 16:55:15 +02:00 |
|
badlogic
|
ea66b3578d
|
[ts] Removed shooting
|
2016-09-02 16:46:32 +02:00 |
|
badlogic
|
18b0463669
|
[ts] Demos done
|
2016-09-02 16:45:35 +02:00 |
|
badlogic
|
c06d62bae8
|
Merge branch 'master' of https://github.com/esotericsoftware/spine-runtimes
|
2016-09-02 16:45:02 +02:00 |
|
badlogic
|
ac718aa8f0
|
Merge branch 'master' of https://github.com/esotericsoftware/spine-runtimes
|
2016-09-02 15:37:54 +02:00 |
|
badlogic
|
1c74823b2f
|
[ts] Refactored demos to share assets as much as possible. Added SharedAssetManager for that purpose
|
2016-09-02 11:22:04 +02:00 |
|
NathanSweet
|
a0cb629496
|
Keep weapon when changing skins. Delay start of swings.
|
2016-09-01 22:32:49 +02:00 |
|
NathanSweet
|
d5fec48cb7
|
Move start of vine.
|
2016-09-01 18:28:32 +02:00 |
|
NathanSweet
|
e4bd9124a5
|
Don't show default skin.
|
2016-09-01 18:06:00 +02:00 |
|
badlogic
|
e5032250bc
|
[ts] Getting close to being done with demos
|
2016-09-01 17:12:50 +02:00 |
|
badlogic
|
348b11e275
|
[ts] More demo work
|
2016-09-01 14:46:36 +02:00 |
|
badlogic
|
47e706c972
|
[ts] More demo polishing
|
2016-08-31 16:53:48 +02:00 |
|
badlogic
|
87a793f31e
|
[ts] Removed alert in Input.ts, refactored spritesheet demo
|
2016-08-31 12:22:59 +02:00 |
|
badlogic
|
0e59f99956
|
[ts] Removed demo assets, we now load from the server (using CORS). Enabled PMA for all demos, rewired some assets
|
2016-08-31 11:56:30 +02:00 |
|
NathanSweet
|
6c1d8c804e
|
Merge remote-tracking branch 'origin/master'
|
2016-08-30 22:55:03 +02:00 |
|
NathanSweet
|
05bf924897
|
Check if region is null before property assignment.
|
2016-08-30 22:54:46 +02:00 |
|
badlogic
|
cb91cc277b
|
[ts] More demo work
|
2016-08-30 16:27:09 +02:00 |
|
badlogic
|
15c82b221a
|
[ts] Refactored demos so we can load them sequentially
|
2016-08-30 12:07:33 +02:00 |
|
badlogic
|
d5688bf999
|
[ts] Added transform constraint demo
|
2016-08-30 11:06:00 +02:00 |
|
badlogic
|
d2c4a2b1bc
|
[ts] New demos, tons of fixes
|
2016-08-30 09:46:06 +02:00 |
|
badlogic
|
c20fc44cda
|
[ts] Fixed up demos to work with the terrible jquery-ui
|
2016-08-29 11:09:41 +02:00 |
|
badlogic
|
4340e58518
|
[ts] More demos
|
2016-08-26 16:19:31 +02:00 |
|
badlogic
|
830a2ad040
|
[ts] Added playback controls to demos
|
2016-08-26 11:29:02 +02:00 |
|
badlogic
|
fef15b2248
|
[ts] refactored demos location
|
2016-08-25 14:50:24 +02:00 |
|
badlogic
|
9a93faef49
|
[ts] Fixed up demo canvas sizing
|
2016-08-25 14:37:27 +02:00 |
|
badlogic
|
fc2e4b557d
|
[ts] added demos
|
2016-08-25 14:28:19 +02:00 |
|
badlogic
|
1c7b131b47
|
[ts] Fixed up IK runtime demo
|
2016-08-24 16:16:45 +02:00 |
|
badlogic
|
a69aec8a76
|
[ts] Added various helper classes to make writing demos easier
|
2016-08-24 15:58:31 +02:00 |
|
badlogic
|
59872a1cb9
|
[ts] Added debug rendering to widget, see README.md for details on how to enable and configure it
|
2016-08-23 14:25:44 +02:00 |
|
badlogic
|
ef4b04756c
|
[ts] Added ShapeRenderer and SkeletonDebugRenderer, added to WebGL test
|
2016-08-23 14:11:45 +02:00 |
|
badlogic
|
8a1e1b5f50
|
[ts] Closes #681, documentation for spine-ts Widget
|
2016-08-22 13:46:59 +02:00 |
|
badlogic
|
55795ac3e0
|
[ts] Closes #677, closes #678. IKConstraintData.mix wasn't parsed properly in SkeletonJson. Widget has to apply skin before calculating setup pose bounds
|
2016-08-22 13:14:58 +02:00 |
|
Carsten Moberg Hammer
|
0423af5d48
|
Added canvas dir to exclude (#676)
|
2016-08-22 10:19:12 +02:00 |
|
badlogic
|
28b97e4532
|
[ts] Final touches to samples, removed underscore from private fields
|
2016-08-19 14:10:30 +02:00 |
|
badlogic
|
1a24433403
|
[ts] Fixed examples to use full page size and scale animations automatically
|
2016-08-19 12:18:26 +02:00 |
|
badlogic
|
4a657158ba
|
[ts][threejs] Cleaned up example, added license headers, updated README.md
|
2016-08-18 14:03:18 +02:00 |
|
badlogic
|
5b4af038b8
|
[ts][threejs] Fixed THREE.JS integration, including z-offset against z-fighting. Tinting, blending modes and premultiplied alpha still to do.
|
2016-08-18 12:33:29 +02:00 |
|
badlogic
|
144500d7e8
|
[ts] First attempt at interleaved rendering, no show
|
2016-08-17 16:15:26 +02:00 |
|
badlogic
|
b9afff01fd
|
[ts] THREE.JS backend, revised batching using interleaved buffers, WIP
|
2016-08-17 16:04:27 +02:00 |
|
badlogic
|
88a3a52e94
|
[ts] Refactored tsconfigs
|
2016-08-17 10:49:35 +02:00 |
|