ingerjm0
ce174696c0
JSDoc revisions for PR 16144
2019-11-12 14:38:51 -08:00
ingerjm0
11cb6ac6e0
JSDoc updates for PR15974
2019-11-12 14:18:12 -08:00
ingerjm0
a61857b6d8
JSDoc revisions for PR16025
2019-11-12 14:17:23 -08:00
DouglasWilcox
f9f28fc286
Handle HMD in input vars and remove/fix json transitions in/out of HMD strafe states.
2019-11-12 14:15:19 -08:00
Shannon Romano
d0dceb15c2
Merge pull request #16481 from amerhifi/master
...
case dev-2663: Adding safeguard in case device list is empty
2019-11-12 13:28:53 -08:00
milad
49f972714c
more cleanup
2019-11-12 13:12:10 -08:00
milad
5b9b30bf35
updated platform specific dimensions
2019-11-12 12:59:52 -08:00
DouglasWilcox
9d86e49a0b
Pretty good exponential acceleration, need to simplify
2019-11-12 11:59:39 -08:00
Sabrina Shanman
5f99c36bb1
Merge pull request #16484 from sabrina-shanman/instancing_oven
...
(DEV-2593) Instancing: Fix model baking to work with new hfm::Shape material definition
2019-11-12 11:40:40 -08:00
milad
05f5863f85
Merge branch 'screenshareElectronApp' of github.com:MiladNazeri/hifi into screenshareElectronApp
2019-11-12 11:37:10 -08:00
milad
0f605ffc43
clean up code
2019-11-12 11:37:07 -08:00
RebeccaStankus
5be08ff638
Merge pull request #5 from RebeccaStankus/MiladNazeri-screenshareElectronApp
...
Milad nazeri screenshare electron app
2019-11-12 11:36:22 -08:00
Rebecca Stankus
568e96b6c5
Fixed merge conflict
2019-11-12 11:22:46 -08:00
DouglasWilcox
995f5f92cd
Do not use turningSpeed when setting seatedTurn vars, and iterate acceleration formula
2019-11-12 11:11:19 -08:00
Andrew Meadows
cf08a4162a
add workload job to help debug entity proxies
2019-11-12 10:35:16 -08:00
Sabrina Shanman
769a332d22
Merge pull request #16485 from highfidelity/master
...
Merge master into instancing
2019-11-12 10:07:28 -08:00
sabrina-shanman
f39121c53b
Fix build error/warning
2019-11-12 09:52:58 -08:00
amerhifi
89d494cf81
Merge branch 'master' of https://github.com/amerhifi/hifi
2019-11-12 09:35:47 -08:00
milad
7cce153b6d
working flow. Needs clean up and final ui tweaks
2019-11-11 20:13:23 -08:00
sabrina-shanman
2169952613
Remove unused mesh.part.materialID
2019-11-11 17:52:16 -08:00
sabrina-shanman
9a65d78cdf
Fix model baking to work with new hfm::Shape material definition (1
...
material per mesh part)
2019-11-11 17:52:00 -08:00
Rebecca Stankus
b85b582d16
Merge branch 'master' of github.com:highfidelity/hifi into MiladNazeri-screenshareElectronApp
2019-11-11 17:32:45 -08:00
Rebecca Stankus
f806c930aa
Electron app css UI changes
2019-11-11 17:31:19 -08:00
milad
ae35ec0975
Merge branch 'master' of github.com:highfidelity/hifi into screenshareElectronApp
2019-11-11 16:42:55 -08:00
amer cerkic
35065cf4d8
Merge branch 'master' of https://github.com/highfidelity/hifi
2019-11-11 16:15:41 -08:00
Shannon Romano
5f2f647dfb
Merge pull request #16480 from kencooke/audio-hrtf-attn-improved
...
DEV-2330: Improved attenuation zones
2019-11-11 13:17:36 -08:00
DouglasWilcox
64634f51b1
Merge branch 'master' into improve_seated_rotation
2019-11-11 11:31:56 -08:00
DouglasWilcox
c36c4a17b1
first pass hookup of seated rotation with acceleration and animation response
2019-11-11 11:31:34 -08:00
amer cerkic
3a764169ba
adding new device to list if default not found
2019-11-11 11:13:44 -08:00
amer cerkic
549e181be0
adding safeguard in case device list is empty
2019-11-11 11:00:33 -08:00
Shannon Romano
75ba65c2c9
Merge pull request #16467 from DouglasWilcox/rand_settles_and_by_momentum
...
Different settle transition depending on momentum
2019-11-11 10:48:57 -08:00
milad
c7b8d97639
updated api to try and communicate over EB, but still not working
2019-11-11 09:56:46 -08:00
Ken Cooke
ddd11305de
Improved HRTF algorithm to expose parametric occlusion/lowpass effect
2019-11-09 09:57:16 -08:00
Ken Cooke
63eb905712
Redefine audio zone attenuation coefficient of 1.0 to mean "silent at any distance"
...
instead of extreme rate of falloff with distance.
2019-11-09 09:32:00 -08:00
Sabrina Shanman
66d00c745e
Merge pull request #16478 from sabrina-shanman/instancing_raypick
...
(DEV-563) Use HFM::Shapes when initializing raypick geometry
2019-11-08 16:29:15 -08:00
Anthony J. Thibault
52acfc9333
Speculative fix for infinite loop in SafeLanding
...
This PR containts two fixes.
1) Tightening up the locks in the SafeLanding class to prevent race conditions.
By inspection there are cases where variables are read and modified outside of locks.
2) A check to help prevent an infinite loop in the _sequenceNumber std::distance calculation.
This is the main issue, in some cases backtrace is reporting the main thread as deadlocked.
The stacktrace points to an issue with the std::distance() calculation.
If the EntityQueryInitialResultsComplete is delayed signficantly, there could be a rare
case where the _sequenceNumber map grows large enough for the wraparound less then operator
will no longer function correctly. This will cause the std::distance calculation to never complete.
I've added a guard to prevent this from happening and some logs to help diagnose this issue in the future.
2019-11-08 14:22:04 -08:00
sabrina-shanman
b7da5d0d72
Update Model::calculateTriangleSets to use hfm::Shapes
2019-11-08 13:56:49 -08:00
dooglifeSF
055d5cdf9b
Simplify boolean statements, revise several settle anims
2019-11-08 13:46:38 -08:00
Rebecca Stankus
4af1ddf48b
Merge branch 'screenshareElectronApp' of github.com:MiladNazeri/hifi into MiladNazeri-screenshareElectronApp
2019-11-08 12:20:15 -08:00
milad
b206c102e8
Merge branch 'master' of github.com:highfidelity/hifi into screenshareElectronApp
2019-11-08 12:19:06 -08:00
dooglifeSF
02045a9fdf
add random versions of full sized settle
2019-11-08 11:57:06 -08:00
Shannon Romano
2a30f0fcba
Merge pull request #16472 from Nex-Pro/patch-1
...
Update WindowScriptingInterface.h
2019-11-08 11:44:09 -08:00
Sam Gateau
8175b9486f
Fix crash when highlighting custom pipeline shapes
2019-11-08 11:18:02 -08:00
Brad Hefta-Gaub
757d77ac5d
Merge pull request #16473 from thoys/fix/quest/handControllersFix
...
Oculus Quest: Fix for the hand controllers in the latest version
2019-11-08 11:00:23 -08:00
Shannon Romano
895619c71f
Merge pull request #16461 from ctrlaltdavid/DEV-2649
...
DEV-2649: Fix entities list "filter to frustum" eye button
2019-11-08 10:28:24 -08:00
Shannon Romano
79df071c23
Merge pull request #16468 from RebeccaStankus/webEntities
...
Made web entities not grabbable by default
2019-11-08 10:27:44 -08:00
Sabrina Shanman
eebb9ad51f
Merge pull request #16475 from highfidelity/master
...
Merge master into instancing
2019-11-08 10:10:50 -08:00
Sabrina Shanman
59861ea5b9
Merge pull request #16474 from sabrina-shanman/instancing_collision
...
Fix unused variables/implicit type conversions
2019-11-08 10:05:43 -08:00
sabrina-shanman
a42e09aef8
Fix unused variables/implicit type conversions
2019-11-08 10:04:34 -08:00
Thijs Wenker
1013497bcb
Fixes the hand controllers in the latest Oculus Quest version
2019-11-08 16:38:07 +01:00