Richard Davey
|
8091f09c10
|
Don't set OutlineStyle if undefined
|
2020-10-05 13:53:11 +01:00 |
|
Richard Davey
|
2b99623cdc
|
Group now extends EventEmitter , allowing you to emit custom events from within a Group.
|
2020-10-03 10:05:38 +01:00 |
|
Richard Davey
|
3baecb19d4
|
Moved old mesh pipeline and code into own folder
|
2020-10-01 17:56:49 +01:00 |
|
Richard Davey
|
1907bda5ee
|
Update GameObjectFactory.js
|
2020-09-30 16:30:12 +01:00 |
|
Richard Davey
|
8823f7f0e4
|
Removed Layer3D and Quad Game Objects
|
2020-09-30 11:03:19 +01:00 |
|
Richard Davey
|
0e72b3d3a0
|
Container doesn't need to be on the updateList, so remove the handler.
|
2020-09-30 09:20:16 +01:00 |
|
Richard Davey
|
24de03ca96
|
Added missing ADDED_TO_SCENE handlers
|
2020-09-29 20:14:30 +01:00 |
|
Richard Davey
|
12c8ddfd05
|
Use getXRound
|
2020-09-29 18:05:39 +01:00 |
|
Richard Davey
|
9619995527
|
Add to UpdateList if not on Display List
|
2020-09-29 18:05:29 +01:00 |
|
Richard Davey
|
8119ce7da1
|
Fixed use of old camera private properties
|
2020-09-29 16:44:11 +01:00 |
|
Richard Davey
|
83542ff51d
|
Merge pull request #5330 from somnolik/fix-render-texture-group
Fix drawing Group to RenderTexture
|
2020-09-29 12:22:07 +01:00 |
|
Richard Davey
|
f9803774dd
|
The Line Game Object will now default its width and height to 1, rather than zero. This allows you to give Line objects a physics body (although you will still need to re-adjust the center of the body manually). Fix #4596
|
2020-09-28 17:00:15 +01:00 |
|
Stefan Karner
|
f4b2b34535
|
Fix drawing Group to RenderTexture
Group children (generic GameObjects) expect a 'camera' argument
in their 'willRender' function
|
2020-09-26 10:25:22 +02:00 |
|
Richard Davey
|
e004fa47fc
|
Creating a Bitmap Mask from a texture atlas that was then used to mask another Game Object also using that same texture atlas would throw the error GL_INVALID_OPERATION : glDrawArrays: Source and destination textures of the draw are the same. . It now renders as expected. Fix #4675
|
2020-09-23 18:10:12 +01:00 |
|
Richard Davey
|
c6f533b872
|
Fixed legacy interpolation parameters
|
2020-09-23 17:55:29 +01:00 |
|
Richard Davey
|
212e7aa301
|
The Shape class now includes the ComputedSize component properties and methods directly in the class, rather than applying as a mixin. setSize is now flagged as being private , because it shouldn't be used on Shape classes, which was leading to confusion as it appeared in the public-facing API. Fix #4811
|
2020-09-23 12:46:55 +01:00 |
|
Richard Davey
|
f16e1c09f3
|
Lint fix
|
2020-09-23 12:39:21 +01:00 |
|
Richard Davey
|
e7926674b8
|
The Graphics WebGL Renderer will now default to pathOpen = true . This fixes issues under WebGL where, for example, adding an arc and calling strokePath , without first calling beginPath will no longer cause rendering artefacts when WebGL tries to close the path with a single tri.
|
2020-09-23 12:34:20 +01:00 |
|
Richard Davey
|
559127a53f
|
Graphics.strokeRoundedRect now issues moveTo commands as part of the drawing sequence, preventing issues under WebGL where on older Android devices it would project additional vertices into the display. Fix #3955
|
2020-09-23 12:34:06 +01:00 |
|
Richard Davey
|
b86d982c00
|
The ParticleManagerCanvasRenderer now calculates its transform matrix differently, splitting out the parent matrix and factoring in the follow offsets separately. It also uses setToContext internally. This fixes numerous issues with particle emitters being incorrectly offset when added to Containers, or having the Camera zoomed, running under Canvas. Fix #4908 #4531 #4131
|
2020-09-23 12:06:29 +01:00 |
|
Richard Davey
|
a459ec090f
|
Fixed lint issue
|
2020-09-23 11:50:07 +01:00 |
|
Richard Davey
|
fb849ae0dc
|
The ParticleManagerWebGLRenderer now calculates its transform matrix differently, splitting out the parent matrix and factoring in follow offsets separately. This fixes numerous issues with particle emitters being incorrectly offset when added to Containers. Fix #5319 #5195 #4739 #4691
|
2020-09-23 11:50:00 +01:00 |
|
Richard Davey
|
d5de353890
|
You can now use setMaxWidth on DynamicBitmapText , which wasn't previously possible. Fix #4997
|
2020-09-22 16:52:36 +01:00 |
|
Richard Davey
|
6bf36083a8
|
Added setMaxWidth docs. Fix #4997
|
2020-09-22 16:48:38 +01:00 |
|
Richard Davey
|
5a6dec237c
|
Fixed RetroFont Parser. Fix #5310
|
2020-09-22 16:47:05 +01:00 |
|
Richard Davey
|
4fd46f4d1f
|
Fixed DynamicBitmapText WebGL Renderer. Fix #5303
|
2020-09-22 16:38:17 +01:00 |
|
Richard Davey
|
b317f89404
|
Renderer updates the camera
|
2020-09-22 15:25:09 +01:00 |
|
Richard Davey
|
674966280e
|
Merge pull request #5320 from vforsh/master
Add reserve property to particle emitter config
|
2020-09-22 15:24:16 +01:00 |
|
Richard Davey
|
6ff21af807
|
Added start of controls
|
2020-09-22 12:48:32 +01:00 |
|
Richard Davey
|
6cf95f3548
|
Updated missing docs
|
2020-09-22 12:48:15 +01:00 |
|
Richard Davey
|
06b3a01d87
|
Added layer property
|
2020-09-22 12:48:03 +01:00 |
|
Richard Davey
|
183e68580f
|
Fixed dirty flag reset
|
2020-09-22 11:45:49 +01:00 |
|
Richard Davey
|
9ec300d618
|
Updated JSDocs
|
2020-09-22 11:12:40 +01:00 |
|
Richard Davey
|
820ea7799c
|
Completed JSDocs
|
2020-09-22 11:12:32 +01:00 |
|
Richard Davey
|
248d2352b6
|
Update the camera if dirty
|
2020-09-22 10:59:36 +01:00 |
|
Richard Davey
|
d08a6c657c
|
Added all documentation and dirty flag handling
|
2020-09-22 10:59:28 +01:00 |
|
Richard Davey
|
4945fc95e1
|
Not yet fixed, but no longer crashes build
|
2020-09-21 18:25:02 +01:00 |
|
Richard Davey
|
333945a89e
|
Remove Mesh Game Object and add Layer3D
|
2020-09-21 18:24:38 +01:00 |
|
Richard Davey
|
33734309f1
|
Clean the mesh after rendering
|
2020-09-21 15:57:21 +01:00 |
|
Richard Davey
|
989e3e6e07
|
Swapped to use RGB objects
|
2020-09-21 15:57:11 +01:00 |
|
Richard Davey
|
82c8ada236
|
Added fog, dirty refresh and preUpdate handler
|
2020-09-21 15:56:58 +01:00 |
|
Richard Davey
|
27eafe3661
|
New Face and Vertex typedefs
|
2020-09-21 15:56:21 +01:00 |
|
Vladislav Forsh
|
4d7301a4be
|
Improve types for particle emitter deathZone and emitZone
|
2020-09-21 12:38:29 +03:00 |
|
Vladislav Forsh
|
530c7a3d92
|
Add reserve property to particle emitter config
|
2020-09-21 12:06:49 +03:00 |
|
Richard Davey
|
99953b94b6
|
Merge pull request #5311 from vforsh/master
Add ability to use custom easing function(s) with particle emitters
|
2020-09-21 09:40:26 +01:00 |
|
Richard Davey
|
48272312ed
|
Merge pull request #5318 from samme/fix/getMatching
Fix Group#getMatching()
|
2020-09-21 09:34:03 +01:00 |
|
Richard Davey
|
78c1eb7934
|
Removed debug, modified signatuers, added fog
|
2020-09-21 00:17:58 +01:00 |
|
samme
|
d4059c8f6e
|
Fix Group#getMatching
|
2020-09-19 10:10:25 -07:00 |
|
Richard Davey
|
374cc84be8
|
Now the pipeline does it all
|
2020-09-18 17:52:41 +01:00 |
|
Richard Davey
|
561a1b54a2
|
Handle vertex normals too
|
2020-09-18 17:52:30 +01:00 |
|