474f52a4f3
Fix thumbstick press issue for translation (not rotation yet)
2023-06-25 22:23:49 +02:00
Dale Glass
de706ab458
Rework crash reporting UI
...
* Encourage users running dev code to submit reports
* Change from "Disable" to "Enable"
* Always initialize Crashpad and just prevent uploads if disabled
* Fix menu not being in sync
* Add documentation
* Keep track of whether Crashpad initialized successfully
2023-06-25 20:14:13 +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
Dale Glass
0f158977fe
Merge pull request #443 from shocktail39/fix/drop-qtscript-from-cmake
...
remove qtscript from cmake dependencies
2023-06-04 11:42:30 -07:00
Dale Glass
ab7eebae31
Merge pull request #445 from daleglass-overte/fix-settings-reset
...
Fix resetting the settings
2023-06-04 11:41:22 -07:00
Dale Glass
32b9cc123c
Fix resetting the settings
...
Also minor documentation improvements
2023-06-04 14:50:03 +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
steve hocktail
e71f3c7990
remove qtscript from cmake dependencies
2023-06-03 15:44:53 -04:00
Dale Glass
dba38acb9f
Merge pull request #381 from JulianGro/pr/drop-wallet
...
Drop all dependencies on marketplace and wallet
2023-06-03 21:27:13 +02:00
514c63ed90
Fix prtotocol incompatilibility after removing wallet
2023-06-03 12:27:24 +02:00
e256599a15
Merge pull request #431 from overte-org/feature/IME
...
Japanese language support (and other IME probably)
2023-05-30 12:53:24 +02:00
Heather Anderson
60b8d41c16
stripping wallet/marketplace out
2023-05-28 15:12:21 +02:00
0f3dc71128
Comment on future IME improvements
2023-05-28 12:39:51 +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
f783a80f34
Temporary IME position for QML GL widgets
2023-05-27 16:40:48 +02:00
db15ed2f13
Fixed contexts for V8 callbacks
2023-05-27 13:32:02 +02:00
17dc2decf6
Initial IME support
2023-05-27 00:08:24 +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
82e6cb9391
Added missing metatype registration
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
6466d39c05
V8 memory leak fixes
2023-05-19 00:17:41 +02:00
cd11066aa5
Added script value and script value proxy counters
2023-05-19 00:17:41 +02:00
42704ea4bc
Work on fixing V8 memory leaks, memory leak test
2023-05-19 00:17:40 +02:00
56c3bad002
V8 memory usage statistics
2023-05-19 00:17:40 +02:00
fdd8cb290c
Optimized getEntityProperties
2023-05-19 00:17:40 +02:00
c18fd9092e
Fixed assert on ScriptValueV8Wrapper::construct
2023-05-19 00:17:40 +02:00
8b9cd84df7
vec3ToScriptValue optimizations
2023-05-19 00:17:40 +02:00
43939290b2
Revert "vec3FromScriptValue replacement attempt"
...
This reverts commit 584e4be008
.
2023-05-19 00:17:40 +02:00
dba0925a1c
vec3FromScriptValue replacement attempt
2023-05-19 00:17:40 +02:00
3a207507bf
Optimized EntityItemProperties::copyFromScriptValue
2023-05-19 00:17:40 +02:00
ec3e87da5c
Added ScriptValue::getPropertyNames
2023-05-19 00:17:40 +02:00