Richard Davey
07bb619c5e
Added jsdocs
2018-10-19 16:14:51 +01:00
Richard Davey
eea1b34549
Added jsdocs
2018-10-19 15:53:04 +01:00
Richard Davey
ec443cce01
Update CHANGELOG.md
2018-10-19 15:33:47 +01:00
Richard Davey
60dc63fe9f
Added jsdocs
2018-10-19 15:33:43 +01:00
Richard Davey
809e3f4bbc
Added jsdocs
2018-10-19 15:02:27 +01:00
Richard Davey
9e6298ba0f
Array.Matrix.ReverseColumns
was actually reversing the rows, but now reverses the columns.
2018-10-19 15:02:21 +01:00
Richard Davey
874d7350cd
Array.Matrix.ReverseRows
was actually reversing the columns, but now reverses the rows.
2018-10-19 15:02:08 +01:00
Richard Davey
a73249563e
Fixed formatting
2018-10-19 13:51:32 +01:00
Richard Davey
f10f557476
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-10-19 13:50:49 +01:00
Richard Davey
73678526ce
Update CHANGELOG.md
2018-10-19 13:50:39 +01:00
Richard Davey
0eafcc0d57
Merge pull request #4119 from nkholski/master
...
Pick up animation data from Tiled 1.2+
2018-10-19 13:49:10 +01:00
Richard Davey
8a974915d8
Merge pull request #4093 from Cirras/patch-1
...
Fix Camera culling bugs (Issue #4092 )
2018-10-19 13:45:36 +01:00
Richard Davey
772159d8f0
Merge pull request #4118 from pierpo/patch-1
...
Fix issue with null config in Arcade PhysicsGroup constructor
2018-10-19 13:43:18 +01:00
Richard Davey
e9b22500c0
Merge pull request #4097 from Cirras/atlas-to-spritesheet-trimming
...
Improved trim handling for Spritesheets created from trimmed Texture Atlas Frames
2018-10-19 13:38:24 +01:00
Richard Davey
8a58ceeded
Merge pull request #4113 from Siyalatas/culling-fix
...
Simple fix for a reference error when culling tilemaps
2018-10-19 13:36:31 +01:00
Richard Davey
c14fb4b764
Updated formatting.
2018-10-19 13:35:30 +01:00
Richard Davey
635850ea02
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-10-19 13:32:49 +01:00
Richard Davey
f639091a01
Update CHANGELOG.md
2018-10-19 13:32:40 +01:00
Richard Davey
38743135eb
Merge pull request #4101 from DotTheGreat/TextStyle_setStyle-fix
...
Text style setStyle/setFont fix
2018-10-19 13:31:15 +01:00
Richard Davey
f26c869c61
Merge pull request #4069 from samme/feature/drawDebug
...
Use defaultStrokeWidth in Arcade.Body#drawDebug()
2018-10-19 13:27:45 +01:00
Richard Davey
37876f93ab
Merge pull request #4124 from wmateam/hotfix/forgotten-keycode
...
Add forgotten keycode and letters
2018-10-19 13:18:28 +01:00
Richard Davey
8bbe96d610
Merge pull request #4111 from darkwebdev/patch-1
...
Fix Phaser.GameObjects.Shape#setStrokeStyle JSDoc
2018-10-19 13:17:43 +01:00
Richard Davey
16d297746d
Merge pull request #4122 from samvieten/patch-2
...
JSDocs wrong Boolean on checkCollision description
2018-10-19 13:16:18 +01:00
Richard Davey
c9a4a240f8
The Rectangle Shape object wouldn't render if it didn't have a stroke, or any other objects on the display list
2018-10-19 13:08:05 +01:00
Richard Davey
b52c63fe10
Merge branch 'master' of https://github.com/photonstorm/phaser
2018-10-19 12:32:48 +01:00
Richard Davey
4c4421c47f
Docjam merge
2018-10-19 12:32:43 +01:00
Mohammad Javad Afkari
4b5d8d0878
+ add forgotten keyCode (firefox in windows)
2018-10-19 11:42:57 +03:30
sam
467f165bf4
JSDocs wrong Boolean on checkCollision description
...
L647 "checkCollision.none = false to disable collision checks" this is false way description, changed to "= true"
As of pull request: photonstorm/phaser3-docs#75
2018-10-19 06:42:25 +08:00
Richard Davey
c9b7ce3938
The Mouse Manager class has been updated to remove some commented out code and refine the startListeners
method.
2018-10-18 22:04:41 +01:00
Mohammad Javad Afkari
0dfdeb1f92
+ forgotten keyCode (firefox)
2018-10-18 22:44:24 +03:30
Richard Davey
557955e057
Merging Scale Manager and Spine Plugin back into master
2018-10-18 14:59:27 +01:00
Richard Davey
3125671170
Merge branch 'scalemanager'
2018-10-18 13:29:10 +01:00
Richard Davey
d41a01ac39
Updated docs
2018-10-18 13:27:56 +01:00
Richard Davey
61f74a2fc6
The loadPlayerPhoto
function in the Instant Games plugin now listens for the updated Loader event correctly, causing the photocomplete
event to fire properly.
2018-10-17 15:15:46 +01:00
Niklas Berg
206c12d70d
Pick up animation data from Tiled 1.2+
2018-10-17 15:12:41 +02:00
Pierre Poupin
63458ab336
Fix issue with null config in PhysicsGroup constructor
2018-10-17 01:13:18 +02:00
Richard Davey
61008f4eda
3.15.1 Release
2018-10-16 16:24:43 +01:00
Richard Davey
18b6ebc39b
Preparing for 3.16
2018-10-16 16:03:55 +01:00
Richard Davey
8f1a03db77
Removed duplicated section
2018-10-16 15:46:49 +01:00
Richard Davey
b80952ae5d
3.15 build
2018-10-16 15:38:10 +01:00
Richard Davey
f5d945719e
Update README.md
2018-10-16 15:29:55 +01:00
Richard Davey
017140f49a
Update CHANGELOG.md
2018-10-16 15:24:02 +01:00
Richard Davey
8db61274f7
Swapping to American-English spelling for consistency
...
~sigh~ it looks so wrong
2018-10-16 15:23:36 +01:00
Richard Davey
ae9c3b6f56
Tidying up for 3.15 release
2018-10-16 15:10:49 +01:00
Richard Davey
405608bd0b
Add v2 SM for reference
2018-10-16 14:09:21 +01:00
Richard Davey
daee448528
Updated change log
2018-10-16 11:45:07 +01:00
Richard Davey
861de841b0
Commented out logs for beta build
2018-10-16 11:45:01 +01:00
Richard Davey
c23f701456
The Touch Manager, Input Manager and Pointer classes all now handle the touchcancel
event, such as triggered on iOS when activating an out of browser UI gesture, or in Facebook Instant Games when displaying an overlay ad. This should prevent issues with touch input becoming locked on iOS specifically. Fix #3756
2018-10-16 11:44:36 +01:00
Richard Davey
dab510f03d
The Touch Manager
has been rewritten to use declared functions for all touch event handlers, rather than bound functions. This means they will now clear properly when the TouchManager is shut down.
2018-10-16 11:44:15 +01:00
Richard Davey
8dff537b12
Added TOUCH_CANCEL constant.
2018-10-16 11:43:40 +01:00