Richard Davey
|
a00f88a786
|
Added new PENDING_DESTROY const
|
2021-11-03 18:50:14 +00:00 |
|
Richard Davey
|
68a1a4b300
|
Added links to atlas software
|
2021-11-03 17:01:46 +00:00 |
|
Richard Davey
|
359651173b
|
Update CHANGELOG.md
|
2021-11-03 13:49:31 +00:00 |
|
Richard Davey
|
07f0bd4184
|
The JSON Hash and Array Texture Parsers will now throw a console.warn if the JSON is invalid and contains identically named frames.
|
2021-11-03 13:49:24 +00:00 |
|
Richard Davey
|
68550dbddb
|
Update Key.js
|
2021-11-02 22:54:17 +00:00 |
|
Richard Davey
|
7592d48e94
|
Update CHANGELOG.md
|
2021-11-02 18:05:21 +00:00 |
|
Richard Davey
|
fc1234e55b
|
Added createProgram, setBoolean and the new src properties
|
2021-11-02 18:05:18 +00:00 |
|
Richard Davey
|
565dfc801a
|
WebGLPipeline.setBoolean is a new method that allows you to set a boolean uniform on a shader.
|
2021-11-02 18:00:25 +00:00 |
|
Richard Davey
|
95d7dc71b2
|
Update SpriteFXPipeline.js
|
2021-11-02 17:05:23 +00:00 |
|
Richard Davey
|
4b63bd2500
|
Update Pipeline.js
|
2021-11-02 17:05:16 +00:00 |
|
Richard Davey
|
9dbcf6ff0d
|
Update package-lock.json
|
2021-11-02 14:02:51 +00:00 |
|
Richard Davey
|
950ba75bfc
|
Updated jsdocs
|
2021-11-02 14:02:46 +00:00 |
|
Richard Davey
|
b01d53463b
|
Update README.md
|
2021-11-02 14:02:36 +00:00 |
|
Richard Davey
|
64a6072268
|
Update CHANGELOG.md
|
2021-11-01 18:44:14 +00:00 |
|
Richard Davey
|
aea45bb06d
|
Text with RTL enabled wouldn't factor in the left / right padding correctly, causing the text to be cut off. It will now account for padding in the line width calculations. Fix #5830
|
2021-11-01 18:44:10 +00:00 |
|
Richard Davey
|
1ec6e6198f
|
Update CHANGELOG.md
|
2021-11-01 18:13:54 +00:00 |
|
Richard Davey
|
3e1d77ad8f
|
The KeyboardPlugin.removeKey method has a new optional parameter removeCapture . This will remove any keyboard capture events for the given Key. Fix #5693
|
2021-11-01 18:13:51 +00:00 |
|
Richard Davey
|
841f0fc771
|
Update CHANGELOG.md
|
2021-11-01 17:34:18 +00:00 |
|
Richard Davey
|
8ec99f9224
|
Use cached reg ex
|
2021-11-01 17:34:13 +00:00 |
|
Richard Davey
|
176a95336e
|
The Video config will now detect for x-m4v playback support for video formats and store it in the Video.m4v property. This is used automatically by the VideoFile file loader. Fix #5719
|
2021-11-01 17:33:44 +00:00 |
|
Richard Davey
|
2f2eead630
|
Deps update
|
2021-11-01 17:09:53 +00:00 |
|
Richard Davey
|
f9bb893c5a
|
Update CHANGELOG.md
|
2021-11-01 17:09:21 +00:00 |
|
Richard Davey
|
314ff439c9
|
Merge pull request #5889 from samme/fix/path-follower-end
Fix PathFollower end point when given `to`
|
2021-11-01 17:07:54 +00:00 |
|
natureofcode
|
d180218ae6
|
Fix type field of QuadraticBezier curve class
It fixes missing `QuadraticBezier` curves in `Path.fromJSON()` results
|
2021-10-31 01:19:56 +05:00 |
|
samme
|
ebb27e8ae4
|
Fix PathFollower end point when given to
|
2021-10-30 11:13:50 -07:00 |
|
Richard Davey
|
fab217ed9c
|
Update CHANGELOG.md
|
2021-10-29 18:49:52 +01:00 |
|
Richard Davey
|
f7d81c4bd1
|
The default Tween._pausedState has changed from INIT to PENDING_ADD . This fixes a bug where if you called Tween.play immediately after creating it, it would force the tween to freeze. Fix #5454
|
2021-10-29 18:49:49 +01:00 |
|
Richard Davey
|
a568277e7f
|
Update CHANGELOG.md
|
2021-10-29 18:26:16 +01:00 |
|
Richard Davey
|
5e2c00e69f
|
Calling Tween.reset when a tween was in a state of PENDING_REMOVE would cause it to fail to restart. It now restarts fully. Fix #4793
|
2021-10-29 18:26:13 +01:00 |
|
Richard Davey
|
5a1be5d07d
|
TweenManager.reset is a new method that will take a tween, remove it from all internal arrays, then seek it back to its start and set it as being active.
|
2021-10-29 18:25:14 +01:00 |
|
Richard Davey
|
66939d0621
|
Clarify scene data in docs. Fix #5001
|
2021-10-29 17:53:57 +01:00 |
|
Richard Davey
|
e731e9ff48
|
Update CHANGELOG.md
|
2021-10-29 15:47:45 +01:00 |
|
Richard Davey
|
8c6f5ec109
|
The ScriptFile Loader File Type has a new optional parameter: type . This is a string that controls the type attribute of the <script> tag that is generated by the Loader. By default it is 'script', but you can change it to 'module' or any other valid type.
|
2021-10-29 15:47:41 +01:00 |
|
Richard Davey
|
4d13f3f085
|
Update to webpack 5.61.0
|
2021-10-29 15:36:53 +01:00 |
|
Richard Davey
|
154d340f7f
|
Update CHANGELOG.md
|
2021-10-28 15:01:51 +01:00 |
|
Richard Davey
|
3c429088e4
|
Use the new isRay parameter
|
2021-10-28 15:01:51 +01:00 |
|
Richard Davey
|
7b976d6d8e
|
The Geom.Intersects.GetLineToPolygon method has a new optional parameter isRay . If true it will treat the line parameter as a ray, if false, as a line segment (the default).
|
2021-10-28 15:01:51 +01:00 |
|
Richard Davey
|
d587b8f5a7
|
The Geom.Intersects.GetLineToPoints method has a new optional parameter isRay . If true it will treat the line parameter as a ray, if false, as a line segment (the default).
|
2021-10-28 15:01:51 +01:00 |
|
Richard Davey
|
50b02e9cdf
|
The Geom.Intersects.GetLineToLine method has a new optional parameter isRay . If true it will treat the first line parameter as a ray, if false, as a line segment (the default).
|
2021-10-28 15:01:51 +01:00 |
|
Richard Davey
|
8183d2bfd3
|
Update CHANGELOG.md
|
2021-10-28 15:01:51 +01:00 |
|
Richard Davey
|
20d4391c29
|
Calling ParticleEmitter.setScale would set the scaleY property to null , causing calls to setScaleY to throw a runtime error. scaleY is now a required property across both the Particle and Emitter classes and all of the conditional checks for it have been removed
|
2021-10-28 15:01:51 +01:00 |
|
Richard Davey
|
8c11324c08
|
Update package-lock.json
|
2021-10-28 01:19:57 +01:00 |
|
Richard Davey
|
c94719e0b8
|
Added alt swap frame
|
2021-10-28 01:19:52 +01:00 |
|
Richard Davey
|
be06610957
|
Preparing for beta 4
|
2021-10-27 18:09:56 +01:00 |
|
Richard Davey
|
21bbab80e4
|
3.60.0 Beta 3 dist files
|
2021-10-27 17:23:03 +01:00 |
|
Richard Davey
|
dd0033570a
|
TSGen build
|
2021-10-27 17:22:16 +01:00 |
|
Richard Davey
|
209e292214
|
3.60.0 Beta 3 Defs
|
2021-10-27 17:22:06 +01:00 |
|
Richard Davey
|
03345ea60c
|
Update WebGLPipeline.js
|
2021-10-27 17:21:59 +01:00 |
|
Richard Davey
|
9980c35c3e
|
Update SpriteFXPipeline.js
|
2021-10-27 17:21:55 +01:00 |
|
Richard Davey
|
6aa75d8e5d
|
Now works with multi-atlases and normal maps
|
2021-10-27 17:15:55 +01:00 |
|