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
Twilrom
d443ff380e
Make WebGL Graphics closePath work the same as in Canvas.
2018-02-16 16:28:35 +01:00
Twilrom
d45784f3c9
Remove some unnecessary calls to closePath.
2018-02-16 16:13:48 +01:00
Twilrom
859cc27e2e
Fix beginPath in WebGL Graphics
2018-02-16 15:38:21 +01:00
Twilrom
0c0b272ccc
Update WebGL Graphics.arc to work more like on Canvas
2018-02-16 15:38:21 +01: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
Pavle Goloskokovic
c20835bce8
Eslint fix
2018-01-26 15:34:18 +01:00
Pavle Goloskokovic
879f821bd4
Removed completed TODO
2018-01-26 15:29:31 +01:00
Pavle Goloskokovic
b4602e0ba1
Merge remote-tracking branch 'origin/master'
2018-01-26 15:26:33 +01:00
Pavle Goloskokovic
f3d2b9e510
Added loop event docs
2018-01-26 15:25:59 +01:00
Pavle Goloskokovic
3de4234db8
Added seek event docs
2018-01-26 15:25:45 +01:00
Pavle Goloskokovic
3d20e05641
Added volume event docs
2018-01-26 15:25:09 +01:00
Pavle Goloskokovic
c1b3a18ea0
Added mute event docs
2018-01-26 15:24:55 +01:00
Pavle Goloskokovic
07d06a58ad
Added ended event docs
2018-01-26 15:24:40 +01:00
Pavle Goloskokovic
419761db15
Added looped event docs
2018-01-26 15:24:25 +01:00
Pavle Goloskokovic
d9f6669277
Added stop event docs
2018-01-26 15:24:05 +01:00
Pavle Goloskokovic
fd2995d978
Added resume event docs
2018-01-26 15:23:48 +01:00
Pavle Goloskokovic
58006988f0
Added pause event docs
2018-01-26 15:23:35 +01:00
Pavle Goloskokovic
9b4930ea47
Added play event docs
2018-01-26 15:23:06 +01:00
Richard Davey
a4e9ae5fdd
Added jsdocs.
2018-01-26 14:23:00 +00:00
Pavle Goloskokovic
0a1e4abd9f
Added setRate method docs
2018-01-26 15:20:44 +01:00
Pavle Goloskokovic
f7f3906810
Added setVolume method docs
2018-01-26 15:20:15 +01:00
Pavle Goloskokovic
ace58fa019
Added setMute method docs
2018-01-26 15:19:55 +01:00
Pavle Goloskokovic
4d5720d094
Added destroy method docs
2018-01-26 15:19:32 +01:00
Pavle Goloskokovic
32a2bcbf85
Added update method docs
2018-01-26 15:19:07 +01:00
Pavle Goloskokovic
1ca182e209
Added onFocus method docs
2018-01-26 15:18:45 +01:00
Pavle Goloskokovic
5b371db61f
Added onBlur method docs
2018-01-26 15:18:22 +01:00
Pavle Goloskokovic
18cd227e69
Added reset method docs
2018-01-26 15:18:02 +01:00
Pavle Goloskokovic
a2fdf7c42c
Added stopAndReleaseAudioTag method docs
2018-01-26 15:17:36 +01:00
Pavle Goloskokovic
3f6df08552
Added playCatchPromise method docs
2018-01-26 15:17:19 +01:00
Pavle Goloskokovic
fcd9efee42
Added pickAudioTag method docs
2018-01-26 15:16:43 +01:00
Pavle Goloskokovic
443599f261
Added pickAndPlayAudioTag method docs
2018-01-26 15:15:52 +01:00
Pavle Goloskokovic
bf3c0a2ea1
Added stop method docs
2018-01-26 15:15:20 +01:00
Pavle Goloskokovic
1c21a09cb2
Added resume method docs
2018-01-26 15:14:57 +01:00
Pavle Goloskokovic
311a18b052
Added pause method docs
2018-01-26 15:14:35 +01:00
Pavle Goloskokovic
17a5cc6128
Added play method docs
2018-01-26 15:14:19 +01:00
Pavle Goloskokovic
3018a2512c
Updated isLocked method docs
2018-01-26 15:11:21 +01:00
Pavle Goloskokovic
1e423a7ff6
Added volume event docs
2018-01-26 15:10:10 +01:00
Pavle Goloskokovic
f30fb5f9ff
Added mute event docs
2018-01-26 15:09:55 +01:00
Pavle Goloskokovic
428e8bd9a3
Updated unlock method docs
2018-01-26 15:09:22 +01:00
Pavle Goloskokovic
5e05cee185
Added loop event docs
2018-01-26 15:08:07 +01:00
Pavle Goloskokovic
a47157d739
Added seek event docs
2018-01-26 15:06:50 +01:00
Pavle Goloskokovic
a6c7e2da8b
Added volume event docs
2018-01-26 15:06:33 +01:00
Pavle Goloskokovic
5c5ddd88f5
Added mute event docs
2018-01-26 15:06:16 +01:00
Pavle Goloskokovic
f0c8022159
Added looped event docs
2018-01-26 15:05:52 +01:00
Pavle Goloskokovic
3581b0bdb2
Added ended event docs
2018-01-26 15:05:34 +01:00
Pavle Goloskokovic
7945ebaec8
Added stop event docs
2018-01-26 15:05:14 +01:00
Pavle Goloskokovic
e874c64fe4
Added resume event docs
2018-01-26 15:04:53 +01:00
Pavle Goloskokovic
ed27878b78
Added pause event docs
2018-01-26 15:02:33 +01:00
Pavle Goloskokovic
6b92e34b0f
Added play event docs
2018-01-26 15:02:14 +01:00
Pavle Goloskokovic
1de4078262
Updated WebAudioSound class constructor docs
2018-01-26 15:01:49 +01:00
Pavle Goloskokovic
6ac7ed22d4
Added detune event docs
2018-01-26 15:00:38 +01:00
Pavle Goloskokovic
50a87d8340
Added rate event docs
2018-01-26 15:00:15 +01:00
Pavle Goloskokovic
e144505c1d
Added unlocked event docs
2018-01-26 14:57:46 +01:00
Pavle Goloskokovic
e2092dfacd
Added stopall event docs
2018-01-26 14:57:18 +01:00
Pavle Goloskokovic
996a77cd10
Added resumeall event docs
2018-01-26 14:57:01 +01:00
Pavle Goloskokovic
e4e0879347
Added pauseall event docs
2018-01-26 14:56:33 +01:00
Pavle Goloskokovic
532e506241
Updated unlock method docs
2018-01-26 14:55:49 +01:00
Pavle Goloskokovic
3344fc8c49
Added detune event docs
2018-01-26 14:54:45 +01:00
Pavle Goloskokovic
371deefbcd
Added rate event docs
2018-01-26 14:54:15 +01:00
Pavle Goloskokovic
754c3bc543
Added NoAudioSoundManager class constructor docs
2018-01-26 14:53:02 +01:00
Pavle Goloskokovic
d0aa4e6913
Added config default value assignment
2018-01-26 14:52:03 +01:00
Pavle Goloskokovic
1835217d7e
Added NoAudioSound class constructor docs
2018-01-26 14:51:34 +01:00
Pavle Goloskokovic
5c3ad36ec3
Added isLocked method docs
2018-01-26 14:49:27 +01:00
Pavle Goloskokovic
fbafeeef7f
Added destroy method docs
2018-01-26 14:47:35 +01:00
Pavle Goloskokovic
92669f3c98
Added onFocus method docs
2018-01-26 14:36:01 +01:00
Pavle Goloskokovic
aaee7388ca
Added onBlur method docs
2018-01-26 14:35:34 +01:00
Pavle Goloskokovic
27179b64ed
Updated unlock method docs
2018-01-26 14:34:32 +01:00
Pavle Goloskokovic
c8e64c5153
Updated add method docs
2018-01-26 14:33:54 +01:00
Pavle Goloskokovic
47b0eea9a9
Updated lockedActionsQueue property docs
2018-01-26 14:33:15 +01:00
Pavle Goloskokovic
57724d1455
Updated loopEndOffset property docs
2018-01-26 14:32:38 +01:00
Pavle Goloskokovic
b5b752f39f
Updated audioPlayDelay property docs
2018-01-26 14:32:11 +01:00
Pavle Goloskokovic
98c0cfd6fe
Updated override property docs
2018-01-26 14:31:48 +01:00
Pavle Goloskokovic
ea95ae82e1
Added HTML5AudioSoundManager class constructor docs
2018-01-26 14:31:10 +01:00
Pavle Goloskokovic
a0e462dd46
Merge remote-tracking branch 'origin/master'
2018-01-26 14:28:25 +01:00
Pavle Goloskokovic
0b84831218
Added HTML5AudioSound class constructor docs
2018-01-26 14:28:15 +01:00
Richard Davey
d1c1074979
Added jsdocs.
2018-01-26 13:14:41 +00:00
Richard Davey
a6dbacbc20
Added jsdocs.
2018-01-26 12:43:51 +00:00
Antriel
975b2b59ca
Fixed Tween.resume/pause.
2018-01-26 10:25:13 +01:00
Richard Davey
fabaa493ef
jsdoc work
2018-01-26 06:55:15 +00:00
Richard Davey
3ba739756c
Added jsdocs.
2018-01-26 06:19:27 +00:00
Richard Davey
8d97b1a46a
Removed the MinMax classes.
2018-01-26 06:19:19 +00:00
Richard Davey
feee8e34e8
Moved Container out of prod for now.
2018-01-26 05:25:30 +00:00
Richard Davey
9988e4eb5b
Removed un-needed files and moved plugins around.
2018-01-26 05:21:45 +00:00
Richard Davey
29fde6868a
Added jsdocs.
2018-01-26 04:53:16 +00:00
Richard Davey
3488ad6a7d
Added jsdocs.
2018-01-26 04:18:31 +00:00
Felipe Alfonso
9173ed88d9
Fixed tint issue
2018-01-26 00:55:05 -03:00
Felipe Alfonso
fe22495000
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-01-26 00:48:01 -03:00
Felipe Alfonso
83b7d11f14
Fixed issue with scrolling on static tilemaps and not clearing path array on Flat Pipeline
2018-01-26 00:47:41 -03:00
Richard Davey
803f54afd2
Added jsdocs.
2018-01-26 03:40:49 +00:00
Richard Davey
00382bf059
Added jsdocs.
2018-01-26 02:20:33 +00:00
Richard Davey
c168daee3f
Added jsdocs.
2018-01-26 00:37:58 +00:00
Felipe Alfonso
065235a9f4
Fixed issue with static bitmap text rendering
2018-01-25 21:34:35 -03:00
Felipe Alfonso
63b3bfe6c3
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-01-25 21:05:57 -03:00
Felipe Alfonso
3af73b6162
culling non visible chars
2018-01-25 21:05:38 -03:00
Richard Davey
50318435b6
Commented out physics destroy call.
2018-01-25 23:19:37 +00:00
Richard Davey
2d0e27cd63
Fixed use of Object.assign (doesn't work on IE11)
2018-01-25 23:19:23 +00:00
Felipe Alfonso
cb7bbea020
removed old code
2018-01-25 19:32:51 -03:00
Felipe Alfonso
c94810ad43
Merge branch 'master' into rendering-cleanup
2018-01-25 19:21:34 -03:00
Felipe Alfonso
7c4c439aa4
Diffuse lighting shaders. Also made light layer rendering pass through
2018-01-25 19:20:36 -03:00
Michael Hadley
2b20c8bbfb
Add matter component for inertia - useful for platformers
2018-01-25 16:05:49 -06:00
Michael Hadley
08df6b4cb0
Bug fix: wrong prop name
2018-01-25 15:34:25 -06:00
Michael Hadley
7730af643d
Add better support for concave polygons to MatterTileBody
2018-01-25 15:17:33 -06:00
Michael Hadley
578fe59110
Add scale support to MatterTileBody
2018-01-25 15:17:10 -06:00
Michael Hadley
64d172546c
JSDoc Matter.World#convertTilemapLayer & Matter.World#convertTiles
2018-01-25 14:04:58 -06:00
Michael Hadley
27930fb4bb
JSDoc MatterTileBody
2018-01-25 13:58:03 -06:00
Michael Hadley
92fb2a9c21
Update MatterTileBody to use latest Tile API
2018-01-25 13:49:28 -06:00
Michael Hadley
a6556e9364
Expose Phaser.Physics.Matter.TileBody
2018-01-25 13:48:47 -06:00
Michael Hadley
05688ac598
Tile.GetBounds
2018-01-25 13:48:22 -06:00
Felipe Alfonso
d4f0d02745
Merge branch 'master' into rendering-cleanup
2018-01-25 15:45:15 -03:00
Felipe Alfonso
ba280c7517
BitmapMask and GeometryMask are rendering correctly
2018-01-25 15:43:19 -03:00
Richard Davey
8b8601b464
Working through color docs
2018-01-25 17:29:17 +00:00
Richard Davey
cb2891db8a
Added jsdocs to the Device inspector, removed out-dated properties and changed case of Device access
2018-01-25 17:03:35 +00:00
Richard Davey
1304eab7db
Added jsdocs
2018-01-25 15:48:41 +00:00
Richard Davey
b415a19c71
Moved pixel blend modes
2018-01-25 15:48:33 +00:00
Richard Davey
32711feaba
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-01-25 14:55:35 +00:00
Richard Davey
cd0388a8bb
Added jsdocs
2018-01-25 14:55:31 +00:00
Michael Hadley
6776b94c5b
Allow Impact.Sprite#setVelocity to accept 1 parameter
2018-01-25 08:45:40 -06:00
Richard Davey
5690e6240f
Merge pull request #3186 from Antriel/place-on-triangle
...
Fixed PlaceOnTriangle
2018-01-25 14:10:52 +00:00
Michael Hadley
91f18d9c94
Added convenience method Tile.getTileData
2018-01-25 07:46:08 -06:00
Michael Hadley
a601c57163
Renamed TilemapLayer.map -> TilemapLayer.tilemap for consistency
2018-01-25 07:29:43 -06:00
Michael Hadley
13349145cb
Added Tile.tilemap convenience getter
2018-01-25 07:25:14 -06:00
Antriel
bb346d5c2c
Fixed BresenhamPoints' usage in PlaceOnTriangle.
2018-01-25 07:55:04 +01:00
Felipe Alfonso
77e0422f98
Merge branch 'master' into rendering-cleanup
2018-01-25 02:28:31 -03:00
Felipe Alfonso
7b3c2c6b1c
Removed old code
2018-01-25 02:27:30 -03:00
Felipe Alfonso
bd8e9b2003
Static Tilemap Layer rendering
2018-01-25 02:26:14 -03:00
Richard Davey
1f72b90d8d
Added jsdocs
2018-01-25 05:26:13 +00:00
Richard Davey
12b59ea39d
Added jsdocs
2018-01-25 05:11:52 +00:00
Richard Davey
118c69f40f
Added jsdocs
2018-01-25 04:41:36 +00:00
Richard Davey
bfddb09bf9
Updated docs and implemented destroy
2018-01-25 03:38:23 +00:00
Richard Davey
ffae9c1259
Moved wip contents to archived and moved un-used files from src to wip
2018-01-25 02:14:20 +00:00
Richard Davey
0443eedf1e
JSDocs added
2018-01-25 02:13:50 +00:00
Felipe Alfonso
80d9ef42b3
ParticleEmitterManager webgl rendering added
2018-01-24 22:10:30 -03:00
Richard Davey
897d3f2b70
Added jsdocs
2018-01-25 00:48:48 +00:00
Felipe Alfonso
42482ecb26
TileSprite webgl rendering
2018-01-24 21:15:51 -03:00
Richard Davey
9850ccb108
Removed un-used visible property and added jsdocs.
2018-01-24 23:50:46 +00:00
Felipe Alfonso
195a59d3ba
Dynamic Tilemap rendering
2018-01-24 19:29:57 -03:00
Felipe Alfonso
06fa0afcc8
Dynamic Bitmap Text webgl rendering
2018-01-24 15:55:23 -03:00
Richard Davey
79437480b9
Added jsdocs.
2018-01-24 17:12:07 +00:00
Richard Davey
8fe16e5506
Moved removal of listeners to the loadComplete section (re: #3184 )
2018-01-24 14:26:17 +00:00
Michael Hadley
2c1f10b0b4
setCollisionMapFromTilemapLayer - load slope mapping via object or Tiled properties
2018-01-23 22:00:01 -06:00
Felipe Alfonso
69c56fc920
Merge branch 'master' into rendering-cleanup
2018-01-24 00:58:53 -03:00
Felipe Alfonso
326bdd5204
Fixed camera effects
2018-01-24 00:57:33 -03:00
Felipe Alfonso
12a1ef34f4
Fixed pipeline binding
2018-01-24 00:08:14 -03:00
Felipe Alfonso
5170784338
Graphics WebGL Rendering
2018-01-24 00:03:43 -03:00
Michael Hadley
e564a6cbe7
Tile helper methods for getting actual world bounds of a tile
2018-01-23 19:16:56 -06:00
Felipe Alfonso
ca465c8139
Fixed Quad
2018-01-23 21:58:37 -03:00
Felipe Alfonso
99d850346f
Text rendering added
2018-01-23 21:40:20 -03:00
Felipe Alfonso
61458e1475
Merge branch 'master' into rendering-cleanup
2018-01-23 20:37:26 -03:00
Felipe Alfonso
502ce8ddea
Static BitmapText rendering. Added rect culling to TextureTintPipeline
2018-01-23 20:36:49 -03:00
Richard Davey
f941cd441e
Merge pull request #3183 from ladrower/TimerEvent
...
TimerEvent startAt field not scaled
2018-01-23 20:58:14 +00:00
Felipe Alfonso
dd9cef61cf
Image WebGL rendering
2018-01-23 17:32:20 -03:00
Felipe Alfonso
086eec1616
Merge branch 'master' into rendering-cleanup
2018-01-23 16:30:50 -03:00
Felipe Alfonso
070d946dca
Mesh and Sprite rendering
2018-01-23 16:29:47 -03:00
Pavle Goloskokovic
07bbe80fca
Merge remote-tracking branch 'origin/master'
2018-01-23 19:03:11 +01:00
Pavle Goloskokovic
924247c04d
Fixes #3182
2018-01-23 19:02:58 +01:00
Felipe Alfonso
336cc4e3fe
Merge branch 'master' into rendering-cleanup
2018-01-23 13:39:33 -03:00
Felipe Alfonso
822fc052ee
Sprite batching
2018-01-23 13:38:58 -03:00
Michael Hadley
ebabf97ce3
Comment clarification
2018-01-23 09:41:29 -06:00
Michael Hadley
4abf0df119
Added setCollisionFromCollisionGroup for easily setting collision from Tiled collision editor
2018-01-23 09:40:59 -06:00
Artem Platonov
3e5a35d796
TimerEvent startAt field not scaled
...
A note regarding the feature `startAt` of `TimerEvent `
When an event gets added it should be either scaled by clock `timeScale`
as well or not scaled at all - depending on the feature purpose.
```javascript
// preUpdate loop
event.elapsed = event.startAt * event.timeScale
```
In my understanding it should not be influenced by `timeScale` at all.
As a developer I would use the feature of `startAt` to specify the exact
offset for my event.
In case I have looped `Timer` for one second and want to start the first
loop in the middle, I would set the `startAt` to half a second. And
scaling is applied during the timer run time as a factor of speed it
elapses.
2018-01-23 16:34:33 +01:00
Michael Hadley
2cabd15684
Added SetCollisionByProperty to Tilemap API
2018-01-23 09:05:37 -06:00
Michael Hadley
e31ea73ad4
Typo fix: Tilset -> Tileset
2018-01-23 08:38:43 -06:00
Richard Davey
cb3166850e
Fixed issue with Keyboard events for single key presses. Added new KeyMap.
2018-01-23 14:37:32 +00:00
Michael Hadley
629ead9a37
Making Tileset comments more specific - better explains Tiled structure
2018-01-23 07:55:43 -06:00
Michael Hadley
b8b0f42153
getTileProperty -> getTileProperties
...
A tile can have multiple properties, so it makes more sense as a plural method name
2018-01-23 07:54:03 -06:00
Michael Hadley
c7a471e29a
Convenience for getting Tileset collision group from Tile
2018-01-23 07:52:53 -06:00
Michael Hadley
ab29015742
Convenience tile getters for looking up tileset & tilemap layer
2018-01-23 07:48:59 -06:00
Artem
2bf0381821
clock timescale applied to timer
2018-01-23 14:37:25 +01:00
Richard Davey
123c8f8127
Calls to the Scene Manager that happen before the Scene is running are now queued
...
Thanks to gdomaradzki for bringing this one to my attention!
2018-01-23 02:12:33 +00:00
Felipe Alfonso
6153a34103
Moved shader source to text files
2018-01-22 20:01:00 -03:00
Felipe Alfonso
0f0b422fd7
FlatTint Pipeline progress
2018-01-22 19:51:15 -03:00
Felipe Alfonso
2b043fff65
Removed RenderTarget and Shader from components
2018-01-22 18:53:15 -03:00
Felipe Alfonso
a171968558
WebGLRenderer render function update
2018-01-22 18:37:47 -03:00
Felipe Alfonso
961f00ac11
BlitterPipeline added
2018-01-22 18:21:47 -03:00
Felipe Alfonso
e8610734b7
Merge branch 'master' into rendering-cleanup
2018-01-22 12:18:38 -03:00
Richard Davey
75e9349b3c
Text canvas width cannot drop below 1x1 pixels.
2018-01-22 12:21:42 +00:00
Richard Davey
eb3c9fe341
Fix for the read-only DOMRect issue flagged in #3176
2018-01-22 12:04:14 +00:00
Michael Hadley
568b04cedb
Loader typo in new loader structure
2018-01-21 15:28:04 -06:00
Michael Hadley
ccdad43920
Matter world and factory methods for creating a tile body
2018-01-21 12:53:48 -06:00
Michael Hadley
348da8c81e
MatterTileBody: wrapper around a Tile that provides access to a matter body
2018-01-21 12:53:27 -06:00
Pavle Goloskokovic
b82179268f
Merge remote-tracking branch 'origin/master'
2018-01-21 15:16:18 +01:00
Pavle Goloskokovic
c604fd9a5e
Removed updating loading properties if audio is locked
2018-01-21 15:14:46 +01:00
Felipe Alfonso
a4e79875d4
Merge branch 'master' into rendering-cleanup
...
# Conflicts:
# src/gameobjects/blitter/BlitterWebGLRenderer.js
2018-01-21 11:14:27 -03:00
Pavle Goloskokovic
f917c94d93
Emitting fileprogress event
2018-01-21 15:13:48 +01:00
Pavle Goloskokovic
bdf38448ea
Calling loader nextFile method instead of callback
2018-01-21 15:13:02 +01:00
Pavle Goloskokovic
d743ac82c1
Added loaded flag to prevent multiple calls to onLoad method
2018-01-21 15:12:34 +01:00
Pavle Goloskokovic
e1c5969bd4
Calling loader nextFile method instead of callback
2018-01-21 15:11:30 +01:00
Pavle Goloskokovic
4160d738bc
Passing loader reference to load method
2018-01-21 15:10:08 +01:00
Richard Davey
bc298aca7b
Testing doc snippets
2018-01-21 13:19:58 +00:00
Richard Davey
04debe7a71
Added jsdocs
2018-01-21 13:01:38 +00:00
Pavle Goloskokovic
472a0d9a4f
Added no audio classes to index.js
2018-01-20 22:06:36 +01:00
Pavle Goloskokovic
18cf394f8a
Fixed path to Extend import
2018-01-20 21:28:37 +01:00
Pavle Goloskokovic
0198a71cd1
Merge remote-tracking branch 'origin/master'
2018-01-20 21:23:53 +01:00
Pavle Goloskokovic
87fa583c47
Competed a TODO to instantiate NoAudioSoundManager if there is no audio engine available or sounds are disabled in config
2018-01-20 21:23:43 +01:00
Pavle Goloskokovic
e03108e332
Removed unused NOOP import
2018-01-20 21:19:43 +01:00
Pavle Goloskokovic
b42a426cc9
Removeing sound from manager before calling BaseSound destroy method
2018-01-20 21:18:42 +01:00
Pavle Goloskokovic
7ecc671781
Removed update method
2018-01-20 21:18:01 +01:00
Pavle Goloskokovic
2bf8358d3e
Added destroy method that calls BaseSound destroy method
2018-01-20 21:14:15 +01:00
Pavle Goloskokovic
5980180659
Added update method that does nothing
2018-01-20 21:13:36 +01:00
Pavle Goloskokovic
eda3a080b4
Added stop method that only returns false
2018-01-20 21:12:53 +01:00
Pavle Goloskokovic
c071d8db16
Added resume method that only returns false
2018-01-20 21:12:36 +01:00
Pavle Goloskokovic
a52145eb9e
Added pause method that only returns false
2018-01-20 21:12:18 +01:00
Pavle Goloskokovic
f8cefe6606
Added play method that only returns false
2018-01-20 21:11:53 +01:00
Pavle Goloskokovic
dcc406d218
Added removeMarker method that only returns false
2018-01-20 21:11:35 +01:00
Pavle Goloskokovic
8685b7c2ac
Added updateMarker method that only returns false
2018-01-20 21:11:16 +01:00
Pavle Goloskokovic
e9c441b98a
Added addMarker method that only returns false
2018-01-20 21:10:51 +01:00
Pavle Goloskokovic
063dda1929
Initializing pendingRemove property to false
2018-01-20 21:10:00 +01:00
Pavle Goloskokovic
e76377a89e
Initializing currentMarker property to null
2018-01-20 21:09:46 +01:00
Pavle Goloskokovic
6a207de3b0
Initializing markers property to an empty object
2018-01-20 21:09:28 +01:00
Pavle Goloskokovic
cde2b9c080
Initializing loop property to default value
2018-01-20 21:09:08 +01:00
Pavle Goloskokovic
1fa851b0e8
Initializing seek property to default value
2018-01-20 21:08:47 +01:00
Pavle Goloskokovic
858d296a1c
Initializing detune property to default value
2018-01-20 21:08:34 +01:00
Pavle Goloskokovic
fc46d8d4d0
Initializing rate property to default value
2018-01-20 21:08:21 +01:00
Pavle Goloskokovic
e6477b0e40
Initializing volume property to default value
2018-01-20 21:08:08 +01:00
Pavle Goloskokovic
5f58588903
Initializing mute property to default value
2018-01-20 21:07:54 +01:00
Pavle Goloskokovic
cd070ac282
Initializing currentConfig property to point to config property
2018-01-20 21:07:30 +01:00
Pavle Goloskokovic
ff6f7f844c
Initializing config property to object with default config values merged with provided config attribute
2018-01-20 21:07:00 +01:00
Pavle Goloskokovic
f925d3f5bd
Initializing totalDuration property to 0
2018-01-20 21:01:04 +01:00
Pavle Goloskokovic
65696b17a5
Initializing duration property to 0
2018-01-20 21:00:50 +01:00
Pavle Goloskokovic
d2a3d98abe
Initializing totalRate property to 1
2018-01-20 21:00:31 +01:00
Pavle Goloskokovic
a2a19cceb2
Initializing isPaused property to false
2018-01-20 20:59:27 +01:00
Pavle Goloskokovic
0de3b321d2
Initializing isPlaying property to false
2018-01-20 20:59:13 +01:00
Pavle Goloskokovic
d282f3a1cb
Initializing key property with provided attribute value
2018-01-20 20:58:31 +01:00
Pavle Goloskokovic
10daa22fb0
Initializing manager property with provided attribute reference
2018-01-20 20:58:02 +01:00
Pavle Goloskokovic
4c2b7b3db7
Added NoAudioSound class that extends EventEmitter
2018-01-20 20:56:49 +01:00
Pavle Goloskokovic
732cb5592a
Removed setting unlocked property
2018-01-20 20:35:34 +01:00
Pavle Goloskokovic
1dc28e1119
Added forEachActiveSound method that calls BaseSoundManager forEachActiveSound method
2018-01-20 20:32:30 +01:00
Pavle Goloskokovic
ce5de6e06a
Added destroy method that calls BaseSoundManager destroy method
2018-01-20 20:32:15 +01:00
Pavle Goloskokovic
8ee02f8f29
Added update method that does nothing
2018-01-20 20:31:53 +01:00
Pavle Goloskokovic
e9c1ba289e
Added stopAll method that does nothing
2018-01-20 20:25:27 +01:00
Pavle Goloskokovic
05d37e00c7
Added resumeAll method that does nothing
2018-01-20 20:25:03 +01:00
Pavle Goloskokovic
534a7a34cd
Added pauseAll method that does nothing
2018-01-20 20:24:46 +01:00
Pavle Goloskokovic
50fefeef2e
Added removeByKey method that calls BaseSoundManager removeByKey method
2018-01-20 20:24:10 +01:00
Pavle Goloskokovic
2b0765f46a
Added remove method that calls BaseSoundManager remove method
2018-01-20 20:23:33 +01:00
Pavle Goloskokovic
5ba2c0338a
Added playAudioSprite method which only returns false
2018-01-20 20:13:14 +01:00
Pavle Goloskokovic
4a4a849c6f
Added play method which only returns false
2018-01-20 20:12:36 +01:00
Pavle Goloskokovic
cd00b5db79
Added addAudioSprite method which instantiates and returns NoAudioSound as audio sprite sound object with empty spritemap
2018-01-20 20:11:48 +01:00
Pavle Goloskokovic
7511c038b7
Added add method which instantiates and returns NoAudioSound object
2018-01-20 20:10:16 +01:00
Pavle Goloskokovic
f1aea49a9c
Initializing unlocked property to false
2018-01-20 20:01:55 +01:00
Pavle Goloskokovic
a1fa271d7c
Initializing locked property to false
2018-01-20 20:01:44 +01:00
Pavle Goloskokovic
fdcc4898cc
Initializing pauseOnBlur property to true
2018-01-20 20:01:26 +01:00
Pavle Goloskokovic
27b2936ce6
Initializing rate property to 0
2018-01-20 20:01:09 +01:00
Pavle Goloskokovic
526fe77106
Initializing rate property to 1
2018-01-20 20:00:55 +01:00
Pavle Goloskokovic
ee8ce19ef8
Initializing volume property to 1
2018-01-20 20:00:36 +01:00
Pavle Goloskokovic
1c6aa693e9
Initializing mute property to false
2018-01-20 20:00:21 +01:00
Pavle Goloskokovic
c5062a0c90
Initializing sounds property an empty array
2018-01-20 19:59:54 +01:00
Pavle Goloskokovic
e15a5a9c69
Initializing game property with provided attribute reference
2018-01-20 19:59:19 +01:00
Pavle Goloskokovic
4316c22785
Added NoAudioSoundManager class that extends EventEmitter
2018-01-20 19:57:00 +01:00
Pavle Goloskokovic
db5002fa87
Updated BaseSoundManager playAudioSprite method to return value from sound play method call
2018-01-20 19:53:09 +01:00
Pavle Goloskokovic
7a259da22c
Updated BaseSoundManager play method to return value from sound play method call
2018-01-20 19:51:54 +01:00
Richard Davey
a8c0ee8839
Allow to pass a Frame object directly to a Bob
2018-01-20 17:45:01 +00:00
Richard Davey
c7dc7fc240
Checks strings and numbers
2018-01-20 17:44:45 +00:00
Richard Davey
d7611afaab
Fixed issue with setting Bob frame
2018-01-20 17:05:53 +00:00
Richard Davey
2fb3641824
Should be a string, not a Frame object
2018-01-20 16:35:47 +00:00
Richard Davey
af613201f7
Strengthen the frame name check
2018-01-20 16:35:29 +00:00
Richard Davey
f9cc2a9714
Scene now sets a status flag for every state it goes through, allowing the manager to know when to allow updating and rendering
2018-01-20 16:22:40 +00:00
Richard Davey
a5a112114b
Added blitter coordinates to bob output
2018-01-20 16:21:59 +00:00
Richard Davey
d220634fb6
Added helper methods for flip, visible and alpha
2018-01-20 16:21:42 +00:00
Richard Davey
b951809791
Fixed children reference
2018-01-20 16:21:28 +00:00
Richard Davey
134c67a51b
Split into base class and plugin extension so other classes can use them too
2018-01-20 16:21:12 +00:00
Richard Davey
d9da905230
Added XBox360 Controller config ( closes #3175 )
2018-01-20 14:25:28 +00:00
Richard Davey
05b45f1f9c
Added keycodes ( closes #3174 )
2018-01-20 14:22:41 +00:00
Richard Davey
f676fc2bbd
Recoded the SceneManage
...
The Scene Manager no longer tries to maintain an 'active' list and instead just iterates the scenes in order, skipping those that aren't awake. Scene array changing events like moveUp etc are queued if the list is being processed and the ScenePlugin has been vastly updated to take care of this. You can now happily move scenes around the list, block scene input, consume input events, switch scenes around and more.
2018-01-20 04:47:03 +00:00
Richard Davey
2b4d6f17c8
Removed unused consts
2018-01-20 04:45:27 +00:00
Richard Davey
39b1f35a20
Removed call to render and tidied up a little
2018-01-20 04:45:14 +00:00
Richard Davey
4e05ad0655
The Input system will now order input based on the scenes from top to bottom
...
If the global top only flag is on and a scene consumes an input event then they won't flow any further down the scene list. This is optional (but on by default), allowing you to now correctly create a UI Scene above a game scene without the input events polluting one to the other.
2018-01-20 04:44:54 +00:00
Felipe Alfonso
31be6fa51d
WebGLRenderer cleanup
2018-01-20 01:05:56 -03:00
Felipe Alfonso
1da31fb2a5
WebGLRenderer resource creation
2018-01-19 21:37:52 -03:00
Felipe Alfonso
e98c6b336a
Merge branch 'master' into rendering-cleanup
2018-01-19 18:22:48 -03:00
Richard Davey
864fa638af
Added LoadArray back in and sorted out callback passing.
2018-01-19 19:13:27 +00:00
Richard Davey
2f1ee57505
Fixed event handler.
2018-01-19 19:13:11 +00:00
Richard Davey
1d22f5a59a
File has a reference to its Loader, will also now emit progress events on itself.
2018-01-19 19:13:02 +00:00
Richard Davey
4473af243b
Frames can now have customData
stored in them, as well as the Textures. This is populated by all of the atlas data by default and can be added to, either in the JJSON source files or at run-time. Closes #3165 .
2018-01-19 18:23:25 +00:00
Richard Davey
7577f470ae
You can now pass in a JS object to the JSON Loader instead of a URL. It will use the object to populate the data with. This impacts any loader type that uses json, so atlas, tilemap, audio sprite, etc. Closes #3147 .
2018-01-19 17:53:07 +00:00
Richard Davey
76c7639b20
If a file load 404s then handle this case, as it'll return the 404 page as the response type which will then try to be parsed.
2018-01-19 17:29:14 +00:00
Richard Davey
f3d9f145a6
Fixed flow error when the Loader would never complete if every single file failed.
2018-01-19 17:28:48 +00:00
Richard Davey
8c3422f2b4
BaseURL adds trailing slash if missing.
2018-01-19 17:10:23 +00:00
Richard Davey
7c7336dd30
Loader.reset gets path and baseURL again.
2018-01-19 17:07:38 +00:00
Richard Davey
7e0b04df70
You can now specify Loader settings (baseURL, path, xhr settings, etc) in either the Game Config, the Scene Config or a File Config. Game config is used as the defaults. Scene config overrides those, and a File config overrides the Scene config. This fixes #3168 .
2018-01-19 16:56:41 +00:00
Richard Davey
faf89ea78a
getTextureKeys method added to return all loaded textures.
2018-01-19 16:30:05 +00:00
Richard Davey
25089f66fd
Scene will now be made active as soon as it has init'd, not after the load is complete. This allows a scene to render while loading assets.
2018-01-19 16:30:05 +00:00
Richard Davey
57444596e5
Loader now emits a progress event which can be used for progress bar loaders, etc. Also added setBasePath
and removed console logs.
2018-01-19 16:30:04 +00:00
Richard Davey
13ed054d79
Removed display of checksum.
2018-01-19 16:30:03 +00:00
Pavle Goloskokovic
ac7be301f1
Reverting previous commit since it did not fix the issue
2018-01-19 17:12:49 +01:00
Pavle Goloskokovic
d50c04e9f8
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# src/loader/filetypes/AudioFile.js
2018-01-19 16:30:43 +01:00
Pavle Goloskokovic
999b7d96df
skipping looping and ending logic if current time is 0 since some HTML5 Audio implementations set currentTime value to 0 when changing playback rate or performing any other operation on an audio tag object
2018-01-19 16:24:26 +01:00
Richard Davey
e2d71e2c6d
BaseLoader renamed LoaderPlugin, const updated, index updated.
2018-01-19 14:54:50 +00:00
Richard Davey
4aa6e931f1
Merging Loader into BaseLoader
2018-01-19 14:47:25 +00:00
Richard Davey
b58814e8d7
Merge pull request #3172 from Antriel/master
...
Added missing require for Point.
2018-01-19 14:05:55 +00:00
Richard Davey
e18858010c
Tidying up before merging with BaseLoader.
2018-01-19 13:52:03 +00:00
Richard Davey
f5462146e2
Added MultiAtlas loader.
2018-01-19 13:51:53 +00:00
Richard Davey
8983c93fc6
Added AudioSprite loader.
2018-01-19 13:51:12 +00:00
Richard Davey
db515d8724
All FileTypes now register themselves with the FileTypesManager, allowing devs to specify which loaders are included in their builds.
2018-01-19 13:29:26 +00:00
Richard Davey
676c5be1da
Added global FileTypes manager.
2018-01-19 13:29:25 +00:00
Richard Davey
fd4cae12fc
Removed un-used file.
2018-01-19 13:29:24 +00:00
Antriel
df7bc2e841
Added missing require for Point.
2018-01-19 14:20:45 +01:00
Michael Hadley
a6365c5339
Removing es6 'let' from AP vs tilemap
2018-01-19 06:56:52 -06:00
Pavle Goloskokovic
f7b0dcf56a
Inverted condition to prevent nesting
2018-01-19 12:19:02 +01:00
Pavle Goloskokovic
ff8c039cf7
Inverted condition to prevent nesting
2018-01-19 12:17:34 +01:00
Pavle Goloskokovic
f019b8ad75
Merge remote-tracking branch 'origin/master'
2018-01-19 12:08:40 +01:00
Pavle Goloskokovic
fb96aeccd6
Removed game reference
2018-01-19 12:06:41 +01:00
Pavle Goloskokovic
4bb8557081
Updated reference to the game object
2018-01-19 12:06:11 +01:00
Felipe Alfonso
f388391c25
Merge branch 'master' into rendering-cleanup
2018-01-18 14:28:02 -03:00
Richard Davey
fb7cdbf29b
Added ability to load plugins from external files and have them register with the PluginManager.
2018-01-18 16:48:25 +00:00
Pavle Goloskokovic
e889de2c20
Merge remote-tracking branch 'origin/master'
2018-01-18 16:09:29 +01:00
Richard Davey
d46662cd46
Swapped to using Number.MAX_VALUE
so repeat -1 now works properly in IE11 and below.
2018-01-18 14:59:32 +00:00
Richard Davey
86fe054c63
Game boot sequence is now split-up to allow time for non-blocking, but time sensitive plugins (like the Texture Manager) to complete starting up before the main loop begins. Texture Manager now checks on state of default images before telling Game it is ready.
2018-01-18 14:01:29 +00:00
Richard Davey
2deb9edc9e
Plugins now check to see if the Scene is already booted and adapt accordingly.
2018-01-18 14:00:31 +00:00
Richard Davey
69dbe38c9f
Scene.Systems keeps track of it's booted, so plugins know how to respond to the boot event (or not). You can now also load a plugin into a Scene at runtime.
2018-01-18 13:59:37 +00:00
Pavle Goloskokovic
8968044d8f
Removed ready event
2018-01-18 14:15:15 +01:00
Pavle Goloskokovic
ca614166b1
Using playCatchPromise for delayed sound playback
2018-01-18 14:14:14 +01:00
Pavle Goloskokovic
3a7d06b48a
Using playCatchPromise when starting sound playback
2018-01-18 14:13:57 +01:00
Pavle Goloskokovic
ef98de7258
Added playCatchPromise method to handle possible exceptions thrown form audio tag play method
2018-01-18 14:13:29 +01:00
Pavle Goloskokovic
c1cb3c3ab2
Removing touchmove event listener on successful unlock
2018-01-18 14:12:32 +01:00
Pavle Goloskokovic
336f5b9028
Skipping unlocking if touchmove event occurred before touchend event
2018-01-18 14:11:49 +01:00
Pavle Goloskokovic
b036eecd9f
Added detectMove method as touchmove event listener
2018-01-18 14:10:51 +01:00
Pavle Goloskokovic
01c246ac0b
Added variable and method for keeping track of touch move events
2018-01-18 14:10:03 +01:00
Pavle Goloskokovic
718dce88b8
Setting correct totalDuration property value for all sounds when audio gets unlocked
2018-01-18 14:08:49 +01:00
Pavle Goloskokovic
9400c7ea93
Setting correct duration property value for all sounds when audio gets unlocked
2018-01-18 14:08:33 +01:00
Pavle Goloskokovic
c296ef2eb3
Emitting ready event when sound manager gets unlocked
2018-01-18 14:07:35 +01:00
Pavle Goloskokovic
58d6ab9a56
Emitting ready event if sound manager is not locked
2018-01-18 14:06:29 +01:00
Pavle Goloskokovic
345f112ff8
Renamed touchLocked to locked
2018-01-18 14:05:20 +01:00
Pavle Goloskokovic
b61a4dec66
Passing sound manager locked property value instead of touchLocked to HTML5AudioFile constructor
2018-01-18 14:04:41 +01:00
Richard Davey
3bb6099c6d
Fixed key issue
2018-01-18 05:33:54 +00:00
Richard Davey
5461471bf3
Added ucfirst equivalent
2018-01-18 05:33:42 +00:00
Richard Davey
92e62b9368
Updated PluginManager to support installation and injection of global and local plugins
2018-01-18 05:21:14 +00:00
Richard Davey
c8d859c6a4
Systems now does everything based on events and config files, no more creation of its own plugins
2018-01-18 05:20:57 +00:00
Richard Davey
43d7e0fa0e
Exposed the global and core plugins and updated the injection map
2018-01-18 05:20:33 +00:00
Richard Davey
53ec770696
Renamed to the correct class name: ScenePlugin
2018-01-18 05:20:00 +00:00
Richard Davey
0a523062f5
Exposed the Scene files via their own export
2018-01-18 05:19:42 +00:00
Richard Davey
dc3093ef56
Removed trailing slash
2018-01-18 05:19:17 +00:00
Richard Davey
abdbe2d1ee
EE registered as a plugin
2018-01-18 05:19:00 +00:00
Richard Davey
776d178b38
Scene settings now checks for a plugins array
2018-01-18 05:18:45 +00:00
Richard Davey
5a333bc2fd
Updated to new Plugin format, removed injection and mapping
2018-01-18 05:18:09 +00:00
Richard Davey
e017a71f32
Game emits a boot event, which its managers listen for
2018-01-18 05:16:52 +00:00
Richard Davey
3ba774997d
Config now gets the DefaultScenePlugins
2018-01-18 05:16:02 +00:00
Richard Davey
31882e5b48
Method returns array of objects instead of array of arrays
2018-01-18 01:03:15 +00:00
Richard Davey
9cdd359327
Constructors no longer call setTo
and getPointAB
return object properties updated to x/y
2018-01-18 01:02:51 +00:00
Richard Davey
7458574d35
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-01-18 00:59:41 +00:00
Richard Davey
dbfd73dea1
Pointer.reset no longer resets the isDown
state or buttons
2018-01-18 00:59:38 +00:00
Michael Hadley
fd8cad1fb6
Add Impact method for loading collision map from Weltmeister file
2018-01-17 18:50:00 -06:00
Michael Hadley
821eae6eee
Bug fix: weltmeister parser
2018-01-17 18:38:55 -06:00
Michael Hadley
2e68f2507d
Added Weltmeister support to Loader & Tilemap API
2018-01-17 18:34:00 -06:00
Michael Hadley
72a14df466
Shortened Tilemap format names
2018-01-17 18:34:00 -06:00
Richard Davey
80fd5d9845
Moved camera controls to their own namespace
2018-01-18 00:08:38 +00:00
Felipe Alfonso
4983b393e3
Merge with master
2018-01-17 18:30:39 -03:00
Felipe Alfonso
cfe07706e6
Cleaning up WebGLRenderer
2018-01-17 18:25:43 -03:00
Pavle Goloskokovic
6be1406b8b
Renamed locked action name property to prop
2018-01-17 19:16:21 +01:00
Pavle Goloskokovic
252b577ab4
Using manager.isLocked instead of removed checkTouchLocked method for loop property
2018-01-17 19:15:09 +01:00
Pavle Goloskokovic
25f22533fd
Using manager.isLocked instead of removed checkTouchLocked method for seek property
2018-01-17 19:14:55 +01:00
Pavle Goloskokovic
216bde9577
Using manager.isLocked instead of removed checkTouchLocked method for detune property
2018-01-17 19:14:43 +01:00
Pavle Goloskokovic
99c9b786c8
Using manager.isLocked instead of removed checkTouchLocked method for rate property
2018-01-17 19:14:33 +01:00
Pavle Goloskokovic
94d7fb7d4f
Using manager.isLocked instead of removed checkTouchLocked method for volume property
2018-01-17 19:14:18 +01:00
Pavle Goloskokovic
941b4f5ac8
Using manager.isLocked instead of removed checkTouchLocked method for mute property
2018-01-17 19:14:06 +01:00
Pavle Goloskokovic
4b6287c4cd
Using manager.isLocked instead of removed checkTouchLocked method for stop method
2018-01-17 19:13:47 +01:00
Pavle Goloskokovic
5c0c89022e
Using manager.isLocked instead of removed checkTouchLocked method for resume method
2018-01-17 19:13:36 +01:00
Pavle Goloskokovic
fb775d4063
Using manager.isLocked instead of removed checkTouchLocked method for pause method
2018-01-17 19:13:21 +01:00
Pavle Goloskokovic
ce6f3400e2
Using manager.isLocked instead of removed checkTouchLocked method for play method
2018-01-17 19:13:09 +01:00
Pavle Goloskokovic
cee22b158c
Removed checkTouchLocked from HTML5AudioSound class
2018-01-17 19:11:50 +01:00
Pavle Goloskokovic
da56f97580
Removed touchLockedActionQueue from HTML5AudioSound class
2018-01-17 19:11:28 +01:00
Pavle Goloskokovic
913f388535
Added isLocked method to handle locked actions
2018-01-17 19:10:24 +01:00
Pavle Goloskokovic
b25af58495
Resetting lockedActionsQueue after performing all locked actions
2018-01-17 19:09:36 +01:00
Pavle Goloskokovic
88d26607ec
Updated and simplified logic for performing locked actions
2018-01-17 19:07:52 +01:00
Pavle Goloskokovic
aacd7a972d
Setting lockedActionsQueue value based on locked property value
2018-01-17 19:03:16 +01:00
Pavle Goloskokovic
19ec0fb735
Added lockedActionsQueue property to HTML5AudioSoundManager class for internal use
2018-01-17 19:02:10 +01:00
Michael Hadley
5bc09a2c5c
Update AP physics to handle tiles where tileSize !== baseTileSize
2018-01-17 11:27:29 -06:00
Pavle Goloskokovic
bcb11d5c4e
Moved queued sound actions logic from update method to unlocked event handler
2018-01-17 18:24:03 +01:00
Pavle Goloskokovic
fb52e3d490
Setting unlocked property to true when audio tags are ready
2018-01-17 18:19:51 +01:00
Pavle Goloskokovic
5f035c80e2
Removed condition since it is already performed in base class constructor
2018-01-17 18:19:26 +01:00
Pavle Goloskokovic
d388c827e4
Added a TODO for setting correct duration value when available
2018-01-17 18:18:22 +01:00
Pavle Goloskokovic
fdbda3cffa
Setting locked property to value set in subclass if available
2018-01-17 18:17:31 +01:00
Pavle Goloskokovic
0f6f0ab45e
Setting locked property for HTML5AudioSoundManager class
2018-01-17 18:17:01 +01:00
Pavle Goloskokovic
ff4e9616f3
Removed touchUnlocked property form HTML5AudioSoundManager class
2018-01-17 18:16:14 +01:00
Pavle Goloskokovic
6b1b7a1342
Removed touchLocked property form HTML5AudioSoundManager class
2018-01-17 18:15:50 +01:00
Pavle Goloskokovic
c6c3f1da79
Setting unlocked property to true when audio context resumes
2018-01-17 18:14:28 +01:00
Pavle Goloskokovic
bf0c868bf3
Removed condition since it is already performed in base class constructor
2018-01-17 18:13:52 +01:00
Pavle Goloskokovic
a90760f8df
Setting locked property for WebAudioSoundManager
2018-01-17 18:13:04 +01:00
Pavle Goloskokovic
8ec82c3a4d
Setting locked property to false after unlocking
2018-01-17 18:12:03 +01:00
Pavle Goloskokovic
28b098348b
Handling unlocking in update method
2018-01-17 18:11:27 +01:00
Pavle Goloskokovic
fbb1388f2d
Added unlocked property to BaseSoundManager class for internal use
2018-01-17 18:10:40 +01:00
Pavle Goloskokovic
9ed999fada
Calling unlocked method only if locked property is set to true
2018-01-17 18:09:33 +01:00
Pavle Goloskokovic
31cd229bf2
Added locked property to BaseSoundManager class
2018-01-17 18:09:00 +01:00
Pavle Goloskokovic
94cefc9621
Resetting sound's touchLockedActionQueue
2018-01-17 17:35:54 +01:00
Pavle Goloskokovic
04b9996ac7
Sorting actions to be performed in chronological order
2018-01-17 17:35:33 +01:00
Pavle Goloskokovic
d8e36615e7
Gathering all actions and performing them sequentially
2018-01-17 17:35:08 +01:00
Pavle Goloskokovic
dc3938e8ff
Added update method to handle unlocking
2018-01-17 17:32:41 +01:00
Pavle Goloskokovic
5916d9f423
Setting last audio tag event listener to set touchUnlocked when it is ready for playback
2018-01-17 17:31:56 +01:00
Pavle Goloskokovic
644a28cb3c
Pushing all tags in an array before loading them
2018-01-17 17:31:01 +01:00
Pavle Goloskokovic
38e59f6f4b
Using touchLocked value as condition
2018-01-17 17:29:18 +01:00
Pavle Goloskokovic
f52cfee58a
Added touchUnlocked property to HTML5AudioSoundManager class
2018-01-17 17:27:59 +01:00
Pavle Goloskokovic
b9b5489ab3
Added touchLocked property to HTML5AudioSoundManager class
2018-01-17 17:27:28 +01:00
Pavle Goloskokovic
84a20395e6
Using checkTouchLocked with loop property
2018-01-17 17:25:43 +01:00
Pavle Goloskokovic
33bc3d8d5c
Using checkTouchLocked with seek property
2018-01-17 17:23:20 +01:00
Pavle Goloskokovic
874b3d5bc1
Defined detune property getter
2018-01-17 17:23:04 +01:00
Pavle Goloskokovic
3ff214da59
Defined rate property getter
2018-01-17 17:22:54 +01:00
Pavle Goloskokovic
eb5be4c75d
Defined detune property setter to be able to use checkTouchLocked with it
2018-01-17 17:22:30 +01:00
Pavle Goloskokovic
865f8d06ad
Defined rate property setter to be able to use checkTouchLocked with it
2018-01-17 17:22:03 +01:00
Pavle Goloskokovic
c2f7795a98
Using checkTouchLocked with volume property
2018-01-17 17:21:07 +01:00
Pavle Goloskokovic
a9a3c3c2a2
Using checkTouchLocked with mute property
2018-01-17 17:20:44 +01:00
Pavle Goloskokovic
22154ceace
Using checkTouchLocked with stop method
2018-01-17 17:19:39 +01:00
Pavle Goloskokovic
796f3657ac
Using checkTouchLocked with resume method
2018-01-17 17:19:25 +01:00
Pavle Goloskokovic
893882fe95
Using checkTouchLocked with pause method
2018-01-17 17:19:15 +01:00
Pavle Goloskokovic
300ac5b859
Using checkTouchLocked with play method
2018-01-17 17:19:04 +01:00
Pavle Goloskokovic
093f295389
Added touchLockedActionQueue property to HTML5AudioSound class
2018-01-17 17:06:55 +01:00
Pavle Goloskokovic
c4f4fbc79d
Passing sound manager touchLocked value to HTML5AudioFile constructor
2018-01-17 17:04:55 +01:00
Pavle Goloskokovic
541cd83688
Using object property instead of local var
2018-01-17 17:04:06 +01:00
Pavle Goloskokovic
81f3b56b0a
Added touchLocked argument to HTML5AudioFile class constructor
2018-01-17 17:01:50 +01:00
Richard Davey
108b6bd2a3
Events call the world directly, avoids an unnecessary function jump.
2018-01-17 15:28:53 +00:00
Richard Davey
f41d016c9f
Moved Matter over to use the plugin system.
2018-01-17 15:22:16 +00:00
Richard Davey
bae63901d7
fillPoint draws the rect in the center of the x/y coordinates instead of the top-left
2018-01-17 15:01:24 +00:00
Pavle Goloskokovic
be7741ed89
Resetting already started sounds before unlocking
2018-01-17 14:13:44 +01:00
Pavle Goloskokovic
0b4a8b8b2d
Removed touchstart event listeners since they don't work for unlocking audio
2018-01-17 14:13:13 +01:00
Richard Davey
695a88b1c3
Merge pull request #3167 from Antriel/ellipse-fixes
...
Few bug fixes for Ellipse methods.
2018-01-17 13:12:54 +00:00
Pavle Goloskokovic
f510f71213
Implemented unlock method for HTML5AudioSoundManager class
2018-01-17 14:12:04 +01:00
Pavle Goloskokovic
4ca73ae362
Removing unlock call since it is now done in BaseSoundManager class
2018-01-17 14:10:54 +01:00
Pavle Goloskokovic
5c118a3a94
audio tag does not support name attribute so setting that value to dataset
2018-01-17 14:10:03 +01:00
Pavle Goloskokovic
196018d04a
Updating load progress properties when sound is locked
2018-01-17 14:09:20 +01:00
Pavle Goloskokovic
5720dff5dc
onLoad needs to be called from timeout callback in order to not cause issues
2018-01-17 14:08:38 +01:00
Pavle Goloskokovic
e75731df87
Calling onLoad directly if device sound is locked since we are skipping actual loading
2018-01-17 14:07:50 +01:00
Pavle Goloskokovic
ae36cf5729
Skipping calling load method on an audio tag on mobile devices
2018-01-17 14:06:46 +01:00
Pavle Goloskokovic
402aa27ff3
Skipping setting preload attribute and events on an audio tag on mobile devices
2018-01-17 14:05:35 +01:00
Pavle Goloskokovic
b33af6d2aa
Calling unlock method in BaseSoundManager class constructor
2018-01-17 14:03:34 +01:00
Pavle Goloskokovic
377ab5a4e9
Defined unlock method on BaseSoundManager class as both implementations use it
2018-01-17 14:03:04 +01:00
Antriel
ca24bce499
Few bug fixes for Ellipse methods.
2018-01-17 11:43:34 +01:00
Antriel
3348f5bd16
Added support for drawing filled ellipse to Graphics.
2018-01-17 11:36:28 +01:00
Richard Davey
b17744df61
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-01-17 03:42:03 +00:00
Richard Davey
ddba95873d
Moved Arcade and Impact Physics over to the new plugin system
2018-01-17 03:41:58 +00:00
Michael Hadley
e9ab1725f3
Make tileset the source of truth for texture in both tilemap layers
2018-01-16 19:48:17 -06:00
Michael Hadley
814e5af815
Remove recalculation of tile bounds from arcade physics
2018-01-16 19:03:13 -06:00
Richard Davey
d1cd5cbc1d
Tidied up destroy
2018-01-17 00:29:23 +00:00
Richard Davey
ad49a01271
Fixed rogue input reference and hitTest signature
2018-01-16 23:50:01 +00:00
Richard Davey
a7bd9482fd
Fixed input injection
2018-01-16 23:18:02 +00:00
Richard Davey
f9a7939812
Lots of work migrating to the new plugin system, fixing references and exposing on the namespace
2018-01-16 22:28:29 +00:00
Richard Davey
8e07320596
Migrating to plugins
2018-01-16 19:49:13 +00:00
Felipe Alfonso
a41681c21a
Merge branch 'master' into rendering-cleanup
2018-01-16 16:33:13 -03:00
Felipe Alfonso
fd4f441146
DynamicBitmapText WebGL renderer updated
2018-01-16 16:32:27 -03:00
Richard Davey
ca7550aa6f
Moved plugins
2018-01-16 18:38:29 +00:00
Richard Davey
cd780604e5
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-01-16 18:34:50 +00:00
Richard Davey
674c1b5ba8
Moving plugins to their own locations
2018-01-16 18:34:37 +00:00
Dan Flettre
36de5e8805
Pass event to ProcessKeyCombo
2018-01-16 11:24:40 -06:00
Richard Davey
7e5163adf0
Merged source.
2018-01-16 16:43:38 +00:00
Richard Davey
9a2eb0eb58
Merged source.
2018-01-16 16:37:34 +00:00
Richard Davey
570cbde7da
Renamed SceneManager.
2018-01-16 16:33:30 +00:00
Richard Davey
d6a1abcd2a
Renamed to CacheManager.
2018-01-16 16:30:11 +00:00
Richard Davey
17336a20de
Merged source.
2018-01-16 16:29:58 +00:00
Felipe Alfonso
5c782c8f7d
Merge branch 'master' into rendering-cleanup
2018-01-16 13:17:39 -03:00
Richard Davey
26fd3ee661
Renamed input manager files and refs.
2018-01-16 16:14:21 +00:00
Richard Davey
b4a01bb877
Moved file.
2018-01-16 16:02:11 +00:00
Richard Davey
08f3e70b6d
Merged Input Manager source and updated paths.
2018-01-16 16:00:37 +00:00
Richard Davey
2c5405b7e3
Moved GIM
2018-01-16 15:47:53 +00:00
Richard Davey
42409762e9
Merged Input Manager source.
2018-01-16 15:46:49 +00:00
Richard Davey
89c04fc193
Merged Animation component.
2018-01-16 15:39:18 +00:00
Richard Davey
b0f22127d2
Merged Path source.
2018-01-16 15:29:36 +00:00
Richard Davey
b63586588a
Merged Curve class.
2018-01-16 15:20:54 +00:00
Richard Davey
c60871a541
Removed incomplete files.
2018-01-16 15:10:30 +00:00
Richard Davey
be756ed7fc
Renamed folder camera
to cameras
and split up the contents into proper namespaces. Merged inc files back into classes.
2018-01-16 15:07:04 +00:00
Richard Davey
c77c412183
Updated paths.
2018-01-16 13:04:35 +00:00
Richard Davey
df26c96438
Moved Animation files.
2018-01-16 13:00:55 +00:00
Richard Davey
8b66bdb331
Pre-RC source code merge and tidy-up.
2018-01-16 12:59:17 +00:00
Antriel
be39bd4260
Fixed rectangle/Union.
2018-01-16 11:04:14 +01:00
Antriel
44a2919774
Fixed rectangle/GetCenter.
2018-01-16 09:22:51 +01:00
Antriel
e342480ca4
Fixed rectangle/FitOutside.
2018-01-16 07:38:41 +01:00
Richard Davey
4240f6c4af
Converted to use the new plugin format
2018-01-16 02:08:22 +00:00
Richard Davey
9fabd000b5
Updated the PluginManager to be a global level instance that belongs to Game and registers all plugins
2018-01-16 02:08:04 +00:00
Felipe Alfonso
77d4493f43
Merge branch 'master' into rendering-cleanup
2018-01-15 21:44:47 -03:00
Antriel
c11920ab1b
Fixed rectangle/FitInside.
2018-01-15 13:38:14 +01:00
Pavle Goloskokovic
63c402517c
Handling when WebGL context is falsy and not just null
2018-01-15 12:05:11 +01:00
Pavle Goloskokovic
3664e84e19
Merge remote-tracking branch 'origin/master'
2018-01-15 11:29:55 +01:00
Pavle Goloskokovic
2e60619218
Fixed detecting WebGL support
2018-01-15 11:29:38 +01:00
Michael Hadley
f86298b8d2
Tilemap layers now initialize their alpha from LayerData
...
This makes it easy to import layer alphas from Tiled
2018-01-14 16:16:47 -06:00
Richard Davey
696643051a
Fixed drag events
2018-01-14 21:26:14 +00:00
Pavle Goloskokovic
e8e4a5633d
Removed completed TODO
2018-01-14 17:39:29 +01:00
Pavle Goloskokovic
9a4811df32
Emitting loop event when sound loop setting value changes
2018-01-14 17:39:10 +01:00
Pavle Goloskokovic
8b676cf743
Renamed loop event to looped for emitting event when sound has looped
2018-01-14 17:38:59 +01:00
Pavle Goloskokovic
846aefd7c1
Emitting loop event when sound loop setting value changes
2018-01-14 17:38:33 +01:00
Pavle Goloskokovic
8f692b8fb9
Renamed loop event to looped for emitting event when sound has looped
2018-01-14 17:37:52 +01:00
Pavle Goloskokovic
1fe58bc1ef
Refactored update method looping and ending logic a bit
2018-01-14 17:32:19 +01:00
Pavle Goloskokovic
2a70eb9c09
Removed completed TODO
2018-01-14 17:23:24 +01:00
Pavle Goloskokovic
ab02e843f3
Checking for loop between two update calls only if loop setting is set to true
2018-01-14 17:23:09 +01:00
Pavle Goloskokovic
4b9c94ebbe
Added a TODO to change loop event to looped and emit loop event when loop value changes
2018-01-14 17:22:32 +01:00
Pavle Goloskokovic
919d2d658a
Using EventEmitter emit method to dispatch seek update event
2018-01-14 17:21:24 +01:00
Pavle Goloskokovic
dd2bd9695d
Using EventEmitter emit method to dispatch volume update event
2018-01-14 17:20:31 +01:00
Pavle Goloskokovic
913c93eca1
Using EventEmitter emit method to dispatch mute update event
2018-01-14 17:20:20 +01:00
Pavle Goloskokovic
1912dd98df
Using EventEmitter emit method to dispatch loop event
2018-01-14 17:19:57 +01:00
Pavle Goloskokovic
8ba0c3d39e
Using EventEmitter emit method to dispatch ended event
2018-01-14 17:19:37 +01:00
Pavle Goloskokovic
14e7cb4b75
Using EventEmitter emit method to dispatch stop event
2018-01-14 17:18:53 +01:00
Pavle Goloskokovic
ac04061478
Using EventEmitter emit method to dispatch resume event
2018-01-14 17:18:39 +01:00
Pavle Goloskokovic
be03100765
Using EventEmitter emit method to dispatch pause event
2018-01-14 17:18:26 +01:00
Pavle Goloskokovic
d5ffad06aa
Using EventEmitter emit method to dispatch play event
2018-01-14 17:18:02 +01:00
Pavle Goloskokovic
cbb055f15c
Using EventEmitter emit method to dispatch volume update event
2018-01-14 16:54:11 +01:00
Pavle Goloskokovic
209b0caed3
Using EventEmitter emit method to dispatch mute update event
2018-01-14 16:53:48 +01:00
Pavle Goloskokovic
45eed34095
Passing reference to sound object when emitting volume event
2018-01-14 16:48:55 +01:00
Pavle Goloskokovic
452f9a13ab
Passing reference to sound object when emitting mute event
2018-01-14 16:48:25 +01:00
Pavle Goloskokovic
8cfe7bce4e
Added a todo to document events
2018-01-14 16:38:01 +01:00
Pavle Goloskokovic
39c35f15f9
Passing reference to sound manager when emitting detune event
2018-01-14 16:37:37 +01:00
Pavle Goloskokovic
f2049195c1
Pasing reference to sound manager when emitting rate event
2018-01-14 16:37:12 +01:00
Pavle Goloskokovic
c715a8a031
Pasing reference to sound manager when emitting stopall event
2018-01-14 16:36:56 +01:00
Pavle Goloskokovic
6cb35024de
Pasing reference to sound manager when emitting resumeall event
2018-01-14 16:36:44 +01:00
Pavle Goloskokovic
8c9ba8ce2c
Pasing reference to sound manager when emitting pauseall event
2018-01-14 16:36:29 +01:00
Pavle Goloskokovic
a76a721969
Using EventEmitter emit method to dispatch detune update event
2018-01-14 16:13:09 +01:00
Pavle Goloskokovic
7b2ed7f5a9
Using EventEmitter emit method to dispatch rate update event
2018-01-14 16:12:48 +01:00
Pavle Goloskokovic
4be42c3edc
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# src/sound/BaseSound.js
# src/sound/webaudio/WebAudioSound.js
2018-01-14 15:50:55 +01:00
Pavle Goloskokovic
8b67797252
Simplified delay calculation logic on focus loose
2018-01-14 15:45:32 +01:00
Pavle Goloskokovic
b0ec0edbbc
Calling sound's onFocus method instead of resume when sounds resume on game focus gain
2018-01-14 15:38:11 +01:00
Pavle Goloskokovic
ff885e2ead
Added onFocus method to be used when sound resumes when game gains focus
2018-01-14 15:37:38 +01:00
Pavle Goloskokovic
381799b040
Calling sound's onBlur method instead of pause when sounds stop on game focus loss
2018-01-14 15:36:39 +01:00
Pavle Goloskokovic
5c5df3f582
Marking sound as paused on blur to avoid update logic being run on it
2018-01-14 15:35:21 +01:00
Pavle Goloskokovic
bf77380814
Added onBlur method to be used when sound pauses on loose of focus
...
Saving sound state and stopping it
2018-01-14 15:34:23 +01:00
Pavle Goloskokovic
a6ec0af472
Using loopEndOffset when checking if sound looped
2018-01-14 15:32:30 +01:00
Pavle Goloskokovic
042f778167
Defining loopEndOffset property for HTML5AudioSoundManager class
2018-01-14 15:31:24 +01:00
Pavle Goloskokovic
60693d6da8
Using audioPlayDelay when checking for delay end for delayed playback
2018-01-14 15:30:27 +01:00
Pavle Goloskokovic
7384d9abcb
Defining audioPlayDelay property for HTML5AudioSoundManager class
2018-01-14 15:29:27 +01:00
Pavle Goloskokovic
2d20759df9
Fixed ms to s conversion for delay value when setting start time for delayed playback
2018-01-14 15:28:16 +01:00
Pavle Goloskokovic
65538e3408
Properly setting currentTime variable value when detecting missed looping in update method
2018-01-14 15:24:55 +01:00
Pavle Goloskokovic
5b0cf55bfc
Properly setting currentTime variable value when detecting looping in update method
2018-01-14 15:24:06 +01:00
Pavle Goloskokovic
f832c35de4
Properly setting previousTime value when setting seek value
2018-01-14 15:22:49 +01:00
Pavle Goloskokovic
de08ac36d5
Properly setting previousTime value when handling delayed playback in update method
2018-01-14 15:22:18 +01:00
Pavle Goloskokovic
ab6c924ccf
Properly setting previousTime value when picking and playing audio tag
2018-01-14 15:21:06 +01:00
Felipe Alfonso
ad1701d0ed
Changed Image gl pipeline
2018-01-12 21:20:41 -03:00
Felipe Alfonso
79805ac04f
Merge branch 'master' into rendering-cleanup
2018-01-12 21:15:06 -03:00
Felipe Alfonso
8bb9b1309f
SpriteBatch pipeline re-implementation
2018-01-12 21:13:41 -03:00
Michael Hadley
bf413ea604
Implemented tile & layer callbacks in arcade physics
2018-01-12 15:00:37 -06:00
Michael Hadley
ef58640026
Arcade: tilemap collisions/overlaps now emit appropriate events
2018-01-12 14:23:36 -06:00
Michael Hadley
8f0b428209
Bug fix in events: overlap
used where collide
should be
2018-01-12 14:20:48 -06:00
Richard Davey
f00f467eec
Matter now using new EventEmitter.
2018-01-12 18:59:11 +00:00
Richard Davey
36b4d79369
Removed the old events folder contents and added in an EventEmitter alias for user-land event creation.
2018-01-12 18:59:01 +00:00
Pavle Goloskokovic
0efa048015
Taking into account marker start time when calculating seek
2018-01-12 18:23:07 +01:00
Richard Davey
f9a1e27334
Removed un-used event files and references.
2018-01-12 17:20:16 +00:00
Richard Davey
874a174af7
Fixed lint issue.
2018-01-12 17:20:00 +00:00
Pavle Goloskokovic
f941cabe07
Completed a TODO to clean up html5 audio stuff when calling destroy
2018-01-12 18:16:27 +01:00
Pavle Goloskokovic
44acc440f4
When hijacking audio form other sounds, sorting them by progress rather than just seek, so that we favorize longer sounds to continue their playback
2018-01-12 18:15:52 +01:00
Felipe Alfonso
3282ead8a7
Merge branch 'master' into rendering-cleanup
2018-01-12 14:11:18 -03:00
Richard Davey
c625b8735b
Updated to using Event Emitter for all key managers and game objects. Events are now dispatched directly using arguments instead of Event objects, all managers updated to emit directly.
2018-01-12 17:09:21 +00:00
Richard Davey
296efe0e07
Removed input callbacks as all handled via events now.
2018-01-12 17:09:20 +00:00
Richard Davey
bca6bd692e
You can now specify a defaultTextureKey
for animation configurations, to avoid having it inside of every frame object.
2018-01-12 17:09:20 +00:00
Michael Hadley
15825eacb3
Add note about circle bodies not currently being supported in Arcade tile intersection
2018-01-12 10:53:36 -06:00
Pavle Goloskokovic
aa820b08ea
Setting audio tag name to contain index number, useful for debugging
2018-01-12 17:49:25 +01:00
Felipe Alfonso
5ca2805dbc
Fixed issue with blitter batch incorrect instruction order and forced unsigned int result for color tint operation
2018-01-12 13:46:46 -03:00
Pavle Goloskokovic
9bb138f40d
Dispatching event when setting HTML5AudioSoundManager volume property
2018-01-12 17:26:16 +01:00
Pavle Goloskokovic
30027af69e
Dispatching event when setting HTML5AudioSoundManager mute property
2018-01-12 17:25:59 +01:00
Pavle Goloskokovic
8f3f88c24d
Checking for set audio property instead of isPlaying flag
2018-01-12 17:19:03 +01:00
Pavle Goloskokovic
919665dd96
Fixed scope issue
2018-01-12 17:11:12 +01:00
Felipe Alfonso
40262eb0cb
Merge branch 'master' into rendering-cleanup
2018-01-12 12:42:45 -03:00
Pavle Goloskokovic
95d0b5f784
Merge remote-tracking branch 'origin/master'
2018-01-12 16:12:23 +01:00
Pavle Goloskokovic
4038291373
Changed the order of defining startTime and previousTime properties
2018-01-12 16:12:15 +01:00
Pavle Goloskokovic
b2eef5b96e
Added a todo
2018-01-12 16:03:15 +01:00
Pavle Goloskokovic
2a76c6eff5
Updating previousTime property when setting seek value
2018-01-12 16:01:19 +01:00
Pavle Goloskokovic
1cdebc80c3
Updating previousTime when picking and playing audio for sound
2018-01-12 16:00:37 +01:00
Pavle Goloskokovic
1180d82c27
Updating previousTime when starting sound with delayed playback
2018-01-12 15:59:40 +01:00
Pavle Goloskokovic
398b337da9
Resetting previousTime property when stopping sound or hijacking audio from another sound
2018-01-12 15:58:43 +01:00
Pavle Goloskokovic
de9e5a0d1f
Updating currentTime to new audio currentTime value while handling looping before assigning that value to previousTime property
2018-01-12 15:57:55 +01:00
Pavle Goloskokovic
a51a0bd543
Setting previousTime property to currentTime value at the end of update method
...
Using condition when current time is less then previous time to indicate sound looping and dispatch an event
2018-01-12 15:39:58 +01:00
Pavle Goloskokovic
1ec66f644f
Added previousTime property to keep track of audio tag's playback position recorded on previous update method call
2018-01-12 15:32:30 +01:00
Pavle Goloskokovic
9ec4d9a829
Fixing sound position if sound loops and starts from the beginning between two update calls
2018-01-12 15:30:11 +01:00
Pavle Goloskokovic
735cf10a3f
Dispatching SOUND_ENDED event when sound ends, obviously :)
2018-01-12 15:28:06 +01:00
Pavle Goloskokovic
72955bfe30
Handling sound ending in update method
2018-01-12 15:27:25 +01:00
Pavle Goloskokovic
0d0df1900b
Added logic for handling looping in update method
2018-01-12 15:23:39 +01:00
Pavle Goloskokovic
81d794b4c6
Setting audio to correct state when starting it since it might be playing already when hijacked form another sound
2018-01-12 15:18:31 +01:00
Richard Davey
d554d61319
Merge pull request #3158 from Flet/KeyComboMatchEvent-fix
...
set data to KeyCombo for KeyComboMatchEvent
2018-01-12 10:31:51 +00:00
yp
242471beb9
Renamed no longer existing Vector2/3 .sub and .len to .subtract and .length where still used
2018-01-12 02:18:36 +02:00
Dan Flettre
16b672e291
set data to KeyCombo for KeyComboMatchEvent
2018-01-11 18:14:45 -06:00
Michael Hadley
bab399a02e
Made CollideHandler consistent by returning value from logic branches
...
Each branch should return true/false based on whether a collision happened
2018-01-11 14:13:42 -06:00
Michael Hadley
00cebf8eae
CollideGroupVsTilemapLayer implementation
2018-01-11 14:03:34 -06:00
Pavle Goloskokovic
e68ff2b18a
Saving current position of the sound and stopping and releasing audio tag when calling pause method
2018-01-11 18:55:42 +01:00
Pavle Goloskokovic
f6de613fd0
Added stopAndReleaseAudioTag method to stop sound playback and mark audio tag as unused and release it for other sounds to use
2018-01-11 18:53:54 +01:00
Pavle Goloskokovic
8578319171
requiring SoundEvent class
2018-01-11 18:51:02 +01:00
Pavle Goloskokovic
40b2bf79b7
Calling pickAndPlayAudioTag from resume method
2018-01-11 18:50:25 +01:00
Pavle Goloskokovic
9e7ccb1503
Added helpful flags comment
2018-01-11 18:49:44 +01:00
Pavle Goloskokovic
a6b4066468
Moved logic for setting up and playing audio tag so it can be reused
2018-01-11 18:45:34 +01:00
Pavle Goloskokovic
f9093a2d7e
Disabling setting seek property on a delayed sound
2018-01-11 18:41:43 +01:00
Pavle Goloskokovic
81e8542af7
Resetting startTime property of a hijacked sound
2018-01-11 18:40:36 +01:00
Pavle Goloskokovic
fb29afedae
Preventing resume calls on delayed sounds
2018-01-11 18:39:45 +01:00
Pavle Goloskokovic
c1b24c4adb
Preventing pause calls on delayed sounds
2018-01-11 18:39:19 +01:00
Pavle Goloskokovic
fb6b989035
Handling delayed playback in update method
2018-01-11 18:31:36 +01:00
Pavle Goloskokovic
3388fd018f
Setting startTime based on delay config when calling play method
2018-01-11 18:30:16 +01:00
Pavle Goloskokovic
d6256c47c5
Defined startTime property
2018-01-11 18:23:28 +01:00
Pavle Goloskokovic
82819ec782
Setting sound position, applying config and starting playback if delay is set to 0 when calling play method
2018-01-11 18:20:18 +01:00
Pavle Goloskokovic
11923621ad
Finding available audio tag when calling play method and resetting and returning false if it was not successful
2018-01-11 18:17:50 +01:00
Pavle Goloskokovic
af8666f611
Added reset method that calls super stop method in order to reset sounds state
...
Calling reset method and setting audio to null after hijacking audio tag from another sound
2018-01-11 18:15:42 +01:00
Pavle Goloskokovic
106e32499f
Sorting sounds to hijack audio from by loop and seek properties values
2018-01-11 18:12:52 +01:00
Pavle Goloskokovic
f377b4fa85
Finding another sound to hijack audio tag from if there are no free audio tags and override setting is set to true
2018-01-11 18:11:10 +01:00
Pavle Goloskokovic
fc19a05f0b
Returning false if override setting of sound manager is set to false
2018-01-11 18:05:12 +01:00
Pavle Goloskokovic
935ef78102
Added method for finding unused audio tag for playing sound
2018-01-11 18:04:17 +01:00
Pavle Goloskokovic
6730b3b314
Defined seek property for HTML5AudioSound class
2018-01-11 18:00:42 +01:00
Pavle Goloskokovic
d6b11e2fdb
Defined seek property's setter for HTML5AudioSound class
2018-01-11 17:59:36 +01:00
Pavle Goloskokovic
afb8075379
Defined seek property's setter for HTML5AudioSound class
2018-01-11 17:58:26 +01:00
Pavle Goloskokovic
110c6891dd
Defined volume property for HTML5AudioSound class
2018-01-11 17:57:04 +01:00
Pavle Goloskokovic
8f9eafd315
Defined mute property for HTML5AudioSound class
2018-01-11 17:55:05 +01:00
Pavle Goloskokovic
495a79d4bf
Implemented setRate method
2018-01-11 17:51:58 +01:00
Pavle Goloskokovic
91f9629ed2
Implemented setVolume method
2018-01-11 17:50:20 +01:00
Pavle Goloskokovic
162a063f03
Implemented setMute method
2018-01-11 17:49:40 +01:00
Pavle Goloskokovic
ede81f2a03
Added destroy method
2018-01-11 17:48:23 +01:00
Pavle Goloskokovic
0223019290
Added blank update method
2018-01-11 17:47:01 +01:00
Pavle Goloskokovic
d51156fe94
Added stop method implementation that calls super method and dispatches stop event
2018-01-11 17:45:02 +01:00
Pavle Goloskokovic
196258b8ac
Added resume method implementation that calls super method and dispatches resume event
2018-01-11 17:43:56 +01:00
Pavle Goloskokovic
5e8d0dcaee
Added pause method implementation that calls super method and dispatches pause event
2018-01-11 17:42:18 +01:00
Pavle Goloskokovic
d3c034e5cc
Added play method implementation that calls super method and dispatches play event
2018-01-11 17:40:59 +01:00
Pavle Goloskokovic
b452859b78
Assigning duration and totalDuration values to audio tag duration
2018-01-11 17:38:47 +01:00
Pavle Goloskokovic
1d925105bd
Audio property docs update
2018-01-11 17:37:28 +01:00
Pavle Goloskokovic
ad858d1475
Throwing an error if no sound with given key was loaded
2018-01-11 17:36:51 +01:00
Pavle Goloskokovic
cf83880fb0
Defined tags property that holds reference to audio tags array
2018-01-11 17:35:25 +01:00
Pavle Goloskokovic
b22116e1f8
Updated override property docs
2018-01-11 17:32:49 +01:00
Pavle Goloskokovic
2372fdd812
Completed a TODO to return HTML5AudioSoundManager instance when necessary
2018-01-11 17:29:57 +01:00
Pavle Goloskokovic
7c715f1ba0
Removed detune property since it is already implemented in BaseSound class
2018-01-11 17:28:52 +01:00
Pavle Goloskokovic
be713af155
Removed rate property since it is already implemented in BaseSound class
2018-01-11 17:28:25 +01:00
Pavle Goloskokovic
98700ffff2
Updating play method to return boolean indicating if play call was done successfully
2018-01-11 17:27:19 +01:00
Pavle Goloskokovic
15562a70e3
Updated override property docs
2018-01-11 17:25:55 +01:00
Pavle Goloskokovic
ef60c16551
Marking audio tags as unused when creating them
2018-01-11 17:25:27 +01:00
Pavle Goloskokovic
2903417798
Defining detune property on a BaseSound class since it's the shared behaviour between subclasses
2018-01-11 17:24:53 +01:00
Pavle Goloskokovic
15f2717e9b
Defining rate property on a BaseSound class since it's the shared behaviour between subclasses
2018-01-11 17:24:26 +01:00
Pavle Goloskokovic
c0c6e39ccd
Updating play method to return boolean indicating if play call was done successfully
2018-01-11 17:22:57 +01:00
Pavle Goloskokovic
5aec2e45e4
Merge remote-tracking branch 'origin/master'
2018-01-11 16:51:11 +01:00
Pavle Goloskokovic
e75871adec
Added override property to HTML5AudioSoundManager
2018-01-11 16:50:50 +01:00
Richard Davey
829747370c
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-01-11 14:48:46 +00:00
Richard Davey
e601f4060a
Exposed SoundManager via Scene Systems
2018-01-11 14:48:43 +00:00
Michael Hadley
5241798ab3
Pass TILE_BIAS from arcade world into tile colliding functions
2018-01-11 08:32:07 -06:00
Richard Davey
718859b02e
Moved the depth sorting functions into the DisplayList class, as it's really the one responsible for it, not System.
2018-01-11 13:59:06 +00:00
Michael Hadley
98ae8009e0
Arcade rect vs tilemap layer collision handling
2018-01-10 20:47:25 -06:00
Michael Hadley
fdc1af0cd2
Install isTilemap prop used by physics system for fast type checking
2018-01-10 20:45:28 -06:00
Michael Hadley
32788d6eb6
Stub arcade collide vs tilemap methods
2018-01-10 20:43:11 -06:00
Michael Hadley
e3699aaea0
Remove unnecessary Arcade Body#tilePadding
2018-01-10 19:34:22 -06:00
Felipe Alfonso
8e66cf9f98
Merge branch 'master' into rendering-cleanup
2018-01-10 17:05:32 -03:00
Felipe Alfonso
54274b782a
BlitterBatch pipeline working
2018-01-10 17:03:01 -03:00
Richard Davey
04b8f4203e
Started moving plugins to their own folders.
2018-01-10 16:29:46 +00:00
Pavle Goloskokovic
9fc3aaa0da
Moved HTML5AudioSoundManager.js
2018-01-10 16:50:21 +01:00
Pavle Goloskokovic
081908fd7b
Moved HTML5AudioSound.js
2018-01-10 16:50:11 +01:00
Pavle Goloskokovic
0a10240c61
Moved HTML5AudioFile
2018-01-10 16:49:56 +01:00
Pavle Goloskokovic
d0d3a6473d
Merge remote-tracking branch 'origin/master'
2018-01-10 16:20:13 +01:00
Richard Davey
4da410117f
Merge pull request #3152 from halgorithm/fix-normalize
...
Fix geom/point/Normalize.js
2018-01-10 13:25:25 +00:00
Hal Helms
89e4289c9d
Fix WeightedRandomize.js
2018-01-09 22:26:02 -08:00
Hal Helms
42ad0ac399
Add semicolons to WeightedRandomize
2018-01-09 22:24:56 -08:00