photonstorm
6c7c0cb1b6
Phaser 2.2.2 Release files.
2015-01-06 06:58:36 +00:00
photonstorm
0cd0a5bd9b
Phaser 2.2.3 Build Files for testing.
2014-12-11 09:26:14 +00:00
photonstorm
a3533b9b75
Phaser 2.2.1.
2014-12-04 11:31:41 +00:00
photonstorm
1d6fd31bd7
Phaser 2.2.0.
2014-12-03 09:34:51 +00:00
photonstorm
a51e22a497
Phaser 2.2 RC13 Build Files.
2014-12-02 09:04:58 +00:00
photonstorm
8ffd686fe1
Phaser 2.2.0-RC12 Release
2014-11-27 21:33:21 +00:00
photonstorm
aa86d2fbf3
Phaser 2.2.0 RC11 Build files.
2014-11-25 00:48:53 +00:00
photonstorm
40c490ce23
Phaser 2.2 Release Candidate 8 (newsletter build)
2014-11-17 14:14:50 +00:00
photonstorm
a8574b42ef
Phaser 2.2 Release Candidate 8
2014-11-17 13:08:53 +00:00
photonstorm
a41226cdad
Phaser 2.2.0 Release Candidate 7.
2014-11-15 20:04:24 +00:00
photonstorm
d8d2ebdb31
Phaser 2.2.0 - Release Candidate 6.
2014-11-14 08:16:55 +00:00
photonstorm
f64bb72a28
Phaser 2.2.0 Release Candidate 5.
2014-11-12 22:49:36 +00:00
photonstorm
a4e049ac63
RC3 Build files.
2014-11-11 14:31:31 +00:00
photonstorm
dbd2957884
Phaser 2.2.0 RC2 build.
2014-11-11 01:10:47 +00:00
photonstorm
69ec5efc29
Phaser 2.2.0-Release Candidate build.
2014-11-10 01:41:41 +00:00
photonstorm
a74a181074
New build files for RC testing.
2014-11-08 19:26:34 +00:00
photonstorm
88eae3aed0
Build files for testing.
2014-11-08 19:11:28 +00:00
photonstorm
98e6f155de
New build files.
2014-10-28 01:50:25 +00:00
photonstorm
e4ddf316cc
New build files for testing.
2014-10-27 23:31:26 +00:00
photonstorm
d22f2bd89b
Small fix for Text wordWrapping #1247
2014-10-23 16:03:29 +01:00
photonstorm
7557e4ed36
Phaser 2.1.3
2014-10-23 12:34:33 +01:00
photonstorm
b63e9fc8c6
Phaser 2.1.3 build files.
2014-10-23 12:27:34 +01:00
photonstorm
0e2378d276
Phaser 2.1.3 release.
2014-10-22 23:53:32 +01:00
photonstorm
157d515940
2.1.3 Build.
2014-10-22 22:49:31 +01:00
photonstorm
ae76c90dc1
Phaser 2.1.3 build files.
2014-10-22 22:35:33 +01:00
photonstorm
fbe68e330d
Phaser 2.1.3 build.
2014-10-22 21:42:12 +01:00
photonstorm
321d7b0d06
Added 2.1.2 build files.
2014-10-09 16:16:41 +01:00
photonstorm
5b922be56e
Version 2.1.1. of Phaser is an emergency point release. It addresses a potential race condition that could happen in States that tried to change state from the create
method but had an empty preloader or pre-cached assets.
2014-09-11 10:38:40 +01:00
photonstorm
37e4754511
2.1.0 Release.
2014-09-09 15:36:42 +01:00
photonstorm
03bd2aaf46
2.1.0 pre-built releases.
2014-09-09 14:47:54 +01:00
photonstorm
2f46a9c274
Removed un-used builds.
2014-04-10 01:54:52 +01:00
photonstorm
8fc2a465cd
New Phaser package, small docs updates and preparing P2.World for new bounds code and v0.5.0 migration.
2014-04-08 03:31:13 +01:00
photonstorm
4d06298e64
Fixed silly SoundManager bug :)
2014-04-01 19:51:48 +01:00
photonstorm
f4dc686028
New build files for testing.
2014-04-01 16:13:00 +01:00
photonstorm
fca1bd97fd
New build to test state change in. Also various Gruntfile fixes that arose from the tasks split.
2014-04-01 03:02:36 +01:00
photonstorm
5b73bb21bb
Sprite would glitch if it had an ArcadePhysics Body that was re-positioned out of loop.
...
Sprite would "fly off" if it had an ArcadePhysics Body that was re-positioned during an input handler.
Newly generated docs
2014-03-28 01:42:49 +00:00
photonstorm
344ab46d78
Line.fromSprite now sets "fromCenter" to false by default as Sprite.center is deprecated in 2.x. Documentation and Examples updated to reflect this.
2014-03-25 12:44:20 +00:00
photonstorm
87a0fb86b8
All Timer events are now increased by the game time on start.
2014-03-24 12:15:14 +00:00
photonstorm
622957c9b0
Timer objects incorrectly set the first tick value on events if you added the events prior to starting them.
2014-03-24 02:25:35 +00:00
photonstorm
26a89f0b84
New build files with tilemap callback fixes in.
2014-03-24 01:39:09 +00:00
photonstorm
49bcd2edd2
Tilemap fixes.
2014-03-24 00:30:05 +00:00
photonstorm
634b1d1093
Emitter.friction property removed and replaced with Emitter.particleDrag, which is now correctly applied.
...
ArcadePhysics.Body.reset incorrectly set the Body.rotation to Sprite.rotation instead of angle.
Emitter.emitParticle resets the rotation on the particle to zero before emitting it.
Lots of fixes to the TypeScript definitions file (thanks as always to clark-stevenson for his tireless work on these)
Emitters now bring the particle they are about to emit to the top of the Group before doing so. Avoids particles hidden behind others.
ArcadePhysics.Body.setSize corrected to take the parameters as positive, not negative values.
ArcadePhysics.Body now checks the Sprite scale automatically and adjusts the body size accordingly (fix #608 )
Emitter.particleClass can now be set to any object that extends Phaser.Sprite, which will be emitted instead of a regular Sprite.
2014-03-20 03:48:54 +00:00
photonstorm
684ee9c064
ArcadePhysics.Body has a deltaMax object, which allows you to cap the delta applied to the position to +- this value.
...
ArcadePhysics.Body now checks the Sprite scale automatically and adjusts the body size accordingly (fix #608 )
2014-03-20 00:20:02 +00:00
photonstorm
22b472ba4d
Removed rogue console.log
2014-03-19 13:23:46 +00:00
photonstorm
2d08fab48e
When creating a Sprite (via Group.create or directly) with exists = false and a P2 body, the body is not added to the world.
...
Every Input class now checks to see if it has already been started. If so it doesn't add the listeners again unless they have been nulled.
2014-03-19 13:22:04 +00:00
photonstorm
4bfbd4dc96
2.0.1-19 build files.
2014-03-19 12:12:59 +00:00
photonstorm
5d40365b87
InputHandler.dragFromCenter will now work regardless of the anchor point of the Sprite.
2014-03-19 05:21:26 +00:00
photonstorm
84df7bf320
Sprite.events.onEnterBounds added. This is dispatched if the Sprite leaves the bounds but then returns. The opposite of onOutOfBounds.
2014-03-19 04:17:37 +00:00
photonstorm
2cc1a45f9a
Fixed SpriteBounds camera placement in Debug (again).
...
Removed un-needed cache vars from ArcadePhysics.World.
Tidied up ArcadePhysics.Body and fixed rotation parameters.
Every single Arcade Physics Example now runs perfectly under this release.
2014-03-19 03:55:44 +00:00
photonstorm
9490041c79
ArcadePhysics.separate doesn't pass over to seperateX/Y if overlapOnly is true ( fix #604 )
...
ArcadePhysics.collideSpriteVsSprite checks if both objects have bodies before processing.
2014-03-19 02:05:29 +00:00