phaser/src
2020-12-17 11:40:03 +00:00
..
actions More integer to number changes 2020-11-23 10:32:00 +00:00
animations Update AnimationManager.js 2020-11-26 10:59:54 +00:00
cache finished updating culling system 2020-09-18 17:16:52 +02:00
cameras Update BaseCamera.js 2020-12-11 12:41:35 +00:00
core JSDoc Fix 2020-11-23 11:01:08 +00:00
create Revert "clean up" 2020-04-10 20:55:31 +02:00
curves Replace integer with number 2020-11-23 10:22:13 +00:00
data Replace integer with number 2020-11-23 10:22:13 +00:00
device Since iOS 13, iPads now identify as MacOS devices. A new maxTouchPoint check is now part of the Device.OS tests, stopping iPads from being flagged as desktop devices. Fix #5389 2020-11-09 17:15:43 +00:00
display Made the Render Events global, not WebGL specific and allowed Canvas Renderer to emit them too 2020-12-04 15:07:26 +00:00
dom finished updating culling system 2020-09-18 17:16:52 +02:00
events Revert "clean up" 2020-04-10 20:55:31 +02:00
gameobjects Added JSDocs 2020-12-14 14:07:57 +00:00
geom Always return polygon, even if points <= 2. 2020-12-14 09:03:35 +00:00
input More integer to number changes 2020-11-23 10:32:00 +00:00
loader AsepriteFile is a new File Type for the Loader that allows you to load Aseprite images and animation data for use with the new Aseprite animation features. You can call this via this.load.asesprite(png, json). 2020-11-26 10:59:49 +00:00
math JSDoc improvements 2020-12-14 13:33:42 +00:00
physics JSDoc improvements 2020-12-14 13:33:42 +00:00
plugins Fixed namespace 2020-11-23 11:31:23 +00: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 Data type fix 2020-12-16 10:25:27 +00:00
scale Make docs crystal clear 2020-12-07 12:25:57 +00:00
scene Replace integer with number 2020-11-23 10:22:13 +00:00
sound The WebAudioSoundManager will no longer try to unlock itself if the Game hasn't already booted and been added to the DOM. It will now wait for the BOOT event and unlock based on that. Fix #5439 2020-12-14 10:37:00 +00:00
structs Replace integer with number 2020-11-23 10:22:13 +00:00
textures Update TextureManager.js 2020-11-26 11:24:32 +00:00
tilemaps Don't render debug if not orthogonal #5447 2020-12-14 09:48:29 +00:00
time Add TimerEvent methods 2020-11-11 12:05:14 -08:00
tweens More integer to number changes 2020-11-23 10:32:00 +00:00
utils Ignore private functions 2020-11-30 14:23:50 +00:00
const.js Removing beta status 2020-12-14 14:31:09 +00:00
phaser-arcade-physics.js Namespace adjustments 2020-12-17 11:40:03 +00:00
phaser-core.js Namespace adjustments 2020-12-17 11:40:03 +00:00
phaser.js Removed Layer3D and added Layer 2020-11-27 12:45:44 +00:00