phaser/src
2020-07-29 17:42:12 +01:00
..
actions Revert "Use Phaser.Display.Align enum instead of integer" 2020-01-30 22:43:49 +08:00
animations Lint fixed version of #4373 2020-04-27 14:40:42 +01:00
cache Fixed this return types for Phaser.Cache.BaseCache 2020-01-30 23:11:38 +08:00
cameras Tiny optimization for BaseCamera#cull 2020-05-13 11:20:38 -07:00
core Config.render.maxTextures is a new game config setting that allows you to control how many texture units will be used in WebGL. 2020-07-15 16:51:40 +01:00
create Finished JSDocs 2020-02-04 17:16:19 +00:00
curves Merge pull request #5180 from rexrainbow/BugFix-EllipseCurve 2020-07-13 12:38:05 +01:00
data Lint fixes 2020-07-13 14:16:52 +01:00
device Lint fixes 2020-07-13 14:16:52 +01:00
display Add Display.Bounds.GetBounds() 2020-07-03 11:17:21 -07:00
dom Fixed bug from issue #5191 2020-06-15 08:25:26 -07:00
events Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
gameobjects Update RenderTexture.js 2020-07-23 17:01:37 +01:00
geom Geom.Intersects.GetLineToLine is a new function that will return a Vector3 containing the point of intersection between 2 line segments, with the z property holding the distance value. 2020-07-29 17:15:57 +01:00
input Merge pull request #5198 from samme/feature/KeyboardPlugin-removeAllKeys 2020-07-13 13:04:53 +01:00
loader Fixed url type 2020-07-14 09:03:07 +01:00
math Phaser.Types.Math.Vector4Like is a new data type representing as Vector 4 like object. 2020-07-29 17:42:12 +01:00
physics The MatterAttractors plugin, which enables attractors between bodies, has been fixed. The original plugin only worked if the body with the attractor was _first_ in the world bodies list. It can now attract any body, no matter where in the world list it is. Fix #5160 2020-07-23 18:06:17 +01:00
plugins Fixed this return types for Phaser.Plugins.PluginManager 2020-01-30 23:48:56 +08: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 Updated docs 2020-07-23 17:35:47 +01:00
scale Docs: protect ScaleManager#onFullScreenChange 2020-07-22 11:22:43 -07:00
scene Merge pull request #5172 from lozzajp/quick-doc-fix 2020-07-13 12:36:51 +01:00
sound Fix error for missing audio tag (already released) 2020-05-21 16:40:50 -07:00
structs Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
textures Update TextureSource.js 2020-07-23 16:23:14 +01:00
tilemaps Tidy up everything after rendering 2020-07-17 15:49:03 +01:00
time Docs: correct TimerEventConfig.startAt default 2020-06-16 10:57:35 -07:00
tweens Lint fixes 2020-07-13 14:16:52 +01:00
utils TS def improvements 2020-03-02 20:14:25 +08:00
const.js Beta tag 2020-07-24 15:34:00 +01:00
phaser-arcade-physics.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
phaser-core.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
phaser.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00