phaser/src
2020-09-16 17:15:25 +01:00
..
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 Restored animation complete key event. 2020-09-09 16:08:59 +01:00
cache Fixed this return types for Phaser.Cache.BaseCache 2020-01-30 23:11:38 +08:00
cameras Removed interpolationPercentage parameter from all render methods, as it has never been used. 2020-09-14 15:33:58 +01:00
core Config.images.white is a new Game Config property that specifies the 4x4 white PNG texture used by Graphics rendering. You can override this via the config, but only do so if needed. 2020-09-14 14:57:08 +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 DataManager.Events.DESTROY is a new event that the Data Manager will _listen_ for from its parent and then call its own destroy method when received. 2020-09-11 12:21:39 +01:00
device Lint fixes 2020-07-13 14:16:52 +01:00
display The function GetColorFromValue has been removed as it's no longer used internally. 2020-09-14 11:05:32 +01:00
dom The Scale Managers GetScreenOrientation function will now check for window.orientation first, because iOS mobile browsers have an incomplete implementation of the Screen API, forcing us to use the window value as a priority. This means the Scale Manager will now emit orientationchange events correctly on iOS. Fix #4361 #4914 2020-09-11 15:22:53 +01:00
events Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
gameobjects Now allows a texture per model, not mesh 2020-09-16 16:39:06 +01:00
geom Final JSDocs 2020-09-16 17:15:25 +01:00
input Remove Camera.resolution use 2020-09-12 11:55:38 +01:00
loader Updated path ref 2020-09-16 13:50:44 +01:00
math Bumping to 3.50 2020-07-31 13:41:29 +01:00
physics Swap to using constants for pipeline names 2020-09-09 13:05:18 +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 The WebGLPipeline.shouldFlush method now accepts an optional parameter amount. If given, it will return true if when the amount is added to the vertex count it will exceed the vertex capacity. The Multi Pipeline has been updated to now use this method instead of performing the comparison multiple times itself. 2020-09-15 11:54:12 +01:00
scale The ScaleManager.resolution property has been removed and all internal use of it. 2020-09-12 11:59:30 +01:00
scene Refactored to use local vars 2020-09-11 16:27:21 +01:00
sound Default Phaser.Core.Config#audio; and refactor 2020-09-10 09:22:44 -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 The TextureManager now generates a new texture with the key __WHITE durings its boot process. This is a pure white 4x4 texture used by the Graphics pipelines. 2020-09-14 14:54:58 +01:00
tilemaps Removed interpolationPercentage parameter from all render methods, as it has never been used. 2020-09-14 15:33:58 +01:00
time Fix undefined TimerEvent 2020-09-11 07:45:22 -07: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 Improved JSDocs 2020-09-15 10:37:19 +01:00
const.js Beta 7 tag 2020-09-14 15:35:00 +01:00
phaser-arcade-physics.js Undo #5212 as it breaks all imports in webpack 2020-09-09 17:07:40 +01:00
phaser-core.js Undo #5212 as it breaks all imports in webpack 2020-09-09 17:07:40 +01:00
phaser.js Undo #5212 as it breaks all imports in webpack 2020-09-09 17:07:40 +01:00