Ryan Huffman
328896b9ed
Fix calls to setFailed in win32 launcher
2019-08-23 08:47:35 -07:00
Ryan Huffman
da1b2e9ec8
Add method for overriding builds API url in win32 launcher
2019-08-23 08:47:34 -07:00
luiscuenca
da9163616a
Don't allow reactions ref count got bellow 0
2019-08-23 08:46:59 -07:00
Anthony J. Thibault
f1afc9e873
Bug fix & rename isRelative to relativeFlag
2019-08-23 08:46:14 -07:00
Ryan Huffman
83bc5e3fd6
Add build tags to Windows launcher
2019-08-23 08:44:37 -07:00
luiscuenca
07d17343bf
fix warnigns
2019-08-23 07:21:19 -07:00
Simon Walton
6a9e299981
Prefer non-link-local interface addresses; don't change port on initial address change from TCP probe
2019-08-22 17:34:41 -07:00
dooglife@gmail.com
01e98e194a
animation tuning pass
2019-08-22 16:48:41 -07:00
Shannon Romano
4d71891763
Merge pull request #16072 from luiscuenca/improveSphereCollapsing
...
BUGZ-1156: Improve sphere collapsing mode
2019-08-22 16:10:53 -07:00
Andy Howell
f5767168ed
Merge pull request #16035 from MiladNazeri/emojiAppAdd
...
Using my superpowers to get this in the build.
2019-08-22 16:10:22 -07:00
Howard Stearns
26256c383a
Merge pull request #16081 from SimonWalton-HiFi/avatar-thrashing
...
DEV-336: Fixes for avatar-verify failures with rapid avatar selection
2019-08-22 15:58:24 -07:00
ingerjm0
7ffcee35dd
Fix formatting in API docs (DOC-112, DOC-113, DOC-142, DOC-143)
2019-08-22 15:37:34 -07:00
Ryan Huffman
1eaba67f67
Remove use of build version in mac launcher settings
2019-08-22 15:07:12 -07:00
Zach Fox
fb95d1b2d9
Merge pull request #16088 from zfox23/clipPTT
...
BUGZ-1327: Fix PTT icon when PTTing and clipping
2019-08-22 14:02:08 -07:00
Zach Fox
44ac3f3a7a
Don't use entity creation library (reduce risk); use remote URL for broadcast image entity URLs
2019-08-22 13:58:35 -07:00
RebeccaStankus
6e96b800b6
Engine handles turning PTT off if unmuting
2019-08-22 13:22:45 -07:00
luiscuenca
4b1b61ae5b
Keep new offset rotation method and resolve duplicates at the end
2019-08-22 13:16:32 -07:00
Zach Fox
7c4a0545c4
BUGZ-1327: Fix PTT icon when PTTing and clipping
2019-08-22 12:51:34 -07:00
Zach Fox
a086d6fe6d
Fix triggered reactions not showing their icon in the emote indicator
2019-08-22 11:54:28 -07:00
dooglife@gmail.com
75dd4d8da9
json tuning, adding cheer/disbelief anim block-ins, BUG: these are tposing here so do not merge - this is a test
2019-08-22 11:50:22 -07:00
Zach Fox
177590614e
Fix emote bar always visible on MacOS; small logic cleanup
2019-08-22 11:44:09 -07:00
Shannon Romano
e328fc3766
Merge pull request #16087 from mattr1x/add-mac-user-agent-launcher
...
Add platform to Mac Launcher's user-agent string
2019-08-22 11:30:44 -07:00
Shannon Romano
36132677cd
Merge pull request #16083 from huffman/feat/win-launcher-useragent-version
...
DEV-418: Add version to UserAgent on Win launcher
2019-08-22 11:30:22 -07:00
Zach Fox
63d27fb002
Much smaller emoji wrt filesize; Fix emoji toolbar not sticking to window on MacOS
2019-08-22 11:00:15 -07:00
Zach Fox
330b8ceb91
Merge branch 'master' of github.com:highfidelity/hifi into emojiAppAdd
2019-08-22 10:24:00 -07:00
Matt Hardcastle
fa8db8c6ee
Add platform to Mac Launcher's user-agent string
2019-08-22 09:10:38 -07:00
Ryan Huffman
a73f69c62a
Add platform to UserAgent on win launcher
2019-08-22 09:09:07 -07:00
Andrew Meadows
8957cc5b2b
render opaque PolyLines with opaque pipepline
2019-08-22 08:13:11 -07:00
Andrew Meadows
81eaf157a6
tighter bounding box when rendering PolyLines
2019-08-22 08:13:11 -07:00
Ryan Huffman
cc5565d30f
Add version to UserAgent on Win launcher
2019-08-21 16:13:31 -07:00
Anthony Thibault
001e4bc952
AnimClip now supports relative animations.
...
Relative animations are animations that are rotation deltas from some base reference pose.
They are calculated by multiplying each frame of each joint the inverse of that joints in the base reference pose.
It is intended for use with additive blending.
Added the following fields to AnimClip node.
* isRelative (boolean)
* baseURL (string)
* baseFrame (int)
2019-08-21 16:11:10 -07:00
Shannon Romano
33070b4579
Merge pull request #16082 from mattr1x/add-mac-user-agent-launcher
...
DEV-417: Add User-Agent string to macOS Launcher
2019-08-21 15:38:46 -07:00
Shannon Romano
3b3bce059b
Merge pull request #16080 from roxanneskelly/bugz1275
...
BUGZ-1275 Additional Grapics API info was added to the system info, which overflowed the amount of info that could be sent in a packet.
2019-08-21 15:34:31 -07:00
Simon Walton
3d2e5dc816
Change method name for consistency
2019-08-21 14:19:57 -07:00
sabrina-shanman
2dbf3de58a
Allow more image names to be used as Nitpick test reference images
2019-08-21 14:17:43 -07:00
Simon Walton
cf21bc438e
Remove unused function and debugging variable
2019-08-21 14:00:13 -07:00
Matt Hardcastle
c987106d96
Add User-Agent string to macOS Launcher
...
Before this change, the mac HQ launcher didn't set a User-Agent string.
This change adds a User-Agent header – HQLauncher/$version – to each
HTTP request the mac launcher makes.
The approach I took was to add the User-Agent header to each HTTP
request. There is room for improvement. Most of the session
initialization could be rolled up into a helper class that sets the
User-Agent headers and other configuration parameters. Making that
change would be too much overhead for this quick task.
Jira: https://highfidelity.atlassian.net/browse/DEV-417
2019-08-21 13:29:56 -07:00
Simon Walton
9d0cd83ca4
Better handling of challenge timer
2019-08-21 11:59:04 -07:00
Zach Fox
3766ca8660
Add help/attributions popup to emoji popup window
2019-08-21 11:05:55 -07:00
Shannon Romano
3fa64acca2
Merge pull request #16016 from AndrewMeadows/safelandings-revenge
...
BUGZ-1139: try to prevent MyAvatar from getting stuck in the floor
2019-08-21 10:28:31 -07:00
Sam Gateau
fff98ed66a
Merge branch 'master' of github.com:highfidelity/hifi into yellow
2019-08-21 09:27:41 -07:00
dooglife@gmail.com
ec06a02fdf
Merge branch 'master' of https://github.com/highfidelity/hifi into tweak_sit_pose
2019-08-21 08:46:59 -07:00
Sam Gateau
e1e4d9ac6c
Exposing the AA mode of the AA job
2019-08-20 18:15:35 -07:00
Simon Walton
61668d3480
Handle concurrent verify operations better; other improvements
2019-08-20 18:03:46 -07:00
Andrew Meadows
54c69001b9
clarify safeLanding retry rate
2019-08-20 17:33:29 -07:00
Andrew Meadows
7084908df3
add isStuck logging, add assert because singleton
2019-08-20 17:33:29 -07:00
Andrew Meadows
4f0c2c5ee6
remove incorrect assert
2019-08-20 17:33:29 -07:00
Andrew Meadows
434af8bdfb
remove support for sub-contactAddecCallbacks from PhysicsEngine
2019-08-20 17:33:29 -07:00
Andrew Meadows
dba7cadcae
remove cruft
2019-08-20 17:33:29 -07:00
Andrew Meadows
42d2d4bbe5
fix warning in VisualStudio
2019-08-20 17:33:29 -07:00