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
utils
on
dev
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 31, 2015
ArrayUtils.numberArrayStep would return an empty array if a single parameter was given, instead of a single step array (thanks @pooya72 #1958)
photonstorm
committed
78fdb22
View commit details
Copy full SHA for 78fdb22
View code at this point
Browse repository at this point
Commits on Jul 22, 2015
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 8, 2015
Rope.segments used the wrong vertices property, causing a runtime error.
Show description for 64b1794
photonstorm
committed
64b1794
View commit details
Copy full SHA for 64b1794
View code at this point
Browse repository at this point
Commits on Jul 7, 2015
Debug.currentAlpha wasn't being used to set the alpha of the Debug context at all (was always set to 1) but now updates the alpha of the Debug context before anything is rendered to it (thanks @way…
Show description for 6a9fd4d
photonstorm
committed
6a9fd4d
View commit details
Copy full SHA for 6a9fd4d
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
Commits on Jun 12, 2015
jsdoc and debug removal.
photonstorm
committed
f216313
View commit details
Copy full SHA for f216313
View code at this point
Browse repository at this point
Commits on Jun 2, 2015
Fixed pad jsdoc and ts defs (#1823)
photonstorm
committed
76e2b00
View commit details
Copy full SHA for 76e2b00
View code at this point
Browse repository at this point
Commits on May 30, 2015
Merge pull request #1804 from asyncanup/patch-1
Show description for 86f155d
photonstorm
committed
86f155d
View commit details
Copy full SHA for 86f155d
View code at this point
Browse repository at this point
Commits on May 21, 2015
jsdoc and formatting fixes.
photonstorm
committed
312c31b
View commit details
Copy full SHA for 312c31b
View code at this point
Browse repository at this point
Commits on May 20, 2015
Fixed spelling error in 'rotation'
asyncanup
committed
ac92e3c
View commit details
Copy full SHA for ac92e3c
View code at this point
Browse repository at this point
Commits on May 6, 2015
jshint fix.
photonstorm
committed
399cf3f
View commit details
Copy full SHA for 399cf3f
View code at this point
Browse repository at this point
Commits on May 4, 2015
Added blend modes to Color class for testing.
photonstorm
committed
1a7450e
View commit details
Copy full SHA for 1a7450e
View code at this point
Browse repository at this point
Commits on Apr 29, 2015
jsdoc fixes.
photonstorm
committed
4c0e34e
View commit details
Copy full SHA for 4c0e34e
View code at this point
Browse repository at this point
Commits on Apr 9, 2015
Fix bug of Color.webToColor and Color.updateColor
Show description for d0ec5e4
cuixiping
committed
d0ec5e4
View commit details
Copy full SHA for d0ec5e4
View code at this point
Browse repository at this point
Commits on Mar 19, 2015
ArraySet.removeAll allows you to remove all members of an ArraySet and optionally call `destroy` on them as well.
Show description for 5a9b509
photonstorm
committed
5a9b509
View commit details
Copy full SHA for 5a9b509
View code at this point
Browse repository at this point
Commits on Mar 11, 2015
Fixed to Destroy component if still in render loop.
photonstorm
committed
6cf982a
View commit details
Copy full SHA for 6cf982a
View code at this point
Browse repository at this point
Commits on Mar 1, 2015
Components: bug fixes
Show description for ee34327
pnstickne
committed
ee34327
View commit details
Copy full SHA for ee34327
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 22, 2015
ArraySet.getByKey gets an item from the set based on the property strictly equaling the value given.
photonstorm
committed
5fd066c
View commit details
Copy full SHA for 5fd066c
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
mixinPrototype can now clone objects that support it.
photonstorm
committed
17e2d22
View commit details
Copy full SHA for 17e2d22
View code at this point
Browse repository at this point
Added 'replace' parameter to mixinPrototype.
photonstorm
committed
52f4a03
View commit details
Copy full SHA for 52f4a03
View code at this point
Browse repository at this point
Added mixinPrototype.
photonstorm
committed
f64f9c1
View commit details
Copy full SHA for f64f9c1
View code at this point
Browse repository at this point
Commits on Feb 11, 2015
jsdoc fixes.
photonstorm
committed
ff76cf7
View commit details
Copy full SHA for ff76cf7
View code at this point
Browse repository at this point
Commits on Jan 27, 2015
Correct comments Phaser.ArrayUtils
Show description for 8dcd61a
vbornand
committed
8dcd61a
View commit details
Copy full SHA for 8dcd61a
View code at this point
Browse repository at this point
Commits on Dec 2, 2014
Utils - cleanup
Show description for fb9eab7
pnstickne
committed
fb9eab7
View commit details
Copy full SHA for fb9eab7
View code at this point
Browse repository at this point
ArrayUtils - minor corrections
Show description for bdacef8
pnstickne
committed
bdacef8
View commit details
Copy full SHA for bdacef8
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
Commits on Nov 25, 2014
Rounded off bounds.
photonstorm
committed
1ef0f0a
View commit details
Copy full SHA for 1ef0f0a
View code at this point
Browse repository at this point
Commits on Nov 20, 2014
Keyboard.justPressed has bee renamed to Keyboard.downDuration which is a much clearer name for what the method actually does.
Show description for 7e4a494
photonstorm
committed
7e4a494
View commit details
Copy full SHA for 7e4a494
View code at this point
Browse repository at this point
Commits on Nov 18, 2014
Sprite.autoCull now properly works if the camera moves around the world.
Show description for 21479ac
photonstorm
committed
21479ac
View commit details
Copy full SHA for 21479ac
View code at this point
Browse repository at this point
ArraySet - documentation
Show description for 3c57773
pnstickne
committed
3c57773
View commit details
Copy full SHA for 3c57773
View code at this point
Browse repository at this point
ArraySet - documentation
Show description for 5ec4c4c
pnstickne
committed
5ec4c4c
View commit details
Copy full SHA for 5ec4c4c
View code at this point
Browse repository at this point
Commits on Nov 13, 2014
ArraySet/LinkedList - minor updates
Show description for aa3c21a
pnstickne
committed
aa3c21a
View commit details
Copy full SHA for aa3c21a
View code at this point
Browse repository at this point
ArrayList/LinkedList - moved from core to utils
Show description for 794c9f6
pnstickne
committed
794c9f6
View commit details
Copy full SHA for 794c9f6
View code at this point
Browse repository at this point
Commits on Nov 12, 2014
Math/Utils - various cleanup and deprecations/moves
Show description for ae6cba5
pnstickne
committed
ae6cba5
View commit details
Copy full SHA for ae6cba5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.