.. |
actions
|
Actions.setOrigin will now call updateDisplayOrigin on the items array, otherwise the effects can't be seen when rendering.
|
2020-09-03 17:34:16 +01:00 |
animations
|
Use new method name and parameter order
|
2020-09-04 11:50:13 +01:00 |
cache
|
Fixed this return types for Phaser.Cache.BaseCache
|
2020-01-30 23:11:38 +08:00 |
cameras
|
Updated to use MultiPipeline
|
2020-08-21 16:14:59 +01:00 |
core
|
Config.render.maxTextures is a new game config setting that allows you to control how many texture units will be used in WebGL.
|
2020-07-15 16:51:40 +01:00 |
create
|
Finished JSDocs
|
2020-02-04 17:16:19 +00:00 |
curves
|
Exposed on the main API namespace
|
2020-09-01 18:38:57 +01:00 |
data
|
Lint fixes
|
2020-07-13 14:16:52 +01:00 |
device
|
Lint fixes
|
2020-07-13 14:16:52 +01:00 |
display
|
The Color.HSVToRGB function has been rewritten to use the HSL and HSV formula from Wikipedia, giving much better results. Fix #5089
|
2020-09-01 18:06:23 +01:00 |
dom
|
Exposed on the main API namespace
|
2020-09-01 18:38:57 +01:00 |
events
|
Changed copyright date to 2020
|
2020-01-15 12:07:09 +00:00 |
gameobjects
|
Removed startFrame , chain can take arrays, delayedPlay rename, playAfterRepeat method and playAfterDelay method.
|
2020-09-04 11:49:16 +01:00 |
geom
|
Earcut has now been exposed and is available via Geom.Polygon.Earcut and is fully documented.
|
2020-08-25 09:54:03 +01:00 |
input
|
Merge pull request #5284 from samme/feature/scene-resume-wake-reset-keys
|
2020-09-02 21:50:42 +01:00 |
loader
|
ParseXMLBitmapFont has a new optional parameter texture . If defined, this Texture is populated with Frame data, one frame per glyph. This happens automatically when loading Bitmap Text data in Phaser.
|
2020-08-05 12:46:28 +01:00 |
math
|
Bumping to 3.50
|
2020-07-31 13:41:29 +01:00 |
physics
|
Return type fix
|
2020-09-03 11:27:12 +01:00 |
plugins
|
Final set of namespace changes. Fix #5062
|
2020-09-01 20:28:42 +01:00 |
polyfills
|
The requestAnimationFrame polyfill no longer expects a Browserify environment and uses window through-out.
|
2019-11-20 17:10:11 +00:00 |
renderer
|
Default rotation as well
|
2020-09-02 22:55:51 +01:00 |
scale
|
The ScaleManager.updateBounds method is now called every time the browser fires a 'resize' or 'orientationchange' event. This will update the offset of the canvas element Phaser is rendering to, which is responsible for keeping input positions correct. However, if you change the canvas position, or visibility, via any other method (i.e. via an Angular route) you should call the updateBounds method directly, yourself.
|
2020-08-04 10:35:29 +01:00 |
scene
|
Final set of namespace changes. Fix #5062
|
2020-09-01 20:28:42 +01:00 |
sound
|
Fix error for missing audio tag (already released)
|
2020-05-21 16:40:50 -07:00 |
structs
|
Utils.Array.StableSort has been recoded. It's now based on Two-Screens stable sort 0.1.8 and has been updated to fit into Phaser better and no longer create any window bound objects. The inplace function has been removed, just call StableSort(array) directly now. All classes that used StableSort.inplace have been updated to call it directly.
|
2020-09-02 12:24:27 +01:00 |
textures
|
Textures.Parsers.JSONHash will now perform a hasOwnProperty check when iterating the frames, skipping anything that isn't a direct property. This should allow you to use generated atlas data that comes from JSON.parse . Fix #4768
|
2020-08-26 13:06:04 +01:00 |
tilemaps
|
Every single Tilemap.Component function has now been made public. This means you can call the Component functions directly, should you need to, outside of the Tilemap system.
|
2020-09-02 11:54:24 +01:00 |
time
|
Clock.addEvent can now take an existing TimerEvent object, as well as a config object. If a TimerEvent is given it will be removed from the Clock, reset and then added. This allows you to pool TimerEvents rather than constantly create and delete them. Fix #4115
|
2020-08-26 10:58:06 +01:00 |
tweens
|
Previously, the easeParams array within a Tweens props object, or a multi-object tween, were ignored and it was only used if set on the root Tween object. It will now work correctly set at any depth. Fix #4292
|
2020-09-02 22:27:40 +01:00 |
utils
|
Utils.Array.SortByDigits is a new function that takes the given array of strings and runs a numeric sort on it, ignoring any non-digits.
|
2020-09-03 15:01:55 +01:00 |
const.js
|
Bumped version (and added source-map)
|
2020-08-25 13:24:20 +01:00 |
phaser-arcade-physics.js
|
global.Phaser = Phaser has been removed, as it's no longer required by the UMD loader, which should make importing in Angular 10 easier. Fix #5212
|
2020-08-24 14:47:53 +01:00 |
phaser-core.js
|
global.Phaser = Phaser has been removed, as it's no longer required by the UMD loader, which should make importing in Angular 10 easier. Fix #5212
|
2020-08-24 14:47:53 +01:00 |
phaser.js
|
global.Phaser = Phaser has been removed, as it's no longer required by the UMD loader, which should make importing in Angular 10 easier. Fix #5212
|
2020-08-24 14:47:53 +01:00 |