Zach Pomerantz
|
56ec0e5db0
|
Abort infinite JS loops on quit
|
2016-05-04 12:02:08 -07:00 |
|
Zach Pomerantz
|
284feaf5d4
|
Properly shut down scripting thread
|
2016-05-03 20:29:31 -07:00 |
|
Brad Hefta-Gaub
|
754ef071eb
|
Merge pull request #7786 from sethalves/web-scripts-use-local-libs
allow scripts on the web to refer to local libraries with /~/
|
2016-05-03 11:10:48 -07:00 |
|
Brad Hefta-Gaub
|
ad285ff9a1
|
Merge pull request #7769 from ZappoMan/abortForInfiniteLoops
add support to abort evaluation of long running scripts on shutdown
|
2016-05-02 20:44:12 -07:00 |
|
Brad Hefta-Gaub
|
2b54813075
|
Merge pull request #7783 from zzmp/fix/script-engine-deletion
Fix script engine deletion
|
2016-05-02 18:16:07 -07:00 |
|
Brad Hefta-Gaub
|
49d02b802a
|
Merge pull request #7719 from zzmp/feat/resource-prefetch
Add prefetching to exposed caches
|
2016-05-02 18:04:26 -07:00 |
|
Brad Hefta-Gaub
|
b98419e537
|
add units to debug message
|
2016-05-02 14:58:38 -07:00 |
|
Brad Hefta-Gaub
|
4569032314
|
more CR feedback
|
2016-05-02 12:44:07 -07:00 |
|
ZappoMan
|
6026e055aa
|
more CR feedback removed redundant abort code
|
2016-04-30 15:45:42 -07:00 |
|
ZappoMan
|
00838d1e1e
|
more CR feedback removed redundant abort code
|
2016-04-30 15:38:37 -07:00 |
|
ZappoMan
|
ee4748fee9
|
CR Feedback
|
2016-04-30 15:31:09 -07:00 |
|
ZappoMan
|
73ff0308a9
|
some CR feedback
|
2016-04-30 15:23:50 -07:00 |
|
Seth Alves
|
351a5d2cb1
|
remove debug print
|
2016-04-29 13:24:12 -07:00 |
|
Seth Alves
|
b28cfd27ec
|
fix problem where canonicalFilePath will strip a trailing slash
|
2016-04-29 13:17:59 -07:00 |
|
Seth Alves
|
f03130ff5a
|
more work toward keeping /~/../.. from working
|
2016-04-29 11:04:08 -07:00 |
|
Seth Alves
|
ced18fe6be
|
trying some more to get /~/ to work right
|
2016-04-28 18:29:54 -07:00 |
|
Seth Alves
|
8c2b89b910
|
trying to get /~/ from web sorted out
|
2016-04-28 18:29:46 -07:00 |
|
Seth Alves
|
648e6a74d7
|
don't let people access scripts outside of /~/
|
2016-04-28 15:43:58 -07:00 |
|
Seth Alves
|
8c278563f5
|
allow scripts on the web to refer to interface-local javascript libraries
|
2016-04-28 13:41:50 -07:00 |
|
Zach Pomerantz
|
30e7b950a1
|
Fix script engine deletion
|
2016-04-28 11:41:36 -07:00 |
|
Zach Pomerantz
|
854c0ea3e3
|
Clean out updateMemoryCost
|
2016-04-27 19:20:43 -07:00 |
|
Zach Pomerantz
|
1e8d45aecb
|
Put ScriptableResource state enum in prototype
|
2016-04-27 19:20:43 -07:00 |
|
James B. Pollack
|
bced3c2c3c
|
change path for defaultscripts.js in scriptengine
|
2016-04-27 13:34:42 -07:00 |
|
Zach Pomerantz
|
bc8a171fde
|
Merge branch 'master' of github.com:highfidelity/hifi into feat/resource-prefetch
|
2016-04-27 11:55:24 -07:00 |
|
Brad Hefta-Gaub
|
48e63ea828
|
add support to abort evaluation of long running scripts on shutdown
|
2016-04-26 16:24:53 -07:00 |
|
Brad Hefta-Gaub
|
a21bc66fa3
|
add support to abort evaluation of long running scripts on shutdown
|
2016-04-26 16:21:11 -07:00 |
|
James B. Pollack
|
37fa703279
|
use system path instead of default for loading scripts
|
2016-04-26 15:50:45 -07:00 |
|
Andrew Meadows
|
3d1abf8fb1
|
use the new JS script location
|
2016-04-26 11:20:08 -07:00 |
|
David Rowe
|
a7b82e8cae
|
Decouple ui and shared libraries
|
2016-04-22 12:58:47 +12:00 |
|
Zach Pomerantz
|
1a0a623d5f
|
Report ScriptableResource memory cost to engine
|
2016-04-20 20:18:22 -07:00 |
|
Zach Pomerantz
|
7d9790ecb5
|
Add request for garbage collection
Add garbage collection request in prod
|
2016-04-20 20:14:15 -07:00 |
|
Zach Pomerantz
|
8ad8b5d0d9
|
Return ScriptableResource from prefetch
|
2016-04-20 20:14:15 -07:00 |
|
Howard Stearns
|
9ff9682b2a
|
Merge pull request #7692 from ZappoMan/resetScriptEngineOnDomainChange
Reset entities script engine on domain change
|
2016-04-19 11:14:28 -07:00 |
|
Ryan Huffman
|
4e0ac2a4be
|
Remove fix for old QT file path bug in OSX
|
2016-04-18 16:07:53 -07:00 |
|
Brad Hefta-Gaub
|
d5891e9073
|
remove abortEvaluation() since it has no effect for the test cases and might cause unexpected side effects
|
2016-04-18 15:28:33 -07:00 |
|
Brad Hefta-Gaub
|
bf8cdabd1b
|
CR feedback
|
2016-04-18 12:50:29 -07:00 |
|
Brad Hefta-Gaub
|
9e13b1bbae
|
more CR feedback
|
2016-04-18 12:25:46 -07:00 |
|
Brad Hefta-Gaub
|
0d20f2468e
|
CR feedback
|
2016-04-18 12:13:21 -07:00 |
|
Brad Hefta-Gaub
|
47900df3e7
|
cleanup
|
2016-04-18 10:43:08 -07:00 |
|
Brad Hefta-Gaub
|
f6c75d0530
|
cleanup
|
2016-04-18 10:41:54 -07:00 |
|
Brad Hefta-Gaub
|
0520363da8
|
cleanup
|
2016-04-18 10:37:15 -07:00 |
|
Brad Hefta-Gaub
|
d1f6b371c9
|
cleanup
|
2016-04-18 10:27:12 -07:00 |
|
Brad Hefta-Gaub
|
9db0fe0d11
|
switch to using QSharedPointer for _entitiesScriptEngine
|
2016-04-18 09:46:04 -07:00 |
|
Brad Hefta-Gaub
|
71d57295eb
|
handle possibly deleted ScriptEngine in getScriptContents
|
2016-04-16 19:39:45 -07:00 |
|
Brad Hefta-Gaub
|
87078b1ea2
|
first cut at resetting entities script engine on domain change
|
2016-04-16 11:09:23 -07:00 |
|
Anthony J. Thibault
|
253e4cbb73
|
validate arguments to MyAvatar.addAnimationStateHandler()
Also validate arguments to MyAvatar.removeAnimationStateHandler() and the return result from the user provided callback function.
|
2016-04-14 16:25:17 -07:00 |
|
Brad Davis
|
5a5583d3a5
|
PR comments
|
2016-04-09 21:43:50 -07:00 |
|
Brad Hefta-Gaub
|
ce1625b551
|
Merge pull request #7600 from sethalves/fix-entity-script-error-message
attempt to make the failed-to-load-entity-script error-message be more helpful
|
2016-04-07 09:17:04 -07:00 |
|
Brad Hefta-Gaub
|
986b4bea7c
|
Merge pull request #7603 from zzmp/fix/entities-thread-crash
Fix intermittent crash on exit
|
2016-04-07 08:21:51 -07:00 |
|
Brad Hefta-Gaub
|
cea622f6f1
|
Merge pull request #7571 from howard-stearns/sandbox-entity-includes
Sandbox entity includes
|
2016-04-06 19:11:25 -07:00 |
|