Skip to content

Commit 8421cfc

Browse files
committed
Final readme updates.
1 parent 4259a9a commit 8421cfc

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ By Richard Davey, [Photon Storm](http://www.photonstorm.com)
2525

2626
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.
2727

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.
2929

3030
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.
3131

3232
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!
3333

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.
3535

3636
Until then happy coding everyone! And we hope to see you on the forums.
3737

@@ -424,6 +424,12 @@ Here are some of the features planned for future releases:
424424

425425
### Version 2.1 ("Shienar")
426426

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+
427433
* Scene Manager - json scene parser.
428434
* Comprehensive testing across Firefox OS devices, CocoonJS and Ejecta.
429435
* 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:
432438
* Swapping to using a RenderTexture for the Tilemaps and implementing Tilemap slicing.
433439
* Enhance the State Management, so you can perform non-destructive State swaps and persistence.
434440
* Support for parallel asset loading.
435-
* Optimise the Gamepad._pollGamepads method significantly.
436441

437-
### Version 2.2 ("Tarabon")
442+
### Version 2.3
438443

439444
* 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.
440445
* Flash CC HTML5 export integration.
441446
* Massively enhance the audio side of Phaser. Take more advantage of Web Audio: echo effects, positional sound, etc.
442447

443-
### Beyond version 2.2
448+
### Beyond version 2.3
444449

445450
* A more advanced Particle system, one that can render to a single canvas (rather than spawn hundreds of Sprites), more advanced effects, etc.
446451
* 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:
451456
* DragonBones support.
452457
* Cache to localStorage using If-Modified-Since. [See github request](https://github.com/photonstorm/phaser/issues/495)
453458
* Allow for complex assets like Bitmap Fonts to be stored within a texture atlas.
454-
* Look at XDomainRequest for IE9 CORs issues.
455459

456460
![div](http://phaser.io/images/div1.png)
457461

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,10 +560,10 @@ <h1>Phaser 2.0.6</h1>
560560
<p><img src="http://phaser.io/images/div4.png" alt="div"></p>
561561
<h2>Welcome to Phaser and What's new in 2.0.6?</h2>
562562
<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>
564564
<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>
565565
<p>You may have noticed that we also now have a <a href="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>
567567
<p>Until then happy coding everyone! And we hope to see you on the forums.</p>
568568
<p><img src="http://www.phaser.io/images/spacedancer.gif" alt="boogie"></p>
569569
<p><img src="http://phaser.io/images/div1.png" alt="div"></p>

0 commit comments

Comments
 (0)