phaser/src
2019-07-17 16:38:00 +01:00
..
actions License link update 2019-05-10 16:15:04 +01:00
animations Removing a frame from a 2 frame animation would cause an error when a Sprite using that animation next tried to render. Fix #4621 2019-07-03 15:07:53 +01:00
cache License link update 2019-05-10 16:15:04 +01:00
cameras The SmoothedKeyControl minimum zoom a Camera can go to is now 0.001. Previously it was 0.1. This is to make it match the minimum zoom a Base Camera can go to. Fix #4649 2019-07-15 10:56:32 +01:00
core New context lost / restored events 2019-07-15 15:28:23 +01:00
create License link update 2019-05-10 16:15:04 +01:00
curves Update Path.js 2019-07-11 15:17:43 +01:00
data License link update 2019-05-10 16:15:04 +01:00
device License link update 2019-05-10 16:15:04 +01:00
display Updated context lost / restored handlers 2019-07-17 16:38:00 +01:00
dom License link update 2019-05-10 16:15:04 +01:00
events License link update 2019-05-10 16:15:04 +01:00
gameobjects Updated context lost / restored handlers 2019-07-17 16:38:00 +01:00
geom Merge pull request #4600 from ldd/fixDocs 2019-07-02 12:20:04 +01:00
input Update Pointers every frame, if not already updated. 2019-07-08 14:59:19 +01:00
loader License link update 2019-05-10 16:15:04 +01:00
math Math.ToXY is a new mini function that will take a given index and return a Vector2 containing the x and y coordinates of that index within a grid. 2019-06-25 16:57:05 +01:00
physics Matter.Factory.constraint wouldn't allow a zero length constraint to be created due to a falsey check of the length argument. You can now set length to be any value, including zero, or leave it undefined to have it automatically calculated 2019-06-22 11:19:56 +01:00
plugins PluginManager.removeGameObject is a new method that allows you to de-register custom Game Object types from the global Game Object Factory and/or Creator. Useful for when custom plugins are destroyed and need to clean-up after themselves. 2019-07-17 14:34:00 +01:00
polyfills Removed bind polyfill as it's in IE9+ anyway 2018-07-19 16:22:43 +01:00
renderer Updated context lost / restored handlers 2019-07-17 16:38:00 +01:00
scale Update ScaleManager.js 2019-07-15 15:28:31 +01:00
scene New types for the optional scene methods 2019-06-27 12:04:51 -07:00
sound The WebAudioSoundManager will now remove the document touch handlers even if the Promise fails, preventing it from throwing a rejection handler error. 2019-07-17 14:35:10 +01:00
structs License link update 2019-05-10 16:15:04 +01:00
textures Warn if invalid texture source 2019-07-15 15:42:25 +01:00
tilemaps Updated context lost / restored handlers 2019-07-17 16:38:00 +01:00
time JSDocs fix 2019-06-25 16:56:56 +01:00
tweens Updated docs 2019-07-02 12:13:43 +01:00
utils Updated docs 2019-07-08 13:03:25 +01:00
const.js Moving to 3.19.0 dev 2019-06-20 10:09:09 +01:00
phaser-arcade-physics.js License link update 2019-05-10 16:15:04 +01:00
phaser-core.js License link update 2019-05-10 16:15:04 +01:00
phaser.js License link update 2019-05-10 16:15:04 +01:00