Richard Davey
|
82e99bf130
|
All now using SafeRange to cut down on duplicated code
|
2018-04-10 15:21:30 +01:00 |
|
Richard Davey
|
9fb1a72b70
|
Typo
|
2018-04-10 15:21:10 +01:00 |
|
Richard Davey
|
68ef6f8630
|
Removed parentContainer reference
|
2018-04-10 15:21:04 +01:00 |
|
Richard Davey
|
bf81a7dd06
|
TransformMatrix.destroy is a new method that will clear out the array and object used by a Matrix internally.
|
2018-04-10 15:20:50 +01:00 |
|
Antriel
|
47dc14079b
|
fix Timeline#destroy
|
2018-04-10 14:19:51 +02:00 |
|
Richard Davey
|
cdfe2e0ea2
|
Fixed references
|
2018-04-10 04:13:38 +01:00 |
|
Richard Davey
|
a6303aad8c
|
Renamed files
|
2018-04-10 04:01:24 +01:00 |
|
Richard Davey
|
330eac1ebc
|
List is now internally using all of the new Utils.Array functions.
|
2018-04-10 04:00:39 +01:00 |
|
Sebastian Warmbrunn
|
5d1405c4d9
|
Add change to CHANGELOG.md
This adds a description of the new scene config option
mapAdd to the changelog.
|
2018-04-09 21:40:05 +02:00 |
|
Sebastian Warmbrunn
|
968c0a3aec
|
Add typedef for new scene config option mapAdd
Also add a description for mapAdd and map config options.
|
2018-04-09 21:32:19 +02:00 |
|
Sebastian Warmbrunn
|
593245742e
|
Add a config to merge keys into scene InjectionMap
This way the defaults of the scene injection map are kept and the user
is able to merge with those defaults.
|
2018-04-09 21:16:45 +02:00 |
|
Richard Davey
|
3c5d3db267
|
Testing exclusive setting
|
2018-04-09 17:33:55 +01:00 |
|
Richard Davey
|
ca2a575726
|
Added jsdocs
|
2018-04-09 16:46:03 +01:00 |
|
Richard Davey
|
12b6b26838
|
Merge branch 'master' of https://github.com/photonstorm/phaser
|
2018-04-09 16:43:37 +01:00 |
|
Richard Davey
|
04990d6870
|
Input checks for container parents
|
2018-04-09 16:42:51 +01:00 |
|
Richard Davey
|
5c69bd054e
|
Added property getters
|
2018-04-09 16:42:33 +01:00 |
|
Felipe Alfonso
|
9d39bd7b45
|
Container alpha added
|
2018-04-09 12:32:08 -03:00 |
|
Richard Davey
|
381963c014
|
Removed localToWorld (no longer needed)
|
2018-04-09 16:01:16 +01:00 |
|
Richard Davey
|
d15d910778
|
Removed camera.cullTilemap because nothing uses it any more
|
2018-04-09 16:00:33 +01:00 |
|
Richard Davey
|
c2236e47eb
|
Added webpack section to README.
|
2018-04-09 14:17:17 +01:00 |
|
Richard Davey
|
5c89c9900c
|
BaseSound.config now contains all defaults. Fix #3525
|
2018-04-09 14:09:04 +01:00 |
|
Richard Davey
|
5f9972c791
|
LoaderPlugin.isReady referenced a constant that no longer exists. Fix #3503
|
2018-04-09 13:55:41 +01:00 |
|
Richard Davey
|
c7037628e2
|
Fixed lint error
|
2018-04-09 13:48:11 +01:00 |
|
Richard Davey
|
833355a9a4
|
Tween.resume will now call Tween.play on a tween that was paused due to its config object, not as a result of having its paused method called. Fix #3452
|
2018-04-09 13:25:20 +01:00 |
|
Richard Davey
|
7a02cac739
|
Updated change log
|
2018-04-09 12:57:55 +01:00 |
|
Richard Davey
|
ca2097f4e2
|
Recoded how the boot data and processing works to allow for more flexibility when setting-up scenes. Updates #3470
|
2018-04-09 12:57:47 +01:00 |
|
Richard Davey
|
66a9bec9bb
|
Only set data if it's not undefined.
|
2018-04-09 12:57:03 +01:00 |
|
Richard Davey
|
bf368ab70b
|
ScenePlugin.restart allows you to restart the current Scene. It's the same result as calling ScenePlugin.start without any arguments, but is more clear.
|
2018-04-09 12:56:28 +01:00 |
|
Richard Davey
|
1a3d4330ac
|
Merge pull request #3462 from wtravO/master
Addresses issue 3408 - Tween restart after completion bug
|
2018-04-09 10:27:25 +01:00 |
|
Richard Davey
|
825d7d8a76
|
Merge branch 'master' into master
|
2018-04-09 10:27:13 +01:00 |
|
Richard Davey
|
a867add3ea
|
Merge branch 'master' of https://github.com/photonstorm/phaser
|
2018-04-09 10:24:37 +01:00 |
|
Richard Davey
|
6ae000a5a0
|
Updated change log
|
2018-04-09 10:24:31 +01:00 |
|
Richard Davey
|
a0dcfdd3fc
|
Merge pull request #3470 from pixelhijack/fix-issue-3363
[ISSUE #3363] Phaser Scene - passing data to scene init & create methods
|
2018-04-09 10:20:57 +01:00 |
|
Richard Davey
|
20aeff9a12
|
Merge pull request #3521 from mchiasson/patch-1
closes #3520
|
2018-04-09 10:11:35 +01:00 |
|
Richard Davey
|
8172742cf1
|
Merge pull request #3530 from icbat/master
adding documentation to some files with only one [description] tag
|
2018-04-09 10:09:50 +01:00 |
|
Matt Chiasson
|
abfd2440a0
|
fixed travis failure
|
2018-04-08 21:01:48 -04:00 |
|
Evan Cobb
|
4270660c31
|
adding documentation to some files with only one [description] tag
|
2018-04-08 14:13:02 -05:00 |
|
Richard Davey
|
12d27518da
|
Merge pull request #3522 from icbat/master
documenting UppercaseFirst
|
2018-04-08 17:04:29 +01:00 |
|
Richard Davey
|
70bedbdce0
|
Check if animation exists
|
2018-04-08 17:01:43 +01:00 |
|
Evan Cobb
|
12c521d4d7
|
documenting UppercaseFirst
|
2018-04-07 17:18:30 -05:00 |
|
Matt Chiasson
|
5f7d3fa4a1
|
closes #3520
Phaser.Display.Canvas.CanvasPool.first now returns the available pool item instead of always returning null.
|
2018-04-07 17:51:51 -04:00 |
|
Richard Davey
|
b7ae0295bc
|
No need to use globalAlpha or run fillRect twice.
|
2018-04-07 17:52:10 +01:00 |
|
Richard Davey
|
751bfa9ef7
|
Merge branch 'master' of https://github.com/photonstorm/phaser
|
2018-04-07 17:04:51 +01:00 |
|
Richard Davey
|
c358434754
|
Updated log
|
2018-04-07 17:04:48 +01:00 |
|
Richard Davey
|
37eb938d99
|
Merge pull request #3518 from PaNaVTEC/typescript-definitions
Add KeyboardManager#createCursorKeys typedefs
|
2018-04-07 16:26:08 +01:00 |
|
Richard Davey
|
b3a20d475a
|
Removed null and updated log
|
2018-04-07 16:18:48 +01:00 |
|
Richard Davey
|
041f0c5468
|
Merge pull request #3513 from mkimmet/master
Added missing physics property to GameConfig
|
2018-04-07 16:17:39 +01:00 |
|
Richard Davey
|
9e0f113c92
|
Added jsdocs
|
2018-04-07 16:16:03 +01:00 |
|
Richard Davey
|
67132a65ba
|
Merge pull request #3512 from icbat/master
filling in most of the jsdocs for GetFastValue and SpriteSheetFromAtlas
|
2018-04-07 16:13:23 +01:00 |
|
Richard Davey
|
cc1dba4ba9
|
Merge pull request #3511 from hexus/fix/graphics-generate-texture
Fixed renderCanvas() call in Graphics.generateTexture()
|
2018-04-07 16:09:32 +01:00 |
|