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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
DouDou-JavaScript
/
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
time
on
webgl-tilemap
User selector
All users
All time
Commit history
Commits on Apr 29, 2016
Docs fix.
photonstorm
committed
7afe087
View commit details
Copy full SHA for 7afe087
View code at this point
Browse repository at this point
Commits on Apr 4, 2016
2015 - 2016.
photonstorm
committed
f40cfbe
View commit details
Copy full SHA for f40cfbe
View code at this point
Browse repository at this point
Commits on Mar 25, 2016
Fixed links in documentation
thiagojobson
committed
5881786
View commit details
Copy full SHA for 5881786
View code at this point
Browse repository at this point
Commits on Oct 13, 2015
Fixed issue with Time.update not being properly set in IE9 / setTimeout environments.
photonstorm
committed
79d6993
View commit details
Copy full SHA for 79d6993
View code at this point
Browse repository at this point
Merge pull request #2130 from noidexe/patch-5
Show description for 5f704f0
photonstorm
committed
5f704f0
View commit details
Copy full SHA for 5f704f0
View code at this point
Browse repository at this point
Commits on Oct 9, 2015
Better default value for suggestedFps
Show description for dea95ec
noidexe
committed
dea95ec
View commit details
Copy full SHA for dea95ec
View code at this point
Browse repository at this point
Commits on Sep 15, 2015
Updated documentation to clarify 'types' of time
Show description for 9733fb4
pnstickne
committed
9733fb4
View commit details
Copy full SHA for 9733fb4
View code at this point
Browse repository at this point
Commits on Sep 14, 2015
Under setTimeOut (or when `forceSetTimeOut` was true) the Time was incorrectly setting `Time.timeExpected` causing game updates to lag (thanks @satan6 #2087)
photonstorm
committed
a8e972b
View commit details
Copy full SHA for a8e972b
View code at this point
Browse repository at this point
Commits on Sep 10, 2015
Missing physicsElapsed value reset.
photonstorm
committed
816bcac
View commit details
Copy full SHA for 816bcac
View code at this point
Browse repository at this point
Commits on Sep 9, 2015
Game.update could call `updateLogic` multiple times in a single frame when catching up with slow device frame rates. This would cause Tweens to advance at twice the speed they should have done (tha…
Show description for 90a500e
photonstorm
committed
90a500e
View commit details
Copy full SHA for 90a500e
View code at this point
Browse repository at this point
Commits on Sep 8, 2015
Testing Tween timer fix.
photonstorm
committed
2de8332
View commit details
Copy full SHA for 2de8332
View code at this point
Browse repository at this point
Time.desiredFps has moved to a getter / setter.
Show description for dbcff58
photonstorm
committed
dbcff58
View commit details
Copy full SHA for dbcff58
View code at this point
Browse repository at this point
Commits on Aug 27, 2015
Change splice.call(arguments, ..) to use slice
Show description for 26a6338
pnstickne
committed
26a6338
View commit details
Copy full SHA for 26a6338
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 21, 2015
Internally the Time class has been updated to split out the RAF and SetTimeout implementations. This cuts down the update loop workload significantly, which was causing a performance optimization b…
Show description for b906463
photonstorm
committed
b906463
View commit details
Copy full SHA for b906463
View code at this point
Browse repository at this point
Commits on Jul 2, 2015
jsdoc update #1864
photonstorm
committed
ce405ac
View commit details
Copy full SHA for ce405ac
View code at this point
Browse repository at this point
Commits on Mar 18, 2015
Fixed a few documentation typos.
breakosaur
committed
bb600b4
View commit details
Copy full SHA for bb600b4
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 11, 2015
Timer.update was calling the TimerEvent callback even if `TimerEvent.pendingDelete` was already set to `true`, causing timer events to stack-up in cases where a new TimerEvent was generated in the …
Show description for 6b8622a
photonstorm
committed
6b8622a
View commit details
Copy full SHA for 6b8622a
View code at this point
Browse repository at this point
Commits on Jan 28, 2015
jsdoc updates (spelling mistakes, code formatting, etc)
photonstorm
committed
d6ea8fb
View commit details
Copy full SHA for d6ea8fb
View code at this point
Browse repository at this point
Commits on Dec 18, 2014
Time.reset would incorrectly reset the `_started` property, now maps it to `Time.time` (thanks @XekeDeath #1467)
photonstorm
committed
a6c6bf8
View commit details
Copy full SHA for a6c6bf8
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 28, 2014
TimerEvent - tabs to spaces
Show description for fb5a1b9
pnstickne
committed
fb5a1b9
View commit details
Copy full SHA for fb5a1b9
View code at this point
Browse repository at this point
Time/Time - documentation updates and minor cleanup
Show description for c5381f9
pnstickne
committed
c5381f9
View commit details
Copy full SHA for c5381f9
View code at this point
Browse repository at this point
Commits on Nov 26, 2014
Added Time.physicsElapsedMS and used in Sprite lifespan and Tweens.
photonstorm
committed
471ad20
View commit details
Copy full SHA for 471ad20
View code at this point
Browse repository at this point
Commits on Nov 25, 2014
Time - documentation
Show description for e28197e
pnstickne
committed
e28197e
View commit details
Copy full SHA for e28197e
View code at this point
Browse repository at this point
Time - documentation
Show description for fb6e602
pnstickne
committed
fb6e602
View commit details
Copy full SHA for fb6e602
View code at this point
Browse repository at this point
Commits on Nov 24, 2014
Added Time.elapsedMS (as Time.elapsed isn't always an ms value)
photonstorm
committed
aa62eb9
View commit details
Copy full SHA for aa62eb9
View code at this point
Browse repository at this point
Commits on Nov 18, 2014
jsdoc fixes
photonstorm
committed
8a45ad2
View commit details
Copy full SHA for 8a45ad2
View code at this point
Browse repository at this point
Commits on Nov 12, 2014
Merge pull request #1307 from pnstickne/wip-math-util-cleanup
Show description for 7366854
photonstorm
committed
7366854
View commit details
Copy full SHA for 7366854
View code at this point
Browse repository at this point
Paste over to fix unwanted HEAD entries
pjbaron
committed
4d0fcd2
View commit details
Copy full SHA for 4d0fcd2
View code at this point
Browse repository at this point
Merge remote-tracking branch 'phaser-github/dev' into dev
Show description for 1c7059e
pjbaron
committed
1c7059e
View commit details
Copy full SHA for 1c7059e
View code at this point
Browse repository at this point
Commits on Nov 10, 2014
Math/Utils - various cleanup and deprecations/moves
Show description for a6d2da2
pnstickne
committed
a6d2da2
View commit details
Copy full SHA for a6d2da2
View code at this point
Browse repository at this point
Commits on Nov 8, 2014
Fixed internal timing values.
photonstorm
committed
afd6c96
View commit details
Copy full SHA for afd6c96
View code at this point
Browse repository at this point
Time.now can no longer be relied upon to contain a timestamp value. If the browser supports requestAnimationFrame then `Time.now` will contain the high resolution timer value that rAf generates. Ot…
Show description for 0a86a7e
photonstorm
committed
0a86a7e
View commit details
Copy full SHA for 0a86a7e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.