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
4f4c8931a9
V8 fixes, incl. enum API objects fix
2023-05-19 00:17:37 +02:00
b27e819d59
Fixed callEntityMethod arguments in grab.js
2023-05-19 00:17:35 +02:00
Alezia Kurdis
75d6b2c2e5
Minor code adjustment
...
Minor code adjustment
2021-01-29 21:55:55 -05:00
Alezia Kurdis
5b40ac4c1e
Transmitting Intersection to Create App
...
Transmitting Intersection to Create App
2021-01-20 23:13:47 -05:00
Alezia Kurdis
1ce338d972
Support for "Rotate as the Next Clicked Surface"
...
Support for "Rotate as the Next Clicked Surface"
Add "surfaceNormal" in the returned data.
2020-12-24 22:55:09 -05:00
Kalila L
154a95ac86
Update all scripts, script-archive scripts still broken.
2020-09-22 19:24:58 -04:00
Kalila L
d3a97832a3
Update the rest of non /script-archive/ script URLs.
2020-09-21 00:14:22 -04:00
Kalila L
bfdcdee96b
Attempt to fix isInEditMode error on line 780.
2020-08-27 01:52:21 -04:00
David Rowe
189f6f5440
Code review
2020-06-15 08:04:51 +12:00
David Rowe
b32bdba111
Reinstate controller module priorities per master
2020-05-26 14:58:27 +12:00
David Rowe
c05225ca2f
Reinstate nearParentGrabOverlay controller module
...
Fixes regression where tablet becomes large when grabbed if avatar is
small.
2020-05-26 14:58:13 +12:00
Seth Alves
3f249dfcd8
fix controller-module run order so that equip works again
2020-04-26 12:25:19 -07:00
Seth Alves
07034721c7
adjust when stylus input is active
2020-04-26 12:23:43 -07:00
Seth Alves
4f7252a0d8
enable and disable TranslateZ mapping, as needed
2020-04-26 12:23:43 -07:00
Seth Alves
a799d305ee
don't mess with TranslateZ unless module is active
2020-04-26 12:23:43 -07:00
Seth Alves
600c2c3947
double OK to open/close tablet. touch thumb-tips to walk backwards
2020-04-26 12:23:43 -07:00
Seth Alves
865584e7e3
put tracked hand walk into a controller-dispatcher module
2020-04-26 12:23:40 -07:00
Seth Alves
63dcf0e1c9
use same near-grab module to grab entities and overlays
2020-04-26 12:22:53 -07:00
Seth Alves
17ceda0d3e
quiet jshint
2020-04-26 12:22:53 -07:00
Seth Alves
5511b18432
don't allow the hand with the mini-tablet to trigger opening the tablet
2020-04-26 12:22:53 -07:00
Seth Alves
fa4d055ab1
disable far-trigger and grab if using hand tracker
2020-04-26 12:22:53 -07:00
Seth Alves
296617977c
get near-grab working with camera-tracked hands
2020-04-26 12:22:52 -07:00
Seth Alves
3d4de67c49
allow thumb+index finger pinch to mean same as trigger click
2020-04-26 12:20:05 -07:00
David Rowe
6060dad638
Resurrect gamepad Y teleport button
2019-12-08 12:38:48 +13:00
RebeccaStankus
092424569d
Added flag to ensure mouse event signals are not connected twice
2019-10-08 12:01:47 -07:00
sabrina-shanman
d48c8d897c
Clarify that a Grabber member function toggles both picks and pointers
2019-07-23 12:58:07 -07:00
sabrina-shanman
abac1787a6
Fix using invalid pick API functions on HMD ray pointer
2019-07-23 12:58:07 -07:00
sabrina-shanman
79d09f68fd
Disable grab.js picks when in HMD
2019-07-23 12:58:07 -07:00
sabrina-shanman
fcaa64b9ef
Fix teleport collision picks always enabled if user never enters HMD
2019-07-16 17:46:59 -07:00
sabrina-shanman
e043d181cd
Disable picks in controllerDispatcher when not in HMD
2019-07-16 17:46:54 -07:00
Anthony J. Thibault
3a6d8dc383
Disable handTouch.js to prevent finger twitching
...
This PR disables handTouch.js.
handTouch.js allows the fingers to animate on the surface of an object.
However, it can sometimes detect collisions with walls or tables when the avatar is standing next to them.
We will more properly fix handTouch.js in a future PR, but for now we will disable the functionality.
Also, a small bug fix was made to the Rig to prevent the idleOverlayAlpha from exceeding the 0.0 to 1.0 range.
This can cause the fingers to bend incorrectly for a moment.
Also, three new items were added to the Developer > Show Animation Stats panel.
* Joint Override Count: displays the current count of joints that are overriden by MyAvatar.setJointRotation() JS API calls.
* Flow: displays if flow is active of disabled.
* Network Graph: displays if the network anim graph, used for teleportation, is enabled or disabled.
https://highfidelity.atlassian.net/browse/BUGZ-154
2019-06-20 15:52:36 -07:00
r3tk0n
4fb7bbabe1
Merge branch 'master' of https://github.com/highfidelity/hifi into project-freeloco
2019-04-01 14:52:21 -07:00
Seth Alves
84385e6061
work around fb-21767 with a timer
2019-03-26 09:40:22 -07:00
Seth Alves
4303dd589f
make sure equip attachment-points pulled from settings are reasonable before using them
2019-03-26 09:40:22 -07:00