Anthony J. Thibault
|
89ae3b3d6e
|
Revert "Merge pull request #8691 from highfidelity/out-of-body-experience"
This reverts commit efe9571ab8 , reversing
changes made to 333e9ec7f4 .
|
2016-12-05 15:18:03 -08:00 |
|
Andrew Meadows
|
ccc6f8eee2
|
fix teleport.js to work for out-of-body
|
2016-10-24 08:36:51 -07:00 |
|
Andrew Meadows
|
51a9a99381
|
Merge hifi/master into hifi/out-of-body-experience
|
2016-10-24 08:13:42 -07:00 |
|
Brad Hefta-Gaub
|
ef3c9ba78a
|
better handling of the teleport target overlays to prevent flashing and thrashing
|
2016-10-13 18:24:38 -07:00 |
|
Andrew Meadows
|
55c90e7bca
|
Merge branch 'master' into out-of-body-experience
|
2016-10-07 15:18:08 -07:00 |
|
Ryan Huffman
|
d0ba53a069
|
Change name of isTooCloseToTeleport to be more descriptive
|
2016-10-04 20:22:22 -07:00 |
|
Ryan Huffman
|
1e6aba1928
|
Fix teleport not removing overlay on teleport
|
2016-10-04 20:21:32 -07:00 |
|
Ryan Huffman
|
2ef7c9a57a
|
Disable smooth movement in teleport.js
|
2016-10-04 20:21:32 -07:00 |
|
Ryan Huffman
|
53623f7583
|
Make teleport.js normal rejection more lenient
|
2016-10-04 20:21:30 -07:00 |
|
Ryan Huffman
|
813ed59f00
|
Update teleport to not collide with non collidable entities
|
2016-10-04 20:19:54 -07:00 |
|
Ryan Huffman
|
75265cff6e
|
Update teleport to not let you teleport into walls
|
2016-10-04 20:19:54 -07:00 |
|
Ryan Huffman
|
b0c7e91737
|
Disable ray picking against invisible objects in far grab and teleport
|
2016-10-04 20:19:51 -07:00 |
|
Andrew Meadows
|
09c4720665
|
fix typo in teleport.js
|
2016-09-12 16:35:52 -07:00 |
|
Andrew Meadows
|
9728cf6904
|
fix typos in teleport.js
|
2016-09-12 16:24:08 -07:00 |
|
Andrew Meadows
|
0d300c3a47
|
teleport.js drags avatar along
|
2016-09-12 16:24:08 -07:00 |
|
Anthony J. Thibault
|
86351ca21c
|
Teleport bugs
* made HMD.setPosition thread safe
* changed script to use HMD.position = foo;
|
2016-09-09 17:32:02 -07:00 |
|
Andrew Meadows
|
82522fbbb1
|
fix C++ism typo in JS script
|
2016-09-09 16:40:07 -07:00 |
|
Andrew Meadows
|
6b9cdb440b
|
update teleport.js to teleport HMD before avatar
(in theory, not tested)
|
2016-09-09 16:33:13 -07:00 |
|
Seth Alves
|
045042a9c6
|
don't disable grabbing when teleporting
|
2016-09-01 14:15:49 -07:00 |
|
Andrew Meadows
|
6f6a7bcc44
|
wrap default scripts with local scope
|
2016-08-25 08:57:06 -07:00 |
|
James B. Pollack
|
fb6fa687e8
|
in the right place... thanks howard!
|
2016-08-23 12:07:59 -07:00 |
|
James B. Pollack
|
fcf459645d
|
center after teleport
|
2016-08-23 12:02:57 -07:00 |
|
James B. Pollack
|
b694b8e541
|
update turn rate for left stick
|
2016-08-18 17:24:18 -07:00 |
|
James B. Pollack
|
bae51bcfd4
|
remove prints
|
2016-08-18 15:29:49 -07:00 |
|
James B. Pollack
|
859d3ccadc
|
tweaks
|
2016-08-18 14:36:52 -07:00 |
|
James B. Pollack
|
2e22bc5e46
|
new coolin
|
2016-08-18 14:08:31 -07:00 |
|
James B. Pollack
|
992504e179
|
adjust coolin
|
2016-08-18 13:35:51 -07:00 |
|
James B. Pollack
|
b8213aed7b
|
naming and some logging for teleport stuff
|
2016-08-18 11:59:58 -07:00 |
|
James B. Pollack
|
8bc6ca2fa1
|
demo changes
|
2016-08-17 15:08:43 -07:00 |
|
SamGondelman
|
2360e90d39
|
simplify valid check for rotation
|
2016-08-09 15:48:31 -07:00 |
|
SamGondelman
|
956078bc91
|
teleport works with xbox controller
|
2016-08-09 15:17:36 -07:00 |
|
James B. Pollack
|
58ccc9581a
|
cleanup
|
2016-08-08 12:20:48 -07:00 |
|
James B. Pollack
|
80da690680
|
incease distance a bit
|
2016-08-05 00:04:30 -07:00 |
|
James B. Pollack
|
7d37f86337
|
different swapping method
|
2016-08-04 23:45:43 -07:00 |
|
James B. Pollack
|
80b6ca2b86
|
single call to istooclose
|
2016-08-04 16:47:10 -07:00 |
|
James B. Pollack
|
fb8263a882
|
cleanup
|
2016-08-04 16:35:50 -07:00 |
|
James B. Pollack
|
63aa0f8c3f
|
remove weird n
|
2016-08-04 16:18:13 -07:00 |
|
James B. Pollack
|
f93ed56124
|
cleaner code
|
2016-08-04 16:17:21 -07:00 |
|
James B. Pollack
|
c0cfee371e
|
cancel mode for teleporting
|
2016-08-04 16:08:51 -07:00 |
|
James B. Pollack
|
fed39d9056
|
cleanup dead code
|
2016-08-02 21:26:04 -07:00 |
|
James B. Pollack
|
9d56c697e7
|
no delay!
|
2016-08-02 19:02:20 -07:00 |
|
James B. Pollack
|
364eb992fb
|
no teleport while moving
|
2016-08-02 18:53:36 -07:00 |
|
James B. Pollack
|
88ebeaa4cb
|
start no movement mode. using actual keys since avatar speed doesnt work with gtting stuck
|
2016-08-02 18:46:47 -07:00 |
|
James B. Pollack
|
8541d4bd41
|
small change to protect
|
2016-08-02 15:41:28 -07:00 |
|
James B. Pollack
|
d00c1f62fc
|
fixes
|
2016-08-02 15:40:19 -07:00 |
|
James B. Pollack
|
f6984aaff8
|
clear timeout one more place
|
2016-08-02 14:42:21 -07:00 |
|
James B. Pollack
|
41aa485f11
|
one hand teleprt
|
2016-08-02 12:52:35 -07:00 |
|
James B. Pollack
|
7fae7e9c77
|
cleanup
|
2016-08-02 12:26:37 -07:00 |
|
James B. Pollack
|
a7b8f2c9df
|
updates
|
2016-08-02 12:25:24 -07:00 |
|
James B. Pollack
|
c04a41c3cb
|
fix invisible characters from slack copying
|
2016-07-22 16:51:42 -07:00 |
|