Commit graph

1648 commits

Author SHA1 Message Date
d38ebbd9f9 Fix Uuid.NULL behavior 2024-10-21 15:45:00 -07:00
HifiExperiments
74b0754f72 blacklist -> blocklist 2024-08-13 17:39:51 -07:00
54e993f220
Merge pull request #1086 from Armored-Dragon/fix/ControllerScripts-uncaught-exception
Fix controllerScripts uncaught exception.
2024-07-17 00:52:48 +02:00
Armored Dragon
8656f23147
Fix variable name.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-07-16 17:38:32 -05:00
Armored Dragon
e901cea8ef
Check if setting is enabled.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-07-12 16:01:45 -05:00
Armored-Dragon
f2e1ae9a62
Merge branch 'overte-org:master' into mouselook_refactor 2024-07-01 16:44:02 -05:00
HifiExperiments
a5b32a6406 allow configurable delay 2024-06-14 20:15:24 -07:00
HifiExperiments
3064647d05 wiggly lasers 2024-06-09 20:00:44 -07:00
Armored Dragon
8dce22792b
Fixed variable names.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-06-08 07:50:08 -05:00
Armored Dragon
b27f24e4a9
Initial Commit.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-06-05 17:21:41 -05:00
9451a1261e Fix a bug with grabbable entities 2023-12-10 12:51:08 +01:00
5b9fb821de Improvement in controller scripts performance 2023-12-08 23:01:01 +01:00
5aeca97f83 Cache Controller.Standard in scripts for higher performance 2023-11-30 00:26:01 +01:00
e05c79ca96 Improve game rate by moving squeezeHands.js to a separate thread 2023-11-21 23:40:16 +01:00
39a0ee960c Fix local entity grab in VR 2023-10-17 17:30:55 +02:00
Armored-Dragon
e38d5e6647 Does not allow mouse capture if disabled. 2023-10-10 06:53:22 -05:00
Armored-Dragon
391052d9c1 Fixed conflict. 2023-09-16 07:23:58 -05:00
Armored-Dragon
1d1305a668 Fix away-enabled causing unsynchronised behavior 2023-09-15 14:40:50 -05:00
Armored-Dragon
e7277af238 inspect.js and mouselook.js compatibility 2023-09-14 15:27:55 -05:00
9d6f08b908
Merge pull request #607 from rampa3/feature/mouse_look
Add mouse look script - continuation
2023-09-10 15:15:13 +02:00
rampa3
f8aec05332 Converted indentations from tabs to spaces 2023-09-10 11:43:07 +02:00
rampa3
8ed70d5d84 Added missing mouse look enabled check 2023-08-29 15:57:47 +02:00
rampa3
831ef9a3bb Updated mouse look script to use added API endpoints for preventing softlocks with overlays. (Needs testing.) 2023-08-28 22:19:54 +02:00
89f826fa5c Fix disabling mouse look when switching to VR mode 2023-08-22 20:31:45 +02:00
rampa3
3fe3284258 Fixed missing brackets on setting getter. 2023-08-22 20:31:26 +02:00
rampa3
042e7293b9 Updated mouse look script to get setting value for enable/disable and tydied up some text formatting in the status notifications. 2023-08-22 20:31:06 +02:00
Vegaslon
3f73c7ba6d Add Assets and update path to them 2023-08-22 14:01:52 -04:00
rampa3
e6f2ba65fd Updated the script to enable usage of mouselook with other camera modes. 2023-08-22 19:05:09 +02:00
rampa3
5d7c9c1cbb Added check for if user is in VR and made temporary mouse look disable persist over opening tablet. It will stay disabled until re-enabled manually, or will self reset after cycling away state or taking off VR headset. 2023-08-22 19:05:09 +02:00
rampa3
a824fe01e0 Minor rewrite to make script clean up properly on exit, and added conditions to fix misbehavior in situation of going away with open tablet. 2023-08-22 19:05:09 +02:00
rampa3
3daab28245 Added before forgotten condition to check if mouse look is enabled by default before auto-starting it. 2023-08-22 19:05:09 +02:00
rampa3
5f34d04596 Added initial mouse look script
Added initial WIP implementation of mouse look script.
2023-08-22 19:05:05 +02:00
4254c19cf6 Fixed laser pointer blinking issue 2023-06-29 17:30:49 +02:00
da9b9f76af Hide QObject signals from script engine and switch off script memory reporting 2023-06-04 01:07:26 +02:00
Heather Anderson
60b8d41c16 stripping wallet/marketplace out 2023-05-28 15:12:21 +02:00
48a3368b69 Minor fixes and XMLHTTPRequest debugging 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
85262dfe28 Fixed grabbing in VR 2023-05-19 00:17:40 +02:00
6f92cf0330 V8-related JS fixes 2023-05-19 00:17:40 +02:00
022bf6de8c Laser pointer fixes 2023-05-19 00:17:40 +02:00
589ca2a399 Converted overlay getProperty calls to Entities.getEntityProperties 2023-05-19 00:17:40 +02:00
Alezia Kurdis
0f663d1a4d Replace 3d Overlays by Local Entities
Replace 3d Overlays by Local Entities
This is for the system files.
Another PR will follow for the developer scripts.
2023-05-19 00:17:40 +02:00
26dd0c7d80 Marked places where 3D overlays need to be replaced with local entities 2023-05-19 00:17:39 +02:00
819ebc9e49 Fixed events on V8 2023-05-19 00:17:39 +02:00
ae7d229d0e Fix copyright headers 2023-05-19 00:17:38 +02:00
12f239b18c Fix V8 memory leak and persistend handle problems 2023-05-19 00:17:38 +02:00
887ebd5365 Removed deadlock in signal proxy disconnect again 2023-05-19 00:17:38 +02:00
c3417b807c Increased thread safety in V8 2023-05-19 00:17:37 +02:00
044cd506a6 Script engine thread safety improvements 2023-05-19 00:17:37 +02:00
5099e68b56 V8 fixes, including calls and signals 2023-05-19 00:17:37 +02:00