photonstorm
|
bffdb8fbc5
|
Moved the Canvas tests into the Phaser.Device class.
|
2016-09-28 13:39:30 +01:00 |
|
photonstorm
|
ae9460c80e
|
Docs fix.
|
2016-09-28 13:39:05 +01:00 |
|
photonstorm
|
2cf447c151
|
PIXI.EarCut has been moved into the Phaser utils folder, and renamed to Phaser.EarCut . All references to PIXI.EarCut have been updated to match the new namespace.
|
2016-09-28 13:38:59 +01:00 |
|
photonstorm
|
1e15012a91
|
PIXI.CanvasPool has been moved into the Phaser utils folder, and renamed to Phaser.CanvasPool . All references to PIXI.CanvasPool have been updated to match the new namespace.
|
2016-09-28 12:53:04 +01:00 |
|
photonstorm
|
508e5ae723
|
PIXI.TilingSprite has been removed, and all functionality merged in to Phaser.TileSprite, to cut down on the number of internal classes and inheritance going on.
|
2016-09-28 11:57:11 +01:00 |
|
Richard Davey
|
2005c9d86d
|
PIXI.RenderTexture has been removed, and all functionality merged in to Phaser.RenderTexture, to cut down on the number of internal classes and inheritance going on.
|
2016-09-28 01:40:29 +01:00 |
|
Richard Davey
|
9974b3b586
|
Lint tweaks.
|
2016-09-28 00:43:19 +01:00 |
|
Richard Davey
|
0bfb52d159
|
Phaser.SpriteBatch was incorrectly applying the prototypes, causing the Sprite Batch render methods to be replaced by the normal DisplayObjectContainer ones, meaning nothing was really batched at all. This has now been fixed, and PIXI.SpriteBatch removed, as it's no longer required.
|
2016-09-28 00:43:19 +01:00 |
|
Felipe Alfonso
|
d5c9ab669e
|
Added global texture array
|
2016-09-27 20:43:00 -03:00 |
|
Richard Davey
|
1d7b54b7d4
|
Merged Sprite Batch updates.
|
2016-09-27 23:22:26 +01:00 |
|
Richard Davey
|
41ad0873d4
|
Fixing the Sprite Batch.
|
2016-09-27 23:20:38 +01:00 |
|
photonstorm
|
2d84ea8938
|
Removed SS in Atlas.
|
2016-09-27 14:27:12 +01:00 |
|
photonstorm
|
840d3669b0
|
Updated tutorial code so you can't bounce off stars.
|
2016-09-27 13:57:32 +01:00 |
|
Richard Davey
|
00abd388e8
|
Bumped version.
|
2016-09-27 02:00:40 +01:00 |
|
Richard Davey
|
1c415a0d7e
|
Cache.addBitmapFontFromAtlas allows you to add a Bitmap Font to the Cache, that is comprised of a frame from a Texture Atlas, and the font data (in JSON or XML format). Once added you can use the Bitmap Font in the same way as you would any Bitmap Font (#2614)
|
2016-09-27 02:00:31 +01:00 |
|
Richard Davey
|
811c347cc3
|
Camera.fade has a new argument alpha to control the alpha level of the effect (thanks @rgk #2493)
Camera.flash has a new argument `alpha` to control the alpha level of the effect (thanks @rgk #2493)
|
2016-09-27 01:07:40 +01:00 |
|
Richard Davey
|
2bc9c73838
|
The Video.playing property didn't check to see if the Video existed, and would throw the error Uncaught TypeError: Cannot read property 'paused' of null if you called it after destroying the video (thanks @Tetley #2740)
|
2016-09-26 23:35:41 +01:00 |
|
Richard Davey
|
0692bf01b5
|
If you called Video.changeSource, and then immediately called Video.play after it, it would fire the onComplete event twice (thanks @jaraiza #2543)
|
2016-09-26 23:28:41 +01:00 |
|
Richard Davey
|
f331697fee
|
Text.splitRegExp is a new property that allows you to control the regular expression that is used to split the text into multiple lines (@dai-shi #1403)
|
2016-09-26 22:35:54 +01:00 |
|
Richard Davey
|
feb1b980c0
|
Text.width and Text.height now divide the result by the Text.resolution, to avoid incorrect dimensions on High DPI devices (thanks @mattahj #2146)
|
2016-09-26 22:22:31 +01:00 |
|
Richard Davey
|
604da9ebc8
|
TS defs fix #2754
|
2016-09-26 21:28:43 +01:00 |
|
Richard Davey
|
49c9176f6c
|
Updated #2759
|
2016-09-26 21:09:01 +01:00 |
|
Richard Davey
|
a16e6e92ff
|
Tidying up the formatting #2760
|
2016-09-26 21:02:36 +01:00 |
|
Richard Davey
|
9b78f3ae7f
|
Docs update.
|
2016-09-26 20:56:31 +01:00 |
|
Richard Davey
|
de56e37400
|
Merge pull request #2760 from JTronLabs/dev
Phaser.Math.between fixes & added Phaser.Math.random
|
2016-09-26 20:55:05 +01:00 |
|
Richard Davey
|
53de7c20f0
|
Small code tidy + TS defs for #2763
|
2016-09-26 20:49:35 +01:00 |
|
Richard Davey
|
6f67744276
|
Docs update.
|
2016-09-26 20:45:46 +01:00 |
|
Richard Davey
|
bb452e2b4e
|
Merge pull request #2763 from arefiev/skip-frames-in-spritesheets
Add a parameter to load.spritesheet which tells it how many frames to…
|
2016-09-26 20:44:17 +01:00 |
|
Richard Davey
|
24c969bad0
|
Merge pull request #2767 from jorgesumle/dev
Fixed broken link from the second tutorial.
|
2016-09-26 20:41:33 +01:00 |
|
Richard Davey
|
27fd72c06f
|
Merge pull request #2771 from kevinAlbs/dev
Fixed fixedToCamera update for Group.
|
2016-09-26 20:40:40 +01:00 |
|
Kevin Albertson
|
a512763508
|
Fixed fixedToCamera update for Group.
|
2016-09-25 22:39:59 -04:00 |
|
Jorge
|
c744dedf2b
|
Fixed broken link from the second tutorial.
|
2016-09-24 13:11:04 +02:00 |
|
Richard Davey
|
4cc18e2df4
|
Phaser 3.0.0 Beta 1 release.
|
2016-09-21 23:22:08 +01:00 |
|
Richard Davey
|
6402554b68
|
Docs update.
|
2016-09-21 23:17:38 +01:00 |
|
Richard Davey
|
31592b98f1
|
The P2 Physics library has been updated to 0.7.1. This is still quite out of date, but as soon as they release their latest build (hopefully soon) we'll update to that.
|
2016-09-21 23:16:14 +01:00 |
|
Richard Davey
|
665f126461
|
Updated docs and defs.
|
2016-09-21 23:10:46 +01:00 |
|
Richard Davey
|
0d1d4f048f
|
Updated docs.
|
2016-09-21 23:08:48 +01:00 |
|
Richard Davey
|
cfb2f73813
|
Removed un-used property.
|
2016-09-21 23:00:20 +01:00 |
|
Richard Davey
|
fb1ea7a01e
|
Updated documentation.
|
2016-09-21 22:59:20 +01:00 |
|
Richard Davey
|
6aff35b5fd
|
Frame.rotationDirection has been removed. It isn't needed, as modern texture packers only rotate 90 degrees clockwise anyway, and Phaser only supports this rotation direction.
|
2016-09-21 22:53:30 +01:00 |
|
Richard Davey
|
5cf3fcccbc
|
Fixed CanvasTinter for rotated texture frames.
|
2016-09-21 22:47:05 +01:00 |
|
Felipe Alfonso
|
98e0fceac9
|
Moved transform for rotated texture clipping to a single transform. Added support for webgl rotated textures
|
2016-09-21 17:48:26 -03:00 |
|
Richard Davey
|
f3c5b7a0bc
|
TS defs update.
|
2016-09-20 02:03:00 +01:00 |
|
Richard Davey
|
ed13db65d3
|
Docs update.
|
2016-09-20 02:00:05 +01:00 |
|
Richard Davey
|
6bd0ab6a8c
|
Updated jsdocs and jshint fixes.
|
2016-09-20 01:48:30 +01:00 |
|
Felipe Alfonso
|
2f3fc22b50
|
Merge branch 'dev' of https://github.com/photonstorm/phaser into dev
|
2016-09-19 20:58:18 -03:00 |
|
Felipe Alfonso
|
702bc9b69f
|
fixed issues with conflict resolving
|
2016-09-19 20:54:06 -03:00 |
|
Richard Davey
|
3f4decd59e
|
First pass at adding rotated atlas frame support in to the Canvas renderer.
|
2016-09-20 00:53:00 +01:00 |
|
Richard Davey
|
6fd15ee0e5
|
Updated TS defs for multi-texture support.
|
2016-09-20 00:21:24 +01:00 |
|
Felipe Alfonso
|
d0c23c15b5
|
Merge branch 'dev' into texture-compression-webgl
Conflicts:
src/pixi/renderers/webgl/WebGLRenderer.js
|
2016-09-19 20:19:24 -03:00 |
|