Phaser 2.2 Release Candidate 8 (newsletter build)

This commit is contained in:
photonstorm 2014-11-17 14:14:50 +00:00
parent a8574b42ef
commit 40c490ce23
13 changed files with 23 additions and 23 deletions

View file

@ -99,8 +99,6 @@
<script src="$path/src/core/Camera.js"></script>
<script src="$path/src/core/State.js"></script>
<script src="$path/src/core/StateManager.js"></script>
<script src="$path/src/core/ArrayList.js"></script>
<script src="$path/src/core/LinkedList.js"></script>
<script src="$path/src/core/Signal.js"></script>
<script src="$path/src/core/SignalBinding.js"></script>
<script src="$path/src/core/Filter.js"></script>
@ -176,6 +174,8 @@
<script src="$path/src/sound/Sound.js"></script>
<script src="$path/src/sound/SoundManager.js"></script>
<script src="$path/src/utils/ArraySet.js"></script>
<script src="$path/src/utils/LinkedList.js"></script>
<script src="$path/src/utils/ArrayUtils.js"></script>
<script src="$path/src/utils/Debug.js"></script>
<script src="$path/src/utils/Color.js"></script>

View file

@ -7,7 +7,7 @@
*
* Phaser - http://phaser.io
*
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 13:08:14
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 14:11:38
*
* By Richard Davey http://www.photonstorm.com @photonstorm
*
@ -12063,7 +12063,7 @@ PIXI.AbstractFilter.prototype.apply = function(frameBuffer)
*
* Phaser - http://phaser.io
*
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 13:08:14
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 14:11:38
*
* By Richard Davey http://www.photonstorm.com @photonstorm
*
@ -57514,7 +57514,7 @@ Phaser.SoundManager.prototype = {
}
}
if (window['PhaserGlobal'].audioContext)
if (window['PhaserGlobal'] && window['PhaserGlobal'].audioContext)
{
this.context = window['PhaserGlobal'].audioContext;
}

File diff suppressed because one or more lines are too long

View file

@ -7,7 +7,7 @@
*
* Phaser - http://phaser.io
*
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 13:08:15
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 14:11:38
*
* By Richard Davey http://www.photonstorm.com @photonstorm
*
@ -12063,7 +12063,7 @@ PIXI.AbstractFilter.prototype.apply = function(frameBuffer)
*
* Phaser - http://phaser.io
*
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 13:08:14
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 14:11:38
*
* By Richard Davey http://www.photonstorm.com @photonstorm
*
@ -57514,7 +57514,7 @@ Phaser.SoundManager.prototype = {
}
}
if (window['PhaserGlobal'].audioContext)
if (window['PhaserGlobal'] && window['PhaserGlobal'].audioContext)
{
this.context = window['PhaserGlobal'].audioContext;
}

File diff suppressed because one or more lines are too long

View file

@ -7,7 +7,7 @@
*
* Phaser - http://phaser.io
*
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 13:08:14
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 14:11:38
*
* By Richard Davey http://www.photonstorm.com @photonstorm
*
@ -45458,7 +45458,7 @@ Phaser.SoundManager.prototype = {
}
}
if (window['PhaserGlobal'].audioContext)
if (window['PhaserGlobal'] && window['PhaserGlobal'].audioContext)
{
this.context = window['PhaserGlobal'].audioContext;
}

File diff suppressed because one or more lines are too long

View file

@ -7,7 +7,7 @@
*
* Phaser - http://phaser.io
*
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 13:08:15
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 14:11:38
*
* By Richard Davey http://www.photonstorm.com @photonstorm
*
@ -57484,7 +57484,7 @@ Phaser.SoundManager.prototype = {
}
}
if (window['PhaserGlobal'].audioContext)
if (window['PhaserGlobal'] && window['PhaserGlobal'].audioContext)
{
this.context = window['PhaserGlobal'].audioContext;
}

File diff suppressed because one or more lines are too long

View file

@ -7,7 +7,7 @@
*
* Phaser - http://phaser.io
*
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 13:08:15
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 14:11:39
*
* By Richard Davey http://www.photonstorm.com @photonstorm
*
@ -12063,7 +12063,7 @@ PIXI.AbstractFilter.prototype.apply = function(frameBuffer)
*
* Phaser - http://phaser.io
*
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 13:08:14
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 14:11:38
*
* By Richard Davey http://www.photonstorm.com @photonstorm
*
@ -57514,7 +57514,7 @@ Phaser.SoundManager.prototype = {
}
}
if (window['PhaserGlobal'].audioContext)
if (window['PhaserGlobal'] && window['PhaserGlobal'].audioContext)
{
this.context = window['PhaserGlobal'].audioContext;
}

File diff suppressed because one or more lines are too long

2
build/phaser.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -155,7 +155,7 @@ Phaser.SoundManager.prototype = {
}
}
if (window['PhaserGlobal'].audioContext)
if (window['PhaserGlobal'] && window['PhaserGlobal'].audioContext)
{
this.context = window['PhaserGlobal'].audioContext;
}