Kasen IO
|
c121a8ef2a
|
Housekeeping.
|
2020-01-23 03:06:58 -05:00 |
|
Kasen IO
|
fd5ee3e1a7
|
Whitelist toggle now works.
|
2020-01-22 14:48:15 -05:00 |
|
Kasen IO
|
98473abbb4
|
QML works, C++ works but does a manual set to true, does not see updates from QML set setting.
|
2020-01-22 11:29:37 -05:00 |
|
Kasen IO
|
61943d0edb
|
non-working state
|
2020-01-21 22:51:30 -05:00 |
|
humbletim
|
271fac4bca
|
Merge remote-tracking branch 'upstream/master' into kasenvr-kpi-v1-modkit-rc-merge
|
2019-09-05 09:46:21 -04:00 |
|
David Rowe
|
6474705ca2
|
Reformat "supported script types" in Entities and Scripts signals
|
2019-09-04 21:06:30 +12:00 |
|
David Rowe
|
cf01d9f1af
|
Script.require() JSDoc fixes
|
2019-09-04 21:04:03 +12:00 |
|
David Rowe
|
c19c1c9a5d
|
Scripts API JSDoc fixes
|
2019-08-27 09:24:01 +12:00 |
|
Simon Walton
|
9aacd136b8
|
Add blocking to script unload for client entity-scripts
|
2019-08-14 13:51:40 -07:00 |
|
Kalila R
|
8b6cce5889
|
Moved getTypeAsString function from public to protected
|
2019-07-30 17:26:49 -04:00 |
|
humbletim
|
c5b2514e0e
|
fix linux build warning; remove unnecessary code
|
2019-07-23 12:13:49 -04:00 |
|
kasenvr
|
e9e9607a3b
|
modkit core changes initial commit
whitespace corrections + warnings
updated cmake plugin
rework with focus on JS API integration example
cleanup edit_filter scope
separate-out edit_filter wantsScope stuff
-plugin metadata
split scriptengines out separately
cleanup __url/__filename sets
additional cleanup
fix typo; consolidate ScriptInitializerMixin inits
add more example API protoypes
cleanup pass; fix entity_server / agent init
fix whitespace
remove technically unnessary plugin filtering
+EDIT_FILTER_SCRIPT; cleanup
reorder public/slot/private
use std::count_if
formatting
better debug output; cleanup
fix msvc compiler warning
cleanup
eradicate QtScript references from API Example
updated header comments
Updated KasenAPIExample
|
2019-07-14 21:35:13 -04:00 |
|
David Rowe
|
eb227c6b9a
|
Document Entities entity methods
|
2019-06-22 11:59:07 +12:00 |
|
David Rowe
|
6299d38673
|
Distinguish between Uuid API and Uuid type in JSDoc
|
2019-06-05 14:39:05 +12:00 |
|
David Rowe
|
5227b35c6b
|
Revise changes
|
2019-05-21 10:32:12 +12:00 |
|
David Rowe
|
ca7ddece8b
|
Add missing Script JSDoc
|
2019-05-21 10:32:12 +12:00 |
|
David Rowe
|
0a0a25139c
|
Deprecate items that shouldn't be in the Script API
|
2019-05-21 10:32:12 +12:00 |
|
David Rowe
|
d196e35701
|
Polish existing Script JSDoc
|
2019-05-21 10:32:12 +12:00 |
|
David Rowe
|
0e478de1a2
|
Stub out missing Script JSDoc
|
2019-05-21 10:32:12 +12:00 |
|
David Rowe
|
5068075645
|
Fill in MyAvatar animation JSDoc
|
2019-03-09 07:42:55 +13:00 |
|
David Rowe
|
5428bb19dc
|
Add "Avatar Script" JSDoc API classification
|
2019-02-12 11:49:49 +13:00 |
|
John Conklin II
|
45ec44423b
|
Merge pull request #14694 from danteruiz/delete-only-domain-entities
case 20595: case 20563: Do not delete local entities when switching domains.
|
2019-01-17 11:25:58 -08:00 |
|
Dante Ruiz
|
e7d3844620
|
making pre review requests
|
2019-01-14 11:14:57 -08:00 |
|
Seth Alves
|
6589db628a
|
fix a couple shutdown crashes and a class of asan warning
|
2019-01-11 15:53:49 -08:00 |
|
Clement
|
7723261cb9
|
Remove deferred script loading logic
|
2018-12-05 14:08:30 -08:00 |
|
Clement
|
7192aed131
|
Rework audio data memory ownership model
|
2018-11-14 14:45:18 -08:00 |
|
Seth Alves
|
f6e57f54b0
|
don't call enterEntity until script preload has finished
|
2018-09-21 10:26:55 -07:00 |
|
Clement
|
e6b4ccef16
|
Add lock around _entityScripts
|
2018-09-13 15:10:16 -07:00 |
|
Stephen Birarda
|
01e8fd66a3
|
fix script engine(s) cleanup from ESS
|
2018-08-22 13:52:37 -07:00 |
|
Thijs Wenker
|
74343c71d8
|
CR fixes
|
2018-07-31 22:29:53 +02:00 |
|
Thijs Wenker
|
ba8d445444
|
fix require by queueing content requests
|
2018-07-28 00:25:16 +02:00 |
|
Gabriel Calero
|
bb73af7230
|
Show stats button only in debug mode. Add isDebugMode to Script public interface
|
2018-05-29 17:21:44 -03:00 |
|
NissimHadar
|
c3ef6aab1c
|
Don't save test scripts
|
2018-05-07 12:51:41 -07:00 |
|
MiladNazeri
|
8e214d8ee8
|
Merge pull request #13049 from ctrlaltdavid/21856-d
List which contexts each namespace and class is available in
|
2018-05-03 01:29:14 -07:00 |
|
John Conklin II
|
7a5fce4315
|
Merge pull request #12991 from luiscuenca/avatarScript
Avatar Scripts
|
2018-05-02 12:23:13 -07:00 |
|
luiscuenca
|
2de982a5a2
|
Added script types and better script reload
|
2018-04-30 12:04:35 -07:00 |
|
David Rowe
|
2cc3ed6287
|
List which contexts each namespace and object is available in
|
2018-04-28 20:00:28 +12:00 |
|
David Rowe
|
62930eb576
|
Interim JSDoc for Script
|
2018-04-22 15:26:39 +12:00 |
|
humbletim
|
3a735c1fc7
|
CR feedback and code cleanup
|
2018-01-23 03:12:26 -05:00 |
|
David Rowe
|
da33c4fcf2
|
Fix script reload icon not working in Windows developer builds
|
2017-10-26 11:41:52 +13:00 |
|
ZappoMan
|
a7e21d7e76
|
add remotelyCallable and remoteCallerID to provide additional security to Entities.callEntityServerMethod()
|
2017-10-22 14:30:58 -07:00 |
|
Seth Alves
|
8a49edbecb
|
code review
|
2017-09-15 10:08:35 -07:00 |
|
Seth Alves
|
d89f2b77da
|
rework ScriptEngine lifetimes using 'smart' pointers
|
2017-09-14 10:42:21 -07:00 |
|
samcake
|
c24e254257
|
Add support for profiling from scripts
|
2017-06-22 18:10:20 -07:00 |
|
NeetBhagat
|
9646eba873
|
Complete console.trace and added a testcases for all 13 functions.
|
2017-06-13 23:52:48 +05:30 |
|
NeetBhagat
|
5c324264a2
|
Complete the functionality of console.trace().
|
2017-06-13 14:12:29 +05:30 |
|
NeetBhagat
|
e8fc766c2b
|
Complete Console Exception.
|
2017-06-12 20:24:59 +05:30 |
|
NeetBhagat
|
ead0d42cf3
|
Merge branch 'master' into 21369
# Conflicts:
# libraries/gl/src/gl/OffscreenQmlSurface.cpp
# libraries/gl/src/gl/OffscreenQmlSurface.h
|
2017-06-07 15:47:19 +05:30 |
|
NeetBhagat
|
0f9cd5d0c7
|
intial commit hifi: #21369 Implement parts of the JS "console" object
|
2017-06-06 15:20:08 +05:30 |
|
Liv
|
b2bbf21fb0
|
style fixes
|
2017-05-23 15:21:21 -07:00 |
|