David Rowe
|
e2748a861a
|
Merge branch 'master' into DOC-98
# Conflicts:
# libraries/platform/src/platform/backend/Platform.cpp
|
2019-08-03 11:22:23 +12:00 |
|
MiladNazeri
|
ae7b415152
|
Merge pull request #16008 from HifiExperiments/text
Supporting text effects + fonts on Text Entities
|
2019-08-02 14:25:28 -07:00 |
|
MiladNazeri
|
76e9f8896c
|
Merge pull request #16021 from kencooke/audio-volume-control-persist
BUGZ-352: Persist the audio volume settings across sessions
|
2019-08-02 10:34:44 -07:00 |
|
Bradley Austin Davis
|
543f07b6ae
|
Merge pull request #16018 from jherico/fix/dev-279
DEV-279: Add rendering API information to the platform JSON object
|
2019-08-02 10:16:06 -07:00 |
|
Ken Cooke
|
437d0ea928
|
Save and restore the audio gain settings
|
2019-08-02 06:46:34 -07:00 |
|
Shannon Romano
|
2f6d79fb45
|
Merge pull request #15920 from annabrewer/combine-tone-map-resample
BUGZ-965: Standardize and shorten deferred/forward and desktop/android pipelines
|
2019-08-01 17:39:38 -07:00 |
|
Brad Davis
|
06ad461c32
|
PR feedback
|
2019-08-01 16:57:54 -07:00 |
|
Brad Davis
|
bfe42215aa
|
DEV-279: Add rendering API information to the platform JSON object
|
2019-08-01 14:29:03 -07:00 |
|
Seth Alves
|
8ec4505b95
|
add an on/off control for audio echo cancelation to Audio Settings page. It's not yet hooked to anything.
|
2019-07-30 14:09:32 -07:00 |
|
Anna
|
f58400950a
|
made color format for resolve FB a parameter, reverted name of tonemapping task to preserve back compatibility
|
2019-07-30 11:57:01 -07:00 |
|
Shannon Romano
|
fe900cf55f
|
Merge pull request #15991 from jherico/fix/bugz-964
BUGZ-964: fix for incorrect color curve when rendering 3D into QML
|
2019-07-30 11:52:58 -07:00 |
|
HifiExperiments
|
078ca7edea
|
supporting text effects + fonts on text entities
|
2019-07-30 09:59:45 -07:00 |
|
Shannon Romano
|
f29284198c
|
Merge pull request #15978 from roxanneskelly/bugz829
BUGZ-829 DEV-168 - domain backup/content management improvements
|
2019-07-29 15:28:49 -07:00 |
|
Amer
|
7bc0ea27d0
|
Merge pull request #15995 from amerhifi/master
BUGZ 1029: changing raw pointer to unique pointer with custom deleter
|
2019-07-29 13:04:58 -07:00 |
|
Howard Stearns
|
b17e796f0f
|
Merge pull request #15994 from howard-stearns/steam-store-commerce
steam gets the oculus store commerce treatment
|
2019-07-29 12:06:29 -07:00 |
|
amer cerkic
|
85fa510d38
|
addressing comment
|
2019-07-29 10:28:31 -07:00 |
|
Shannon Romano
|
75146a104d
|
Merge pull request #15982 from sabrina-shanman/bug_lod_too-low
(BUGZ-1040) Fix LOD randomly being too low in simplified UI
|
2019-07-29 09:45:19 -07:00 |
|
amer cerkic
|
b3ea9d0de7
|
addressing commetn
|
2019-07-29 09:40:58 -07:00 |
|
amer cerkic
|
854f89cace
|
addressing comment
|
2019-07-29 09:39:31 -07:00 |
|
amer cerkic
|
1f4b149f75
|
Merge branch 'master' of https://github.com/highfidelity/hifi
|
2019-07-29 09:36:03 -07:00 |
|
Anna
|
6a6b2f6d27
|
added tone mapping back
|
2019-07-26 18:55:08 -07:00 |
|
amer cerkic
|
de0b038ee1
|
trunked to a lambda for simplicity
|
2019-07-26 13:52:38 -07:00 |
|
Anthony Thibault
|
5375e53ecb
|
Merge pull request #15974 from luiscuenca/avatarSitAPI
DEV-269: First Class Sitting API
|
2019-07-26 13:36:00 -07:00 |
|
amer cerkic
|
087b19d64d
|
removed extra space
|
2019-07-26 13:15:01 -07:00 |
|
amer cerkic
|
b2e07fd990
|
changing raw pointer to unique pointer with custom deleter
|
2019-07-26 13:02:59 -07:00 |
|
Howard Stearns
|
6ef0821801
|
steam gets the oculus store commerce treatment
|
2019-07-26 12:44:48 -07:00 |
|
Brad Davis
|
11d7890f48
|
BUGZ-964: fix for incorrect color curve when rendering 3D into QML
|
2019-07-25 18:24:53 -07:00 |
|
luiscuenca
|
c1b818cd9b
|
Set timeout before enabling drive keys
|
2019-07-25 17:40:09 -07:00 |
|
sabrina-shanman
|
3da5896e22
|
Bring back lodQualityLevel
|
2019-07-25 17:16:14 -07:00 |
|
sabrina-shanman
|
94e725dc2a
|
Fix rare case where script would fail to set LOD after disabling auto LOD
|
2019-07-25 17:15:28 -07:00 |
|
sabrina-shanman
|
4b5a45209e
|
Prefer using LODManager.lodAngleDeg for setting manual LOD
|
2019-07-25 17:15:22 -07:00 |
|
Ryan Huffman
|
ef0977248d
|
Merge pull request #15986 from huffman/fix/create-not-working-patch
Fix non-functional Create
|
2019-07-25 16:17:43 -07:00 |
|
David Rowe
|
0555cf1804
|
Revisions and typos
|
2019-07-26 10:50:53 +12:00 |
|
David Rowe
|
bce3e9bd6b
|
PlatformInfo API JSDoc update
|
2019-07-26 10:32:19 +12:00 |
|
Roxanne Skelly
|
130e68c9b5
|
DEV-168 - make interface-installed content sets display info on web
installed content section
|
2019-07-25 14:37:41 -07:00 |
|
Ryan Huffman
|
9872c1c2f7
|
Add missing emit inside of
|
2019-07-25 13:55:44 -07:00 |
|
Howard Stearns
|
520ba59899
|
Merge pull request #15980 from SimonWalton-HiFi/audio-injector-shutdown
BUGZ-985: Guard against AudioInjectorManager takedown in scripted audio injector destructor
|
2019-07-25 12:50:07 -07:00 |
|
sabrina-shanman
|
3a4ce44633
|
On second thought, do not expose default octree size scale
|
2019-07-24 17:32:25 -07:00 |
|
sabrina-shanman
|
772eb57898
|
Remove broken/undocumented LODManager script features
|
2019-07-24 16:43:51 -07:00 |
|
sabrina-shanman
|
9d93a2f502
|
Fix simplifiedUI stuck on wrong LOD value
|
2019-07-24 16:27:24 -07:00 |
|
amer cerkic
|
db945851ac
|
fixed merge conflict
|
2019-07-24 16:03:23 -07:00 |
|
amer cerkic
|
3315271493
|
reverting commit:
|
2019-07-24 15:43:31 -07:00 |
|
Anthony Thibault
|
abeba03a7e
|
Merge pull request #15975 from huffman/fix/interactive-window-qmlto-script-crash
BUGZ-1028: Fix qmlToScript getting called on script thread and causing crash
|
2019-07-24 15:39:25 -07:00 |
|
Simon Walton
|
53cf915e8d
|
Guard for AudioInjectorManager existance; clear an audio interface pointer
|
2019-07-24 14:51:41 -07:00 |
|
amer cerkic
|
bea31237b7
|
addressing comments
|
2019-07-24 14:30:43 -07:00 |
|
Ryan Huffman
|
c4b63ed5e4
|
Fix qmlToScript getting called on script thread and causing crash
|
2019-07-24 13:44:20 -07:00 |
|
luiscuenca
|
8900c4f2cd
|
stand up to right location-orientation
|
2019-07-24 13:29:01 -07:00 |
|
luiscuenca
|
6e4d1bde8e
|
Fix code and warnings
|
2019-07-24 13:16:53 -07:00 |
|
amer cerkic
|
f94b082946
|
addressing comment
|
2019-07-24 11:47:10 -07:00 |
|
amer cerkic
|
ac17493a40
|
removing comments
|
2019-07-24 11:37:38 -07:00 |
|