phaser/src
2020-11-10 11:58:53 +00:00
..
actions finished updating culling system 2020-09-18 17:16:52 +02:00
animations Improved docs 2020-10-06 09:59:16 +01:00
cache finished updating culling system 2020-09-18 17:16:52 +02:00
cameras Removed everything to do with Camera's rendering to textures or managing their own framebuffers. 2020-11-06 15:35:56 +00:00
core * Types.Core.PipelineConfig is a new configuration object that you can set in the Game Config under the pipeline property. It allows you to define custom WebGL pipelines as part of the Game Config, so they're automatically installed and ready for use by all Scenes in your game. You can either set the pipeline object, or set it under the render sub-config. 2020-10-27 13:44:58 +00:00
create Revert "clean up" 2020-04-10 20:55:31 +02:00
curves finished updating culling system 2020-09-18 17:16:52 +02:00
data finished updating culling system 2020-09-18 17:16:52 +02: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 No need to reference via game 2020-10-27 13:55:27 +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 Merge pull request #5386 from PhaserEditor2D/patch-1 2020-11-09 17:03:56 +00:00
geom Added Face.alpha getter and setter 2020-10-21 10:14:56 +01:00
input MouseManager.preventDefaultWheel is a new boolean property, set via the inputMousePreventDefaultWheel config option that allows you to toggle capture of mouse wheel at runtime. 2020-10-07 10:14:02 +01:00
layer3d Expose Basic ShaderLib, add Program, Attribute and Uniform handlers 2020-10-01 17:19:13 +01:00
loader OBJFile can now optionally load a material file along with the model data 2020-10-08 10:44:49 +01:00
math Finished all docs and added some missing methods and made use of setValues 2020-10-07 17:42:19 +01:00
physics Merge pull request #5391 from samme/fix/overlapR 2020-11-09 17:10:18 +00:00
plugins Phaser.Scene.renderer is a new property available in every Phaser.Scene that gives you a reference to the renderer, either Canvas or WebGL. 2020-10-27 13:42:45 +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 Moved setTexture2D to pipeline class 2020-11-10 11:58:53 +00:00
scale finished updating culling system 2020-09-18 17:16:52 +02:00
scene Phaser.Scene.renderer is a new property available in every Phaser.Scene that gives you a reference to the renderer, either Canvas or WebGL. 2020-10-27 13:42:45 +00:00
sound finished updating culling system 2020-09-18 17:16:52 +02:00
structs Improved docs 2020-10-27 13:55:09 +00:00
textures No need to reset during destroy 2020-10-27 11:38:34 +00:00
tilemaps Allow TilemapLayers to set post pipelines 2020-11-06 17:22:32 +00:00
time finished updating culling system 2020-09-18 17:16:52 +02:00
tweens finished updating culling system 2020-09-18 17:16:52 +02:00
utils Docs update 2020-10-27 18:05:47 +00:00
const.js Preparing for Beta 11 2020-11-09 16:29:57 +00:00
phaser-arcade-physics.js finished updating culling system 2020-09-18 17:16:52 +02:00
phaser-core.js finished updating culling system 2020-09-18 17:16:52 +02:00
phaser.js Include Layer3D if feature enabled 2020-09-30 15:09:57 +01:00