raveenajain
534794d7ff
move bias init from config to run
2019-06-26 15:42:11 -07:00
raveenajain
bb5896c174
const fix
2019-06-24 17:24:37 -07:00
raveenajain
f68bb957ff
clamp and initialize values
2019-06-24 16:42:38 -07:00
raveenajain
f0660ba381
modify shadow config via single bias
2019-06-24 11:03:10 -07:00
raveenajain
55ebfc0789
Merge branch 'master' of https://github.com/highfidelity/hifi into nitpick_shadows
2019-06-18 14:08:50 -07:00
Ken Cooke
5c837406ac
Merge pull request #15788 from kencooke/audio-simd-UBSan-warnings
...
Fix UBSan warnings due to SIMD intrinsics
2019-06-18 13:38:57 -07:00
Anthony Thibault
10dae7e4d9
Merge pull request #15783 from hyperlogic/feature/anim-debug-draw-improvement
...
Improvement to Developer > Avatar > Draw Animation
2019-06-18 10:50:46 -07:00
Ken Cooke
ce7571dcc1
Replace NEXTPOW2() macros with constexpr (supported since VS2015)
2019-06-18 10:29:23 -07:00
raveenajain
44caf67527
init change, bias triggered via script
2019-06-18 10:02:22 -07:00
Ken Cooke
fa4dfffd8e
Update reverb SIMD to avoid benign UBSan warnings due to unaligned load/store
2019-06-18 09:53:54 -07:00
Ken Cooke
11b599f8f9
Update SIMD resampler to avoid benign UBSan warnings due to unaligned load/store
2019-06-18 09:34:55 -07:00
Anthony J. Thibault
c75dc29c03
more assert macro trickery
2019-06-17 16:11:19 -07:00
Anthony J. Thibault
e6e40e7b48
added include<assert.h>
2019-06-17 16:09:24 -07:00
Anthony J. Thibault
d57ea8ac4a
Fix for signed/unsigned compare warning
2019-06-17 15:42:20 -07:00
Anthony J. Thibault
4b5d5062b1
Improvement to Developer > Avatar > Draw Animation
...
This feature was added to help diagnose the root cause of a rarely occurring finger twitching bug.
Also, some asserts were added to AnimClip to also help catch a rarely occurring crash.
2019-06-17 14:50:19 -07:00
Seth Alves
e7b852ca38
don't try to create collision shape before compound shape resource is finished loading
2019-06-17 13:18:03 -07:00
Howard Stearns
723b4ac30f
Merge pull request #15771 from roxanneskelly/bugz516
...
BUGZ-696 Drop non DS UDP packets when silent domain checkins exceeds 3 seconds
2019-06-14 14:13:33 -07:00
Roxanne Skelly
1b31b8cff8
CR fixes
2019-06-14 13:23:33 -07:00
Sam Gateau
aff139f495
excluding any intel gpu from deferred on mac for the next few days
2019-06-14 12:49:11 -07:00
Sam Gateau
b84a8ce668
Merge branch 'nut' of github.com:samcake/hifi into nut
2019-06-14 12:45:59 -07:00
Roxanne Skelly
2be828a84c
Merge branch 'master' of https://github.com/highfidelity/hifi into bugz516
2019-06-14 11:24:03 -07:00
Roxanne Skelly
5b6911efa4
log username with "haven't heard from" messages
...
remove rebind on silent domain checkin
2019-06-14 10:45:18 -07:00
howard-stearns
b69d850c8e
move constant to the comment that will use it
2019-06-13 19:41:12 -07:00
howard-stearns
c2fe688740
Merge branch 'master' of https://github.com/highfidelity/hifi into stop-rebinding
2019-06-13 19:25:14 -07:00
Roxanne Skelly
3d2b1dbf2b
When missing domain checkins, drop packets not destined for DS
2019-06-13 17:25:35 -07:00
Roxanne Skelly
91dce827a5
Merge branch 'master' of https://github.com/highfidelity/hifi into bugz516
2019-06-13 17:05:04 -07:00
Shannon Romano
d6859a42d9
Merge pull request #15762 from annabrewer/quest-login-keybrd
...
BUGZ-531: Quest tablet login missing keyboard
2019-06-13 16:44:49 -07:00
Howard Stearns
11d3f0a629
Merge branch 'master' of github.com:highfidelity/hifi into stop-rebinding
2019-06-13 16:38:40 -07:00
Howard Stearns
8f9fa4a878
stop rebinding
2019-06-13 14:59:27 -07:00
Shannon Romano
bc70abfa10
Merge pull request #15764 from AndrewMeadows/rollback-bugz512
...
BUGZ-512: rollback fixes for bugz512
2019-06-13 14:43:56 -07:00
Shannon Romano
b4f708f4ad
Merge pull request #15755 from samcake/nut
...
BUGZ-637: Detecting the problematic GPU on MAC not running properly Deferred render method right now
2019-06-13 14:32:36 -07:00
Andrew Meadows
db3c7b9194
rollback fixes for bugz512
2019-06-13 13:57:18 -07:00
Anna
7099b04911
appeasing jenkins
2019-06-13 12:21:41 -07:00
Shannon Romano
a37ce9f89d
Merge pull request #15754 from AndrewMeadows/fix-crash-bugz512
...
BUGZ-512: avoid MacOS crash on shutdown: destroy WebSurfaces before exit
2019-06-13 12:13:04 -07:00
Sam Gateau
def0007496
REfining the filter based on the COmputer model name and catching the 2 known problematic models
2019-06-13 11:39:13 -07:00
Andrew Meadows
b08bb93ff7
add comment about why WebEntityRenderer::onRemoveFromSceneTyped()
2019-06-13 10:53:55 -07:00
Sam Gateau
97236570d8
FIlter on the gpu model name for ththe 2 known cases
2019-06-13 10:28:34 -07:00
Sam Gateau
d6f90c497f
FIlter on the gpu model name for ththe 2 known cases
2019-06-13 10:16:57 -07:00
Sam Gateau
43a119cbbc
just adding the correct include tobring th edefines
2019-06-12 23:15:53 -07:00
Sam Gateau
fbab3fcde9
Merge branch 'master' of github.com:highfidelity/hifi into nut
2019-06-12 19:15:25 -07:00
Sam Gateau
5004070af9
Grab the name of the renderer no matter what
2019-06-12 17:14:44 -07:00
Brad Hefta-Gaub
50cfe4531e
Merge pull request #15752 from PrestonB1123/moreToolbarTinkering
...
BUGZ-666: Toolbar Artifact Always Present
2019-06-12 17:14:18 -07:00
Sam Gateau
b2feb0f920
Add specific caps for the render method deferred from the platform profiler, to prevent bad choice on mac book air
2019-06-12 16:48:36 -07:00
Andrew Meadows
eee52deefe
destroy WebSurfaces on shutdown
2019-06-12 16:07:15 -07:00
Howard Stearns
0c1df749b9
Merge pull request #15746 from roxanneskelly/bugz516
...
BUGZ-628 - Add quasi-MTBF logging to track disconnects
2019-06-12 15:48:45 -07:00
Preston Bezos
8dcf6e6a03
removed a dead line of code, made a couple formating changes
2019-06-12 15:47:19 -07:00
Preston Bezos
29d795af5b
hopefully good now
2019-06-12 15:36:20 -07:00
Roxanne Skelly
790d4edb04
Merge branch 'master' of https://github.com/highfidelity/hifi into bugz516
2019-06-12 15:25:08 -07:00
Roxanne Skelly
7017cf8437
reinitialize winsock on silent domain checkin
2019-06-12 15:24:43 -07:00
Anna
4b30065ad1
fixed keyboard on quest login and cleaned up qml files
2019-06-12 15:17:37 -07:00