milad
83546de9da
removed distance check for redraw to prevent nametag in user's body
2019-07-02 16:40:23 -07:00
SamGondelman
4973563c20
return entity load priority operator to proper state
2019-07-02 16:29:19 -07:00
Clement
c7442e3a62
Remove QT_CMAKE_PREFIX_PATH prod hack
2019-07-02 16:00:55 -07:00
luiscuenca
1f6c4dc375
Avoid saving error log twice
2019-07-02 15:31:28 -07:00
luiscuenca
b877d20219
Improve error handling on Windows Launcher
2019-07-02 15:22:00 -07:00
SamGondelman
692c776be5
expose shadow bias and max distance wip
2019-07-02 15:18:28 -07:00
RebeccaStankus
d840723fe3
Fixed space before function params
2019-07-02 15:08:34 -07:00
RebeccaStankus
0670147bf8
Fixed paths to included files and collision with 'clamp'
2019-07-02 14:24:02 -07:00
Shannon Romano
a3ec365f6c
Merge pull request #15862 from annabrewer/display-simplification
...
BUGZ-838, BUGZ-850, BUGZ-853: Muted sign displays backwards in second person view, Fix lossy/duplicate color format conversions, Adjust wearables screen is flipped
2019-07-02 11:31:53 -07:00
Zach Fox
a3f0b2c217
Merge pull request #15869 from MiladNazeri/darkNametagFix
...
[Dev-897] :: add unlit property to nametags
2019-07-02 10:52:02 -07:00
milad
ccc4b0d9e1
added unlit property
2019-07-02 10:33:19 -07:00
amer cerkic
75beb95a97
Since switching to system mouse due to eco mode trailing mouse issues, this in turn caused hmd mode to render a blank mouse. Added a mouse setting functionality on activeplugin change lambda so taht when in hmd mode it uses either reticle mouse, if selected, or arrow. Othewise if non hmd use system mouse.
2019-07-02 10:31:31 -07:00
SamGondelman
fa416adaf6
adding unlit property to text, fixing transparency, normals, other cleanup
2019-07-02 10:28:36 -07:00
jennaingersoll
938b9e25f9
Merge pull request #15861 from jennaingersoll/signal-fix
...
DOC-66: Show deprecated notices for signals.
2019-07-02 10:21:56 -07:00
Shannon Romano
df34e2f86d
Merge pull request #15864 from hyperlogic/bug-fix/dependency-manager-shutdown-issues
...
Fix for DependencyManager crash on shutdown on Mac
2019-07-02 08:24:11 -07:00
Shannon Romano
2f07d35eb7
Merge pull request #15863 from SimonWalton-HiFi/public-address-change2
...
BUGZ-894: Propagate a Node's public address change, part 2
2019-07-02 08:23:34 -07:00
Sam Gateau
2c412808e7
More information from the platform on mac
2019-07-02 14:48:25 +02:00
Ryan Huffman
d29cd796ca
Add defaultScriptsOverride option
2019-07-01 23:51:34 -07:00
David Rowe
5c29eb04b3
Typo
2019-07-02 16:19:32 +12:00
David Rowe
c6fd726111
Typos etc.
2019-07-02 16:12:47 +12:00
David Rowe
b7e92e0994
LaserPointers API JSDoc update
2019-07-02 16:12:47 +12:00
David Rowe
e109c8f6d3
Picks and RayPick API JSdoc updates per Pointers API JSDoc
2019-07-02 16:12:47 +12:00
David Rowe
f2cf3bd05c
Revise Pointers API JSDoc
2019-07-02 16:12:47 +12:00
dante ruiz
fb8027bdf5
inital progress indicator work
2019-07-01 19:01:13 -07:00
Anthony Thibault
6c66f5a37b
Fix for DependencyManager crash on shutdown on Mac
...
On Mac, it is possible to crash when shutting down, it is not clear if this is due to
shutting down the app on another thread during logout or something that can happen
during normal shutdown, because it is so difficult to reproduce.
However, from looking at the stack traces it is possible for a [NSApplication terminate:]
event to get processed while Appliction::aboutToQuit() is calling ScriptEngine::waitTillDoneRunning()
This causes AppKit to invoke the static destructors too early. Which in turn, causes the
DependencyManager destructor to fire while there are still many dependencies running.
Unfortunatly, the order of destruction is not determinstic, causing them to get shutdown
in an incorrect order.
To workaround this, we delay the call to QCoreApplication::processEvents() as late as possible,
in the Application destructor. Theoretically, this will be a safe time for the static destructors
to be invoked, because it is after all of the DependencyManager's dependencies have been
manually destroyed.
However, this is only a speculative fix, because this is so difficult to reproduce.
2019-07-01 17:37:57 -07:00
Sabrina Shanman
043aee4f78
Merge pull request #15859 from AndrewMeadows/fix-safe-landing
...
BUGZ-787: fix SafeLanding to load correct set of objects before enabling physics simulation
2019-07-01 17:05:19 -07:00
Anna
f44bc52d58
implemented requested changes, fixed math error in filmic curve
2019-07-01 17:05:13 -07:00
Simon Walton
6253adf749
Hook-up remote address-change to Connection class
2019-07-01 16:36:05 -07:00
Shannon Romano
c6cab2c2f4
Merge pull request #15860 from howard-stearns/network-card-info
...
add network card info to platform info
2019-07-01 16:18:41 -07:00
Andrew Meadows
4bbfd7cad1
more correct bounding sphere around avatar for SafeLanding query
2019-07-01 15:53:42 -07:00
Anna
95f2dfa551
added horizontal flip back to mirror mode
2019-07-01 15:31:26 -07:00
Howard Stearns
36e526d1cd
cr feedback
2019-07-01 15:23:00 -07:00
Howard Stearns
ce26611e1f
CR comments
2019-07-01 15:11:54 -07:00
ingerjm0
292dce3e88
DOC-66: Show deprecated notices for signals.
2019-07-01 14:38:56 -07:00
Howard Stearns
08ebd51559
Merge branch 'master' of github.com:highfidelity/hifi
2019-07-01 14:37:42 -07:00
Howard Stearns
0db69ecc20
add network card info to platform data
2019-07-01 14:36:48 -07:00
Andrew Meadows
0d8fdf51c5
fix safe landing to load proper set of objects
2019-07-01 14:18:19 -07:00
Zach Fox
b8485361ce
Merge pull request #15858 from zfox23/PTTDuckingSlider
...
DEV-194: Iterate on PTT Ducking Slider design
2019-07-01 12:00:17 -07:00
Zach Fox
73db19464f
DEV-194: Iterate on PTT Ducking Slider design
2019-07-01 11:28:48 -07:00
Anna
f52376563d
remove redundant getRenderTexturePipeline() override from HMD display plugin
2019-07-01 11:14:54 -07:00
Dante Ruiz
ec4bd95950
Merge pull request #15854 from danteruiz/issues-launchers
...
BUGZ-692: Laucner is not movable & BUGZ-831 handle org and credentials erros.
2019-07-01 11:07:07 -07:00
Anna
e6abaf76f3
Merge branch 'master' of github.com:highfidelity/hifi into display-simplification
2019-07-01 10:56:47 -07:00
Anna
787359fdfb
fixed ui flipping issue
2019-07-01 10:52:03 -07:00
Brad Hefta-Gaub
191086c57a
Merge pull request #15857 from PrestonB1123/webcamPermissions
...
DEV-193: Disallow mic and webcam access always.
2019-07-01 09:54:58 -07:00
Brad Hefta-Gaub
0ef9110f2b
Merge pull request #15853 from SimonWalton-HiFi/public-address-change
...
BUGZ-762: Propagate a Node's public address change to Connection class
2019-06-28 16:12:01 -07:00
Shannon Romano
07fdbeaa0a
Merge pull request #15855 from SamGondelman/forward
...
BUGZ-661: Fix text entity rendering in deferred vs. forward
2019-06-28 15:59:09 -07:00
dante ruiz
12477f3df1
making requested changes
2019-06-28 15:37:21 -07:00
Shannon Romano
89f654175c
Merge pull request #15856 from PrestonB1123/defaultShortcuts
...
DEV-173: Re-enable shortcuts
2019-06-28 15:29:53 -07:00
Preston Bezos
ef674a5934
removed permission for qml to access webcam and mic
2019-06-28 15:23:50 -07:00
Sam Gondelman
e2bf3d7138
remove unused constant
2019-06-28 15:11:22 -07:00