Commit graph

84 commits

Author SHA1 Message Date
5aeca97f83 Cache Controller.Standard in scripts for higher performance 2023-11-30 00:26:01 +01:00
Vegaslon
3f73c7ba6d Add Assets and update path to them 2023-08-22 14:01:52 -04:00
88046506c3 Renamed Metaverse Server to Directory Server/Services 2022-09-08 22:19:55 +02: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
Zach Fox
3b9777d5d5 Fix MS4382: Add a lifetime to handshake particle effects to prevent persistence 2018-12-10 14:08:38 -08:00
Anthony Thibault
0f7afb133a Ensure that hand is in grasp pose during desktop handshake animation 2018-11-19 17:59:50 -08:00
Howard Stearns
f96c7f4db4 minimal time handshake 2018-09-27 17:05:18 -07:00
Seth Alves
4fa0c96046 fix desktop press-x handshake 2018-08-13 11:57:48 -07:00
Zach Fox
6f956ffb8d Fix MS16235: Set previously-buggy Handshake particle properties to 0 2018-06-26 15:45:18 -07:00
David Rowe
5e19410293 Fix handshake satyhing on when release "x" if Ctrl or similar pressed 2017-12-17 15:23:40 +13:00
David Rowe
627ce8ab87 Enable user connection with "x" key when capslock is on 2017-12-14 08:52:21 +13:00
David Rowe
25214aad23 Code review 2017-12-13 08:56:36 +13:00
David Rowe
380cd7aac6 Tune particle effects to be similar to before 2017-12-12 17:35:37 +13:00
David Rowe
4327906630 Reduce communications load when making a user connection 2017-12-12 16:39:49 +13:00
Zach Fox
c64c2e17c8 First pass at consolidation 2017-10-24 12:01:05 -07:00
Thijs Wenker
7ea1968b33 Tip, Code Writer which comes standard with Windows 10, does enter tabs by default when using the tab key. >=) 2017-09-20 14:59:15 -07:00
Thijs Wenker
60a566768a removed debug spam from makeUserConnection, to reactivate it set Settings.setValue('MAKE_USER_CONNECTION_DEBUG', true); and reload the script 2017-09-20 14:39:13 -07:00
David Kelly
e1700915f7 remove extra activity logger call 2017-05-31 13:28:57 -07:00
David Kelly
52c288bfed Desktop users of different height can shake hands 2017-05-11 14:20:42 -07:00
David Kelly
4536d3c484 cr feedback 2017-05-10 10:09:45 -07:00
David Kelly
a45dc673be minor handshake script update 2017-05-09 17:33:33 -07:00
David Kelly
5b33e0233c fix typo in handshake script 2017-05-09 13:27:42 -07:00
David Kelly
a4125c1507 logic tweak 2017-05-04 16:33:50 -07:00
David Kelly
5b56956637 Some minor handshake improvements 2017-05-04 12:38:17 -07:00
Howard Stearns
fb8cfd720e Merge pull request #10362 from cfresquet/requestModuleRefactor
Request module refactor
2017-05-03 11:57:23 -07:00
CFresquet
afa72210e0 requested tweaks to makeUserConnection.js 2017-05-03 10:28:44 -07:00
CFresquet
28b166c51f further request fiddling 2017-05-03 07:51:49 -07:00
CFresquet
b54ea63af7 incremental request module fixes 2017-05-03 07:35:30 -07:00
Howard Stearns
3a36feacad On touch, grip is a trigger, not a button, so it can have lots of callbacks with slightly different values that we ignore. In that case, don't update hand/joint. 2017-05-02 11:29:51 -07:00
CFresquet
55fdf35c4a merge of Request module 2017-05-01 13:02:18 -07:00
CFresquet
72a6403eb0 Merge remote-tracking branch 'upstream/master' 2017-05-01 08:11:26 -07:00
CFresquet
28aaa545d8 Created RequestModule 2017-05-01 08:07:16 -07:00
Howard Stearns
f980d6f435 Merge branch 'master' of https://github.com/highfidelity/hifi into handshake-cleanup-2 2017-04-30 15:51:12 -07:00
Howard Stearns
e740fb67f4 convert foreign handString to jointIndex once, not often 2017-04-30 15:50:30 -07:00
Howard Stearns
bc9049cb42 remove extra joint search 2017-04-30 14:19:33 -07:00
Howard Stearns
292065a918 It may be possible to switch hands without endHandshake, and thus not reset currentHandJointIndex on updateTrigger. That was filled in later by startHanshake ONLY if there was already waiting avatars so that we didn't have wait. As a result, our distance measure would be from hips instead of hand. This changes it to always compute currentHandJointIndex on updateTriggers (and not elsewhere). 2017-04-30 13:32:21 -07:00
Howard Stearns
eca7292651 check your own location data on failure, and notify if it is wrong 2017-04-30 09:44:34 -07:00
Howard Stearns
92481bf475 standardize data init/clear 2017-04-30 08:04:46 -07:00
Howard Stearns
d41a911fd2 setupCandidate 2017-04-29 19:39:50 -07:00
Howard Stearns
18dbe3568c clarify names, particularly hand vs handString 2017-04-29 18:25:33 -07:00
Howard Stearns
9c83e21e17 fix that 2017-04-29 15:50:04 -07:00
Howard Stearns
d7a2e571a7 simplify animation load and code 2017-04-29 14:39:35 -07:00
Howard Stearns
274cc5b555 unique message for exceeding poll limit 2017-04-29 14:29:43 -07:00
Howard Stearns
84ac863a32 lint 2017-04-29 13:58:20 -07:00
David Kelly
168cfa9b5d upping polling time plus min grip 2017-04-28 16:39:58 -07:00
David Kelly
a99c242646 increase minimum grip pressure to initiate handshake 2017-04-28 15:52:32 -07:00
Thijs Wenker
bf81ae78b9 Merge branch 'master' of https://github.com/highfidelity/hifi into make-connection-fix
# Conflicts:
#	scripts/system/makeUserConnection.js
2017-04-26 22:52:57 +02:00
Thijs Wenker
d05229d3b4 fix conversion 2017-04-26 22:11:56 +02:00
Thijs Wenker
20a9b60e7b this might make it work 2017-04-26 21:42:36 +02:00