Roxanne Skelly
4d8607a937
linux build issue
2019-05-30 14:54:54 -07:00
Roxanne Skelly
e12ed1c5d6
high_resolution_clock behaves differently on windows and linux
...
on linux, time_since_epoch returns time since linux epoch,
on windows, it returns time since system start.
Math between those values on two different types of machines
was coming out bad.
2019-05-30 14:17:19 -07:00
Roxanne Skelly
dedf1b64b8
Merge pull request #15626 from roxanneskelly/domaincheckin
...
BUGZ-322 add domain checkin time-spent logging
2019-05-29 15:22:37 -07:00
Clément Brisset
abce60e356
Merge pull request #15645 from SimonWalton-HiFi/wallet-signwithkey-memleak
...
Fix minor memory leak using unique_ptr
2019-05-29 14:38:42 -07:00
Simon Walton
ecc3312114
Use unique_ptr for temp signature array
2019-05-29 12:17:07 -07:00
Dante Ruiz
022aae60cc
Merge pull request #15642 from huffman/feat/ignore-pick-intersection-in-create
...
BUGZ-403: Add ignorePickIntersection to Create
2019-05-29 10:53:44 -07:00
Shannon Romano
376a27cd51
Merge pull request #15644 from jherico/feature/post-build-script-2
...
DEV-50: Fix release build zip name
2019-05-29 10:46:55 -07:00
Brad Davis
568d3ab1f9
Fix release build zip name
2019-05-29 09:19:11 -07:00
hifi-gustavo
a988d5ac13
Merge pull request #15643 from mattr1x/trigger-build
...
[empty] Trigger a master build please
2019-05-29 08:51:45 -07:00
Matt Hardcastle
877900eca0
[empty] Trigger a master build please
...
No change, just trigging a master build.
2019-05-29 08:48:47 -07:00
Shannon Romano
532d962f16
Merge pull request #15640 from jherico/feature/post-build-script-2
...
DEV-50: Post-build script tweaks
2019-05-28 18:58:25 -07:00
Ryan Huffman
1894951f54
Add ignorePickIntersection to Create
2019-05-28 16:15:00 -07:00
Shannon Romano
24049a4321
Merge pull request #15631 from SamGondelman/questKeyboard
...
BUGZ-413: Re-enable Quest 3D Keyboard
2019-05-28 15:55:25 -07:00
Shannon Romano
d065847bee
Merge pull request #15638 from samcake/nut
...
case BUGZ-191: Implement patform tier profile from platform description
2019-05-28 15:28:05 -07:00
Brad Davis
4d0eb65121
Post-build script tweaks
2019-05-28 15:22:03 -07:00
Zach Fox
9c960f901c
Merge pull request #15641 from zfox23/BUGZ-146
...
Fix BUGZ-146: Clicking on the gear icon causes three click sounds
2019-05-28 15:02:23 -07:00
Sam Gateau
3af8f37df5
THe real correct pltform agnostic cpuidex was in cpudetect...
2019-05-28 13:52:32 -07:00
Brad Hefta-Gaub
cea40af23a
Merge pull request #15635 from AndrewMeadows/fix-bugz-164
...
BUGZ-164: fix crash when processing physics simulation ownership bids
2019-05-28 12:59:07 -07:00
Zach Fox
92b944464a
Fix BUGZ-146: Clicking on the gear icon causes three click sounds
2019-05-28 12:41:58 -07:00
Sam Gateau
a168109588
trying to clean up the asm for linux and macos
2019-05-28 12:27:26 -07:00
Sam Gateau
2d1b06a1ba
adding string.h (instead of stdio.h) for memset and memcpy on linux
2019-05-28 01:00:51 -07:00
Sam Gateau
e3fe20ae6a
adding stdio.h for memset and memcpy on linux
2019-05-28 00:53:03 -07:00
Sam Gateau
a729369655
REmoving the keys list from the OCOmputer info, not needed
2019-05-28 00:32:02 -07:00
Sam Gateau
6f74098032
Fixing the getCPUIDEX
2019-05-28 00:26:30 -07:00
Sam Gateau
99f8b61727
Trying to unify the getCPUID function in CPUIdent
2019-05-28 00:14:50 -07:00
Sam Gateau
42d1b340cd
Trying to unify the getCPUID function in CPUIdent
2019-05-28 00:00:45 -07:00
Sam Gateau
7c477740d3
Merge branch 'master' of github.com:highfidelity/hifi into nut
2019-05-27 12:48:20 -07:00
Sam Gateau
546639fdfe
Adding a script and ui to check the values returned by the PlatformInfo ui
2019-05-26 12:30:50 -07:00
Sam Gateau
bd3881ef14
Merge pull request #15634 from SamGondelman/skyboxColor
...
BUGZ-380: Revert skybox color behavior
2019-05-26 10:43:54 -07:00
Shannon Romano
12996b2d7d
Merge pull request #15637 from kencooke/audio-init-racecond-crashfix
...
BUGZ-158: Crash when switching audio devices on Mac
2019-05-25 16:26:56 -07:00
Sam Gateau
5001a04326
Updating the platform lib, implementing the first version of the profiler and exposing all these through the PlatformInfoScriptingInterface
2019-05-25 15:53:54 -07:00
Brad Hefta-Gaub
3ce790b459
Merge pull request #15636 from annabrewer/build-update
...
BUGZ-354: Update Android and Windows build documentation to reflect latest changes
2019-05-25 11:59:10 -07:00
Ken Cooke
501ceaa6aa
Add lock-free wait for initialization to the audio output callback.
...
Eliminates race condition without making assumptions about the internal audio threading model.
2019-05-25 10:47:26 -07:00
Anna
5c0d7c831f
made android instructions more general and added VS 2019 support
2019-05-24 19:06:38 -07:00
Anna
d138e2c994
test commit
2019-05-24 19:01:50 -07:00
Anna
9b5b994dd7
Merge branch 'master' of github.com:highfidelity/hifi into build-update
2019-05-24 19:00:52 -07:00
Andrew Meadows
a6a877d930
clear _entitiesToDeleteLater on shutdown
2019-05-24 16:17:55 -07:00
Andrew Meadows
5988f8cce6
avoid calling removeOwnershipData() from multiple threads
2019-05-24 16:12:21 -07:00
SamGondelman
61280214ca
revert skybox color behavior
2019-05-24 15:52:50 -07:00
Amer
9b26f70e2f
Merge pull request #15633 from amerhifi/master
...
BUGZ 220: Docked Widget Whitelisting
2019-05-24 15:52:18 -07:00
Roxanne Skelly
82f8687e9f
ubuntu builds are picky (fix initializer order issue)
2019-05-24 15:47:30 -07:00
Roxanne Skelly
41be22a7bb
ubuntu build fix and CR fix
2019-05-24 15:22:33 -07:00
Roxanne Skelly
c6de86a80c
Log packet processing time for domain server list request packets
2019-05-24 14:52:55 -07:00
Zach Fox
b72d3a2a8e
Merge pull request #15632 from MiladNazeri/nameTagDisplayNameFix
...
Name tag display name fix
2019-05-24 14:47:49 -07:00
amerhifi
5a3585ea5b
adressing pr comments
2019-05-24 14:36:42 -07:00
milad
03600f23ba
removed terenary expression
2019-05-24 14:12:36 -07:00
amerhifi
6f04e039fe
adding whitelisting for dockedWidgets
2019-05-24 14:12:24 -07:00
milad
81dd097940
added an extra line
2019-05-24 14:00:32 -07:00
milad
46475c23c1
removed log
2019-05-24 13:59:01 -07:00
milad
27c4841887
Updated Nametag to use the sessionDisplayName or the displayName as default
2019-05-24 13:57:18 -07:00