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
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,6 +192,13 @@ We've also removed functions and properties from Pixi classes that Phaser doesn'
192
192
* Animation.update skips ahead frames when the system is lagging, however it failed to set the animation to the final frame in the sequence if the animation skipped ahead too far (thanks @richpixel#1628)
193
193
* Loader.preloadSprite had an extra guard added to ensure it didn't try to updateCrop a non-existent sprite (thanks @noidexe#1636)
194
194
195
+
### Pixi 2.2.7 Bug Fixes
196
+
197
+
* SpriteBatch added fix to handle batch context loss on change.
198
+
* RenderTexture resolution fix.
199
+
* WebGL Filter Resolution fix.
200
+
* TilingSprite fixes when masked in canvas mode.
201
+
195
202
For changes in previous releases please see the extensive [Version History](https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md).
@@ -361,12 +368,10 @@ We don't officially support any version of TypeScript before 1.4, however you ca
361
368
362
369
Here are some of the features planned for future releases. Not all are promised to be delivered and no timescale is given. But they serve as a good indication of the direction Phaser is heading in.
363
370
364
-
### Version 2.3 ("Tarabon")
371
+
### Version 2.4
365
372
366
-
* New parallel asset loader (already started in dev branch)
367
373
* Enhance the State Management, so you can perform non-destructive State swaps and persistence.
368
374
* Updated Text handling
369
-
* 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.
370
375
* Restore Math.interpolateAngles and Math.nearestAngleBetween
371
376
* Scene Manager - json scene parser.
372
377
* Touch Gestures.
@@ -376,12 +381,8 @@ Here are some of the features planned for future releases. Not all are promised
376
381
* Allow Groups to be InputEnabled? Dragging a Group would be really useful.
377
382
* Cache to localStorage using If-Modified-Since. [See github request](https://github.com/photonstorm/phaser/issues/495)
378
383
* Allow for complex assets like Bitmap Fonts to be stored within a texture atlas.
379
-
380
-
### Version 2.4
381
-
384
+
* Add more support for [Legacy Audio Events](https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Media_events)
382
385
* Ability to control DOM elements from the core game and layer them into the game.
383
-
* Game parameters stored in Google Docs.
384
-
* Optimised global Animation manager to cut down on object creation.
385
386
* Flash CC HTML5 export integration.
386
387
* Massively enhance the audio side of Phaser. Take more advantage of Web Audio: echo effects, positional sound, etc.
0 commit comments