Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
SouCoder
/
phaser
Public
forked from
phaserjs/phaser
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
phaser
src
system
on
dev
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 26, 2015
Device.canPlayVideo now checks for `ogv` as a valid file extension for OGG video files (thanks @JB-Tellez #1928)
photonstorm
committed
1f73bbb
View commit details
Copy full SHA for 1f73bbb
View code at this point
Browse repository at this point
Commits on Jul 22, 2015
Phaser 2.4 release.
photonstorm
committed
858ad51
View commit details
Copy full SHA for 858ad51
View code at this point
Browse repository at this point
All undefined argument checks were changed from `if (typeof x === 'undefined')` to `if (x === undefined)` removing the typeof check and saving some bytes across the codebase in the process.
photonstorm
committed
f15fe67
View commit details
Copy full SHA for f15fe67
View code at this point
Browse repository at this point
Commits on Jul 21, 2015
Fix reference error for process
Show description for da6d7a5
mkristo
committed
da6d7a5
View commit details
Copy full SHA for da6d7a5
View code at this point
Browse repository at this point
Commits on Jul 10, 2015
Canvas.setSmoothingEnabled only applies the value of the property exists, which avoids the Chrome webkit prefix deprecation warnings.
photonstorm
committed
8e92c13
View commit details
Copy full SHA for 8e92c13
View code at this point
Browse repository at this point
Commits on Jul 8, 2015
Device.windowsPhone should now correctly identify Windows Phone 8.1 devices, which also think they are iOS and Androids. If you find a device that gets around this check please send us its ua strin…
Show description for 0f31358
photonstorm
committed
0f31358
View commit details
Copy full SHA for 0f31358
View code at this point
Browse repository at this point
Commits on Jun 17, 2015
Deprecated the following:
Show description for 102c74e
photonstorm
committed
102c74e
View commit details
Copy full SHA for 102c74e
View code at this point
Browse repository at this point
Merge pull request #1851 from rblopes/detect-nwjs-electro
Show description for 88524cd
photonstorm
committed
88524cd
View commit details
Copy full SHA for 88524cd
View code at this point
Browse repository at this point
Commits on Jun 16, 2015
Formatting update.
photonstorm
committed
30a3522
View commit details
Copy full SHA for 30a3522
View code at this point
Browse repository at this point
Device.chromeVersion will return the major version number of Chrome.
photonstorm
committed
f536962
View commit details
Copy full SHA for f536962
View code at this point
Browse repository at this point
Commits on Jun 12, 2015
Refactoring the boolean expressions.
rblopes
committed
b64d817
View commit details
Copy full SHA for b64d817
View code at this point
Browse repository at this point
Add detection for GitHub Electron.
rblopes
committed
3f5691e
View commit details
Copy full SHA for 3f5691e
View code at this point
Browse repository at this point
Simplify detection of nw.js (formerly Node-WebKit).
rblopes
committed
bf9d516
View commit details
Copy full SHA for bf9d516
View code at this point
Browse repository at this point
Commits on Jun 11, 2015
Extended getUserMedia check.
photonstorm
committed
0b6bf3f
View commit details
Copy full SHA for 0b6bf3f
View code at this point
Browse repository at this point
Commits on May 19, 2015
The mp4Video check includes h264 now.
photonstorm
committed
734fbfe
View commit details
Copy full SHA for 734fbfe
View code at this point
Browse repository at this point
Commits on May 18, 2015
Device.firefoxVersion is a new property that contains the major Firefox version number if running within Firefox, otherwise zero.
photonstorm
committed
0f6dd1a
View commit details
Copy full SHA for 0f6dd1a
View code at this point
Browse repository at this point
Commits on May 14, 2015
Extended the getUserMedia and window.URL check.
photonstorm
committed
b91387c
View commit details
Copy full SHA for b91387c
View code at this point
Browse repository at this point
Commits on May 3, 2015
Device.oggVideo indicates if the browser can play back ogg video files.
Show description for f0ac93e
photonstorm
committed
f0ac93e
View commit details
Copy full SHA for f0ac93e
View code at this point
Browse repository at this point
Commits on Feb 25, 2015
Copyright date change.
photonstorm
committed
a69e53f
View commit details
Copy full SHA for a69e53f
View code at this point
Browse repository at this point
Commits on Feb 5, 2015
Device.touch checks if `window.navigator.maxTouchPoints` is `>= 1` rather than > 1, which now allows touch events to work properly in Chrome mobile emulation.
photonstorm
committed
9cdcdc7
View commit details
Copy full SHA for 9cdcdc7
View code at this point
Browse repository at this point
Commits on Jan 27, 2015
Correct comments
Show description for 8ef32f0
vbornand
committed
8ef32f0
View commit details
Copy full SHA for 8ef32f0
View code at this point
Browse repository at this point
Commits on Jan 5, 2015
Merge pull request #1498 from pnstickne/wip-tilelayer-safaribug
Show description for ebf650c
photonstorm
committed
ebf650c
View commit details
Copy full SHA for ebf650c
View code at this point
Browse repository at this point
Commits on Jan 2, 2015
Device update for canvasBitBltShift - real
Show description for 2bbbc64
pnstickne
committed
2bbbc64
View commit details
Copy full SHA for 2bbbc64
View code at this point
Browse repository at this point
Device update for canvasBitBltShift
Show description for 7213bb1
pnstickne
committed
7213bb1
View commit details
Copy full SHA for 7213bb1
View code at this point
Browse repository at this point
Commits on Jan 1, 2015
Device.webAudio check inversed to avoid throwing a warning in Chrome.
photonstorm
committed
da27373
View commit details
Copy full SHA for da27373
View code at this point
Browse repository at this point
Commits on Dec 31, 2014
TilemapLayer rendering double-copy
Show description for 76aa601
pnstickne
committed
76aa601
View commit details
Copy full SHA for 76aa601
View code at this point
Browse repository at this point
Commits on Dec 9, 2014
DOM.visualBounds now includes scrollbars
Show description for 8b513b8
pnstickne
committed
8b513b8
View commit details
Copy full SHA for 8b513b8
View code at this point
Browse repository at this point
Commits on Dec 2, 2014
Docs update.
photonstorm
committed
03ebb8d
View commit details
Copy full SHA for 03ebb8d
View code at this point
Browse repository at this point
Commits on Nov 30, 2014
Documentation - consistency updates
Show description for dab8772
pnstickne
committed
dab8772
View commit details
Copy full SHA for dab8772
View code at this point
Browse repository at this point
Documentation - general
Show description for cfbad72
photonstorm
authored and
pnstickne
committed
cfbad72
View commit details
Copy full SHA for cfbad72
View code at this point
Browse repository at this point
Commits on Nov 19, 2014
ScaleManager + DOM - window constraint updates
Show description for e7fd527
pnstickne
committed
e7fd527
View commit details
Copy full SHA for e7fd527
View code at this point
Browse repository at this point
Commits on Nov 18, 2014
ScaleManager + DOM
pnstickne
committed
644f87b
View commit details
Copy full SHA for 644f87b
View code at this point
Browse repository at this point
ScaleManager + DOM
Show description for 884353d
pnstickne
committed
884353d
View commit details
Copy full SHA for 884353d
View code at this point
Browse repository at this point
Commits on Nov 14, 2014
Phaser.Device - quibbles
Show description for fb89176
pnstickne
committed
fb89176
View commit details
Copy full SHA for fb89176
View code at this point
Browse repository at this point
Phaser.Device - inverted from Game
Show description for 599479d
pnstickne
committed
599479d
View commit details
Copy full SHA for 599479d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.