SamGondelman
b9ba764e0f
fix openDirectory
...
(cherry picked from commit 609e58a0ddcff0ace1d75a85fafd73bfa4a5eacd)
2019-04-25 12:24:26 -07:00
SamGondelman
5f3a37d40e
possible fix for openUrl exploit
...
(cherry picked from commit 31b3f0e8f1
)
2019-04-25 10:08:26 -07:00
John Conklin II
380ca85d15
Merge pull request #15449 from wayne-chen/fixMarketplaceLoginBug
...
Case 22337: Market -- Please Login -- does not work
2019-04-24 12:03:41 -07:00
Wayne Chen
90e993844a
changing method name to reflect recent change in code
2019-04-23 16:50:54 -07:00
John Conklin II
9d43612d0d
Merge pull request #15432 from wayne-chen/fixContextChange-82
...
Case 22263: Interface Mute setting does not persist after relaunching interface.
2019-04-23 11:59:10 -07:00
Wayne Chen
d7b12bcc3b
set AudioClient mute state as catch-all
2019-04-22 19:08:15 -07:00
Shannon Romano
443e5e99e1
Merge pull request #15437 from SamGondelman/version82
...
Case 22314: Fix "Version" not being preserved during baking (RC82)
2019-04-22 15:39:13 -07:00
John Conklin II
81bf7ea58e
Merge pull request #15421 from sabrina-shanman/bug_oven_texture-scale
...
(case 22277) Fix some baked models not preserving texture scale (RC82)
2019-04-22 14:05:56 -07:00
SamGondelman
7574912629
fix version not being preserved
...
(cherry picked from commit 98a7e4e711
)
2019-04-22 11:36:18 -07:00
Wayne Chen
a9ece60888
allowing context change to change mute state
2019-04-19 18:21:31 -07:00
John Conklin II
0bf510d953
Merge pull request #15420 from wayne-chen/fixShieldIconBehavior-82
...
Case 22289: Fixing Shield Icon Behavior in Desktop Mode
2019-04-19 15:24:10 -07:00
John Conklin II
e8f4b5a902
Merge pull request #15424 from huffman/fix/domain-baker-not-finishing-82
...
Case 22299: Fix domain baker not finishing
2019-04-19 14:00:41 -07:00
John Conklin II
4d4db257e4
Merge pull request #15382 from Atlante45/fix/asset-server-baking
...
Case 22209: Fix asset server auto-baking
2019-04-19 13:40:59 -07:00
Shannon Romano
57e996c615
Merge pull request #15415 from wayne-chen/fixRelaunchMuteSettings-82
...
Case 22263: Persist Mute Settings Between Sessions
2019-04-19 10:49:01 -07:00
Ryan Huffman
67ea9055e0
Fix domain baker not finishing (threading, material key)
...
This addresses 2 cases where the domain baker would not finish
1. For material baking, we were storing a value in
_entitiesNeedingRewrite with a different key than what
we use when we later remove it from _entitiesNeedingRewrite
2. The domain baker runs on a worker thread. When starting a
baker for an item in the domain, we do an invokeMethod,
which will happen synchronously if the baker ends up on the
same thread as the thread that the domain baker is on.
This can cause issues if the baker finishes immediately.
The case I saw was a local model url that immediately failed,
and finished before return from the invokeMethod in the domain baker .
2019-04-19 09:50:07 -07:00
sabrina-shanman
aea9ed91db
Fix mat4FromVariant
2019-04-19 09:00:28 -07:00
Wayne Chen
474041d5d1
simplify PTT logic
2019-04-18 21:00:15 -07:00
sabrina-shanman
d711e1a9b7
Save some bandwidth by not including unity texture transforms in material jsons
2019-04-18 17:43:03 -07:00
sabrina-shanman
b1e3a149ff
Remove unnecessary hasTexcoordTransform
2019-04-18 17:40:56 -07:00
sabrina-shanman
94e51b136c
Fix baked models not preserving scale in some cases
2019-04-18 16:54:20 -07:00
Wayne Chen
389667ae56
adding proper logic for shield icon behavior
2019-04-18 14:54:21 -07:00
Wayne Chen
3bb8da3f29
real fix
2019-04-18 14:47:32 -07:00
John Conklin II
08dfabb53e
Merge pull request #15417 from SamGondelman/transparent
...
Case 22276: Fix transparent textures on baked assets (RC82)
2019-04-18 14:18:19 -07:00
John Conklin II
1d01d0e3f8
Merge pull request #15404 from sabrina-shanman/bug_oven_fst-rebake_RC82
...
(case 22163) Fix baked models unable to rebake
2019-04-18 12:17:22 -07:00
SamGondelman
b89dbf8346
fix transparent textures on baked assets
2019-04-18 11:22:37 -07:00
John Conklin II
ccc6fd1eb0
Merge pull request #15412 from wayne-chen/fixMuteWarningSwitchText-82
...
Case 22259: Fix Mute Warning Switch Text
2019-04-18 10:59:14 -07:00
Wayne Chen
ddb040eaf7
adding settingsLoaded bool check
2019-04-18 10:51:12 -07:00
Wayne Chen
7e445e40f8
change text to display
2019-04-18 08:48:39 -07:00
John Conklin II
d8ba08ec2d
Merge pull request #15403 from SimonWalton-HiFi/avatar-mixer-restart-82
...
Avatar-Mixer restart issues (RC82)
2019-04-17 16:28:31 -07:00
sabrina-shanman
ca15d3d3a8
Fix baked FSTs unable to be rebaked by creating an FST in the original
...
output folder
2019-04-17 15:25:50 -07:00
Simon Walton
c7f270a9ba
Combine PR15375 & PR15376 for RC82 branch
2019-04-17 13:47:39 -07:00
Shannon Romano
b5b88bae52
Merge pull request #15399 from sabrina-shanman/hfm_bug_model-materials
...
(case 22201) Fix Interface not loading some baked models correctly
2019-04-17 13:46:45 -07:00
John Conklin II
7e3d58dd77
Merge pull request #15397 from SamGondelman/oven282
...
Case 22222: Fix oven crash
2019-04-17 13:14:59 -07:00
Clement
f371b7b2d9
Fix typo
2019-04-17 12:57:15 -07:00
sabrina-shanman
7f42ecaa74
Fix another Interface issue loading baked models
2019-04-17 12:11:21 -07:00
Clement
03b28b3dfa
Add error reporting + Make temp dir erase safer
2019-04-16 19:40:59 -07:00
sabrina-shanman
461c70301a
Fix Interface not loading some baked models correctly
2019-04-16 15:48:42 -07:00
SamGondelman
1b1b651b22
fix oven crash
...
(cherry picked from commit 2d5cfbf4f5
)
2019-04-16 15:20:11 -07:00
Clement
ea8bc72bbf
Fix Asset Server reporting bad status for textures
2019-04-15 19:08:44 -07:00
Shannon Romano
d1d441e8d2
Merge pull request #15390 from sabrina-shanman/hfm_disable-embedded-materials
...
Disable baking of embedded material textures in material entities
2019-04-15 14:53:16 -07:00
sabrina-shanman
0940931068
Disable baking of embedded material textures in material entities
2019-04-15 10:42:57 -07:00
John Conklin II
a6d35da562
Merge pull request #15380 from dback2/materialTargetRC82Fix2
...
Case 22092: Fix material targets when re-opening properties to same entity (RC82)
2019-04-15 10:04:25 -07:00
sabrina-shanman
0a62bf3e48
Fix MaterialBaker not including names in baked multi-materials
2019-04-15 09:49:45 -07:00
John Conklin II
5c5dc424a4
Merge pull request #15387 from danteruiz/fix-bubble-82
...
Case 22157: Shield/bubble animation and sound plays when other users are ignored by PAL or their own shields
2019-04-15 09:09:42 -07:00
Atlante45
c5b7bdc802
Fix unix warning
2019-04-12 17:51:03 -07:00
danteruiz
8e3b76d2e3
fixing bubble
2019-04-12 17:15:40 -07:00
sabrina-shanman
d19b1c18a0
Fix MaterialBaker not including names in baked multi-materials
2019-04-12 15:50:54 -07:00
Atlante45
794cedaa60
Patch interface redirect code
2019-04-12 15:49:34 -07:00
unknown
67f35e7074
fix material targets when re-opening properties to same entity
2019-04-12 14:47:48 -07:00
SamGondelman
77d8a36914
attempt to handle atp redirects from .fbx to .baked.fst
2019-04-12 13:50:23 -07:00