Richard Davey
|
7c28a7bd08
|
Bob.reset will now reset the position, frame, flip, visible and alpha values of the Bob, plus JSDocs completed.
|
2018-05-18 14:44:25 +01:00 |
|
Richard Davey
|
9429a28574
|
The Particle tint value was incorrectly calculated, causing the color channels to be inversed. Fix #3643
|
2018-05-18 13:16:17 +01:00 |
|
Richard Davey
|
0d0846a415
|
Calling a creator, such as GraphicsCreator, without passing in a config object, would cause an error to be thrown. All Game Object creators now catch against this.
|
2018-05-16 15:17:08 +01:00 |
|
Richard Davey
|
984c90f0bc
|
Merge pull request #3659 from samme/fix/typescript-body
Correct JSDoc type for GameObject#body
|
2018-05-15 16:27:20 +01:00 |
|
Richard Davey
|
26faa58ad7
|
Corrected an error in Container.getBoundsTransformMatrix that called a missing method, causing a getBounds on a nested container to fail. Fix #3624
|
2018-05-15 16:23:33 +01:00 |
|
samme
|
0bbffdc965
|
Correct JSDoc type for GameObject#body
|
2018-05-15 08:04:44 -07:00 |
|
Richard Davey
|
5b0cb0faf3
|
All Game Objects have a new method setRandomPosition which will randomly position them anywhere within the defined area, or if no area is given, anywhere within the game size.
|
2018-05-15 15:58:53 +01:00 |
|
Richard Davey
|
350cb037b7
|
All systems now register themselves with the new PluginCache
|
2018-05-15 12:51:50 +01:00 |
|
Richard Davey
|
11cbf0cf8d
|
Marked the children parameter as optional. Fix #3657
|
2018-05-10 23:32:46 +01:00 |
|
Richard Davey
|
be330e609e
|
Moved PluginManager to new location
|
2018-05-10 17:14:33 +01:00 |
|
Richard Davey
|
672a535d88
|
Added disableInteractive and removeInteractive methods. #3621
|
2018-05-08 16:15:50 +01:00 |
|
Richard Davey
|
107ca71d6b
|
BitmapText, both static and dynamic, can now take any data-type, including numbers, for the text argument in the constructor. Before they only worked via setText
|
2018-05-03 15:52:12 +01:00 |
|
Richard Davey
|
c13c828dc4
|
lint fix
|
2018-05-02 11:36:03 +01:00 |
|
Richard Davey
|
28251fd0f5
|
addToScene added to all Game Object Creators
|
2018-05-02 10:57:26 +01:00 |
|
Richard Davey
|
a30d5acb9e
|
The Graphics Creator would automatically add the Graphics to the display list by mistake. The default should be to remain hidden. Fix #3637
|
2018-05-02 10:57:04 +01:00 |
|
Richard Davey
|
661ed5f675
|
Merge pull request #3629 from samme/fix/setEmitZone
Fix `source` checks in ParticleEmitter#setEmitZone
|
2018-05-01 11:38:52 +01:00 |
|
Richard Davey
|
3323b785b2
|
space-infix fix
|
2018-04-30 13:03:44 +01:00 |
|
Richard Davey
|
63dbd9fd12
|
The Animation Component setProgress method was setting the frame on the wrong object. Fix #3633
|
2018-04-30 12:37:50 +01:00 |
|
Richard Davey
|
373ebe7d3f
|
Merge branch 'master' of https://github.com/photonstorm/phaser
|
2018-04-30 12:28:36 +01:00 |
|
Richard Davey
|
9fa74400ab
|
Container.getBounds now checks if it can call getBounds on its children before doing so, as some do not have this method (such as Graphics objects) so they no longer cause the call to crash. Fix #3623
|
2018-04-30 12:28:26 +01:00 |
|
samme
|
5fc6f94c67
|
Remove source checks in setEmitZone
|
2018-04-28 13:10:22 -07:00 |
|
samme
|
f59f90d2ca
|
Correct source types in *ZoneConfig definitions
|
2018-04-28 13:09:59 -07:00 |
|
samme
|
84ba1ba191
|
Correct source checks in setEmitZone
|
2018-04-28 08:41:32 -07:00 |
|
Rex
|
0a46d64328
|
Remove extra space in each line end
Add space only when the word index is greater than last one.
|
2018-04-28 14:54:59 +08:00 |
|
Richard Davey
|
2037cf468b
|
More clarity. #3622
|
2018-04-27 12:42:37 +01:00 |
|
Richard Davey
|
b2b631534c
|
Merge pull request #3616 from samme/fix/particles
Fix ParticleEmitter#toJSON() output
|
2018-04-26 13:03:30 +01:00 |
|
samme
|
bd9831912c
|
Don't stringify emitter ops twice
|
2018-04-24 14:20:23 -07:00 |
|
samme
|
0de5340201
|
Add 'angle' to configOpMap
It was missing from toJSON() output
|
2018-04-24 14:20:23 -07:00 |
|
samme
|
66f1ff848e
|
Fix no children created from GroupCreateConfig[] (multiple adds)
Fixes #3612
|
2018-04-23 18:14:36 -07:00 |
|
Richard Davey
|
6d958c5157
|
jsdoc udpate
|
2018-04-23 23:39:24 +01:00 |
|
Richard Davey
|
e3c28d3cd9
|
Removed un-needed arguments
|
2018-04-23 17:28:37 +01:00 |
|
Richard Davey
|
ed2eafb3b3
|
Code tidying
|
2018-04-23 00:13:11 +01:00 |
|
Richard Davey
|
ced2d34b34
|
BitmapMask and GeometryMask both have new destroy methods which clear their references, freeing them for gc.
|
2018-04-23 00:13:04 +01:00 |
|
Richard Davey
|
30a0ff02cb
|
Merge pull request #3600 from samme/docs/particles
Add docs for gameobjects/particles
|
2018-04-22 23:07:51 +01:00 |
|
Richard Davey
|
f34a507002
|
Merge pull request #3605 from zilbuz/master
Update GetBounds.getBounds() JSDoc
|
2018-04-22 23:06:25 +01:00 |
|
samme
|
711d2a6193
|
Minor additions and corrections to docs
|
2018-04-20 21:00:19 -07:00 |
|
Richard Davey
|
606ba6d8d7
|
Added new Mask component and added to all relevant Game Objects
|
2018-04-20 18:57:49 +01:00 |
|
Basile Desloges
|
a7fc306329
|
Update GetBounds.getBounds() JSDoc so that @generic matches with @param and @return
|
2018-04-20 17:55:32 +02:00 |
|
samme
|
8b939d7790
|
Omit EmitterOpEmitConfig, EmitterOpUpdateConfig
|
2018-04-20 06:51:31 -07:00 |
|
Richard Davey
|
6299019838
|
Updated to use typeof DefinePlugin check.
|
2018-04-20 00:23:24 +01:00 |
|
samme
|
0b881e9a4e
|
Add particles docs
|
2018-04-19 14:05:21 -07:00 |
|
Richard Davey
|
349a95bc4b
|
Updating to 3.6.0
|
2018-04-19 14:45:45 +01:00 |
|
Richard Davey
|
cfc4528370
|
Containers no longer in beta.
|
2018-04-19 14:35:17 +01:00 |
|
Richard Davey
|
3d0be3e20c
|
Group.remove and clear have optional destroyChild arguments
|
2018-04-19 14:13:46 +01:00 |
|
Richard Davey
|
e14d0c5054
|
eslint fixes
|
2018-04-19 13:57:33 +01:00 |
|
Richard Davey
|
cb4eb9e435
|
Rescoped RetroFont so it's no longer bound to BitmapText
|
2018-04-19 13:07:59 +01:00 |
|
Richard Davey
|
5b31a51dd5
|
Rescoped
|
2018-04-19 12:42:35 +01:00 |
|
Richard Davey
|
32ce8d7947
|
jsdoc fixes and removed un-used ResetKey file.
|
2018-04-19 12:30:38 +01:00 |
|
Felipe Alfonso
|
4496e773a7
|
Removed particle scroll factor property and calculation from canvas rendering
|
2018-04-18 18:44:09 -03:00 |
|
samme
|
1c0905a103
|
Fix incorrect active state selection
|
2018-04-18 08:44:10 -07:00 |
|