|
931b222098
|
Fix require behavior for modules
|
2024-03-05 23:24:34 +01:00 |
|
Edgar
|
7cf079546a
|
🐛 Fixed build on Windows
SEVERITY_ERROR is defined as a macro in winerror.h
|
2024-02-22 13:53:40 +01:00 |
|
|
c311d3cbfc
|
Script API for subscribing to entity server messages
|
2024-01-29 00:19:14 +01:00 |
|
|
d75efdb4ca
|
Script messaging fix
|
2024-01-10 00:35:56 +01:00 |
|
|
dfbc1d8865
|
Server side entity script messages
|
2023-12-29 20:28:54 +01:00 |
|
|
274867bc47
|
Work on better subscribtion to script messages
|
2023-12-23 20:16:39 +01:00 |
|
|
f3dbfc468e
|
Added ScriptMessage class
|
2023-12-23 20:16:39 +01:00 |
|
|
ee980cbc5b
|
Initial script logging functions
|
2023-12-23 20:16:39 +01:00 |
|
|
410848ed82
|
Remove excessive getContext calls
|
2023-11-29 22:41:20 +01:00 |
|
|
39df2c975d
|
Merge pull request #711 from HifiExperiments/deprecatedRedirect
Fix QNetworkRequest::FollowRedirectsAttribute deprecated warning
|
2023-11-24 07:40:13 +01:00 |
|
HifiExperiments
|
d9ee3791e6
|
fix deprecated warning
|
2023-11-18 23:12:28 -08:00 |
|
|
665d21210a
|
Merge pull request #697 from overte-org/fix/script_require
Fixed incorrect Script.require behavior
|
2023-11-06 20:18:19 +01:00 |
|
Dale Glass
|
d23a17daa5
|
Add a test for bug #587
This will fail against the current master, since the current behavior is not correct.
|
2023-11-05 14:02:46 +01:00 |
|
|
209f1d59f0
|
Fixed incorrect Script.require behavior
|
2023-11-04 20:45:33 +01:00 |
|
|
bf8ad07b60
|
Moved archive download interface files and converted documetnation to doxygen
|
2023-11-01 19:51:21 +01:00 |
|
|
8332e41989
|
Remove File API and limit audio recording file location
|
2023-11-01 00:29:15 +01:00 |
|
|
6dc9c1a3f2
|
Merge pull request #574 from overte-org/fix/script_reload2
Fix most of the crash causes on script engine reload/shutdown
|
2023-08-29 23:48:32 +02:00 |
|
|
1ab46f68e3
|
Fixed entity script reloads
|
2023-08-28 23:34:19 +02:00 |
|
|
13242611ea
|
Fix jsDoc references to Vircadia platform/CDN
|
2023-08-25 13:58:45 -03:00 |
|
Dale Glass
|
1efd8d27b9
|
Put require() in the global scope
|
2023-08-21 01:08:37 +02:00 |
|
|
166f7223d1
|
Fix most of the crash causes on script engine reload/shutdown
|
2023-08-18 12:12:17 +02:00 |
|
|
db1680c1ca
|
Change profiling output file extension to CSV
|
2023-08-12 16:48:05 +02:00 |
|
|
a84c68f4ff
|
Add JS profiling API
|
2023-08-12 16:18:40 +02:00 |
|
|
790a55d093
|
Fixed interface scripts failing to shutdown and removed deprecated API signal
|
2023-07-20 00:15:00 +02:00 |
|
|
8dc776a73c
|
Fix script error logging
|
2023-07-16 23:09:45 +02:00 |
|
|
326b00cc09
|
Fix wrong syntax for JSDoc comments.
For reference, this is an internal syntax defined in tools/jsdoc/plugins/hifi.js
|
2023-06-09 13:59:49 +02:00 |
|
|
da9b9f76af
|
Hide QObject signals from script engine and switch off script memory reporting
|
2023-06-04 01:07:26 +02:00 |
|
|
8c9a88b2d9
|
Hide private methods from script engine
|
2023-06-04 00:29:14 +02:00 |
|
|
6192416dce
|
V8 related cleanup
|
2023-05-27 22:06:57 +02:00 |
|
|
b3997bff54
|
Merge pull request #409 from JulianGro/aarch64_node
Add Linux aarch64 node package
|
2023-05-27 18:49:50 +02:00 |
|
|
db15ed2f13
|
Fixed contexts for V8 callbacks
|
2023-05-27 13:32:02 +02:00 |
|
|
b79d31fd6c
|
Include QQueue in ScriptEngineV8.h
|
2023-05-22 20:41:54 +02:00 |
|
|
ab21945a54
|
Fixed crashes that happened when clearing cache
|
2023-05-22 00:15:54 +02:00 |
|
|
f72e8948b0
|
Fixed entity script whitelist and a bug in makeError
|
2023-05-19 00:17:41 +02:00 |
|
|
8de1331fa5
|
V8 related cleanup
|
2023-05-19 00:17:41 +02:00 |
|
|
fe9babf02d
|
Scripting-related cleanup
|
2023-05-19 00:17:41 +02:00 |
|
|
ba0e705b5a
|
Fixed Script.resolvePath issue in modules
|
2023-05-19 00:17:41 +02:00 |
|
|
4107f40c7c
|
Fixed XMLHttpRequest crash
|
2023-05-19 00:17:41 +02:00 |
|
|
48a3368b69
|
Minor fixes and XMLHTTPRequest debugging
|
2023-05-19 00:17:41 +02:00 |
|
|
d74089d7d8
|
Fixed parabola pointers, code cleanup
|
2023-05-19 00:17:41 +02:00 |
|
|
f79ec0f293
|
Work on script engine exceptions, cleanup
|
2023-05-19 00:17:41 +02:00 |
|
|
833bffc285
|
Added makeError and script value prototype getter
|
2023-05-19 00:17:41 +02:00 |
|
Dale Glass
|
13e22d4931
|
Fix override warnings
|
2023-05-19 00:17:41 +02:00 |
|
|
3c80411bf1
|
V8-related cleanup
|
2023-05-19 00:17:41 +02:00 |
|
|
30f4608c25
|
Removed script engine lambda
|
2023-05-19 00:17:41 +02:00 |
|
|
5050cc9a4e
|
Code cleanup
|
2023-05-19 00:17:41 +02:00 |
|
|
a7229e9249
|
Scripting API cleanup and type conversion fixes
|
2023-05-19 00:17:41 +02:00 |
|
|
782c84b873
|
V8 memory leak fix and optimizations
|
2023-05-19 00:17:41 +02:00 |
|
|
eabc727bb7
|
V8 optimizations
|
2023-05-19 00:17:41 +02:00 |
|
|
a57c7a5e5b
|
V8 heap object statistics
|
2023-05-19 00:17:41 +02:00 |
|