
Phaser 1.1.5
+Phaser 1.1.6
Phaser is a fast, free and fun open source game framework for making desktop and mobile browser HTML5 games. It uses Pixi.js internally for fast 2D Canvas and WebGL rendering.
-Version: 1.1.5 "Saldaea" - Released: 12th February 2014
+Version: 1.1.6 "Shienar" - Released: 24th February 2014
By Richard Davey, Photon Storm
- View the Official Website @@ -464,7 +464,7 @@
- New Physics system. Uses SAT.js internally so physics bodies can now be rectangles, circles or polygons and support rotation. @@ -479,29 +479,30 @@
- Loader can now load JSON files natively (thanks lucas) +
- TilemapParser now errors if the tileset isn't the right size +
- Explicitly paused Timer continues if you un-focus and focus the browser window (thanks georgiee) -
- Added TimerEvent.pendingDelete and checks in Timer.update, so that removing an event in a callback no longer throws an exception (thanks georgiee) -
- Fixed TypeScript defs on lines 1741-1748 (thanks wombatbuddy) -
- Added SAT.js to TypeScript definition. Now compiles properly. -
- Added missing Line.js to the Grunt file. -
- Tilemap#paste diffX and diffY equations changed, fixed issue #393 (thanks brejep) -
- Added missing return value in Body.hitLeft and hitRight, fixes issue #398 (thanks ram64). -
- Fixed easing tween example case. Issue #379 (thanks wesleywerner) -
- Removed SAT.js UMD wrapped, fixes issue #361 (thanks luizbills) -
- Removed inContact check from Body.separate. -
- Fixed Tilemap docs (wrongly pointed to Tileset methods) +
- Updated Physics.Body.applyDamping so that velocity is reduced down to zero properly (thanks caezs) +
- ArcadePhysics.collideSpriteVsTilemapLayer wouldn't call the process or collide callbacks if only 1 tile was involved in the check (thanks mandarinx) +
- Lots of documentation fixes (thanks nhowell) +
- Fix for PixiPatch so it renders masks again (thanks georgios) +
- Modified ArcadePhysics.intersects so it returns a value as well as asigns (thanks bunnyhero) +
- Lots of TypeScript defs fixes (thanks clark)
- Update to Pixi 1.5 - this newly released build has lots of internal changes and new features we want to take advantage of. +
- Integration of the p2.js physics system and removal of the old ArcadePhysics. Full body dynamics are go! +
- Better CocoonJS packaging features (screencanvas, audio checks, etc) +
- Fixed width bitmap font support, plus enhanced Bitmap font rendering. +
- Significantly optimised render and update loops. We're seeing significant fps improvements across the board. +
- Literally hundreds of bug fixes across all core classes.
- Enhance the State Management, so you can perform non-destructive State swaps and persistence. -
- Dedicated CocoonJS packaging features (screencanvas, etc)
- A more advanced Particle system, one that can render to a single canvas (rather than spawn hundreds of Sprites), more advanced effects, etc.
- Ability to control DOM elements from the core game and layer them into the game.
- Touch Gestures.
- Support for parallel asset loading. -
- Fixed width bitmap font support, plus enhanced Bitmap font rendering.
- Integrate p2.js physics system completely.
- Comprehensive testing across Firefox OS devices, CocoonJS and Ejecta.
- Integration with third party services like Google Play Game Services and Amazon JS SDK.
- Flash CC HTML5 export integration. -
- Massively enhance the audio side of Phaser. Although it does what it does well, it could do with taking more advantage of Web Audio - echo effects, positional sound, etc. +
- Massively enhance the audio side of Phaser. Take more advantage of Web Audio: echo effects, positional sound, etc.
- Test out packaging with Node-webkit.
- Game parameters stored in Google Docs.
- Look at HiDPI Canvas settings.
- Multiple Camera support. +
- DragonBones support.
Subscribe to our new Phaser Newsletter. We'll email you when new versions are released as well as send you our regular Phaser game making magazine.
Welcome to Phaser
-This 1.1.5 release is released to address issues in 1.1.4 that we didn't want you to have to wait too long for.
+1.1.6 is the final point release before Phaser 2.0 is released this March.
As you may know we had planned to release 1.1.4 at the end of 2013. For various reasons this didn't quite happen, but we're happy to announce it's finally out! There have been some dramatic changes internally, and if you make use of either the physics systems or tilemaps then you are going to need to update your code. Hopefully only a little bit, but there have been a number of core API changes which we detail below. There are also a host of new features, the headliners being:
As always we offer a heart-felt "Thank you!" to everyone who has encouraged us along the way. To those of you who worked with Phaser during its various incarnations. The number of games being released that were made with Phaser is staggering and we really love to see how you use it! You are our heroes. It's your kind words and enthusiasm that has keeps us going.
Phaser is everything we ever wanted from an HTML5 game framework. It powers all of our client work in build today and remains our single most important product, and we've still only just scratched the surface of what we have planned for it.

Help Test 1.2
-You'll notice a new 1.2 branch on github. Please help test out 1.2 as much as you can. It features the brand new Pixi 1.5 internally as well as nearly complete integration with p2.js for all physics (dropping ArcadePhysics entirely). New versions are being pushed several times a day, so be sure to update and pull often. Don't expect to just run old games right under it yet, but please do check out the new tests, experiment and poke it around as much as you can - thank you!
+Help Test 2.0
+Originally we were going to release Phaser 1.2 next, however after working solidly on it for a while we realise it's such a large and API breaking/changing update that we need to ste-up the version to 2.0 to avoid any possible confusion. Progress has been rapid and we'd love for you to help test it. You'll notice a new 1.2 branch on github - we're going to keep the branch name as 1.2 as we're nearly at the end of development now, but please understand this is what will actually be the 2.0 release.
+Please help test out 1.2/2.0 as much as you can. It features the brand new Pixi 1.5 internally as well as nearly complete integration with p2.js for all physics (dropping ArcadePhysics entirely). New versions are being pushed several times a day, so be sure to update and pull often. Don't expect to just run old games right under it yet, but please do check out the new tests, experiment and poke it around as much as you can - thank you!
Getting Started Guides
We have a new Getting Started Guide which covers all you need to begin developing games with Phaser. From setting up a web server to picking an IDE. If you're new to HTML5 game development, or are coming from another language like AS3, then we recommend starting there.
There is a comprehensive How to Learn Phaser guide on the GameDevTuts+ site which is a great place to learn where to find tutorials, examples and support.
There is also an un-official Getting Started Guide.
Change Log
-Version 1.1.5 - "Saldaea" - 12th February 2014
+Version 1.1.6 - "Shienar" - 24th February 2014
+Updates:
+-
+
Bug Fixes:
-
-
See the full Change Log for all the 1.1.4 updates and API changes (as there were a lot of them!)
+See the full Change Log for all the 1.1.4 and 1.1.5 updates and API changes (as there were a lot of them!)
You can view the Change Log for all previous versions at https://github.com/photonstorm/phaser/changelog.md
How to Build
We provide a fully compiled version of Phaser in the build directory, in both plain and minified formats.

CDNJS
Thanks to a community member Phaser is now available on CDNJS. You can include the following in your html:
-http://cdnjs.cloudflare.com/ajax/libs/phaser/1.1.4/phaser.min.js
http://cdnjs.cloudflare.com/ajax/libs/phaser/1.1.5/phaser.min.js
Or if you prefer you can leave the protocol off, so it works via http and https:
-//cdnjs.cloudflare.com/ajax/libs/phaser/1.1.4/phaser.min.js
//cdnjs.cloudflare.com/ajax/libs/phaser/1.1.5/phaser.min.js
Requirements
Games created with Phaser require a modern web browser that supports the canvas tag. This includes Internet Explorer 9+, Firefox, Chrome, Safari and Opera. It also works on mobile web browsers including stock Android 2.x browser and above and iOS5 Mobile Safari and above.
For developing with Phaser you can use either a plain-vanilla JavaScript approach or TypeScript using the provided TypeScript definitions file. We made no assumptions about how you like to code your games, and were careful not to impose any form of class/inheritance/structure upon you.
@@ -568,34 +569,38 @@ Sprites also have full Input support: click them, touch them, drag them around,
Road Map
Here is what's on our road map for the coming months:
-Version 1.2 ("Shienar")
+March 2014 will see Phaser 2.0 ("Aes Sedai") Released. The new features and fixes already implemented are vast, and include:
Version 1.3 ("Tarabon")
+Beyond version 2.0 here are some of the features planned for the future:
+Version 2.1 ("Shienar")
Version 2.0 ("Aes Sedai")
+Version 2.2 ("Tarabon")
-
-
Beyond version 2.0
+Beyond version 2.2
Contributing
We now have a full Contributors Guide which goes into the process in more detail, but here are the headlines:
@@ -637,7 +642,7 @@ Sprites also have full Input support: click them, touch them, drag them around, diff --git a/docs/namespaces.list.html b/docs/namespaces.list.html index 056b19a4..6b06bb22 100644 --- a/docs/namespaces.list.html +++ b/docs/namespaces.list.html @@ -788,7 +788,7 @@ diff --git a/examples/_site/examples.json b/examples/_site/examples.json index dcd475f9..cac9cac7 100644 --- a/examples/_site/examples.json +++ b/examples/_site/examples.json @@ -270,6 +270,10 @@ "file": "breakout.js", "title": "breakout" }, + { + "file": "golf.js", + "title": "golf" + }, { "file": "invaders.js", "title": "invaders" diff --git a/examples/_site/js/phaser-viewer.js b/examples/_site/js/phaser-viewer.js index 41ded9c0..92912d62 100644 --- a/examples/_site/js/phaser-viewer.js +++ b/examples/_site/js/phaser-viewer.js @@ -58,7 +58,7 @@ $(document).ready(function(){ .done(function(data) { - if (data.version !== '1.1.5') + if (data.version !== '1.1.6') { $("#upgrade").append(data.version); $("#upgrade").css('display', 'inline-block'); diff --git a/examples/_site/view_full.html b/examples/_site/view_full.html index 9b179e50..d651cb28 100644 --- a/examples/_site/view_full.html +++ b/examples/_site/view_full.html @@ -163,7 +163,7 @@