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 }}
selectgithub
/
engine
Public
forked from
playcanvas/engine
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
engine
src
framework
components
script
on
performance-counters
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 26, 2019
Merge branch 'master' into performance-counters
e-strokov
committed
6c0ae74
View commit details
Copy full SHA for 6c0ae74
View code at this point
Browse repository at this point
Commits on Feb 22, 2019
Removing try/catch from script call from not DEBUG configuration. (#1496)
e-strokov
authored
e4735dd
View commit details
Copy full SHA for e4735dd
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 Nov 27, 2018
perf counters draft
e-strokov
committed
2c131ba
View commit details
Copy full SHA for 2c131ba
View code at this point
Browse repository at this point
Commits on Nov 23, 2018
ComponentSystem doesn't fire events, it directly calls subscribers
e-strokov
committed
503d5ba
View commit details
Copy full SHA for 503d5ba
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 Aug 30, 2018
Merge pull request #1325 from playcanvas/optimize-enabled-property-for-scripts
Show description for d1da7ec
vkalpias
authored
d1da7ec
View commit details
Copy full SHA for d1da7ec
View code at this point
Browse repository at this point
Override 'enabled' property for script components to server a local variable instead of using the data store
vkalpias
committed
dada868
View commit details
Copy full SHA for dada868
View code at this point
Browse repository at this point
Added updateList and postUpdateList in script component to only iterate through scripts that have an update or postUpdate method in _onUpdate and _onPostUpdate
vkalpias
committed
0dad27a
View commit details
Copy full SHA for 0dad27a
View code at this point
Browse repository at this point
Use ever increasing number for execution order of script components
vkalpias
committed
7538128
View commit details
Copy full SHA for 7538128
View code at this point
Browse repository at this point
Commits on Aug 29, 2018
Adds pc.SortedLoopArray, Only iterate through enabled components in the script system
vkalpias
committed
e37ce70
View commit details
Copy full SHA for e37ce70
View code at this point
Browse repository at this point
Commits on Aug 16, 2018
Move entity script attribute remapping to the script component
vkalpias
committed
4ed7871
View commit details
Copy full SHA for 4ed7871
View code at this point
Browse repository at this point
Commits on Aug 15, 2018
Fix typo
vkalpias
committed
7d77f1e
View commit details
Copy full SHA for 7d77f1e
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
Remove parentheses around typeof arguments. It's an operator, not a function.
willeastcott
committed
d19c883
View commit details
Copy full SHA for d19c883
View code at this point
Browse repository at this point
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 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 26, 2018
Fix variable declarations
daredevildave
committed
933703d
View commit details
Copy full SHA for 933703d
View code at this point
Browse repository at this point
Fix destroying scripts (#1181)
Show description for b1a696e
vkalpias
authored and
daredevildave
committed
b1a696e
View commit details
Copy full SHA for b1a696e
View code at this point
Browse repository at this point
Commits on Apr 19, 2018
Fix initiliaze and postInitialize not being called when script instances where enabled or when a script component was enabled, Fix script attributes not being initialized for disabled entities or s…
Show description for 778516c
vkalpias
committed
778516c
View commit details
Copy full SHA for 778516c
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 Feb 22, 2018
Remove some unused vars (#1106)
Tatsujinichi
authored and
willeastcott
committed
722873b
View commit details
Copy full SHA for 722873b
View code at this point
Browse repository at this point
Commits on Feb 21, 2018
removed code, redundant with line 428 (#1099)
Tatsujinichi
authored and
willeastcott
committed
7392a3e
View commit details
Copy full SHA for 7392a3e
View code at this point
Browse repository at this point
Commits on Nov 30, 2017
Revert "[FIX] Fix initialize and postInitialize not called on script instances when they become enabled, [FIX] Do not call postInitialize when scripts get disabled in initialize"
Show description for e3e6443
vkalpias
committed
e3e6443
View commit details
Copy full SHA for e3e6443
View code at this point
Browse repository at this point
Commits on Oct 31, 2017
Merge pull request #1024 from playcanvas/feature/fix-script-initialization
Show description for a897cb7
vkalpias
authored
a897cb7
View commit details
Copy full SHA for a897cb7
View code at this point
Browse repository at this point
Commits on Oct 24, 2017
Fix typo in comment. (#1026)
H1Gdev
authored and
willeastcott
committed
8655b0a
View commit details
Copy full SHA for 8655b0a
View code at this point
Browse repository at this point
Commits on Oct 20, 2017
[FIX] Fix initialize and postInitialize not called on script instances when they become enabled, [FIX] Do not call postInitialize when scripts get disabled in initialize
vkalpias
committed
294a2ce
View commit details
Copy full SHA for 294a2ce
View code at this point
Browse repository at this point
Commits on Oct 18, 2017
Fix fire invalid event from ScriptComponent issue. (#1018)
Show description for a9db3aa
H1Gdev
authored and
willeastcott
committed
a9db3aa
View commit details
Copy full SHA for a9db3aa
View code at this point
Browse repository at this point
Add 'move' event doc in ScriptComponent. (#1019)
H1Gdev
authored and
willeastcott
committed
27fdc47
View commit details
Copy full SHA for 27fdc47
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
Previous
Next
You can’t perform that action at this time.