Commit Graph

10186 Commits

Author SHA1 Message Date
jeff fisher
b6ce7ec92c UE-77564 HoloLens 2 doesn't support speech when remoting
-Fixed is_sta assert by making speech startup more asynchronous
-Fixed double BeginPlay call when in VRPreview (this fx was made some time ago in main, but didn't make it into release-4.23)
-Fixed speech events being routed through the editor world rather than the game world.
#jira UE-77564
#rb Ryan.Vance
#lockdown nick.penwarden

#ROBOMERGE-SOURCE: CL 8129999 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v401-8057353)

[CL 8130002 by jeff fisher in Main branch]
2019-08-20 16:50:10 -04:00
jason bestimt
4680df8967 Fix for quiting remoting app while remoting to HL2 in PIE
#JIRA: UE-79002
[CODEREVIEW] ryan.vance
#RB: ryan.vance
#lockdown: nick.penwarden

#ROBOMERGE-SOURCE: CL 8119262 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v401-8057353)

[CL 8119264 by jason bestimt in Main branch]
2019-08-19 15:51:09 -04:00
stanley hayes
e5979d6a05 #JIRA: Sol-554
Updated Arrow Asset
#rb Mike.Beach


#ROBOMERGE-SOURCE: CL 8103174 via CL 8103184 via CL 8109876
#ROBOMERGE-BOT: (v401-8057353)

[CL 8109968 by stanley hayes in Main branch]
2019-08-17 02:04:23 -04:00
rachel birnbaum
0139abb6f9 #JIRA: Sol-514
Updated Assets


#ROBOMERGE-SOURCE: CL 8095942 via CL 8100627 via CL 8109181
#ROBOMERGE-BOT: (v401-8057353)

[CL 8109282 by rachel birnbaum in Main branch]
2019-08-17 01:46:21 -04:00
ben woodhouse
2ff9dae3af PerfReportTool 3.86
Fix a bug with event names in event summaries getting truncated by 1 character in some cases


#ROBOMERGE-SOURCE: CL 8095828 via CL 8096832
#ROBOMERGE-BOT: (v401-8057353)

[CL 8096844 by ben woodhouse in Main branch]
2019-08-16 14:40:07 -04:00
patrick boutot
bd0ce4ffcc Add AppleProRes plugin
#jira none
#lockdown cristina.riveron
#rb none
[FYI] vincent.beauchemin, andy.blondin

#ROBOMERGE-SOURCE: CL 8096657 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v401-8057353)

[CL 8096660 by patrick boutot in Main branch]
2019-08-16 14:29:47 -04:00
ben woodhouse
234b307d09 CsvCollate 1.25
Averaging no longers shortens the output CSV to the minimum CSV length. Instead, stat frame values are averaged across the CSVs we have frames for. This allows for meaningful comparisons of large sets of CSVs
TODO: process the CSVs one at a time to reduce peak memory use


#ROBOMERGE-SOURCE: CL 8069626 via CL 8095248
#ROBOMERGE-BOT: (v401-8057353)

[CL 8095363 by ben woodhouse in Main branch]
2019-08-16 13:36:20 -04:00
chris babcock
da8cac0681 Minor performance improvement for logging
#ue4
#android
[at]Pete.Procopio



#ROBOMERGE-SOURCE: CL 8044017 via CL 8044020 via CL 8044753 via CL 8047292
#ROBOMERGE-BOT: (v400-8057353)

[CL 8066732 by chris babcock in Main branch]
2019-08-15 17:11:09 -04:00
buildmachine
96b5b05a40 Localization Automation
[CL 8063305 by buildmachine in Main branch]
2019-08-15 14:16:14 -04:00
patrick boutot
4c74e0ee61 Update the RemoteControl.upluing description. Add an icon for the plugin.
#jira UE-78923
[FYI] andy.blondin
#lockdown cristina.riveron

#ROBOMERGE-SOURCE: CL 8061184 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v400-8057353)

[CL 8061186 by patrick boutot in Main branch]
2019-08-15 11:39:17 -04:00
buildmachine
bf526994ed Localization Automation
[CL 8042068 by buildmachine in Main branch]
2019-08-14 16:12:32 -04:00
jeff fisher
e3f9d2662d UEVR-1470 Hololens d3d device loss
-The new HolographicFrame must be created on the render thread because the CreateNextFrame() makes use of the D3DDevice, which is in single threaded mode.  Previously it was being called from the game thread which would occasionally cause a rendering crash or device loss.
-This change moves it to the render thread in OnBeginRendering_RenderThread.  The GameThread uses the previous render thread frame as it's frame.  We are blocking in OnBeginRendering_RenderThread.  This is conceptually similar to the SteamVR implementation.
-rebuilt interop binaries
#rb Ryan.Vance
#jira UEVR-1470

#ROBOMERGE-SOURCE: CL 8041587 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v399-8035122)

[CL 8041590 by jeff fisher in Main branch]
2019-08-14 15:27:21 -04:00
jack oakman
3d3b79afab Added Solver Icon.
#jira UE-75836

#ROBOMERGE-SOURCE: CL 8041568 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v399-8035122)

[CL 8041569 by jack oakman in Main branch]
2019-08-14 15:23:07 -04:00
jamie dale
3da6ac097a Removed old localization content
#jira UE-78902
#rnx

#ROBOMERGE-SOURCE: CL 8041521 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v399-8035122)

[CL 8041524 by jamie dale in Main branch]
2019-08-14 15:13:38 -04:00
brandon schaefer
5e6b22cf98 Bump to v14 clang 8.0.1 toolchain for Linux
#jira none
#rb none
[FYI] Arciel.Rekman, Michael.Sartain

#ROBOMERGE-SOURCE: CL 8039909 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v399-8035122)

[CL 8039915 by brandon schaefer in Main branch]
2019-08-14 13:26:41 -04:00
simon tourangeau
c20287b13b Resave some nDisplay blueprints
#jira UE-78862
#jira UE-78863

#rb none

#ROBOMERGE-SOURCE: CL 8029632 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v397-8020114)

[CL 8029633 by simon tourangeau in Main branch]
2019-08-14 08:43:15 -04:00
simon tourangeau
ca0c71d554 Resave some nDisplay blueprints
#jira UE-78862
#jira UE-78863

#rb none

#ROBOMERGE-SOURCE: CL 8012456 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v396-7974030)

[CL 8012457 by simon tourangeau in Main branch]
2019-08-13 17:59:53 -04:00
ben woodhouse
937418f897 PerfReportTool 3.85:
Bulk query improvements:
- Add -beginEvent and -endEvent arguments to generate perf reports only within particular events (e.g skydiving begin/skydiving end)
- Add -summaryTableFilename arg so we can override the summary table filename
[FYI] andrew.ladenberger


#ROBOMERGE-SOURCE: CL 7984408 via CL 7996448
#ROBOMERGE-BOT: (v396-7974030)

[CL 7996657 by ben woodhouse in Main branch]
2019-08-13 14:21:55 -04:00
jonathan lindquist
aa7e76cdf5 Adding the option to initialize material random
#ROBOMERGE-SOURCE: CL 7983905 via CL 7996433
#ROBOMERGE-BOT: (v396-7974030)

[CL 7996645 by jonathan lindquist in Main branch]
2019-08-13 14:21:45 -04:00
shaun kime
a4ef2dc7ce Back out changelist 7950085. Wyeth tried to push a file from main to 4.23, but was version incompatible.
[FYI] Wyeth.Johnson
#jira none

#ROBOMERGE-SOURCE: CL 7991838 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v396-7974030)

[CL 7991847 by shaun kime in Main branch]
2019-08-13 13:38:42 -04:00
stanley hayes
f22bc1a23e Update UI Icons
#JIRA: SOL-471


#ROBOMERGE-SOURCE: CL 7955616 via CL 7955620 via CL 7955671 via CL 7956863
#ROBOMERGE-BOT: (v393-7951996)

[CL 7957054 by stanley hayes in Main branch]
2019-08-12 22:56:42 -04:00
jonathan lindquist
d26c25f15c Adding a new function and module that calculates various sphere/plane interpenetration info
#ROBOMERGE-SOURCE: CL 7954439 via CL 7955945
#ROBOMERGE-BOT: (v393-7951996)

[CL 7956096 by jonathan lindquist in Main branch]
2019-08-12 20:04:37 -04:00
jonathan lindquist
4ee224070f The collision module now teleports penetrating particles out of surfaces to avoid large tangential movements. A new feature has been added to gpu depth buffer particles. Users can now opt out of killing occluded particles. A portion of the collision module has been turned into a function. A new sphere plane intersection function and module set allow users to easily gather various penetration data.
#ROBOMERGE-SOURCE: CL 7954413 via CL 7955884
#ROBOMERGE-BOT: (v393-7951996)

[CL 7956060 by jonathan lindquist in Main branch]
2019-08-12 20:04:02 -04:00
wyeth johnson
2e15d21285 Better metadata on length ops
#ROBOMERGE-SOURCE: CL 7950227 via CL 7952641
#ROBOMERGE-BOT: (v393-7951996)

[CL 7953490 by wyeth johnson in Main branch]
2019-08-12 17:21:38 -04:00
wyeth johnson
edbd03897e Typo on metadata
#ROBOMERGE-SOURCE: CL 7950133 via CL 7952629
#ROBOMERGE-BOT: (v393-7951996)

[CL 7953476 by wyeth johnson in Main branch]
2019-08-12 17:21:19 -04:00