phaser/src
Ben Richards 9bf0276af9 Improve renderer event handling.
Hook batch rendering into resize events.
Fix context restore:
- Restore VAOs
- Fix Program uniform restore.
2024-04-30 12:14:10 +12:00
..
actions Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
animations Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
cache Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
cameras Add camera flash and fade effects. 2024-04-29 17:48:27 +12:00
core Revert define changes as they don't work 2024-02-21 13:23:52 +00:00
create Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
curves Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
data Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
device Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
display Implement WebGLRenderer.clearFramebuffer and use it. 2024-03-19 16:37:22 +13:00
dom Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
events Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
fx Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
gameobjects Add basic RenderNode system. 2024-04-23 16:29:08 +12:00
geom Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
input Reverted a change made in TouchManager that would prevent clicks from outside the game window from being registered. Fix #6747 2024-02-27 15:36:34 +00:00
loader Update documentation on using compressed textures. 2024-03-07 18:06:51 +13:00
math Math.RectangleLike is a new typedef that defines a rectangle-like object with public x, y, width and height properties. 2024-02-20 23:52:54 +00:00
physics Revert "Add bounce event to arcade physics Fix #6406" 2024-02-21 07:22:57 -05:00
plugins Revert define changes as they don't work 2024-02-21 13:23:52 +00:00
polyfills The Request Video Frame polyfill will now check first to see if the browser supports HTMLVideoElement before trying to inspect its prototype. This should help in non-browser environments. 2023-09-27 17:18:10 +01:00
renderer Improve renderer event handling. 2024-04-30 12:14:10 +12:00
scale The ScaleManager.orientationChange event listener will now directly refresh the Scale Manager internals. This fixes an issue where the orientation change event would fire after the window resize event, causing the Scale Manager to incorrectly report the new orientation on Chrome on iOS. Fix #6484 2024-02-20 22:46:05 +00:00
scene Revert define changes as they don't work 2024-02-21 13:23:52 +00:00
sound WebAudioSound will now set hasEnded = false as part of stopAndRemoveBufferSource, after the source has been stopped and disconnected. This should prevent it from being left in a true state if the source onended callback fired late, after the sound had been re-played. Fix #6657 2024-02-20 17:50:44 +00:00
structs Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
textures Limit textures probed by TextureManager.getPixel and getPixelAlpha. 2024-03-05 15:42:04 +13:00
tilemaps Revert define changes as they don't work 2024-02-21 13:23:52 +00:00
time Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
tweens Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
utils Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
const.js Update const.js 2024-02-27 14:59:29 +00:00
phaser-arcade-physics.js Revert define changes as they don't work 2024-02-21 13:23:52 +00:00
phaser-core.js Revert define changes as they don't work 2024-02-21 13:23:52 +00:00
phaser-esm.js Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
phaser-ie9.js Revert define changes as they don't work 2024-02-21 13:23:52 +00:00
phaser.js Revert define changes as they don't work 2024-02-21 13:23:52 +00:00