badlogic
|
6090d84a5e
|
[ts] Port of commit ccc5b2f: Fixed root bone transform for skeleton. See #1379.
|
2019-06-13 16:03:16 +02:00 |
|
badlogic
|
9083f32ad5
|
[ts] Fixed incorrect calculation in AnimationState when expanding the tracks array. Closes #1360.
|
2019-05-28 11:26:38 +02:00 |
|
badlogic
|
8f80ceec7c
|
[ts] Port of additive blending fix, see #1322.
|
2019-04-04 14:12:38 +02:00 |
|
badlogic
|
0371344bc7
|
[ts][canvas] Fix flipping in canvas example.
|
2019-03-27 15:14:15 +01:00 |
|
badlogic
|
1772aaa569
|
[ts] Updated build artifacts.
|
2019-03-13 11:37:44 +01:00 |
|
badlogic
|
5ad954c16d
|
[ts] New build.
|
2019-03-08 16:38:14 +01:00 |
|
badlogic
|
9fb2649dd1
|
[ts] Fix for #1290, do not carry over time when timeScale of a track entry taht's being replaced by a new one is 0.
|
2019-03-04 16:59:28 +01:00 |
|
badlogic
|
c9e760a025
|
[ts][player] Closes #1279, expose setAnimation().
|
2019-02-14 11:43:17 +01:00 |
|
badlogic
|
19e5edc94b
|
[ts] Fixed AnimationState not respecting MixBlend.first for rotate timelines. See #1274.
|
2019-02-12 13:59:28 +01:00 |
|
badlogic
|
8ea29944d3
|
[ts][webgl] Closes #1271, clipping wasn't terminated properly when a slot did not house an attachment.
|
2019-02-06 16:02:42 +01:00 |
|
badlogic
|
322dcd0521
|
[ts] Updated artifacts.
|
2019-01-06 21:34:13 +01:00 |
|
badlogic
|
1cf8a72e30
|
[ts][player] Closes #1238, disable pause/play when controls are hidden via options.
|
2019-01-03 13:43:23 +01:00 |
|
badlogic
|
52f9ab8984
|
[ts] Port of mesh whitespaces stripping. See #1232.
|
2018-12-22 13:07:10 +01:00 |
|
badlogic
|
c774c45cb7
|
[ts][player] Slower loading screen spinner.
|
2018-12-21 11:32:00 +01:00 |
|
badlogic
|
96a2386609
|
[ts][player] PMA by default.
|
2018-12-20 18:33:16 +01:00 |
|
badlogic
|
61f4165dae
|
[ts][player] iframe content is base64 encoded now.
|
2018-12-20 17:19:13 +01:00 |
|
badlogic
|
9409a772c6
|
[ts][player] Fixes for default post/prefix.
|
2018-12-20 15:27:32 +01:00 |
|
badlogic
|
0d6deee210
|
[ts][player] Added embedable player code editor.
|
2018-12-20 15:22:23 +01:00 |
|
badlogic
|
ac45cc9154
|
[ts][player] Closes #1231.
|
2018-12-17 18:53:48 +01:00 |
|
badlogic
|
ba33942a45
|
[ts][player] Fixed constructor.
|
2018-12-17 18:43:42 +01:00 |
|
badlogic
|
d1172cc785
|
[ts][player] Handle touch events for hover.
|
2018-12-17 18:35:29 +01:00 |
|
badlogic
|
65511c6581
|
[ts][player] Longer delay for control hiding.
|
2018-12-17 18:26:29 +01:00 |
|
badlogic
|
43227961ce
|
[ts][player] Click on canvas will now pause/resume player ala YouTube.
|
2018-12-17 18:17:18 +01:00 |
|
badlogic
|
d5ee59558a
|
[ts][player] constructor now takes string in addition to HTMLElement, hover behaviour now similar to YouTube.
|
2018-12-17 18:00:44 +01:00 |
|
badlogic
|
7a3ec78638
|
[ts][player] decreased delay for when mouse leaves player area and controls are hidden.
|
2018-12-17 17:04:58 +01:00 |
|
badlogic
|
c21b366d03
|
[ts][player] Renamed build output.
|
2018-12-17 15:45:22 +01:00 |
|
badlogic
|
19fdea7d80
|
[ts] Fix path constraint for when path length is NaN. See #1230.
|
2018-12-17 15:21:59 +01:00 |
|
badlogic
|
8fc251f55e
|
[ts] Allow negative scale and shear mix in transform constraint. See #1227.
|
2018-12-13 17:51:01 +01:00 |
|
badlogic
|
6596319c36
|
[ts][player] popup is dismissed if button is pressed a second time.
|
2018-12-10 15:39:12 +01:00 |
|
badlogic
|
dd2d63a2ee
|
[ts] Ported fix for #1224, disable inherit scale.
|
2018-12-10 15:10:14 +01:00 |
|
badlogic
|
54bb7b7e5f
|
[ts] Clipping fix, see #1219
|
2018-12-05 16:20:55 +01:00 |
|
badlogic
|
941a9bd685
|
[runtimes] Ported fix for attachmentThreshold, see #1204.
|
2018-12-04 17:25:26 +01:00 |
|
badlogic
|
7a803f8b1b
|
Updated example project exports.
|
2018-12-03 17:12:03 +01:00 |
|
badlogic
|
05d5f6d6e0
|
[ts][player] Added viewport transitions between animation changes. Configurable via config.viewport.transitionTime.
|
2018-11-23 14:43:53 +01:00 |
|
badlogic
|
f6eb468d32
|
[ts][player] Added user defined global and per animation viewport. Viewports can also have padding.
|
2018-11-23 14:18:48 +01:00 |
|
badlogic
|
8610fd5446
|
[ts][player] Interface for per animation viewport config.
|
2018-11-23 10:50:15 +01:00 |
|
badlogic
|
db7d6b2cc2
|
[ts][player] Per animation viewports.
|
2018-11-22 17:31:22 +01:00 |
|
badlogic
|
88aaa7e70c
|
[ts][player] Handle fullscreen changes on mobile correctly.
|
2018-11-22 16:49:47 +01:00 |
|
badlogic
|
980ae773d3
|
[ts][player] Popup stays within bounds of player.
|
2018-11-22 15:53:44 +01:00 |
|
badlogic
|
8e84c34999
|
[ts][player] Fixed more issues. Scrollsbar and docs are the last two issues.
|
2018-11-21 16:58:02 +01:00 |
|
badlogic
|
369323b24a
|
[ts][player] Style changes.
|
2018-11-19 17:26:31 +01:00 |
|
badlogic
|
30afc61b8f
|
[ts][player] Fixed timeline slider and speed slider.
|
2018-11-19 16:03:39 +01:00 |
|
badlogic
|
0053a14965
|
[ts][player] Better css, fixed showControls validation not working.
|
2018-11-19 15:12:31 +01:00 |
|
badlogic
|
896bdf913c
|
[ts][player] Integrated new spinner.
|
2018-11-19 14:44:21 +01:00 |
|
badlogic
|
44552cd809
|
[ts] Rebuild artifacts.
|
2018-11-15 15:56:38 +01:00 |
|
badlogic
|
bd56277432
|
[ts][player] Fixed hover detection.
|
2018-11-15 14:39:28 +01:00 |
|
badlogic
|
c5413d32d0
|
[ts] Updated build artifacts.
|
2018-11-14 14:33:44 +01:00 |
|
badlogic
|
94eec340c4
|
[ts][player] Fixed text selection on speed slider modification in FF, added snapping to speed slider, added hiding timeline if mouse doesn't move for 1 second except when popup is active or mouse is over controls, decided against popup centered over button, removed Show prefix from debug popup, added hiding buttons if there is only one skin/animation, fixed control bone not moving when paused.
|
2018-11-14 14:29:27 +01:00 |
|
badlogic
|
bf29fcee11
|
[ts][player] Cleaned up and documented config object. Added separate .css file for player styles.
|
2018-11-08 17:38:19 +01:00 |
|
badlogic
|
49ba1d2bd9
|
[ts][player] Added controllable bones to player.
|
2018-11-08 16:00:23 +01:00 |
|