Clement
67c119cd2e
Send Entity Query via conical frustums
2018-05-03 18:19:29 -07:00
Clement
e400eb4ed2
Rename ViewFrustum packets to AvatarQuery
2018-05-03 18:19:29 -07:00
Clement
d774dc2060
WIP Only use conical frustums on the server
2018-05-03 18:19:29 -07:00
Stephen Birarda
21396287a4
Merge pull request #12990 from Atlante45/fix/spec-cam-av
...
Add support for multifrustum avatar queries
2018-05-03 18:18:51 -07:00
Stephen Birarda
31d5633b4a
Merge pull request #12930 from Atlante45/fix/spec-cam
...
Add support for multifrustum entity queries
2018-05-03 18:13:51 -07:00
Stephen Birarda
79576e0f48
update request and dependency hoek for CVE
2018-05-03 17:16:35 -07:00
Clement
7fe16f82fb
Move variables to Agent.cpp
2018-05-03 17:08:17 -07:00
NissimHadar
1f691edf0d
Removed platform code (was used for MD files).
2018-05-03 17:04:17 -07:00
NissimHadar
da621d99d3
Removed unneeded pragma.
2018-05-03 16:52:03 -07:00
Stephen Birarda
48aeebdd50
Merge pull request #13007 from Atlante45/fix/crashes-hotfix
...
Keep CrashpadClient around for application lifetime
2018-05-03 16:48:29 -07:00
Stephen Birarda
e9c3fb914f
Merge pull request #13084 from Atlante45/fix/wizard-wording
...
Fix wizard wording
2018-05-03 16:47:16 -07:00
NissimHadar
e07039266d
Merge branch 'master' of github.com:highfidelity/hifi into commandLineParametersForAutotester
2018-05-03 16:44:57 -07:00
NissimHadar
887b8285cd
Removed unneeded pragma.
2018-05-03 16:44:04 -07:00
John Conklin II
ef997e647a
Merge pull request #13088 from samcake/rc67
...
RC67: Fixing the strobing light effect, aka Translucent lighting by ponctual lights
2018-05-03 16:21:14 -07:00
John Conklin II
182e7c4b5f
Merge pull request #13086 from samcake/rc66.2
...
RC 66.2: Fixing the strobing light effect, aka Translucent lighting by ponctual lights
2018-05-03 15:48:41 -07:00
John Conklin II
7d424edd9b
Merge pull request #13092 from Atlante45/fix/asan-warning
...
Fix uninitialized boolean (asan warning)
2018-05-03 15:46:37 -07:00
John Conklin II
b426c4e85d
Merge pull request #13089 from druiz17/RC-67-fix-highlighting
...
RC 67 fix entity highlighting
2018-05-03 15:34:21 -07:00
NissimHadar
2c6c0a25fc
Add testSnapshotLocation parameter to takeSnapshot
.
2018-05-03 15:15:30 -07:00
NissimHadar
fe9c6052f7
Added quitWhenFinished
parameter to the command line.
2018-05-03 15:02:11 -07:00
NissimHadar
beb19c53fa
Added date and time to auto-generated scripts.
2018-05-03 15:00:14 -07:00
NissimHadar
3b566332c6
Shutdown interface when test script finishes.
2018-05-03 14:34:12 -07:00
NissimHadar
3a5425122b
Shutdown interface when test script finishes.
2018-05-03 14:31:01 -07:00
MiladNazeri
6efb710222
Merge pull request #13076 from ctrlaltdavid/21856-g
...
JSDoc fixes
2018-05-03 14:06:23 -07:00
Anthony J. Thibault
fc9bd7f905
Fix for crash deep in QML after useFullAvatarURL
...
Here we avoid calling FSTReader::downloadMapping() from within MyAvatar::useFullAvatarURL().
This prevents the error case where a QEventLoop is entered during QML execution.
2018-05-03 14:06:06 -07:00
Dante Ruiz
a6eab29b14
fixing edge case
2018-05-03 13:09:45 -07:00
Dante Ruiz
cffb008c31
fixing edge case
2018-05-03 13:07:32 -07:00
samcake
767e6b15f3
Fixing the local lighting on translucents bug
2018-05-03 11:42:06 -07:00
Dante Ruiz
c258e8c248
fix highlighting issues
2018-05-03 11:38:59 -07:00
Dante Ruiz
4793cddde6
fix highlighting issues
2018-05-03 11:27:07 -07:00
NissimHadar
46f461dcdb
Don't display crash message if running from command line with a test script.
2018-05-03 11:20:37 -07:00
Clement
cefb8457ea
Fix uninitialized boolean
2018-05-03 11:17:31 -07:00
samcake
60a49c3f7c
applying the local lights on translucent fix
2018-05-03 10:37:29 -07:00
Ken Cooke
028ea11405
Merge pull request #13080 from kencooke/audio-asan-warnings
...
Fix asan warnings
2018-05-03 10:32:59 -07:00
Howard Stearns
d4a562ee47
Merge pull request #13081 from zfox23/MS14741_fixAppUninstallation
...
Fix MS14741, allowing uninstall of apps whose scripts are no longer running
2018-05-03 10:02:20 -07:00
Ken Cooke
9e7fceccc3
Merge pull request #13087 from kencooke/audio-meter-default
...
Fix MS14640: Default audio meter overlay to "on"
2018-05-03 09:29:30 -07:00
samcake
6579e3c3d2
Adjusting the number to 14 max UBO per shader stage after checking on opengl.glinfo.org
2018-05-03 09:09:58 -07:00
NissimHadar
8b3c451f91
Merge branch 'master' of github.com:highfidelity/hifi into commandLineParametersForAutotester
2018-05-03 08:25:19 -07:00
Ken Cooke
2a7e8c6f89
Default audio meter overlay to "on"
2018-05-03 07:15:18 -07:00
David Rowe
e95c38d939
Merge branch 'master' into 21856-g
...
# Conflicts:
# libraries/model-networking/src/model-networking/TextureCache.h
2018-05-03 21:03:14 +12:00
MiladNazeri
8e214d8ee8
Merge pull request #13049 from ctrlaltdavid/21856-d
...
List which contexts each namespace and class is available in
2018-05-03 01:29:14 -07:00
Sam Gateau
9776e1d15d
Exposing larger number of ubo because we can and moving the ubo slot using 11 to 12 to avoid collision
2018-05-02 23:38:30 -07:00
Seth Alves
b68d9ecd68
Merge pull request #12985 from druiz17/attachments-disappearing
...
fixing avatr attachments not being visible when coming out of first person
2018-05-02 18:50:41 -07:00
Ken Cooke
3e77d946ea
Silence warnings of unused functions
2018-05-02 17:48:04 -07:00
Sam Gateau
361fe75dc3
Merge pull request #13078 from jherico/fix/14638
...
Make resource swapchains immutable
2018-05-02 17:21:45 -07:00
Clement
e1c5eb9bda
Fix wizard wording
2018-05-02 17:17:19 -07:00
Zach Fox
56ba59681a
Fix MS14741, allowing uninstall of apps whose scripts are no longer running
2018-05-02 16:12:55 -07:00
Ken Cooke
3071b410bf
Remove obsolete 32-bit optimizations
2018-05-02 15:42:53 -07:00
John Conklin II
f983714702
Merge pull request #13077 from jherico/fix/14638_rc67
...
Make resource swapchains immutable
2018-05-02 15:42:30 -07:00
Ken Cooke
5f394fb254
Remove workaround for VS2013 bug
2018-05-02 15:31:40 -07:00
NissimHadar
b9cdaf31a0
Corrected name of create all recursive tests call.
2018-05-02 15:26:03 -07:00