You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,13 @@ By Richard Davey, [Photon Storm](http://www.photonstorm.com)
25
25
26
26
We're very pleased to bring you the latest version of Phaser. We were hanging back waiting for the 1.6 release of Pixi, and sure enough it landed today, so we're pleased to incorporate that into this release. Pixi 1.6 itself brings in a number of powerful new features, not least of which are the awesome updates to the Graphics class - now allowing for significantly more complex shapes and masks and a host of new methods such as drawPath, arcTo and quadratic curves.
27
27
28
-
There are also masses of updates across Phaser as well. The Change Log below will give you the full details, but there are substantial new updates, features and bug fixes across most of the library.
28
+
There are also masses of updates across Phaser as well. The Change Log below will give you the full details, but there are substantial new updates, features and bug fixes across most of the library. Also a big shout out to the guys at Ludei for helping get to the bottom of some strange CocoonJS issues and submit their code into Phaser.
29
29
30
30
Just as we were preparing for release the 0.6 version of p2.js landed as well. As much as we'd have loved to include it this time we just didn't want to hold back any longer. So we've updated our roadmap and will push out 2.1 very soon, which will focus specifically on integration of the new version of p2.js. We're moving to 2.1 as it has a number of API breaking changes inside.
31
31
32
32
You may have noticed that we also now have a [Gittip](https://www.gittip.com/photonstorm/) account set-up. Everything we raise from this will go towards helping Phaser development, one way or another. To those of who you have already contributed, thank you!
33
33
34
-
We're also working extremely hard on the new web site. We're really happy with the new features we've been adding recently and are pushing to get it done as soon as possible.
34
+
We're also working extremely hard on the new web site. We're really happy with the new features we've been adding recently and are pushing to get it done as soon as possible. There's also a brand new documentation generator nearly done - see our Roadmap for more details.
35
35
36
36
Until then happy coding everyone! And we hope to see you on the forums.
37
37
@@ -424,6 +424,12 @@ Here are some of the features planned for future releases:
424
424
425
425
### Version 2.1 ("Shienar")
426
426
427
+
* Upgrade to p2.js 0.6.0 and all of Phasers P2 functions to match.
428
+
* Continued exploration of preloader and scene generation via JSON scripts.
429
+
* New documentation formats using our custom doc generator.
430
+
431
+
### Version 2.2 ("Tarabon")
432
+
427
433
* Scene Manager - json scene parser.
428
434
* Comprehensive testing across Firefox OS devices, CocoonJS and Ejecta.
429
435
* Ability to control DOM elements from the core game and layer them into the game.
@@ -432,15 +438,14 @@ Here are some of the features planned for future releases:
432
438
* Swapping to using a RenderTexture for the Tilemaps and implementing Tilemap slicing.
433
439
* Enhance the State Management, so you can perform non-destructive State swaps and persistence.
434
440
* Support for parallel asset loading.
435
-
* Optimise the Gamepad._pollGamepads method significantly.
436
441
437
-
### Version 2.2 ("Tarabon")
442
+
### Version 2.3
438
443
439
444
* Look carefully at the internal structure of Phaser to avoid method repetition (such as Sprite.crop and Image.crop), investigate using mixins to help reduce overall codebase size.
440
445
* Flash CC HTML5 export integration.
441
446
* Massively enhance the audio side of Phaser. Take more advantage of Web Audio: echo effects, positional sound, etc.
442
447
443
-
### Beyond version 2.2
448
+
### Beyond version 2.3
444
449
445
450
* A more advanced Particle system, one that can render to a single canvas (rather than spawn hundreds of Sprites), more advanced effects, etc.
446
451
* Integration with third party services like Google Play Game Services and Amazon JS SDK.
@@ -451,7 +456,6 @@ Here are some of the features planned for future releases:
451
456
* DragonBones support.
452
457
* Cache to localStorage using If-Modified-Since. [See github request](https://github.com/photonstorm/phaser/issues/495)
453
458
* Allow for complex assets like Bitmap Fonts to be stored within a texture atlas.
<h2>Welcome to Phaser and What's new in 2.0.6?</h2>
562
562
<p>We're very pleased to bring you the latest version of Phaser. We were hanging back waiting for the 1.6 release of Pixi, and sure enough it landed today, so we're pleased to incorporate that into this release. Pixi 1.6 itself brings in a number of powerful new features, not least of which are the awesome updates to the Graphics class - now allowing for significantly more complex shapes and masks and a host of new methods such as drawPath, arcTo and quadratic curves.</p>
563
-
<p>There are also masses of updates across Phaser as well. The Change Log below will give you the full details, but there are substantial new updates, features and bug fixes across most of the library.</p>
563
+
<p>There are also masses of updates across Phaser as well. The Change Log below will give you the full details, but there are substantial new updates, features and bug fixes across most of the library. Also a big shout out to the guys at Ludei for helping get to the bottom of some strange CocoonJS issues and submit their code into Phaser.</p>
564
564
<p>Just as we were preparing for release the 0.6 version of p2.js landed as well. As much as we'd have loved to include it this time we just didn't want to hold back any longer. So we've updated our roadmap and will push out 2.1 very soon, which will focus specifically on integration of the new version of p2.js. We're moving to 2.1 as it has a number of API breaking changes inside.</p>
565
565
<p>You may have noticed that we also now have a <ahref="https://www.gittip.com/photonstorm/">Gittip</a> account set-up. Everything we raise from this will go towards helping Phaser development, one way or another. To those of who you have already contributed, thank you!</p>
566
-
<p>We're also working extremely hard on the new web site. We're really happy with the new features we've been adding recently and are pushing to get it done as soon as possible.</p>
566
+
<p>We're also working extremely hard on the new web site. We're really happy with the new features we've been adding recently and are pushing to get it done as soon as possible. There's also a brand new documentation generator nearly done - see our Roadmap for more details.</p>
567
567
<p>Until then happy coding everyone! And we hope to see you on the forums.</p>
0 commit comments