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 }}
httpsgithu
/
engine
Public
forked from
playcanvas/engine
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
23
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
engine
src
framework
components
script-legacy
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 29, 2021
Switch from preprocessor to rollup-plugin-jscc (#3029)
Show description for 263f2bd
willeastcott
authored
263f2bd
View commit details
Copy full SHA for 263f2bd
View code at this point
Browse repository at this point
Commits on Jan 31, 2021
Move Color to the math folder (#2804)
willeastcott
authored
7d8b08d
View commit details
Copy full SHA for 7d8b08d
View code at this point
Browse repository at this point
Commits on Jan 9, 2021
Conversion of classes extending from EventHandler to ES6 (#2688)
Show description for 781de09
mvaligursky
and
willeastcott
authored
781de09
View commit details
Copy full SHA for 781de09
View code at this point
Browse repository at this point
Commits on Jan 3, 2021
Migrate all ComponentData classes to ES6 (#2670)
Show description for d4726d9
willeastcott
authored
d4726d9
View commit details
Copy full SHA for d4726d9
View code at this point
Browse repository at this point
Commits on Jul 15, 2020
Deprecate pc.makeArray (#2289)
willeastcott
authored
f8f55db
View commit details
Copy full SHA for f8f55db
View code at this point
Browse repository at this point
Commits on Jul 14, 2020
Remove type function (#2273)
willeastcott
authored
6e5c90b
View commit details
Copy full SHA for 6e5c90b
View code at this point
Browse repository at this point
Commits on Jun 29, 2020
Remove unused description property from component systems (#2212)
willeastcott
authored
9240a8f
View commit details
Copy full SHA for 9240a8f
View code at this point
Browse repository at this point
Commits on Jun 19, 2020
Port PlayCanvas to ES6 modules and rollup.js (#2166)
Show description for a85aeed
willeastcott
authored
a85aeed
View commit details
Copy full SHA for a85aeed
View code at this point
Browse repository at this point
Commits on Jun 13, 2020
Deprecate pc.string.format and pc.log API (#2164)
Show description for 6e8465a
willeastcott
authored
6e8465a
View commit details
Copy full SHA for 6e8465a
View code at this point
Browse repository at this point
Commits on Mar 8, 2019
Update dev dependences (#1511)
Show description for 7f4cd5b
daredevildave
authored
7f4cd5b
View commit details
Copy full SHA for 7f4cd5b
View code at this point
Browse repository at this point
Commits on Dec 6, 2018
ComponentSystem doesn't fire events, it directly calls subscribers (#1449)
e-strokov
authored and
daredevildave
committed
d27a44b
View commit details
Copy full SHA for d27a44b
View code at this point
Browse repository at this point
Commits on Oct 9, 2018
Do not create a GUID in the pc.Entity constructor unless it's requested in pc.Entity#getGuid(). Fixes duplicate creation of GUIDS when a scene is loaded
vkalpias
committed
3646337
View commit details
Copy full SHA for 3646337
View code at this point
Browse repository at this point
Commits on Oct 8, 2018
Convert store getter to a simple property. (#1392)
willeastcott
authored
3cc2a43
View commit details
Copy full SHA for 3cc2a43
View code at this point
Browse repository at this point
Commits on Sep 19, 2018
Remove calls to pc.Component#onEnable/onDisable which do nothing. (#1357)
willeastcott
authored
1f09087
View commit details
Copy full SHA for 1f09087
View code at this point
Browse repository at this point
Commits on Sep 18, 2018
Optimize pc.SceneParser#_openComponentData. (#1355)
Show description for 7bdb477
willeastcott
authored
7bdb477
View commit details
Copy full SHA for 7bdb477
View code at this point
Browse repository at this point
Commits on Jun 18, 2018
Deprecate pc.inherits. (#1232)
willeastcott
authored
3e36144
View commit details
Copy full SHA for 3e36144
View code at this point
Browse repository at this point
Commits on Jun 6, 2018
Use Object.assign instead of pc.extend (#1228)
willeastcott
authored
b67c4e8
View commit details
Copy full SHA for b67c4e8
View code at this point
Browse repository at this point
Commits on Jun 4, 2018
Don't use block comments for multiline comments.
willeastcott
committed
6d3fb9a
View commit details
Copy full SHA for 6d3fb9a
View code at this point
Browse repository at this point
Commits on May 21, 2018
ESLint: consistent unary operator spacing.\
willeastcott
committed
fe4ed07
View commit details
Copy full SHA for fe4ed07
View code at this point
Browse repository at this point
Commits on May 20, 2018
ESLint: consistent function parenthesis spacing (#1216)
willeastcott
authored
34890bc
View commit details
Copy full SHA for 34890bc
View code at this point
Browse repository at this point
ESLint fixes (#1215)
Show description for e9716f8
willeastcott
authored
e9716f8
View commit details
Copy full SHA for e9716f8
View code at this point
Browse repository at this point
Commits on May 18, 2018
[FIX] Various ESLint errors.
willeastcott
committed
0ba152b
View commit details
Copy full SHA for 0ba152b
View code at this point
Browse repository at this point
Commits on Apr 27, 2018
Support for more ESLint rules (#1161)
Show description for 58d9d93
willeastcott
authored
58d9d93
View commit details
Copy full SHA for 58d9d93
View code at this point
Browse repository at this point
Commits on Apr 4, 2018
ESLint fixes (#1160)
Show description for 5989731
willeastcott
authored
5989731
View commit details
Copy full SHA for 5989731
View code at this point
Browse repository at this point
Commits on Mar 27, 2018
Add support for eslint (#1139)
Show description for 759be89
willeastcott
authored and
daredevildave
committed
759be89
View commit details
Copy full SHA for 759be89
View code at this point
Browse repository at this point
Commits on Oct 13, 2017
Fix typo in comment. (#1017)
H1Gdev
authored and
willeastcott
committed
26995d6
View commit details
Copy full SHA for 26995d6
View code at this point
Browse repository at this point
Commits on Sep 26, 2017
Fix typo in comment. (#1010)
H1Gdev
authored and
willeastcott
committed
c42be78
View commit details
Copy full SHA for c42be78
View code at this point
Browse repository at this point
Commits on Apr 14, 2017
Fix typo in comment.
H1Gdev
committed
7fb6938
View commit details
Copy full SHA for 7fb6938
View code at this point
Browse repository at this point
Commits on Jan 3, 2017
Fixing code style as per new CONTRIB.md
yard
committed
e01a224
View commit details
Copy full SHA for e01a224
View code at this point
Browse repository at this point
Commits on Dec 30, 2016
Defining component system's properties statically
yard
committed
392cca8
View commit details
Copy full SHA for 392cca8
View code at this point
Browse repository at this point
Commits on Jul 28, 2016
Only store scriptPrefix on the application instead of the legacy script system
vkalpias
committed
ebac786
View commit details
Copy full SHA for ebac786
View code at this point
Browse repository at this point
Commits on Jun 24, 2016
good level of cleanup, use internal properties instead of public methods, add few shorthand properties, remove unused files and code
Maksims
committed
06b83d8
View commit details
Copy full SHA for 06b83d8
View code at this point
Browse repository at this point
Commits on May 20, 2016
Reference guid property directly.
willeastcott
committed
d0d9dfc
View commit details
Copy full SHA for d0d9dfc
View code at this point
Browse repository at this point
Commits on May 14, 2016
Fix compiler warnings and errors
daredevildave
committed
c583180
View commit details
Copy full SHA for c583180
View code at this point
Browse repository at this point
Commits on Apr 27, 2016
remove old docs
Maksims
committed
c3e9627
View commit details
Copy full SHA for c3e9627
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.