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
script
on
msaa-postprocess-fix
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 15, 2019
[FIX] Initialize default attribute values when creating a script (#1413)
aidinabedi
authored and
willeastcott
committed
8764eda
View commit details
Copy full SHA for 8764eda
View code at this point
Browse repository at this point
Commits on May 14, 2019
Document 'step' option for number script attribute (#1560)
vkalpias
authored
dd05bab
View commit details
Copy full SHA for dd05bab
View code at this point
Browse repository at this point
Commits on Oct 20, 2018
Add culling support for 2D Elements (#1400)
daredevildave
authored and
willeastcott
committed
5ed0a50
View commit details
Copy full SHA for 5ed0a50
View code at this point
Browse repository at this point
Commits on Sep 17, 2018
Remove typed arrays from pc.Vec2/3/4 and pc.Color. (#1327)
Show description for 3ec4321
willeastcott
authored
3ec4321
View commit details
Copy full SHA for 3ec4321
View code at this point
Browse repository at this point
Commits on Aug 30, 2018
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
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
Added check that fixes a bunch of tests not running at all
vkalpias
committed
4df957e
View commit details
Copy full SHA for 4df957e
View code at this point
Browse repository at this point
Commits on Jul 31, 2018
ESLint fixes (#1283)
Show description for af8003f
daredevildave
authored
af8003f
View commit details
Copy full SHA for af8003f
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 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 30, 2018
Merge branch 'master' into array-script-attributes
vkalpias
authored
c56da9e
View commit details
Copy full SHA for c56da9e
View code at this point
Browse repository at this point
Remove unnecessary code
vkalpias
committed
fe4efb7
View commit details
Copy full SHA for fe4efb7
View code at this point
Browse repository at this point
Support array script attributes
vkalpias
committed
d8af79e
View commit details
Copy full SHA for d8af79e
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 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
Do not call postInitialize on scripts that were added to the script registry later if the scripts were disabled in 'initialize'
vkalpias
committed
e6b1c12
View commit details
Copy full SHA for e6b1c12
View code at this point
Browse repository at this point
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 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 Feb 23, 2018
Remove unused vars. Add .idea directory to .gitignore (#1110)
Show description for fdad08c
Tatsujinichi
authored and
willeastcott
committed
fdad08c
View commit details
Copy full SHA for fdad08c
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 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
[FIX] jshint errors relating to confusing use of ! (#1021)
willeastcott
authored
4a53f23
View commit details
Copy full SHA for 4a53f23
View code at this point
Browse repository at this point
Commits on Sep 21, 2017
jshint-related fixes (#1008)
Show description for 2f49fd8
willeastcott
authored
2f49fd8
View commit details
Copy full SHA for 2f49fd8
View code at this point
Browse repository at this point
Commits on Dec 13, 2016
Update script.js
Maksims
authored
5d1493d
View commit details
Copy full SHA for 5d1493d
View code at this point
Browse repository at this point
Commits on Nov 24, 2016
finally fix scripts attributes
Maksims
committed
e4ee9d4
View commit details
Copy full SHA for e4ee9d4
View code at this point
Browse repository at this point
Commits on Nov 23, 2016
[FIX] Revert script attribute change as it breaks attributes in Editor
daredevildave
committed
b6eb19f
View commit details
Copy full SHA for b6eb19f
View code at this point
Browse repository at this point
Merge branch 'master' of github.com:playcanvas/engine
Maksims
committed
3beead8
View commit details
Copy full SHA for 3beead8
View code at this point
Browse repository at this point
scripts initialize attributes even if raw attributes not provided
Maksims
committed
b6ada72
View commit details
Copy full SHA for b6ada72
View code at this point
Browse repository at this point
Commits on Nov 18, 2016
[FIX] Set type for ‘Curve’ or ‘CurveSet’ script attributes
vkalpias
committed
b7b43fc
View commit details
Copy full SHA for b7b43fc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.