Hua
|
9377f8c8a0
|
Expose BaseCamera module
|
2019-10-03 09:26:14 +08:00 |
|
Richard Davey
|
619cd7a9d6
|
Docs update
|
2019-10-02 17:32:06 +01:00 |
|
Richard Davey
|
a3469ad37e
|
The Tween.getValue method has been removed. It was a legacy function from Phaser 2 and always only returned the first TweenData from the data array, ignoring any subsequent properties or targets, making it redundant. Fix #4717
|
2019-10-02 17:25:00 +01:00 |
|
Richard Davey
|
3b05f3bcf7
|
Removed BasePlugin properties #4488
|
2019-10-02 16:32:04 +01:00 |
|
Richard Davey
|
9e3efb4ff8
|
Merge pull request #4488 from samme/misc/plugins
Remove BasePlugin#boot; and plugins docs updates
|
2019-10-02 16:25:34 +01:00 |
|
Richard Davey
|
3a8a1f7b05
|
Added the new customBoundsRectangle config properties
|
2019-10-02 16:03:52 +01:00 |
|
Richard Davey
|
f0ed52c033
|
Tidy-up the customBoundsRectangle changes
|
2019-10-02 16:03:36 +01:00 |
|
Richard Davey
|
4f4b69123e
|
Merge branch 'master' into arcade_body_custom_bounds
|
2019-10-02 15:41:49 +01:00 |
|
Richard Davey
|
3a3ce8b914
|
Merge branch 'master' into tile-collision-update
|
2019-10-02 15:15:18 +01:00 |
|
Richard Davey
|
4e8ab3dcae
|
MouseManager.target can now be defined as either a string or by passing an HTMLElement directly. Fix #4353
|
2019-10-02 13:39:42 +01:00 |
|
Richard Davey
|
7063085120
|
Updated jsdocs. Fix #4200
|
2019-10-02 13:21:51 +01:00 |
|
Richard Davey
|
89c30fe42f
|
BaseSoundManager.forEachActiveSound will now only invoke the callback if the sound actually exists and isn't pending removal. Fix #3383
|
2019-10-02 12:50:10 +01:00 |
|
Richard Davey
|
3ab903b3c5
|
UpdateList now extends ProcessQueue and uses all of its methods instead.
|
2019-10-02 12:13:43 +01:00 |
|
Richard Davey
|
7212945bea
|
ProcessQueue now extends Event Emitter. Also added removeAll method and length getter.
|
2019-10-02 12:13:07 +01:00 |
|
Richard Davey
|
f3cc1f82fe
|
Added new ProcessQueue events
|
2019-10-02 12:12:37 +01:00 |
|
Richard Davey
|
ea75c5ca9a
|
Updated quad alpha checks
|
2019-10-02 10:11:07 +01:00 |
|
Richard Davey
|
a7a15bcb4d
|
Merge pull request #4715 from MrcSnm/master
Container now can apply alpha quads
|
2019-10-02 09:55:59 +01:00 |
|
Marcelo Silva Nascimento Mancini
|
b7166bba3b
|
ESLint correction
|
2019-10-01 16:11:29 -03:00 |
|
Richard Davey
|
be02c80be9
|
Origin and canvas renderer work again now. Fix #4108
|
2019-10-01 17:43:47 +01:00 |
|
Richard Davey
|
5dbfbae5f9
|
Updated jsdoc types. Fix #4308
|
2019-10-01 17:04:06 +01:00 |
|
Richard Davey
|
1a42c54398
|
Set image smoothing based on renderer or scale mode.
|
2019-10-01 16:10:50 +01:00 |
|
Richard Davey
|
d405bab92c
|
Set image smoothing based on renderer or scale mode.
|
2019-10-01 16:10:46 +01:00 |
|
Richard Davey
|
0aaa67957a
|
Tilemap Canvas Render functions now respect game pixel art settings
|
2019-10-01 16:10:29 +01:00 |
|
Richard Davey
|
b3ea5bddd2
|
SetTransform will now set the imageSmoothingEnabled context value based on the renderer and texture source scale mode.
|
2019-10-01 16:10:05 +01:00 |
|
Richard Davey
|
8d5c097720
|
Removed un-used import
|
2019-10-01 16:05:18 +01:00 |
|
FengLi
|
217d1daa2f
|
add an optional textureData when initialize shader
|
2019-10-01 22:52:35 +08:00 |
|
Richard Davey
|
b1b95c066b
|
The BuildGameObject function will no longer set scaleMode because it's not a valid Game Object property.
|
2019-10-01 14:54:52 +01:00 |
|
Richard Davey
|
1cc5b1a66e
|
CanvasRenderer.antialias is a new property, populated by the game config property of the same name (or via the pixelArt property) that will tell the canvas renderer what to set image interpolation to during rendering of Sprites.
|
2019-10-01 14:54:40 +01:00 |
|
Richard Davey
|
38fb420cc4
|
CanvasInterpolation has updated the order of the CSS properties so that crisp-edges comes after the browser prefix versions.
|
2019-10-01 14:43:26 +01:00 |
|
Richard Davey
|
342ad984ac
|
TextureSource.setFilter will now set the scaleMode to the given filter.
|
2019-10-01 14:42:30 +01:00 |
|
Richard Davey
|
55c73d399b
|
GameObject.ToJSON will no longer output the scaleMode in the json because it's not a valid Game Object property.
|
2019-10-01 14:41:58 +01:00 |
|
Richard Davey
|
ea7691518b
|
Use public property for blend mode check #4771
|
2019-10-01 14:08:13 +01:00 |
|
Richard Davey
|
a0292b5685
|
TextureSource.isGLTexture now checks if the browser supports WebGLTexture before checking to see if source is an instance of one. This should fix issues with Phaser in HEADLESS mode running under node / jsdom, or where WebGLTexture isn't present. Fix #4711
|
2019-10-01 13:46:37 +01:00 |
|
Richard Davey
|
5b6d9895be
|
TileSprites will now throw a console warning if you try to use a RenderTexture or GLTexture as their frame source. Fix #4719
|
2019-10-01 13:37:37 +01:00 |
|
Richard Davey
|
2c5b552bd5
|
Formatting tweak
|
2019-10-01 13:29:05 +01:00 |
|
Richard Davey
|
b78dbd81ac
|
Moved author block and fixed Body reset issue
|
2019-10-01 13:28:59 +01:00 |
|
Richard Davey
|
f16a16ba7d
|
Merge pull request #4729 from Gamefroot/arcade-physics-fps-fixes
Arcade physics fps fixes
|
2019-10-01 13:17:41 +01:00 |
|
Hua
|
8a9e74ffe9
|
Add tint feature of bob
|
2019-10-01 10:17:14 +08:00 |
|
Richard Davey
|
487ec88529
|
RenderTexture.fill wasn't setting the camera up before drawing the fill rect, causing it to appear in the wrong place and the wrong size. Fix #4390
|
2019-09-30 15:08:53 +01:00 |
|
Richard Davey
|
9616e8187a
|
MultiAtlasFiles would incorrectly add the atlas JSON into the JSON cache, causing you to not be able to destroy and reload the texture using the same atlas key as before. Fix #4720
|
2019-09-30 14:24:16 +01:00 |
|
Richard Davey
|
2f976acb13
|
If more than one MultiAtlasFile used the same internal file name for its images, subsequent multi-atlases would fail to load. Fix #4330
|
2019-09-30 14:11:29 +01:00 |
|
Richard Davey
|
2829d27e8a
|
Fixed return type. Fix #4772
|
2019-09-30 13:32:14 +01:00 |
|
Richard Davey
|
973bf76b14
|
MultiAtlasFiles that loaded their own external images would obtain incorrect path and URL values if the path had been changed by another file in the queue. They now retain the loader state and apply it to all child files during load.
|
2019-09-27 16:11:30 +01:00 |
|
Richard Davey
|
999967c772
|
MultiFile has three new internal properties: baseURL , path and prefix which allow them to retain the state of the loader at the time of creation, to be passed on to all child-files. Fix #4679.
|
2019-09-27 16:06:51 +01:00 |
|
Richard Davey
|
cde1210523
|
The Container WebGLRenderer will now handle child new type switching, allowing you to carry on with a batch of same-type Game Objects even if they're nested within Containers. Fix #4710
|
2019-09-27 15:41:51 +01:00 |
|
Richard Davey
|
107bccf105
|
Tween.updateTo would break out of the TweenData iteration as soon as it adjusted the first matching key, causing tweens acting on multiple targets to only update the first target. It now updates them all. Fix #4763
|
2019-09-26 12:46:55 +01:00 |
|
Richard Davey
|
1d30497a8f
|
Merge pull request #4745 from yhwh/enhancement/WebGLPipeline
update vertexComponentCount in WebGLPipeline addAttribute
|
2019-09-26 12:41:35 +01:00 |
|
Richard Davey
|
f3e18000f2
|
Merge pull request #4760 from rexrainbow/blitter-enhancement
Set dirty flag only when render state of bob is changed
|
2019-09-26 12:32:34 +01:00 |
|
Richard Davey
|
7584b9b17f
|
Merge pull request #4752 from funnisimo/separateCircle
FIX #4751 - Physics.Arcade.World.separateCircle - weird effects when …
|
2019-09-26 12:30:18 +01:00 |
|
Richard Davey
|
800aac5820
|
Merge pull request #4749 from funnisimo/hitTest
Fix for Issue #4748 - Physics.Arcade.Body.hitTest - bug with circles
|
2019-09-26 12:27:14 +01:00 |
|