phaser/src
2020-09-22 12:48:32 +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 Corrected JSDocs 2020-09-21 09:54:23 +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 Added destroy method 2020-09-22 12:47:51 +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 Added start of controls 2020-09-22 12:48:32 +01:00
geom Updated docs 2020-09-22 12:48:23 +01:00
input Docs: correct CursorKeys 2020-09-18 08:57:05 -07:00
loader Updated path ref 2020-09-16 13:50:44 +01:00
math The Quaternion class constructor will now default the values to 0,0,0,1 if they're not provided, making it an identity quaternion, rather than the 0,0,0,0 it was before. 2020-09-21 10:13:50 +01:00
physics Docs: Arcade.Body#setCollideWorldBounds 2020-09-17 14:20:13 -07: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 Fixed dirty flag reset 2020-09-22 11:45:49 +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