mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Phaser 2.5.0 Release.
This commit is contained in:
parent
43b4fd3caf
commit
a9976d2703
418 changed files with 43784 additions and 44084 deletions
|
@ -1,6 +1,8 @@
|
|||
# Change Log
|
||||
|
||||
## Version 2.4.9 - "Four Kings" - 16th June 2016
|
||||
## Version 2.5.0 - "Five Kings" - 17th June 2016
|
||||
|
||||
**Note:** This version was also released as 2.4.9 'Four Kings' on 16th June 2016. The 2.5.0 release marks us moving to a more strict adherence of the Semver rules, and also contains some TypeScript definitions fixes.
|
||||
|
||||
### New Features
|
||||
|
||||
|
|
24
README.md
24
README.md
|
@ -38,9 +38,9 @@ Grab the source and join in the fun!
|
|||
|
||||
<div align="center"><img src="http://phaser.io/images/github/news.jpg"></div>
|
||||
|
||||
> 16th June 2016
|
||||
> 17th June 2016
|
||||
|
||||
Phaser 2.4.9 is the latest version of Phaser, and represents another significant milestone in the evolution of the framework in 2016.
|
||||
Phaser 2.5.0 is the latest release of Phaser, and represents another significant milestone in the evolution of the framework in 2016. It was previously released as 2.4.9. However we appreciate that we haven't been following the [semver](http://semver.org/) code strictly enough, and that this version (and most before it!) actually contains some significant MINOR level functionality, not just PATCH level. So we've bumped the version number accordingly.
|
||||
|
||||
As well as fixing a number of issues, there are some genuinely useful new features added in this release. Not least of which includes the new Weapons Plugin, making creating bullet pools a couple lines of code. Don't worry, it's also easy to exclude from custom builds too.
|
||||
|
||||
|
@ -125,15 +125,15 @@ Using Browserify? Please [read this](#browserify).
|
|||
|
||||
[jsDelivr](http://www.jsdelivr.com/#!phaser) is a "super-fast CDN for developers". Include the following in your html:
|
||||
|
||||
`<script src="//cdn.jsdelivr.net/phaser/2.4.9/phaser.js"></script>`
|
||||
`<script src="//cdn.jsdelivr.net/phaser/2.5.0/phaser.js"></script>`
|
||||
|
||||
or the minified version:
|
||||
|
||||
`<script src="//cdn.jsdelivr.net/phaser/2.4.9/phaser.min.js"></script>`
|
||||
`<script src="//cdn.jsdelivr.net/phaser/2.5.0/phaser.min.js"></script>`
|
||||
|
||||
[cdnjs.com](https://cdnjs.com/libraries/phaser) also offers a free CDN service. They have all versions of Phaser and even the custom builds:
|
||||
|
||||
`<script src="https://cdnjs.cloudflare.com/ajax/libs/phaser/2.4.9/phaser.js"></script>`
|
||||
`<script src="https://cdnjs.cloudflare.com/ajax/libs/phaser/2.5.0/phaser.js"></script>`
|
||||
|
||||
### Phaser Sandbox
|
||||
|
||||
|
@ -323,7 +323,7 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
|
|||
![Change Log](http://phaser.io/images/github/div-change-log.png "Change Log")
|
||||
<a name="change-log"></a>
|
||||
|
||||
## Version 2.4.9 - "Four Kings" - 16th June 2016
|
||||
## Version 2.5.0 - "Four Kings" - 17th June 2016
|
||||
|
||||
### New Features
|
||||
|
||||
|
@ -423,10 +423,10 @@ Written something cool in Phaser? Please tell us about it in the [forum][forum],
|
|||
|
||||
![Created by](http://phaser.io/images/github/div-created-by.png "Created by")
|
||||
|
||||
Phaser is a [Photon Storm](http://www.photonstorm.com) production.
|
||||
|
||||
![storm](http://www.phaser.io/images/github/photonstorm-x2.png)
|
||||
|
||||
Phaser is a [Photon Storm](http://www.photonstorm.com) production.
|
||||
|
||||
Created by [Richard Davey](mailto:rich@photonstorm.com). Powered by coffee, anime, pixels and love.
|
||||
|
||||
The Phaser logo and characters are © 2016 Photon Storm Limited.
|
||||
|
@ -437,10 +437,10 @@ All rights reserved.
|
|||
|
||||
[![Analytics](https://ga-beacon.appspot.com/UA-44006568-2/phaser/index)](https://github.com/igrigorik/ga-beacon)
|
||||
|
||||
[get-js]: https://github.com/photonstorm/phaser/releases/download/v2.4.9/phaser.js
|
||||
[get-minjs]: https://github.com/photonstorm/phaser/releases/download/v2.4.9/phaser.min.js
|
||||
[get-zip]: https://github.com/photonstorm/phaser/archive/v2.4.9.zip
|
||||
[get-tgz]: https://github.com/photonstorm/phaser/archive/v2.4.9.tar.gz
|
||||
[get-js]: https://github.com/photonstorm/phaser/releases/download/v2.5.0/phaser.js
|
||||
[get-minjs]: https://github.com/photonstorm/phaser/releases/download/v2.5.0/phaser.min.js
|
||||
[get-zip]: https://github.com/photonstorm/phaser/archive/v2.5.0.zip
|
||||
[get-tgz]: https://github.com/photonstorm/phaser/archive/v2.5.0.tar.gz
|
||||
[clone-http]: https://github.com/photonstorm/phaser.git
|
||||
[clone-ssh]: git@github.com:photonstorm/phaser.git
|
||||
[clone-svn]: https://github.com/photonstorm/phaser
|
||||
|
|
2
build/creature.min.js
vendored
2
build/creature.min.js
vendored
File diff suppressed because one or more lines are too long
2
build/custom/p2.min.js
vendored
2
build/custom/p2.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* Phaser - http://phaser.io
|
||||
*
|
||||
* v2.4.9 "Four Kings" - Built: Thu Jun 16 2016 23:02:39
|
||||
* v2.5.0 "Five Kings" - Built: Fri Jun 17 2016 12:44:21
|
||||
*
|
||||
* By Richard Davey http://www.photonstorm.com @photonstorm
|
||||
*
|
||||
|
@ -18,8 +18,7 @@
|
|||
* Phaser uses p2.js for full-body physics, created by Stefan Hedman https://github.com/schteppe/p2.js @schteppe
|
||||
* Phaser contains a port of N+ Physics, converted by Richard Davey, original by http://www.metanetsoftware.com
|
||||
*
|
||||
* Many thanks to Adam Saltsman (@ADAMATOMIC) for releasing Flixel, from which both Phaser
|
||||
* and my love of framework development originate.
|
||||
* Many thanks to Adam Saltsman (@ADAMATOMIC) for releasing Flixel, from which both Phaser and my love of framework development originate.
|
||||
*
|
||||
* Follow development at http://phaser.io and on our forum
|
||||
*
|
||||
|
@ -7856,6 +7855,7 @@ PIXI.RenderTexture.prototype.getCanvas = function()
|
|||
/**
|
||||
* This is the base class for creating a PIXI filter. Currently only webGL supports filters.
|
||||
* If you want to make a custom filter this should be your base class.
|
||||
*
|
||||
* @class AbstractFilter
|
||||
* @constructor
|
||||
* @param fragmentSrc {Array} The fragment source in an array of strings.
|
||||
|
@ -7867,14 +7867,14 @@ PIXI.AbstractFilter = function(fragmentSrc, uniforms)
|
|||
* An array of passes - some filters contain a few steps this array simply stores the steps in a liniear fashion.
|
||||
* For example the blur filter has two passes blurX and blurY.
|
||||
* @property passes
|
||||
* @type Array(Filter)
|
||||
* @type Array
|
||||
* @private
|
||||
*/
|
||||
this.passes = [this];
|
||||
|
||||
/**
|
||||
* @property shaders
|
||||
* @type Array(Shader)
|
||||
* @type Array
|
||||
* @private
|
||||
*/
|
||||
this.shaders = [];
|
||||
|
@ -7893,7 +7893,7 @@ PIXI.AbstractFilter = function(fragmentSrc, uniforms)
|
|||
|
||||
/**
|
||||
* @property uniforms
|
||||
* @type object
|
||||
* @type Object
|
||||
* @private
|
||||
*/
|
||||
this.uniforms = uniforms || {};
|
||||
|
@ -7921,12 +7921,6 @@ PIXI.AbstractFilter.prototype.syncUniforms = function()
|
|||
}
|
||||
};
|
||||
|
||||
/*
|
||||
PIXI.AbstractFilter.prototype.apply = function(frameBuffer)
|
||||
{
|
||||
// TODO :)
|
||||
};
|
||||
*/
|
||||
/**
|
||||
* @author Mat Groves http://matgroves.com/
|
||||
*/
|
||||
|
@ -9171,7 +9165,7 @@ var Phaser = Phaser || {
|
|||
* @constant
|
||||
* @type {string}
|
||||
*/
|
||||
VERSION: '2.4.9',
|
||||
VERSION: '2.5.0',
|
||||
|
||||
/**
|
||||
* An array of Phaser game instances.
|
||||
|
@ -22070,12 +22064,12 @@ Phaser.Game.prototype = {
|
|||
if (this.device.chrome)
|
||||
{
|
||||
var args = [
|
||||
'%c %c %c Phaser v' + v + ' | Pixi.js ' + PIXI.VERSION + ' | ' + r + ' | ' + a + ' %c %c ' + '%c http://phaser.io %c\u2665%c\u2665%c\u2665',
|
||||
'background: #9854d8',
|
||||
'background: #6c2ca7',
|
||||
'color: #ffffff; background: #450f78;',
|
||||
'background: #6c2ca7',
|
||||
'background: #9854d8',
|
||||
'%c %c %c Phaser v' + v + ' | Pixi.js | ' + r + ' | ' + a + ' %c %c ' + '%c http://phaser.io %c\u2665%c\u2665%c\u2665',
|
||||
'background: #fb8cb3',
|
||||
'background: #d44a52',
|
||||
'color: #ffffff; background: #871905;',
|
||||
'background: #d44a52',
|
||||
'background: #fb8cb3',
|
||||
'background: #ffffff'
|
||||
];
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
8
build/custom/phaser-arcade-physics.min.js
vendored
8
build/custom/phaser-arcade-physics.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* Phaser - http://phaser.io
|
||||
*
|
||||
* v2.4.9 "Four Kings" - Built: Thu Jun 16 2016 23:03:02
|
||||
* v2.5.0 "Five Kings" - Built: Fri Jun 17 2016 12:44:42
|
||||
*
|
||||
* By Richard Davey http://www.photonstorm.com @photonstorm
|
||||
*
|
||||
|
@ -18,8 +18,7 @@
|
|||
* Phaser uses p2.js for full-body physics, created by Stefan Hedman https://github.com/schteppe/p2.js @schteppe
|
||||
* Phaser contains a port of N+ Physics, converted by Richard Davey, original by http://www.metanetsoftware.com
|
||||
*
|
||||
* Many thanks to Adam Saltsman (@ADAMATOMIC) for releasing Flixel, from which both Phaser
|
||||
* and my love of framework development originate.
|
||||
* Many thanks to Adam Saltsman (@ADAMATOMIC) for releasing Flixel, from which both Phaser and my love of framework development originate.
|
||||
*
|
||||
* Follow development at http://phaser.io and on our forum
|
||||
*
|
||||
|
@ -7856,6 +7855,7 @@ PIXI.RenderTexture.prototype.getCanvas = function()
|
|||
/**
|
||||
* This is the base class for creating a PIXI filter. Currently only webGL supports filters.
|
||||
* If you want to make a custom filter this should be your base class.
|
||||
*
|
||||
* @class AbstractFilter
|
||||
* @constructor
|
||||
* @param fragmentSrc {Array} The fragment source in an array of strings.
|
||||
|
@ -7867,14 +7867,14 @@ PIXI.AbstractFilter = function(fragmentSrc, uniforms)
|
|||
* An array of passes - some filters contain a few steps this array simply stores the steps in a liniear fashion.
|
||||
* For example the blur filter has two passes blurX and blurY.
|
||||
* @property passes
|
||||
* @type Array(Filter)
|
||||
* @type Array
|
||||
* @private
|
||||
*/
|
||||
this.passes = [this];
|
||||
|
||||
/**
|
||||
* @property shaders
|
||||
* @type Array(Shader)
|
||||
* @type Array
|
||||
* @private
|
||||
*/
|
||||
this.shaders = [];
|
||||
|
@ -7893,7 +7893,7 @@ PIXI.AbstractFilter = function(fragmentSrc, uniforms)
|
|||
|
||||
/**
|
||||
* @property uniforms
|
||||
* @type object
|
||||
* @type Object
|
||||
* @private
|
||||
*/
|
||||
this.uniforms = uniforms || {};
|
||||
|
@ -7921,12 +7921,6 @@ PIXI.AbstractFilter.prototype.syncUniforms = function()
|
|||
}
|
||||
};
|
||||
|
||||
/*
|
||||
PIXI.AbstractFilter.prototype.apply = function(frameBuffer)
|
||||
{
|
||||
// TODO :)
|
||||
};
|
||||
*/
|
||||
/**
|
||||
* @author Mat Groves http://matgroves.com/ @Doormat23
|
||||
*/
|
||||
|
@ -7971,7 +7965,7 @@ var Phaser = Phaser || {
|
|||
* @constant
|
||||
* @type {string}
|
||||
*/
|
||||
VERSION: '2.4.9',
|
||||
VERSION: '2.5.0',
|
||||
|
||||
/**
|
||||
* An array of Phaser game instances.
|
||||
|
@ -20870,12 +20864,12 @@ Phaser.Game.prototype = {
|
|||
if (this.device.chrome)
|
||||
{
|
||||
var args = [
|
||||
'%c %c %c Phaser v' + v + ' | Pixi.js ' + PIXI.VERSION + ' | ' + r + ' | ' + a + ' %c %c ' + '%c http://phaser.io %c\u2665%c\u2665%c\u2665',
|
||||
'background: #9854d8',
|
||||
'background: #6c2ca7',
|
||||
'color: #ffffff; background: #450f78;',
|
||||
'background: #6c2ca7',
|
||||
'background: #9854d8',
|
||||
'%c %c %c Phaser v' + v + ' | Pixi.js | ' + r + ' | ' + a + ' %c %c ' + '%c http://phaser.io %c\u2665%c\u2665%c\u2665',
|
||||
'background: #fb8cb3',
|
||||
'background: #d44a52',
|
||||
'color: #ffffff; background: #871905;',
|
||||
'background: #d44a52',
|
||||
'background: #fb8cb3',
|
||||
'background: #ffffff'
|
||||
];
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
6
build/custom/phaser-minimum.min.js
vendored
6
build/custom/phaser-minimum.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* Phaser - http://phaser.io
|
||||
*
|
||||
* v2.4.9 "Four Kings" - Built: Thu Jun 16 2016 23:02:51
|
||||
* v2.5.0 "Five Kings" - Built: Fri Jun 17 2016 12:44:32
|
||||
*
|
||||
* By Richard Davey http://www.photonstorm.com @photonstorm
|
||||
*
|
||||
|
@ -18,8 +18,7 @@
|
|||
* Phaser uses p2.js for full-body physics, created by Stefan Hedman https://github.com/schteppe/p2.js @schteppe
|
||||
* Phaser contains a port of N+ Physics, converted by Richard Davey, original by http://www.metanetsoftware.com
|
||||
*
|
||||
* Many thanks to Adam Saltsman (@ADAMATOMIC) for releasing Flixel, from which both Phaser
|
||||
* and my love of framework development originate.
|
||||
* Many thanks to Adam Saltsman (@ADAMATOMIC) for releasing Flixel, from which both Phaser and my love of framework development originate.
|
||||
*
|
||||
* Follow development at http://phaser.io and on our forum
|
||||
*
|
||||
|
@ -7856,6 +7855,7 @@ PIXI.RenderTexture.prototype.getCanvas = function()
|
|||
/**
|
||||
* This is the base class for creating a PIXI filter. Currently only webGL supports filters.
|
||||
* If you want to make a custom filter this should be your base class.
|
||||
*
|
||||
* @class AbstractFilter
|
||||
* @constructor
|
||||
* @param fragmentSrc {Array} The fragment source in an array of strings.
|
||||
|
@ -7867,14 +7867,14 @@ PIXI.AbstractFilter = function(fragmentSrc, uniforms)
|
|||
* An array of passes - some filters contain a few steps this array simply stores the steps in a liniear fashion.
|
||||
* For example the blur filter has two passes blurX and blurY.
|
||||
* @property passes
|
||||
* @type Array(Filter)
|
||||
* @type Array
|
||||
* @private
|
||||
*/
|
||||
this.passes = [this];
|
||||
|
||||
/**
|
||||
* @property shaders
|
||||
* @type Array(Shader)
|
||||
* @type Array
|
||||
* @private
|
||||
*/
|
||||
this.shaders = [];
|
||||
|
@ -7893,7 +7893,7 @@ PIXI.AbstractFilter = function(fragmentSrc, uniforms)
|
|||
|
||||
/**
|
||||
* @property uniforms
|
||||
* @type object
|
||||
* @type Object
|
||||
* @private
|
||||
*/
|
||||
this.uniforms = uniforms || {};
|
||||
|
@ -7921,12 +7921,6 @@ PIXI.AbstractFilter.prototype.syncUniforms = function()
|
|||
}
|
||||
};
|
||||
|
||||
/*
|
||||
PIXI.AbstractFilter.prototype.apply = function(frameBuffer)
|
||||
{
|
||||
// TODO :)
|
||||
};
|
||||
*/
|
||||
/**
|
||||
* @author Mat Groves http://matgroves.com/
|
||||
*/
|
||||
|
@ -9171,7 +9165,7 @@ var Phaser = Phaser || {
|
|||
* @constant
|
||||
* @type {string}
|
||||
*/
|
||||
VERSION: '2.4.9',
|
||||
VERSION: '2.5.0',
|
||||
|
||||
/**
|
||||
* An array of Phaser game instances.
|
||||
|
@ -22070,12 +22064,12 @@ Phaser.Game.prototype = {
|
|||
if (this.device.chrome)
|
||||
{
|
||||
var args = [
|
||||
'%c %c %c Phaser v' + v + ' | Pixi.js ' + PIXI.VERSION + ' | ' + r + ' | ' + a + ' %c %c ' + '%c http://phaser.io %c\u2665%c\u2665%c\u2665',
|
||||
'background: #9854d8',
|
||||
'background: #6c2ca7',
|
||||
'color: #ffffff; background: #450f78;',
|
||||
'background: #6c2ca7',
|
||||
'background: #9854d8',
|
||||
'%c %c %c Phaser v' + v + ' | Pixi.js | ' + r + ' | ' + a + ' %c %c ' + '%c http://phaser.io %c\u2665%c\u2665%c\u2665',
|
||||
'background: #fb8cb3',
|
||||
'background: #d44a52',
|
||||
'color: #ffffff; background: #871905;',
|
||||
'background: #d44a52',
|
||||
'background: #fb8cb3',
|
||||
'background: #ffffff'
|
||||
];
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
8
build/custom/phaser-no-physics.min.js
vendored
8
build/custom/phaser-no-physics.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* Phaser - http://phaser.io
|
||||
*
|
||||
* v2.4.9 "Four Kings" - Built: Thu Jun 16 2016 23:03:11
|
||||
* v2.5.0 "Five Kings" - Built: Fri Jun 17 2016 12:44:52
|
||||
*
|
||||
* By Richard Davey http://www.photonstorm.com @photonstorm
|
||||
*
|
||||
|
@ -18,8 +18,7 @@
|
|||
* Phaser uses p2.js for full-body physics, created by Stefan Hedman https://github.com/schteppe/p2.js @schteppe
|
||||
* Phaser contains a port of N+ Physics, converted by Richard Davey, original by http://www.metanetsoftware.com
|
||||
*
|
||||
* Many thanks to Adam Saltsman (@ADAMATOMIC) for releasing Flixel, from which both Phaser
|
||||
* and my love of framework development originate.
|
||||
* Many thanks to Adam Saltsman (@ADAMATOMIC) for releasing Flixel, from which both Phaser and my love of framework development originate.
|
||||
*
|
||||
* Follow development at http://phaser.io and on our forum
|
||||
*
|
||||
|
@ -55,7 +54,7 @@ var Phaser = Phaser || {
|
|||
* @constant
|
||||
* @type {string}
|
||||
*/
|
||||
VERSION: '2.4.9',
|
||||
VERSION: '2.5.0',
|
||||
|
||||
/**
|
||||
* An array of Phaser game instances.
|
||||
|
@ -12954,12 +12953,12 @@ Phaser.Game.prototype = {
|
|||
if (this.device.chrome)
|
||||
{
|
||||
var args = [
|
||||
'%c %c %c Phaser v' + v + ' | Pixi.js ' + PIXI.VERSION + ' | ' + r + ' | ' + a + ' %c %c ' + '%c http://phaser.io %c\u2665%c\u2665%c\u2665',
|
||||
'background: #9854d8',
|
||||
'background: #6c2ca7',
|
||||
'color: #ffffff; background: #450f78;',
|
||||
'background: #6c2ca7',
|
||||
'background: #9854d8',
|
||||
'%c %c %c Phaser v' + v + ' | Pixi.js | ' + r + ' | ' + a + ' %c %c ' + '%c http://phaser.io %c\u2665%c\u2665%c\u2665',
|
||||
'background: #fb8cb3',
|
||||
'background: #d44a52',
|
||||
'color: #ffffff; background: #871905;',
|
||||
'background: #d44a52',
|
||||
'background: #fb8cb3',
|
||||
'background: #ffffff'
|
||||
];
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
6
build/custom/phaser-split.min.js
vendored
6
build/custom/phaser-split.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* Phaser - http://phaser.io
|
||||
*
|
||||
* v2.4.9 "Four Kings" - Built: Thu Jun 16 2016 23:03:10
|
||||
* v2.5.0 "Five Kings" - Built: Fri Jun 17 2016 12:44:51
|
||||
*
|
||||
* By Richard Davey http://www.photonstorm.com @photonstorm
|
||||
*
|
||||
|
@ -18,8 +18,7 @@
|
|||
* Phaser uses p2.js for full-body physics, created by Stefan Hedman https://github.com/schteppe/p2.js @schteppe
|
||||
* Phaser contains a port of N+ Physics, converted by Richard Davey, original by http://www.metanetsoftware.com
|
||||
*
|
||||
* Many thanks to Adam Saltsman (@ADAMATOMIC) for releasing Flixel, from which both Phaser
|
||||
* and my love of framework development originate.
|
||||
* Many thanks to Adam Saltsman (@ADAMATOMIC) for releasing Flixel, from which both Phaser and my love of framework development originate.
|
||||
*
|
||||
* Follow development at http://phaser.io and on our forum
|
||||
*
|
||||
|
@ -7856,6 +7855,7 @@ PIXI.RenderTexture.prototype.getCanvas = function()
|
|||
/**
|
||||
* This is the base class for creating a PIXI filter. Currently only webGL supports filters.
|
||||
* If you want to make a custom filter this should be your base class.
|
||||
*
|
||||
* @class AbstractFilter
|
||||
* @constructor
|
||||
* @param fragmentSrc {Array} The fragment source in an array of strings.
|
||||
|
@ -7867,14 +7867,14 @@ PIXI.AbstractFilter = function(fragmentSrc, uniforms)
|
|||
* An array of passes - some filters contain a few steps this array simply stores the steps in a liniear fashion.
|
||||
* For example the blur filter has two passes blurX and blurY.
|
||||
* @property passes
|
||||
* @type Array(Filter)
|
||||
* @type Array
|
||||
* @private
|
||||
*/
|
||||
this.passes = [this];
|
||||
|
||||
/**
|
||||
* @property shaders
|
||||
* @type Array(Shader)
|
||||
* @type Array
|
||||
* @private
|
||||
*/
|
||||
this.shaders = [];
|
||||
|
@ -7893,7 +7893,7 @@ PIXI.AbstractFilter = function(fragmentSrc, uniforms)
|
|||
|
||||
/**
|
||||
* @property uniforms
|
||||
* @type object
|
||||
* @type Object
|
||||
* @private
|
||||
*/
|
||||
this.uniforms = uniforms || {};
|
||||
|
@ -7921,12 +7921,6 @@ PIXI.AbstractFilter.prototype.syncUniforms = function()
|
|||
}
|
||||
};
|
||||
|
||||
/*
|
||||
PIXI.AbstractFilter.prototype.apply = function(frameBuffer)
|
||||
{
|
||||
// TODO :)
|
||||
};
|
||||
*/
|
||||
/**
|
||||
* @author Mat Groves http://matgroves.com/
|
||||
*/
|
||||
|
|
File diff suppressed because one or more lines are too long
2
build/custom/pixi.min.js
vendored
2
build/custom/pixi.min.js
vendored
File diff suppressed because one or more lines are too long
2
build/p2.min.js
vendored
2
build/p2.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* Phaser - http://phaser.io
|
||||
*
|
||||
* v2.4.9 "Four Kings" - Built: Thu Jun 16 2016 23:03:27
|
||||
* v2.5.0 "Five Kings" - Built: Fri Jun 17 2016 12:45:08
|
||||
*
|
||||
* By Richard Davey http://www.photonstorm.com @photonstorm
|
||||
*
|
||||
|
@ -18,8 +18,7 @@
|
|||
* Phaser uses p2.js for full-body physics, created by Stefan Hedman https://github.com/schteppe/p2.js @schteppe
|
||||
* Phaser contains a port of N+ Physics, converted by Richard Davey, original by http://www.metanetsoftware.com
|
||||
*
|
||||
* Many thanks to Adam Saltsman (@ADAMATOMIC) for releasing Flixel, from which both Phaser
|
||||
* and my love of framework development originate.
|
||||
* Many thanks to Adam Saltsman (@ADAMATOMIC) for releasing Flixel, from which both Phaser and my love of framework development originate.
|
||||
*
|
||||
* Follow development at http://phaser.io and on our forum
|
||||
*
|
||||
|
@ -55,7 +54,7 @@ var Phaser = Phaser || {
|
|||
* @constant
|
||||
* @type {string}
|
||||
*/
|
||||
VERSION: '2.4.9',
|
||||
VERSION: '2.5.0',
|
||||
|
||||
/**
|
||||
* An array of Phaser game instances.
|
||||
|
@ -12954,12 +12953,12 @@ Phaser.Game.prototype = {
|
|||
if (this.device.chrome)
|
||||
{
|
||||
var args = [
|
||||
'%c %c %c Phaser v' + v + ' | Pixi.js ' + PIXI.VERSION + ' | ' + r + ' | ' + a + ' %c %c ' + '%c http://phaser.io %c\u2665%c\u2665%c\u2665',
|
||||
'background: #9854d8',
|
||||
'background: #6c2ca7',
|
||||
'color: #ffffff; background: #450f78;',
|
||||
'background: #6c2ca7',
|
||||
'background: #9854d8',
|
||||
'%c %c %c Phaser v' + v + ' | Pixi.js | ' + r + ' | ' + a + ' %c %c ' + '%c http://phaser.io %c\u2665%c\u2665%c\u2665',
|
||||
'background: #fb8cb3',
|
||||
'background: #d44a52',
|
||||
'color: #ffffff; background: #871905;',
|
||||
'background: #d44a52',
|
||||
'background: #fb8cb3',
|
||||
'background: #ffffff'
|
||||
];
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
6
build/phaser-creature.min.js
vendored
6
build/phaser-creature.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* Phaser - http://phaser.io
|
||||
*
|
||||
* v2.4.9 "Four Kings" - Built: Thu Jun 16 2016 23:02:24
|
||||
* v2.5.0 "Five Kings" - Built: Fri Jun 17 2016 12:44:07
|
||||
*
|
||||
* By Richard Davey http://www.photonstorm.com @photonstorm
|
||||
*
|
||||
|
@ -18,8 +18,7 @@
|
|||
* Phaser uses p2.js for full-body physics, created by Stefan Hedman https://github.com/schteppe/p2.js @schteppe
|
||||
* Phaser contains a port of N+ Physics, converted by Richard Davey, original by http://www.metanetsoftware.com
|
||||
*
|
||||
* Many thanks to Adam Saltsman (@ADAMATOMIC) for releasing Flixel, from which both Phaser
|
||||
* and my love of framework development originate.
|
||||
* Many thanks to Adam Saltsman (@ADAMATOMIC) for releasing Flixel, from which both Phaser and my love of framework development originate.
|
||||
*
|
||||
* Follow development at http://phaser.io and on our forum
|
||||
*
|
||||
|
@ -21469,6 +21468,7 @@ PIXI.RenderTexture.prototype.getCanvas = function()
|
|||
/**
|
||||
* This is the base class for creating a PIXI filter. Currently only webGL supports filters.
|
||||
* If you want to make a custom filter this should be your base class.
|
||||
*
|
||||
* @class AbstractFilter
|
||||
* @constructor
|
||||
* @param fragmentSrc {Array} The fragment source in an array of strings.
|
||||
|
@ -21480,14 +21480,14 @@ PIXI.AbstractFilter = function(fragmentSrc, uniforms)
|
|||
* An array of passes - some filters contain a few steps this array simply stores the steps in a liniear fashion.
|
||||
* For example the blur filter has two passes blurX and blurY.
|
||||
* @property passes
|
||||
* @type Array(Filter)
|
||||
* @type Array
|
||||
* @private
|
||||
*/
|
||||
this.passes = [this];
|
||||
|
||||
/**
|
||||
* @property shaders
|
||||
* @type Array(Shader)
|
||||
* @type Array
|
||||
* @private
|
||||
*/
|
||||
this.shaders = [];
|
||||
|
@ -21506,7 +21506,7 @@ PIXI.AbstractFilter = function(fragmentSrc, uniforms)
|
|||
|
||||
/**
|
||||
* @property uniforms
|
||||
* @type object
|
||||
* @type Object
|
||||
* @private
|
||||
*/
|
||||
this.uniforms = uniforms || {};
|
||||
|
@ -21534,12 +21534,6 @@ PIXI.AbstractFilter.prototype.syncUniforms = function()
|
|||
}
|
||||
};
|
||||
|
||||
/*
|
||||
PIXI.AbstractFilter.prototype.apply = function(frameBuffer)
|
||||
{
|
||||
// TODO :)
|
||||
};
|
||||
*/
|
||||
/**
|
||||
* @author Mat Groves http://matgroves.com/
|
||||
*/
|
||||
|
@ -22784,7 +22778,7 @@ var Phaser = Phaser || {
|
|||
* @constant
|
||||
* @type {string}
|
||||
*/
|
||||
VERSION: '2.4.9',
|
||||
VERSION: '2.5.0',
|
||||
|
||||
/**
|
||||
* An array of Phaser game instances.
|
||||
|
@ -35683,12 +35677,12 @@ Phaser.Game.prototype = {
|
|||
if (this.device.chrome)
|
||||
{
|
||||
var args = [
|
||||
'%c %c %c Phaser v' + v + ' | Pixi.js ' + PIXI.VERSION + ' | ' + r + ' | ' + a + ' %c %c ' + '%c http://phaser.io %c\u2665%c\u2665%c\u2665',
|
||||
'background: #9854d8',
|
||||
'background: #6c2ca7',
|
||||
'color: #ffffff; background: #450f78;',
|
||||
'background: #6c2ca7',
|
||||
'background: #9854d8',
|
||||
'%c %c %c Phaser v' + v + ' | Pixi.js | ' + r + ' | ' + a + ' %c %c ' + '%c http://phaser.io %c\u2665%c\u2665%c\u2665',
|
||||
'background: #fb8cb3',
|
||||
'background: #d44a52',
|
||||
'color: #ffffff; background: #871905;',
|
||||
'background: #d44a52',
|
||||
'background: #fb8cb3',
|
||||
'background: #ffffff'
|
||||
];
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
6
build/phaser.min.js
vendored
6
build/phaser.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* Phaser - http://phaser.io
|
||||
*
|
||||
* v2.4.9 "Four Kings" - Built: Thu Jun 16 2016 23:03:25
|
||||
* v2.5.0 "Five Kings" - Built: Fri Jun 17 2016 12:45:06
|
||||
*
|
||||
* By Richard Davey http://www.photonstorm.com @photonstorm
|
||||
*
|
||||
|
@ -18,8 +18,7 @@
|
|||
* Phaser uses p2.js for full-body physics, created by Stefan Hedman https://github.com/schteppe/p2.js @schteppe
|
||||
* Phaser contains a port of N+ Physics, converted by Richard Davey, original by http://www.metanetsoftware.com
|
||||
*
|
||||
* Many thanks to Adam Saltsman (@ADAMATOMIC) for releasing Flixel, from which both Phaser
|
||||
* and my love of framework development originate.
|
||||
* Many thanks to Adam Saltsman (@ADAMATOMIC) for releasing Flixel, from which both Phaser and my love of framework development originate.
|
||||
*
|
||||
* Follow development at http://phaser.io and on our forum
|
||||
*
|
||||
|
@ -7856,6 +7855,7 @@ PIXI.RenderTexture.prototype.getCanvas = function()
|
|||
/**
|
||||
* This is the base class for creating a PIXI filter. Currently only webGL supports filters.
|
||||
* If you want to make a custom filter this should be your base class.
|
||||
*
|
||||
* @class AbstractFilter
|
||||
* @constructor
|
||||
* @param fragmentSrc {Array} The fragment source in an array of strings.
|
||||
|
@ -7867,14 +7867,14 @@ PIXI.AbstractFilter = function(fragmentSrc, uniforms)
|
|||
* An array of passes - some filters contain a few steps this array simply stores the steps in a liniear fashion.
|
||||
* For example the blur filter has two passes blurX and blurY.
|
||||
* @property passes
|
||||
* @type Array(Filter)
|
||||
* @type Array
|
||||
* @private
|
||||
*/
|
||||
this.passes = [this];
|
||||
|
||||
/**
|
||||
* @property shaders
|
||||
* @type Array(Shader)
|
||||
* @type Array
|
||||
* @private
|
||||
*/
|
||||
this.shaders = [];
|
||||
|
@ -7893,7 +7893,7 @@ PIXI.AbstractFilter = function(fragmentSrc, uniforms)
|
|||
|
||||
/**
|
||||
* @property uniforms
|
||||
* @type object
|
||||
* @type Object
|
||||
* @private
|
||||
*/
|
||||
this.uniforms = uniforms || {};
|
||||
|
@ -7921,12 +7921,6 @@ PIXI.AbstractFilter.prototype.syncUniforms = function()
|
|||
}
|
||||
};
|
||||
|
||||
/*
|
||||
PIXI.AbstractFilter.prototype.apply = function(frameBuffer)
|
||||
{
|
||||
// TODO :)
|
||||
};
|
||||
*/
|
||||
/**
|
||||
* @author Mat Groves http://matgroves.com/
|
||||
*/
|
||||
|
|
File diff suppressed because one or more lines are too long
2
build/pixi.min.js
vendored
2
build/pixi.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1432,7 +1432,7 @@ If you want to make a custom filter this should be your base class.</p>
|
|||
|
||||
|
||||
<dt class="tag-source">Source -
|
||||
<a href="src_pixi_filters_AbstractFilter.js.html">pixi/filters/AbstractFilter.js</a>, <a href="src_pixi_filters_AbstractFilter.js.html#sunlight-1-line-31">line 31</a>
|
||||
<a href="src_pixi_filters_AbstractFilter.js.html">pixi/filters/AbstractFilter.js</a>, <a href="src_pixi_filters_AbstractFilter.js.html#sunlight-1-line-32">line 32</a>
|
||||
</dt>
|
||||
|
||||
|
||||
|
@ -1484,7 +1484,7 @@ If you want to make a custom filter this should be your base class.</p>
|
|||
|
||||
|
||||
<dt class="tag-source">Source -
|
||||
<a href="src_pixi_filters_AbstractFilter.js.html">pixi/filters/AbstractFilter.js</a>, <a href="src_pixi_filters_AbstractFilter.js.html#sunlight-1-line-37">line 37</a>
|
||||
<a href="src_pixi_filters_AbstractFilter.js.html">pixi/filters/AbstractFilter.js</a>, <a href="src_pixi_filters_AbstractFilter.js.html#sunlight-1-line-38">line 38</a>
|
||||
</dt>
|
||||
|
||||
|
||||
|
@ -1552,7 +1552,7 @@ If you want to make a custom filter this should be your base class.</p>
|
|||
|
||||
|
||||
<dt class="tag-source">Source -
|
||||
<a href="src_pixi_filters_AbstractFilter.js.html">pixi/filters/AbstractFilter.js</a>, <a href="src_pixi_filters_AbstractFilter.js.html#sunlight-1-line-60">line 60</a>
|
||||
<a href="src_pixi_filters_AbstractFilter.js.html">pixi/filters/AbstractFilter.js</a>, <a href="src_pixi_filters_AbstractFilter.js.html#sunlight-1-line-61">line 61</a>
|
||||
</dt>
|
||||
|
||||
|
||||
|
@ -1600,8 +1600,8 @@ If you want to make a custom filter this should be your base class.</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:49 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:41 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -2816,8 +2816,8 @@ Atexture is still 100% usable and will simply be reuploaded if there is a sprite
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:49 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:41 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1861,8 +1861,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:49 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:41 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1345,8 +1345,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:49 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:41 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1610,8 +1610,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:49 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:41 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -2092,8 +2092,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:49 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:41 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -2592,8 +2592,8 @@ Disable this by setting this to false. For example if your game has a canvas fil
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:49 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:41 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -2098,8 +2098,8 @@ This property is only applicable if using tintWithPerPixel.</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:49 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:41 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1758,8 +1758,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:49 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:41 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -3641,8 +3641,8 @@ This can be quite useful if your displayObject is static / complicated and needs
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:49 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:41 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -5322,8 +5322,8 @@ This can be quite useful if your displayObject is static / complicated and needs
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:50 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:41 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1341,8 +1341,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:50 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:41 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1818,8 +1818,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:50 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:41 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -2291,8 +2291,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:50 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:41 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1957,8 +1957,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:50 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:41 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -8613,8 +8613,8 @@ Based on: https://stackoverflow.com/questions/785097/how-do-i-implement-a-bezier
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:50 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:41 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1345,8 +1345,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:50 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:41 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -2486,8 +2486,8 @@ this function is taken from Starling Framework as its pretty neat ;)</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:50 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:41 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1814,8 +1814,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:50 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:42 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -2082,8 +2082,8 @@ http://www.khronos.org/registry/gles/specs/2.0/GLSL_ES_Specification_1.0.17.pdf<
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:50 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:42 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1421,8 +1421,8 @@ Slightly modified by Mat Groves (matgroves.com);</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:50 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:42 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1758,8 +1758,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:50 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:42 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -3032,8 +3032,8 @@ irrespective of the actual frame size or placement (which can be influenced by t
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:50 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:42 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -5774,8 +5774,8 @@ This can be quite useful if your displayObject is static / complicated and needs
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:50 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:42 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -6366,8 +6366,8 @@ texture this Sprite was using.</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:50 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:42 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1404,8 +1404,8 @@ And here you have a hundred sprites that will be renderer at the speed of light<
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:50 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:42 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -5768,8 +5768,8 @@ This can be quite useful if your displayObject is static / complicated and needs
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:50 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:42 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1758,8 +1758,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:51 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:42 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -3134,8 +3134,8 @@ If the image is not in the texture cache it will be created and loaded.</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:51 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:42 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -6802,8 +6802,8 @@ texture this Sprite was using.</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:51 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:42 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1758,8 +1758,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:51 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:42 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -2888,8 +2888,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:51 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:42 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -2279,8 +2279,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:51 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:42 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -3226,8 +3226,8 @@ Disable this by setting this to false. For example: if your game has a canvas fi
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:51 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:42 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1649,8 +1649,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:49 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:40 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -4735,8 +4735,8 @@ If <code>dispatchComplete</code> is true it will dispatch the complete events, o
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:38 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:29 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -3693,8 +3693,8 @@ The currentAnim property of the AnimationManager is automatically set to the ani
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:38 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:29 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -2377,8 +2377,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:38 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:29 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -2950,8 +2950,8 @@ Returns null if not found.</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:38 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:30 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -2236,8 +2236,8 @@ The JSON follows the format of that created by https://github.com/tonistiigi/aud
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:38 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:30 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -16058,8 +16058,8 @@ If not given the dimensions defaults to the full size of the context.</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:38 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:30 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -10718,8 +10718,8 @@ Remember if this Game Object has any children you should call update on those to
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:38 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:30 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -13127,8 +13127,8 @@ or the rectangle it references, then you need to update the crop frame by callin
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:38 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:30 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -15023,8 +15023,8 @@ or the rectangle it references, then you need to update the crop frame by callin
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:39 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:30 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -16078,8 +16078,8 @@ then it will persist in memory.</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:39 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:30 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -5419,8 +5419,8 @@ of the effect, and if it should effect both axis or just one.</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:39 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:30 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -3575,8 +3575,8 @@ patchy on earlier browsers, especially on mobile.</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:39 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:30 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -4972,8 +4972,8 @@ This method checks the radius distances between the two Circle objects to see if
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:39 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:30 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -12017,8 +12017,8 @@ endian-independent method, use fromRGBA(rgba) and toRGBA(r, g, b, a).</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:39 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:30 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1410,8 +1410,8 @@ Working in radians is slightly faster as it doesn't have to perform any calculat
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:39 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1624,8 +1624,8 @@ If you need to reset an already running animation do so directly on the Animatio
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:39 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1467,8 +1467,8 @@ Returns <code>true</code> if they do, otherwise <code>false</code> if fully outs
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:39 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -2436,8 +2436,8 @@ one expands it.</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:39 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1721,8 +1721,8 @@ because the World is the root Group from which all Game Objects descend.</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:39 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -2625,8 +2625,8 @@ Remember if this Game Object has any children you should call update on those to
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:39 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1664,8 +1664,8 @@ or the rectangle it references, then you need to update the crop frame by callin
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:39 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1519,8 +1519,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:39 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1592,8 +1592,8 @@ more than one Game Object sharing the same BaseTexture.</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:39 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1545,8 +1545,8 @@ Called automatically by the Game Object.</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:40 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1641,8 +1641,8 @@ Will never exceed the <code>maxHealth</code> value.</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:40 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1407,8 +1407,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:40 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1657,8 +1657,8 @@ Called automatically by the Game Object.</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:40 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1480,8 +1480,8 @@ for this Game Object and it will then start to process click / touch events and
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:40 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1802,8 +1802,8 @@ it doesn't destroy the object or free it up from memory.</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:40 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -2067,8 +2067,8 @@ it can be useful to adjust the dimensions directly in this way.</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:40 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1504,8 +1504,8 @@ It should be fine for low-volume testing where physics isn't required.</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:40 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1691,8 +1691,8 @@ Called automatically by the Game Object.</p>
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:40 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1582,8 +1582,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:40 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1791,8 +1791,8 @@ or pass <code>null</code> for the <code>maxX</code> and <code>maxY</code> parame
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:40 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -1407,8 +1407,8 @@
|
|||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Thu Jun 16 2016 23:20:40 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
|
||||
on Fri Jun 17 2016 12:45:31 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue