..
book
Fixed filters for new shader code.
2013-11-28 21:29:16 +00:00
filters
Tidying up the wip folder and updating pixi.
2013-12-03 20:50:34 +00:00
misc
Group now extends PIXI.DisplayObjectContainer, rather than owning a _container property, which makes life a whole lot easier re: nesting.
2014-02-06 02:31:36 +00:00
anim1.js
Phaser.AnimationParser now sets the trimmed data directly for Pixi Texture frames. Tested across JSON Hash, JSON Data, Sprite Sheet and XML.
2014-02-07 00:57:41 +00:00
anim2.js
Phaser.AnimationParser now sets the trimmed data directly for Pixi Texture frames. Tested across JSON Hash, JSON Data, Sprite Sheet and XML.
2014-02-07 00:57:41 +00:00
bmd.js
Updated Rectangle to use prototype based getters and setters (re: iOS speed discussion on the forum).
2014-02-07 02:31:29 +00:00
bounds.js
Phaser.AnimationParser now sets the trimmed data directly for Pixi Texture frames. Tested across JSON Hash, JSON Data, Sprite Sheet and XML.
2014-02-07 00:57:41 +00:00
crop.js
Phaser.AnimationParser now sets the trimmed data directly for Pixi Texture frames. Tested across JSON Hash, JSON Data, Sprite Sheet and XML.
2014-02-07 00:57:41 +00:00
destroy.js
Huge update to Phaser.Text. Much more lean, but loads of great new options added including drop shadows, gradient fills, fonts with spaces in the name, etc.
2014-02-09 13:36:02 +00:00
frame.js
Added Image.frame and Image.frameName support in.
2014-02-07 06:52:49 +00:00
grid-drag.js
You can now use the hitArea property on Sprites and Image objects. hitArea can be a geometry object (Rectangle, Circle, Polygon, Ellipse) and is used in pointerOver checks.
2014-02-07 17:14:10 +00:00
grid.js
You can now use the hitArea property on Sprites and Image objects. hitArea can be a geometry object (Rectangle, Circle, Polygon, Ellipse) and is used in pointerOver checks.
2014-02-07 17:14:10 +00:00
hitArea.js
InputManager.getLocalPosition(displayObject, pointer, output) will return the local coordinates of the specified displayObject and pointer.
2014-02-07 18:01:58 +00:00
image1.js
Testing new Image object.
2014-02-06 19:34:05 +00:00
image2.js
Sprite.crop() now takes a Phaser.Rectangle instead of explicit parameters.
2014-02-06 23:13:39 +00:00
image3.js
More animation tests.
2014-02-07 04:12:23 +00:00
index.php
Group now extends PIXI.DisplayObjectContainer, rather than owning a _container property, which makes life a whole lot easier re: nesting.
2014-02-06 02:31:36 +00:00
mouse.js
Mouse callback tests.
2014-02-07 07:32:11 +00:00
mouse2.js
Mouse callback tests.
2014-02-07 07:32:11 +00:00
pixi1.js
Huge update to Phaser.Text. Much more lean, but loads of great new options added including drop shadows, gradient fills, fonts with spaces in the name, etc.
2014-02-09 13:36:02 +00:00
pixi2.js
More Group fixes to the new format. Updated list of included Pixi files to remove un-needed ones.
2014-02-06 03:34:27 +00:00
rendertexture.js
Game.add.renderTexture now has the addToCache parameter. If set the texture will be stored in Game.Cache and can be retrieved with Cache.getTexture(key).
2014-02-07 06:25:28 +00:00
template.js
Tidying up the wip folder and updating pixi.
2013-12-03 20:50:34 +00:00
text.js
Text.lineSpacing allows you to control the spacing between each line that is rendered.
2014-02-09 22:48:35 +00:00