Pavle Goloskokovic
3f201121f8
Removed unnecessary docs
2018-02-18 17:19:43 +01:00
Pavle Goloskokovic
24f5de4c5c
Fixed addAudioSprite method docs
2018-02-18 17:19:24 +01:00
Pavle Goloskokovic
af76f7f9f1
Added docs type definition for audiosprite sound object
2018-02-18 17:18:55 +01:00
Pavle Goloskokovic
5e41c48b3d
Fixed add method docs
2018-02-18 17:18:13 +01:00
Pavle Goloskokovic
cb939cc7d8
Fixed unlocked property docs
2018-02-18 17:17:04 +01:00
Pavle Goloskokovic
8d55a4aeb4
Fixed locked property docs
2018-02-18 17:16:46 +01:00
Pavle Goloskokovic
3faaf28596
Fixed sounds property docs
2018-02-18 17:16:19 +01:00
Pavle Goloskokovic
472da3dc22
Updated docs
2018-02-18 16:07:06 +01:00
Pavle Goloskokovic
f8ac9dcabb
Updated docs
2018-02-18 16:06:40 +01:00
Pavle Goloskokovic
d637f04caf
Removed duplicate docs
2018-02-18 15:59:43 +01:00
Pavle Goloskokovic
d352363424
Removed duplicate docs
2018-02-18 15:58:56 +01:00
Pavle Goloskokovic
ac95880995
Fixed play method docs
2018-02-18 15:57:48 +01:00
Pavle Goloskokovic
36475d5381
Fixed removeMarker method docs
2018-02-18 15:57:11 +01:00
Pavle Goloskokovic
9959d42fbc
Fixed updateMarker method docs
2018-02-18 15:56:25 +01:00
Pavle Goloskokovic
af89faa83e
Adjusted default marker duration value calculation
2018-02-18 15:55:56 +01:00
Pavle Goloskokovic
942fd09397
Fixed addMarker method docs
2018-02-18 15:55:08 +01:00
Pavle Goloskokovic
6a828b3943
Fixed currentMarker property docs
2018-02-18 15:54:36 +01:00
Pavle Goloskokovic
9adce2b40e
Fixed markers property docs
2018-02-18 15:54:16 +01:00
Pavle Goloskokovic
05a20d6435
Removed duplicate docs
2018-02-18 15:53:47 +01:00
Pavle Goloskokovic
42fc672174
Fixed currentConfig property docs
2018-02-18 15:52:57 +01:00
Pavle Goloskokovic
1c66d38834
Fixed config property docs
2018-02-18 15:52:39 +01:00
Pavle Goloskokovic
82119c1601
Fixed constructor config param docs
2018-02-18 15:51:50 +01:00
Pavle Goloskokovic
99c5053acb
Added BaseSound class description
2018-02-18 15:50:32 +01:00
Pavle Goloskokovic
28bf61f846
Added docs for defining SoundMarker custom type
2018-02-18 15:29:49 +01:00
Pavle Goloskokovic
8e2cb94c63
Added docs for defining SoundConfig custom type
2018-02-18 15:29:33 +01:00
yp
9f07ee0af4
Bugfixes in Structs.Set
2018-02-18 12:59:32 +02:00
Richard Davey
33873fe23d
eslint fixes and removing type related console errors
2018-02-16 19:32:43 +00:00
Richard Davey
3c65121cb3
eslint fixes
2018-02-16 19:17:49 +00:00
Richard Davey
50dac412be
eslint fixes and console removal
2018-02-16 19:08:50 +00:00
Richard Davey
d745b70330
The Mesh Game Object Factory entry had incorrect arguments passed to Mesh constructor.
2018-02-16 19:07:58 +00:00
Richard Davey
5b4b5de075
TileSprite was missing a gl reference, causing it to fail during a context loss and restore.
2018-02-16 18:54:33 +00:00
Richard Davey
d23688c3e4
Added eslint fixes and overrides
2018-02-16 18:44:07 +00:00
Richard Davey
4a3f4293d4
Fuzzy.Floor had an incorrect method signature.
2018-02-16 18:43:52 +00:00
Richard Davey
3f155bf8f3
World didn't import GetOverlapX or GetOverlapY, causing separateCircle
to break.
2018-02-16 18:43:06 +00:00
Richard Davey
86f00eeb52
eslint fixes
2018-02-16 18:17:51 +00:00
Richard Davey
e1554c34d6
eslint fixes
2018-02-16 18:07:49 +00:00
Niklas Berg
6dde7002dc
fixed formatting
2018-02-15 18:11:55 +01:00
Richard Davey
79520bfdc4
Added jsdoc
2018-02-15 14:33:36 +00:00
Richard Davey
1399355d3f
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-02-15 14:31:19 +00:00
Richard Davey
4e6df03512
Updated semver
2018-02-15 14:31:15 +00:00
Richard Davey
39c415424d
Merge pull request #3233 from samme/samme-patch-1
...
Fix wrong Extend target in MergeXHRSettings
2018-02-15 13:59:21 +00:00
Richard Davey
130f9943d0
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-02-15 01:52:06 +00:00
Richard Davey
aa9cac4ba8
Added refreshBody method and jsdocs
2018-02-15 01:52:01 +00:00
Richard Davey
7df00ccb6f
Removed un-used properties from the Static Body
...
Set un-used Vectors to use the Vec2 ZERO constant to save object creation.
Added setGameObject and updateFromGameObject methods.
2018-02-15 01:51:36 +00:00
Richard Davey
4cc7fed1dd
Added World.pendingDestroy Set and process it during postUpdate.
2018-02-15 01:50:22 +00:00
Richard Davey
b36dd17430
Removed pendingDestroy and opted for easier Set iteration.
...
Updated Body.reset so it resets the Sprite as well, otherwise the Body remains stuck on the next update loop.
2018-02-15 01:49:55 +00:00
Richard Davey
11aff17e0d
Added Vector2.ZERO const for a handy zero vec2 reference.
2018-02-15 01:49:11 +00:00
Felipe Alfonso
8083cd9d64
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-02-14 20:04:46 -03:00
Niklas Berg
6a77790aef
load.plugin now accepts class as an argument besides an url-string
2018-02-14 23:35:05 +01:00
Richard Davey
e68329f763
Fixed version numbers
2018-02-14 19:55:00 +00:00
Felipe Alfonso
e2bebd3ddd
jsdoc property and method updates
2018-02-14 16:52:37 -03:00
Felipe Alfonso
1737399f69
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-02-14 16:45:30 -03:00
Felipe Alfonso
74abb96211
Added alpha and tint to static tilemap layer. Fixed BitmapMask binding resources issue.
2018-02-14 16:45:22 -03:00
Richard Davey
24e8f7a119
Body.destroy is now flag based, cleared by the World.
...
Added pendingDestroy flag to handle body destruction within events or collider iterations.
2018-02-14 19:36:34 +00:00
Richard Davey
81d0a48c58
disableBody renamed disableGameObjectBody
...
disableBody now disables just a body object.
destroying a body sets its `pendingDestroy` flag, which is now cleared in the postUpdate method.
Group vs. Group collision has been implemented.
World.destroy properly clears down its Sets and RTrees.
2018-02-14 19:35:57 +00:00
Richard Davey
b7beea1d37
Impact bodies now remove themselves from the world when destroyed.
2018-02-14 19:34:21 +00:00
Richard Davey
b81b268b29
Matter JS bodies now have a destroy method that removes them from the world.
2018-02-14 19:33:56 +00:00
Richard Davey
c6f4a6ed43
Arcade Physics Colliders have a name property and setName method.
2018-02-14 19:33:33 +00:00
Richard Davey
d72c7d501a
Destroying a Game Object will now call destroy on its physics body.
2018-02-14 19:33:13 +00:00
samme
633acec058
Fix wrong Extend target in MergeXHRSettings
2018-02-14 09:52:52 -08:00
Felipe Alfonso
92182bed90
Fixed issue with Blitter renderer where it overwrote previous vertex data
2018-02-14 13:43:35 -03:00
Felipe Alfonso
edf15986ff
BitmapMask si working properly with the vertex update batching.
2018-02-14 13:20:56 -03:00
Felipe Alfonso
b700ac158c
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-02-14 10:32:17 -03:00
Richard Davey
c80e2fde2c
Fixed use of List structure for the Blitter game object.
2018-02-14 12:25:17 +00:00
Felipe Alfonso
844e72a7e1
Buffer resource update batching implemented into TextureTintPipeline
2018-02-13 23:46:34 -03:00
Richard Davey
2892f20e5c
Depth component added to the Zone Game Object. Fix #3213
2018-02-13 22:19:44 +00:00
Richard Davey
6a9ac033e2
Fixed call to TweenManager.makeActive. Fix #3219
2018-02-13 21:55:07 +00:00
Richard Davey
eec13883e0
Removed rogue Tween emit calls. Fix #3222
2018-02-13 21:45:21 +00:00
Yat Hin Wong
3af1d57a95
Changed let to var
2018-02-13 17:03:28 +01:00
Richard Davey
8afeafd66b
SetHitArea now calls setInteractive, fixing Group.createMultiple when a hitArea has been set.
2018-02-13 08:09:13 +00:00
Richard Davey
353dba4d5e
Added missing Target camera back, fixing Graphics.generateTexture in the process.
2018-02-13 08:08:48 +00:00
Richard Davey
26403aa84f
Added setCORS method.
2018-02-13 05:54:43 +00:00
Richard Davey
b6e6eb749f
Added Arcade Physics entry point.
2018-02-13 03:43:12 +00:00
Richard Davey
5a7a6c20a9
Removed checksum.
2018-02-13 03:23:29 +00:00
Richard Davey
8f4a1012fd
Updated jsdocs.
2018-02-13 01:39:22 +00:00
Richard Davey
512c8df232
Updated jsdocs
2018-02-13 01:13:12 +00:00
Richard Davey
965f2b0e74
Fixed jsdocs and general tidying up.
2018-02-13 00:41:01 +00:00
Felipe Alfonso
2aa94c28eb
WebGL types added to jsdoc
2018-02-12 21:12:17 -03:00
Richard Davey
8425629165
jsdoc fixes.
2018-02-12 23:51:47 +00:00
Richard Davey
e607d14171
Added jsdocs.
2018-02-12 23:13:16 +00:00
Richard Davey
2813ac8162
Moved PluginManager and merged configs into single root file for easier changing.
2018-02-12 23:03:48 +00:00
Richard Davey
275f6e40b2
Moved to sub-folder.
2018-02-12 22:16:27 +00:00
Richard Davey
14c5aad929
Added jsdocs
2018-02-12 22:16:18 +00:00
Richard Davey
ef87b33a10
Added jsdocs
2018-02-12 21:54:51 +00:00
Richard Davey
ae3cd50356
Fixed jsdocs
2018-02-12 21:39:26 +00:00
Richard Davey
08a968f5ec
Added jsdocs
2018-02-12 21:15:15 +00:00
Felipe Alfonso
9b2741387b
Resolution affecting camera display
2018-02-12 16:03:13 -03:00
Richard Davey
8bce7ea7c9
Added jsdocs.
2018-02-12 17:21:06 +00:00
Richard Davey
3493e272d6
Added jsdocs
2018-02-12 17:03:53 +00:00
Richard Davey
b6b8f70550
DisplayList now just extends List and removed the Plugin, as it acts as its own plugin now.
2018-02-12 16:59:57 +00:00
Richard Davey
d578e89828
Moved Mesh out of core and into its own Graphics extension.
2018-02-12 16:59:27 +00:00
Richard Davey
5ad167a8bf
Added jsdocs
2018-02-12 16:18:34 +00:00
Richard Davey
d1f5f8a82b
Added jsdocs
2018-02-12 16:01:21 +00:00
Richard Davey
fd9cf6c1f7
Added jsdocs
2018-02-12 15:18:31 +00:00
Richard Davey
eaca4eb462
Added jsdocs
2018-02-12 13:48:53 +00:00
Richard Davey
e448ec59f0
Added removeConstraint method.
2018-02-12 13:48:52 +00:00
Richard Davey
d67daa998e
If no value given, set to empty string.
2018-02-12 13:48:51 +00:00
Richard Davey
0ca8390ecb
Optionally retain listeners.
2018-02-12 13:48:50 +00:00
Richard Davey
d421e9264e
Fixed #3145
2018-02-12 13:48:49 +00:00
Richard Davey
8de078d333
Added jsdocs
2018-02-12 13:48:48 +00:00
Richard Davey
92db8cfa2c
Added jsdocs and fix #3179
2018-02-12 13:48:48 +00:00
Richard Davey
403a9363fd
Updated jsdocs
2018-02-12 13:48:47 +00:00
Greg
e9897c31f9
#3190 Tweens/Timeline parent.makeActive missing
2018-02-10 20:45:32 -05:00
Richard Davey
2dda99c1ab
Added jsdocs
2018-02-10 17:51:02 +00:00
Richard Davey
5f39206f35
Added jsdocs
2018-02-10 17:40:40 +00:00
Richard Davey
da88485bc7
Added jsdocs
2018-02-10 17:14:35 +00:00
Richard Davey
38b6d2834b
Added jsdocs
2018-02-10 17:11:36 +00:00
Richard Davey
2ece55c28e
Renamed folder to match namespace
2018-02-10 14:56:08 +00:00
Richard Davey
502ebf7068
Added jsdocs
2018-02-10 02:31:42 +00:00
Richard Davey
b0529c79f8
Moved un-used class
2018-02-10 02:20:36 +00:00
Richard Davey
c9742b6f8a
Added jsdocs
2018-02-10 02:08:53 +00:00
Richard Davey
31e3c5896e
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-02-10 01:50:52 +00:00
Richard Davey
6283a8d6a6
Added jsdocs
2018-02-10 01:50:48 +00:00
Felipe Alfonso
17d00eea4a
Removed model and view scale from pipeline
2018-02-09 17:03:18 -03:00
Richard Davey
97bb52faec
Added jsdocs
2018-02-09 19:19:21 +00:00
Richard Davey
f679716b92
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-02-09 18:46:05 +00:00
Richard Davey
3c4ce58ced
Added jsdocs
2018-02-09 18:45:54 +00:00
Felipe Alfonso
bf9146e490
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-02-09 15:45:32 -03:00
Felipe Alfonso
8529cb9ad1
Resolution fix work in progress
2018-02-09 15:45:22 -03:00
Richard Davey
4c13b9aa7f
Added jsdocs
2018-02-09 18:44:16 +00:00
Richard Davey
aadb075bdf
Fixed function case
2018-02-09 18:33:39 +00:00
Richard Davey
bc87630d61
Added jsdocs.
2018-02-09 18:03:39 +00:00
Richard Davey
cbb0f236f5
Added jsdocs
2018-02-09 17:56:43 +00:00
Richard Davey
d3cb0761d2
Updated jsdocs.
2018-02-09 16:52:19 +00:00
Richard Davey
2434bb187a
Added jsdocs.
2018-02-09 16:52:18 +00:00
Richard Davey
c7a84a1f7a
Merge pull request #3209 from vulcanoidlogic/master
...
matterjs PointerConstraint.js world.events.on undefined
2018-02-09 16:51:52 +00:00
Richard Davey
5db058021f
Added jsdocs.
2018-02-09 15:23:33 +00:00
Richard Davey
a71998d682
Updated origin call.
2018-02-09 15:23:26 +00:00
Richard Davey
73833e6628
Fixed require path.
2018-02-09 15:23:12 +00:00
Richard Davey
3225367240
Check for new TP3 structure.
2018-02-09 15:23:03 +00:00
Richard Davey
33a67f3aff
Added custom pivot boolean.
2018-02-09 15:22:43 +00:00
Richard Davey
5085ed5c9f
Added setOriginFromFrame.
2018-02-09 15:21:49 +00:00
Richard Davey
3422569a4a
setFrame will use a custom pivot, if set.
2018-02-09 15:21:39 +00:00
Richard Davey
b525ecb502
Added jsdocs
2018-02-09 13:46:04 +00:00
Greg
79b61defe6
#3200 Errors in Input Mouse Events examples
2018-02-09 00:21:08 -05:00
Richard Davey
ff1a26c7a3
Added jsdocs
2018-02-09 04:35:23 +00:00
Richard Davey
c1b5ff885e
Added jsdocs
2018-02-09 04:08:01 +00:00
Richard Davey
e0899bfa00
Added jsdocs
2018-02-09 03:44:23 +00:00
Richard Davey
91887815f6
Merged Arcade Physics methods and added jsdocs
2018-02-09 01:40:41 +00:00
Richard Davey
e5f32ef546
Added jsdocs and moved FileTypes to their own namespace
2018-02-08 17:00:14 +00:00
Richard Davey
93a2c3734b
Added jsdocs
2018-02-08 13:45:53 +00:00
Richard Davey
4c5150a24c
Added jsdocs
2018-02-08 04:01:44 +00:00
Richard Davey
7b04ea3130
Fixed path
2018-02-08 02:28:47 +00:00
Richard Davey
d79cffec39
Added jsdocs
2018-02-08 02:21:27 +00:00
Richard Davey
ed89e48b4d
Updated jsdocs
2018-02-08 02:02:37 +00:00
Richard Davey
cf6bbbd0fb
Added jsdocs
2018-02-08 01:08:59 +00:00
Richard Davey
e8c12d164b
Added and updated jsdocs
2018-02-07 23:40:59 +00:00
Richard Davey
5dffe21858
Updated jsdocs
2018-02-07 23:27:01 +00:00
Richard Davey
67f13e30f9
Updated jsdocs
2018-02-07 23:12:55 +00:00
Richard Davey
6d58f92cd9
Updated jsdocs
2018-02-07 23:08:37 +00:00
Richard Davey
fb42cbee42
Updated jsdocs
2018-02-07 22:46:07 +00:00
Richard Davey
ea52b2e12c
Updated jsdocs
2018-02-07 21:58:23 +00:00
Felipe Alfonso
feabcdadb9
Fixed issue with scaled tilemaps
2018-02-07 16:30:18 -03:00
Richard Davey
10193c181a
Fixed require paths.
2018-02-07 17:10:01 +00:00
Richard Davey
89fe7123e1
Moved to its own top-level folder.
2018-02-07 16:29:48 +00:00
Richard Davey
3c8470863a
Fixed undef error.
2018-02-07 16:16:26 +00:00
Richard Davey
ebe2f0758a
Removed incorrect namespace.
2018-02-07 16:16:25 +00:00
Felipe Alfonso
3821ba5ede
WebGL tile flipping and rotation
2018-02-07 13:14:52 -03:00
Richard Davey
40689d1e35
Updated jsdocs.
2018-02-07 15:27:21 +00:00
Richard Davey
8ae958037e
Added jsdocs
2018-02-07 02:46:11 +00:00
Richard Davey
33c9f39b9d
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-02-07 00:19:15 +00:00
Richard Davey
650ae3cf5a
Added jsdocs
2018-02-07 00:18:22 +00:00
Michael Hadley
50434227ac
Tile's flip/rotation is now only set by the flipX, flipY and rotation props
2018-02-06 18:17:15 -06:00
Richard Davey
5c0872485c
Added jsdocs
2018-02-06 22:56:27 +00:00
Richard Davey
645f1e618e
Added jsdocs
2018-02-06 22:37:56 +00:00
Richard Davey
2d4b7b5398
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-02-06 22:25:26 +00:00
Richard Davey
6efb94cce9
Added jsdocs
2018-02-06 22:25:23 +00:00
Felipe Alfonso
cff54d8511
Added tile rotation and fixed undefined resolution on webgl renderer config
2018-02-06 18:47:42 -03:00
Felipe Alfonso
da8c7c0b3e
WebGL config data is now stored on WebGLRenderer
2018-02-06 17:37:13 -03:00
Felipe Alfonso
cffc40b834
Fixed flip on blitter game object. Added camera scrollFactor to blitter canvas renderer
2018-02-06 17:19:11 -03:00
Felipe Alfonso
29f96758a2
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-02-06 17:15:44 -03:00
Richard Davey
8cd5e772d8
Added jsdocs
2018-02-06 19:22:20 +00:00
Richard Davey
0ebe23e396
Added jsdocs
2018-02-06 19:10:44 +00:00
Richard Davey
039d63b17d
Added jsdocs
2018-02-06 17:17:34 +00:00
Richard Davey
a42d1a3f3e
Added jsdocs
2018-02-06 16:37:35 +00:00
Richard Davey
b0bb397369
Added jsdocs
2018-02-06 16:15:22 +00:00
Felipe Alfonso
96834fd7f0
Fixed tilesprite issue of not repeating on webgl
2018-02-06 12:46:05 -03:00
Richard Davey
26a496ac3f
Added jsdocs
2018-02-06 15:04:20 +00:00
Richard Davey
a4381d65aa
Added jsdocs
2018-02-06 14:13:30 +00:00
Richard Davey
d9227420b3
Added jsdocs
2018-02-06 01:22:22 +00:00
Richard Davey
36229eee79
Added jsdocs
2018-02-06 01:08:43 +00:00
Richard Davey
d838f4cfcd
Added jsdocs
2018-02-06 00:56:09 +00:00
Richard Davey
a8eae2bab7
Added jsdocs
2018-02-05 23:59:51 +00:00
Richard Davey
6df51372d5
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-02-05 22:08:52 +00:00
Richard Davey
45bda0b6ab
Added jsdocs
2018-02-05 22:08:48 +00:00
Felipe Alfonso
7b1ad0b307
transparent, clearBeforeRender and roundPixels now affect the rendering result
2018-02-05 19:06:02 -03:00
Richard Davey
b889a39bfb
Removed extra docs output line
2018-02-05 02:34:42 +00:00
Richard Davey
99913b9da4
More jsdoc updates
2018-02-01 05:48:56 +00:00
Richard Davey
9e8ee078e8
Fixed mixin jsdoc defs
2018-02-01 01:36:52 +00:00
Richard Davey
6611685640
Added jsdocs
2018-02-01 01:20:11 +00:00
Richard Davey
6dc4a122bf
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-02-01 01:09:37 +00:00
Richard Davey
a506fcc3ac
Added jsdocs
2018-02-01 01:09:34 +00:00
Felipe Alfonso
b48c2a8173
Fixed scale issue with baseScale of camera manager
2018-01-31 21:52:48 -03:00
Richard Davey
d457373287
Added Depth component and tidied up redundant parts of Transform
2018-02-01 00:50:15 +00:00
Richard Davey
c254cb2991
Added jsdocs
2018-02-01 00:25:33 +00:00
Richard Davey
218dde8d8a
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-02-01 00:04:48 +00:00
Richard Davey
950a125d71
Added jsdocs
2018-02-01 00:04:45 +00:00
Felipe Alfonso
e5831138a4
baseScale added to camera manager and propagated to cameras through preRender function
2018-01-31 21:01:27 -03:00
Richard Davey
35b1cce047
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-01-31 17:48:32 +00:00
Richard Davey
203a0ee98c
Added jsdocs
2018-01-31 17:48:30 +00:00
Felipe Alfonso
4d03853935
Added cleanup routine for all webgl content on WebGLRenderer destroy function
2018-01-31 14:36:00 -03:00
Richard Davey
ee281f95e8
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-01-31 16:53:51 +00:00
Richard Davey
d8b2b6e340
jsdoc tweaks
2018-01-31 16:53:48 +00:00
Pavle Goloskokovic
499c2206c6
Merge remote-tracking branch 'origin/master'
2018-01-31 16:42:59 +01:00
Pavle Goloskokovic
53fc478a1c
Fixed scope bug
2018-01-31 16:42:47 +01:00
Richard Davey
65e5b14276
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-01-31 13:54:48 +00:00
Richard Davey
2a86400a28
Added in jsdocs
2018-01-31 13:54:44 +00:00
Pavle Goloskokovic
cfefbdab5a
Resuming audio context passed to audio config before returning it from createAudioContext method
2018-01-31 14:09:01 +01:00
Pavle Goloskokovic
2f6d89c01a
Destroy updates
2018-01-31 14:07:57 +01:00
Pavle Goloskokovic
6bfb0d21ce
Releasing audio context reference
2018-01-31 14:07:03 +01:00
Richard Davey
f73d66a246
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-01-31 03:38:13 +00:00
Richard Davey
a802914243
Added in destroy methods for all managers and invoked them from Game
2018-01-31 03:38:10 +00:00
Felipe Alfonso
f294a17a79
Fixed light culling
2018-01-30 22:27:11 -03:00
Felipe Alfonso
0648161ca5
Added simple light culling
2018-01-30 22:11:51 -03:00
Felipe Alfonso
d9b04ef2e9
Light2D Plugin added to scene
2018-01-30 19:46:43 -03:00
Richard Davey
f1a25921c7
Fixed missing Pipeline component.
2018-01-30 19:16:00 +00:00
Richard Davey
4f76b4ddb8
Merge pull request #3195 from benabbottnz/debugheader
...
Update url to https
2018-01-30 13:30:10 +00:00
Richard Davey
bc2263dbd4
Fixed Camera3D Plugin, exposed it via camera3d
in a Scene and added cameras to local array.
...
Closes #3188
2018-01-30 13:15:50 +00:00
Felipe Alfonso
de4b308fbd
Light2D update
2018-01-30 00:38:31 -03:00
Richard Davey
4ec30b8db8
Recoded the Data component
...
Added is back in as DataManager, which Game Objects can have an instance of. Plus exposed as DataManagerPlugin available to Scenes. Removed callback based system and implemented events and fixed the destroy method.
2018-01-30 00:55:27 +00:00
Richard Davey
a62892c44a
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-01-29 23:38:30 +00:00
Richard Davey
f0726d4060
Added the ability to provide a data source image to go with a standard image
...
This allows you to load a normal map, specular map, or other format of image based data alongside a regular image and have them bound together internally, without creating duplicate entries in the Texture Manager or loader
2018-01-29 23:38:27 +00:00
Michael Hadley
65beefce29
Fix #3169 : add optional param to Tile#setCollision & Tile.resetCollision to recalc faces
2018-01-29 16:51:08 -06:00
Michael Hadley
b537ebd966
Made CalculateFacesAt accessible as part of the tilemap API
...
This is used internally, but may be useful for some devs
2018-01-29 16:31:14 -06:00
Felipe Alfonso
71a6360a7b
Pipeline components added
2018-01-29 18:46:48 -03:00
Richard Davey
107cd8426f
Updated spacing addition issue.
2018-01-29 16:12:10 +00:00
Michael Hadley
d088889c02
Added resetFX to 2D camera
2018-01-28 11:06:37 -06:00
Michael Hadley
16767927cb
Bug fix: setExisting -> setExistingBody
2018-01-28 08:06:05 -06:00
Ben Abbott
ee598818b1
Update URL to https
2018-01-28 17:10:44 +13:00
Ben Abbott
27ed94b6b1
Update url to https
2018-01-28 15:52:35 +13:00
Michael Hadley
dfab17fb7a
Tilemap helper methods for accessing objects from object layers
2018-01-27 10:27:12 -06:00
Michael Hadley
7acd9b0381
Tiled object parser: store points as xy objects instead of arrays
...
V2 used arrays, but other places in the codebase (and users) will expect an object with XY props over an array.
2018-01-27 08:34:11 -06:00
Michael Hadley
901b5f8ba9
Upgraded Tilemap object layer parser from v2
...
- Added ObjectLayer class to make the structure of an object layer clear
- Tilemap.objects is now an array of objects. This allows object layer properties to be parsed.
2018-01-27 08:27:56 -06:00
Michael Hadley
c7c94cdea8
Remove unnecessary v2 code: tilemap.collision
2018-01-27 08:05:45 -06:00
Michael Hadley
cbc493df98
MatterTileBody bug fix: tile -> this.tile
2018-01-26 22:31:53 -06:00
Michael Hadley
801d2e92e1
Revert "Add matter component for inertia - useful for platformers"
...
This reverts commit 2b20c8bbfb
.
2018-01-26 21:51:20 -06:00
Michael Hadley
ec444f876e
Extend SetBody component with setExistingBody method
...
This makes it easy to add compound bodies to a MatterSprite/MatterImage
2018-01-26 21:50:22 -06:00
Michael Hadley
0d84860a8a
Update Matter.World to render compound bodies
2018-01-26 21:50:21 -06:00
Felipe Alfonso
0e1009150c
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-01-26 20:17:28 -03:00
Felipe Alfonso
00c6c4a6df
Light2D Pipeline
2018-01-26 20:17:11 -03:00
Michael Hadley
63123250d1
Add clairifying note to fix #3193
2018-01-26 15:34:03 -06:00
Richard Davey
79de1b860a
Added jsdocs
2018-01-26 15:37:42 +00:00
Felipe Alfonso
4a63326f39
Forced nearest filtering for canvas textures
2018-01-26 12:21:05 -03:00
Pavle Goloskokovic
13b2c126bb
ESLint fix
2018-01-26 15:40:45 +01:00
Pavle Goloskokovic
48f73e3b32
ESLint fix
2018-01-26 15:39:34 +01:00
Pavle Goloskokovic
6c5f72f86e
ESLint fix
2018-01-26 15:38:00 +01:00
Pavle Goloskokovic
31fa6e9b31
ESLint fix
2018-01-26 15:37:31 +01:00
Pavle Goloskokovic
a703c3481e
ESLint fix
2018-01-26 15:36:41 +01:00
Pavle Goloskokovic
7507d095af
ESLint fix
2018-01-26 15:36:10 +01:00
Pavle Goloskokovic
06d31f1c0b
ESLint fix
2018-01-26 15:35:09 +01:00