Sean Heber
|
92d47f197f
|
Fixed spelling errors and did some light editing
|
2019-01-03 16:51:23 -06:00 |
|
Patrick Sletvold
|
206d61284b
|
Mark optional params as optional in jsdoc
|
2019-01-02 11:54:39 +01:00 |
|
Amaury Butaux
|
8b3876e9d4
|
Fixed Issue #4271
|
2019-01-02 04:13:52 +01:00 |
|
Omar Shehata
|
a7e8bc5381
|
Fix typo in README
|
2018-12-26 14:23:21 -05:00 |
|
Omar Shehata
|
9abb11cba5
|
Remove unecessary type description
|
2018-12-26 10:51:01 -05:00 |
|
Omar Shehata
|
9a77301e08
|
Fix jsdoc syntax
|
2018-12-26 10:43:57 -05:00 |
|
Richard Davey
|
d7860e6c8f
|
Merge branch 'master' of https://github.com/photonstorm/phaser
|
2018-12-21 18:52:03 +00:00 |
|
Richard Davey
|
a18c838058
|
Update CHANGELOG.md
|
2018-12-21 18:51:59 +00:00 |
|
Richard Davey
|
8e9e817f98
|
Merge pull request #4252 from jestarray/master
documentation: texture optional frame parameters
|
2018-12-21 16:51:03 +00:00 |
|
jestarray
|
5aef34884c
|
texture optional frame parameters
not specifying frame works on said methods
|
2018-12-21 08:25:42 -08:00 |
|
Richard Davey
|
98c68b8595
|
Update CHANGELOG.md
|
2018-12-21 02:47:14 +00:00 |
|
Richard Davey
|
cc280d8950
|
Removed dead code
|
2018-12-21 02:47:10 +00:00 |
|
Richard Davey
|
ef0b18f88b
|
If a Map entry exists, it is updated with the new value, rather than skipped.
|
2018-12-20 12:12:49 +00:00 |
|
Richard Davey
|
52519a1932
|
Updated docs and added envelope method.
|
2018-12-20 12:12:31 +00:00 |
|
Richard Davey
|
a40b6056f5
|
Added jsdocs
|
2018-12-20 12:12:20 +00:00 |
|
J.C
|
580cc36ad4
|
Merge branch 'master' into Branch_v3.15.1
|
2018-12-20 12:42:25 +08:00 |
|
J.C
|
136a8355d8
|
doc improvement:
1, provide type for callback argument
2, remove comment for $type to avoid jsdoc warning: "The @type tag does not permit a description;"
|
2018-12-20 12:15:49 +08:00 |
|
J.C
|
f09e777f84
|
1, GetFirstElement -> should be GetFirst
2, doc fix
|
2018-12-20 11:11:56 +08:00 |
|
J.C
|
c8fc944d94
|
the parameter is actually the value you are seeking but not T type.
bug fix: GetFirstElement -> GetFirst, as ArrayUtils does not have GetFirstElement method.
|
2018-12-20 11:09:30 +08:00 |
|
Richard Davey
|
e33bf4f7c0
|
Swapping to Size component
|
2018-12-19 17:08:14 +00:00 |
|
Richard Davey
|
81c4c54628
|
Beta 4
|
2018-12-19 17:08:06 +00:00 |
|
Richard Davey
|
f5fcea898c
|
Updated Size component to handle fitting, ratios, locking and more.
|
2018-12-19 17:07:46 +00:00 |
|
Richard Davey
|
c6f72241e3
|
Added Size component.
|
2018-12-19 12:16:13 +00:00 |
|
Richard Davey
|
74a84a8242
|
Merge pull request #4247 from jcyuan/Branch_v3.15.1
docs improvement for 3.5.1 release
|
2018-12-19 10:21:05 +00:00 |
|
Richard Davey
|
7aabb98b8e
|
Re-enabled IM
|
2018-12-18 17:29:15 +00:00 |
|
Richard Davey
|
cb57425a34
|
The Alpha, Flip and Origin components have been removed from the Mesh Game Object (and by extension, Quad as well) as they are not used in the renderer and should be manipulated via the Mesh properties. Fix #4188
|
2018-12-18 15:47:07 +00:00 |
|
Richard Davey
|
a2723249a3
|
CanvasTexture.destroy is a new method that specifically handles the destruction of the CanvasTexture and all of its associated typed arrays. This prevents a memory leak when creating and destroying lots of RenderTextures (which are CanvasTexture backed). Fix #4239
|
2018-12-18 15:21:24 +00:00 |
|
Richard Davey
|
41286b5170
|
Make sure we bind the framebuffer and pipeline in the boot step
|
2018-12-18 14:58:42 +00:00 |
|
Richard Davey
|
68a87516dd
|
Update CHANGELOG.md
|
2018-12-18 13:36:08 +00:00 |
|
Richard Davey
|
8eebe518ad
|
Added optional drawingBufferHeight argument to scissor methods.
|
2018-12-18 13:36:05 +00:00 |
|
Richard Davey
|
c882b52a3a
|
Fixed an issue where changing the viewport or size of a Camera belonging to a RenderTexture, it wouldn't impact the rendering and objects will still render outside of the viewport range. It's now converted to a proper gl scissor rect by the renderer, meaning you can limit the area rendered to by adjusting the internal Render Texture cameras viewport. Fix #4243
|
2018-12-18 13:35:53 +00:00 |
|
Richard Davey
|
4b1ea8db9b
|
WebGLRenderer.preRender now calls gl.clearColor in order to restore the background clear color in case something, like a Render Texture, has changed it.
|
2018-12-18 13:04:26 +00:00 |
|
Richard Davey
|
8ec71c7bd1
|
Update CHANGELOG.md
|
2018-12-18 12:12:52 +00:00 |
|
Richard Davey
|
7ee0a717f5
|
Container.getFirst was using an incorrect Array Utils function GetFirstElement , when it should have been using GetFirst . It now uses the correct function. Fix #4244
|
2018-12-18 12:12:47 +00:00 |
|
Richard Davey
|
90c7d4d0e8
|
Removed un-needed argument
|
2018-12-18 12:12:38 +00:00 |
|
Richard Davey
|
3b1c578634
|
Update CHANGELOG.md
|
2018-12-18 11:39:08 +00:00 |
|
Richard Davey
|
8f873c87af
|
Clears the framebuffer at the start of every render.
|
2018-12-18 11:32:36 +00:00 |
|
Richard Davey
|
56fa0a119e
|
RenderTexture.fill in WebGL would use gl.clear and a clear color to try and fill the Render Texture. This only worked for full-canvas sized RenderTextures that didn't have a camera zoom applied. It has now been swapped to use the drawFillRect method of the Texture Tint Pipeline, allowing it to work properly regardless of camera zoom or size.
|
2018-12-18 11:31:42 +00:00 |
|
Richard Davey
|
7e732452eb
|
Fixed an issue in WebGLRenderer.setScissor where it was possible to try and compare the scissor size to a non-current scissor, if called outside of the render loop (i.e. from RenderTexture.fill )
|
2018-12-18 10:22:59 +00:00 |
|
Richard Davey
|
bc9d3511e1
|
When using RenderTexture.fill , the alpha argument would be ignored in Canvas mode. It's now used when filling the RenderTexture.
|
2018-12-18 09:55:23 +00:00 |
|
J.C
|
110819e82c
|
add docs for StableSort & StableSort.inplace
|
2018-12-17 16:11:51 +08:00 |
|
J.C
|
d860725d57
|
first / last / next / prev should specify the return type as T
|
2018-12-17 10:56:41 +08:00 |
|
J.C
|
524d015e60
|
removeListener / off
except 'event' all other parameters should be optional.
|
2018-12-17 10:42:46 +08:00 |
|
Richard Davey
|
83f3f9cdeb
|
Changed scissor order.
|
2018-12-13 14:24:49 +00:00 |
|
Richard Davey
|
b3c3b4bae7
|
Adjust pixel position so scaled tiles don't offset
|
2018-12-13 13:16:46 +00:00 |
|
Richard Davey
|
e3dc58ef17
|
Merge branch 'master' of https://github.com/photonstorm/phaser
|
2018-12-13 13:10:35 +00:00 |
|
Richard Davey
|
aae1cf5ae5
|
Tidying up
|
2018-12-13 13:10:31 +00:00 |
|
Richard Davey
|
7586f4df33
|
Update CHANGELOG.md
|
2018-12-13 13:10:18 +00:00 |
|
Richard Davey
|
f4f4512d0f
|
Fixed Math.RND assignment. Fix #4197.
|
2018-12-13 13:09:14 +00:00 |
|
Richard Davey
|
1bf9be5e12
|
Animation.stop guard.
|
2018-12-13 13:03:54 +00:00 |
|