|
e9984c72f0
|
Added QTimer* script data type and some nullptr checks
|
2023-05-19 00:17:35 +02:00 |
|
|
7a84f7ee4d
|
Fix for crash on deleting caches
|
2023-05-19 00:17:35 +02:00 |
|
Heather Anderson
|
70fbe76341
|
convert script engine variables from QSharedPointer to std::shared_ptr
|
2023-05-19 00:17:34 +02:00 |
|
Heather Anderson
|
1e018dbc64
|
isolate calls to the QtScript libraries to an interface we control
|
2023-05-19 00:17:33 +02:00 |
|
Dale Glass
|
d77c8bbe41
|
Fix warnings related to deprecated usage of multiple keys in QHash and QMap
This replaces those uses with QMultiHash and QMultiMap
|
2021-11-26 17:53:23 +01:00 |
|
Heather Anderson
|
ab4d70760e
|
review and cleanup of "#include <QtCore/QSharedPointer>"
|
2021-09-10 21:40:54 -07:00 |
|
Kalila
|
d8a0d13812
|
Merge pull request #1206 from odysseus654/pr/drop-script-debugging
drop remaining references to QScriptEngineDebugger
|
2021-06-03 18:01:40 -04:00 |
|
David Rowe
|
4d11d1d515
|
Convert all "/**jsdoc" occurrences to "/*@jsdoc"
|
2021-05-12 10:54:45 +12:00 |
|
Heather Anderson
|
04f8ccd2b0
|
drop remaining references to QScriptEngineDebugger
|
2021-05-08 20:31:03 -07:00 |
|
Kalila L
|
3ed98d0f3e
|
Add "ScriptGatekeeper" class and "PRELOADED_SCRIPT_WHITELIST" variable.
|
2021-03-08 02:00:34 -05:00 |
|
HifiExperiments
|
b6744588f4
|
loading fix
|
2020-11-16 21:25:25 -08:00 |
|
David Rowe
|
5a91de016e
|
Fix scripts not running at Interface start after reloading all scripts
|
2020-02-08 16:50:46 +13: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
|
3e795d9b99
|
Typos and improvements
|
2019-08-27 10:03:26 +12:00 |
|
David Rowe
|
e1e74a2c34
|
ScriptDiscoveryService API JSDoc
|
2019-08-27 09:24:00 +12:00 |
|
amerhifi
|
a37ef7d80e
|
adding default script location setting for defaultscriptoverride runs. Prevents the second interface run to have no ui
|
2019-08-02 13:00:43 -07:00 |
|
amerhifi
|
0ee9de7ed8
|
lambda space
|
2019-08-02 11:24:21 -07:00 |
|
amerhifi
|
d05f1ac87f
|
adding ability to reload defaultOverrdie script without saving to settings:
|
2019-08-02 11:23:33 -07:00 |
|
humbletim
|
058c81aa1a
|
Merge branch 'hifi-master' into kpi-v1-modkit-rc
|
2019-07-26 01:36:52 -04:00 |
|
humbletim
|
c5b2514e0e
|
fix linux build warning; remove unnecessary code
|
2019-07-23 12:13:49 -04:00 |
|
Shannon Romano
|
23c7e1c0f3
|
Merge pull request #15843 from SamGondelman/quit
Fix ScriptEngines::loadScript invoke call
|
2019-07-15 08:32:16 -07: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 |
|
Ryan Huffman
|
d29cd796ca
|
Add defaultScriptsOverride option
|
2019-07-01 23:51:34 -07:00 |
|
SamGondelman
|
fb4be671e7
|
fix invoke call
|
2019-06-26 10:54:50 -07:00 |
|
Zach Fox
|
8044b33d65
|
This also works
|
2019-06-21 13:44:31 -07:00 |
|
Zach Fox
|
5067fd4cd2
|
OK this is definitely working
|
2019-06-21 13:41:11 -07:00 |
|
Zach Fox
|
8fdfdbaae4
|
Another attempt, still not working
|
2019-06-19 13:31:21 -07:00 |
|
SamGondelman
|
300dd39abf
|
fix script engine shutdown
|
2019-03-13 12:23:31 -07:00 |
|
danteruiz
|
30bd9774b2
|
script engine to load platform specific files
|
2019-02-05 13:11:54 -08:00 |
|
Wayne Chen
|
4c9c785c24
|
Merge branch 'master' of https://github.com/highfidelity/hifi into loginInitiative2
|
2018-12-10 07:57:44 -08:00 |
|
Dante Ruiz
|
177a94b9a9
|
fix realod all scripts functionality
|
2018-12-07 11:48:03 -08:00 |
|
Wayne Chen
|
a2a4d2ff89
|
removing trailing debug
|
2018-12-05 08:21:11 -08:00 |
|
Wayne Chen
|
07599c02c8
|
true reversion of scrips param
|
2018-12-05 08:16:54 -08:00 |
|
Wayne Chen
|
9deb15b9f6
|
Merge branch 'master' into loginInitiative2
|
2018-11-28 19:10:20 -08:00 |
|
Dante Ruiz
|
c4a9ca3445
|
fix interface crashing when reloading scripts
|
2018-11-27 09:32:37 -08:00 |
|
Wayne Chen
|
c85b840db0
|
Merge branch 'master' of https://github.com/highfidelity/hifi into loginInitiative2
|
2018-11-14 14:47:56 -08:00 |
|
Wayne Chen
|
f683a51ef5
|
allowing qApp to load overlay/load default scripts if runningscripts empty
|
2018-11-07 16:32:06 -08:00 |
|
Roxanne Skelly
|
cef7000a72
|
Case 19754 - Remove logging URLs and related file locations.
The goal is to strip out data that can be used by untoward users in
copying models, avatars, etc.
|
2018-11-06 16:24:32 -08:00 |
|
Wayne Chen
|
8797c40d94
|
cleanup unused functions
|
2018-11-06 15:04:51 -08:00 |
|
Wayne Chen
|
ed847203ea
|
wip for getting hmd overlay
|
2018-10-29 11:33:28 -07:00 |
|
SamGondelman
|
d2699e8e5b
|
some more attempted cleanup
|
2018-07-10 10:50:01 -07:00 |
|
SamGondelman
|
7954865141
|
trying to fix dependency shutdown
|
2018-07-05 14:34:37 -07:00 |
|
Seth Alves
|
01632ddd29
|
Merge pull request #13345 from ctrlaltdavid/21890
Fix memory leak when reloading scripts
|
2018-06-27 09:39:53 -07:00 |
|
Seth Alves
|
3c081c4bf8
|
Merge pull request #13377 from danteruiz/fix-double-scripts-on-reload
prevent having more than one instance of a script running after reloading the script
|
2018-06-15 17:17:35 -07:00 |
|
Dante Ruiz
|
8b4b95f890
|
prevent have more than one instance of a script after reloading script
|
2018-06-14 14:00:40 -07:00 |
|
Zach Fox
|
3c681554de
|
Fix MS13202: Don't save incomplete list of scripts to Settings while reloading scripts
|
2018-06-14 13:50:30 -07:00 |
|
David Rowe
|
9338c217cd
|
Fix memory leak when reloading scripts
|
2018-06-09 16:58:49 +12:00 |
|
NissimHadar
|
7f9f9d769a
|
Corrected bug causing Interface not to exit at end of test.
|
2018-05-08 15:51:52 -07:00 |
|
NissimHadar
|
c3ef6aab1c
|
Don't save test scripts
|
2018-05-07 12:51:41 -07:00 |
|
NissimHadar
|
3b566332c6
|
Shutdown interface when test script finishes.
|
2018-05-03 14:34:12 -07:00 |
|