Commit Graph

4421 Commits

Author SHA1 Message Date
Benn Gallagher
3a4873ef60 Copying //UE4/Dev-Physics to Dev-Main (//UE4/Dev-Main) @ 7703071
#rb
#rnx

[CL 7705805 by Benn Gallagher in Main branch]
2019-08-02 09:01:58 -04:00
cosmin sulea
8e10ba6152 UE-72092 - Action RPG failed to package for iOS with remote shader compiling
#jira UE-72092
#rb Jack.Porter

#ROBOMERGE-SOURCE: CL 7705590 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v384-7690951)

[CL 7705592 by cosmin sulea in Main branch]
2019-08-02 07:07:41 -04:00
benoit deschenes
22f347d191 Integrating CL 7700278
Fixing opacity mask using Virtual Textures at Datasmith import

#jira UE-78125
#rb Alexis.Matte

#ROBOMERGE-SOURCE: CL 7703036 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v384-7690951)

[CL 7703044 by benoit deschenes in Main branch]
2019-08-01 18:07:08 -04:00
ethan geller
13d186f8b3 [FYI] hongyi.yu, aaron.mcleran
#ROBOMERGE-SOURCE: CL 7674538 via CL 7680304
#ROBOMERGE-BOT: (v382-7680231)

[CL 7680413 by ethan geller in Main branch]
2019-08-01 06:46:29 -04:00
nick shin
9a95971409 HTML5 - deprecation messaging - spelling correction
#jira UE-76520 HTML5 needs to be marked as to be deprecated in 4.23
#rb none
#rnx

#ROBOMERGE-SOURCE: CL 7675341 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v381-7673386)

[CL 7675342 by nick shin in Main branch]
2019-07-31 17:05:23 -04:00
brandon schaefer
85d93a94b9 Remove OpenGL4 from the DefaultRHI list
#jira UE-78158
#rb none

#ROBOMERGE-SOURCE: CL 7671960 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v376-7668820)

[CL 7671961 by brandon schaefer in Main branch]
2019-07-31 11:59:28 -04:00
richard talbotwatkin
c0ef3053d2 Deprecated direct access to UStaticMesh::SourceModels, SectionInfoMap and OriginalSectionInfoMap.
Added new accessors for getting individual SourceModels, or the entire array.
#rb none
#jira none

#ROBOMERGE-SOURCE: CL 7668562 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v372-7473910)

[CL 7668565 by richard talbotwatkin in Main branch]
2019-07-31 03:40:45 -04:00
andrew grant
f01861c8e5 Fix for UE-68957 - editor crashing when exiting PIE while tests are running
#jira UE-68957
#rb na

#ROBOMERGE-SOURCE: CL 7663966 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v372-7473910)

[CL 7663974 by andrew grant in Main branch]
2019-07-30 18:01:14 -04:00
william ewen
0e40fd45d1 ScreenshotBrowser: Adding Filters for displayed screenshot reports based on:
- Screenshot Name (case-insensitive string)
 - Fails (checkbox to show or hide fails)
 - New Screenshots (checkbox to show or hide new screenshots)


#ROBOMERGE-SOURCE: CL 7651289 via CL 7654617
#ROBOMERGE-BOT: (v372-7473910)

[CL 7654765 by william ewen in Main branch]
2019-07-29 17:43:13 -04:00
william ewen
8618d4be2c ScreenshotBrowser: Adding support for enlarging New screenshots with a click, to better preview them before approval
#ROBOMERGE-SOURCE: CL 7651284 via CL 7654616
#ROBOMERGE-BOT: (v372-7473910)

[CL 7654764 by william ewen in Main branch]
2019-07-29 17:43:11 -04:00
nick shin
3979e9e9e4 HTML5 - re add experimental tag to Multithreading Support checkbox in Project Settings for HTML5
#jira UE-77913  HTML5 Multithreading doesn't show experimental in the setting name
#rnx
#rb none

#ROBOMERGE-SOURCE: CL 7651745 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v372-7473910)

[CL 7651751 by nick shin in Main branch]
2019-07-29 15:38:08 -04:00
graeme thornton
9a3d7dcf99 UnrealPak: Only print out "adding entries" message when we're actually creating a pak file
#ROBOMERGE-SOURCE: CL 7648160 via CL 7648161 via CL 7648295
#ROBOMERGE-BOT: (v372-7473910)

[CL 7648369 by graeme thornton in Main branch]
2019-07-29 05:10:56 -04:00
dan hertzka
d41799712f Unblocking robomerge
- Merge was a little involved, ran SlateViewer and things seem to be working as expected

ListView improvements
- Added horizontal layout option to both SListView and STileView.
- Added smooth inertial scrolling. Doing so naturally requires more refreshes, so it's not intended for use in perf-sensitive scenarios and is disabled by default.
- Added option to establish a consistent fixed offset when scrolling (to, for example, ensure the top item is always flush with the top of the list, or that the bottom 25% of the preceeding item is always visible above). Note that enabling this will override the NavigationScrollOffset property, as the two concepts fully conflict.
- Exposed all new functionality to the UMG counterparts of the slate lists
- Updated SlateViewer's ListView testing tab to include a horizontal list, a horizontal tile view, and options for enabling animated scrolling and fixed offsets. Also tinkered a bit with the default sizing and open tab, as the default size seemed universally too small.

#rb Matt.Loesby, Josh.Gross, Nick.Darnell
[FYI] Matt.Kuhlenschmidt, Chris.Gagnon, Stephan.Jiang, Saad.Nader, Philip.Buuck, Don.Eubanks, Matt.Stone, Geoff.Wong, Ryan.Reed


#ROBOMERGE-OWNER: dan.hertzka
#ROBOMERGE-AUTHOR: dan.hertzka
#ROBOMERGE-SOURCE: CL 7634094 via CL 7642338
#ROBOMERGE-BOT: (v372-7473910)

[CL 7642344 by dan hertzka in Main branch]
2019-07-26 16:57:25 -04:00
marc audy
46aa647673 Remove duplicate function definition
#rnx
[FYI] Michael.Trepka


#ROBOMERGE-SOURCE: CL 7639961
#ROBOMERGE-BOT: (v372-7473910)

[CL 7639983 by marc audy in Main branch]
2019-07-26 14:29:17 -04:00
sebastien lussier
01e45757e5 MaterialBaking: Remove cached materials instances from the material proxy pool when changes are made to one of it's parent material
[FYI] bryce.lumpkin


#ROBOMERGE-SOURCE: CL 7629383 via CL 7629384 via CL 7637104
#ROBOMERGE-BOT: (v372-7473910)

[CL 7637265 by sebastien lussier in Main branch]
2019-07-26 13:44:18 -04:00
michael trepka
d7c706ae85 Copy of CL 7605175
Changes to make new Clang in Xcode 11 beta compile the engine witout warnings

#jira UE-77043


#ROBOMERGE-OWNER: michael.trepka
#ROBOMERGE-AUTHOR: michael.trepka
#ROBOMERGE-SOURCE: CL 7627878 via CL 7627884 via CL 7636118
#ROBOMERGE-BOT: (v372-7473910)

[CL 7636120 by michael trepka in Main branch]
2019-07-26 13:29:50 -04:00
nick shin
340614fd13 HTML5 - deprecation messaging
#jira UE-76520 HTML5 needs to be marked as to be deprecated in 4.23
#rb none
[RN]

#ROBOMERGE-SOURCE: CL 7629149 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v372-7473910)

[CL 7629151 by nick shin in Main branch]
2019-07-25 15:30:35 -04:00
jack porter
c273115228 Mark ES2 as deprecated, use ES31 as default for Android
#jira UE-76519
#rb Allan.Bentham
[FYI] Chris.Babcock

#ROBOMERGE-SOURCE: CL 7609267 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v372-7473910)

[CL 7609275 by jack porter in Main branch]
2019-07-24 12:23:33 -04:00
peter sauerbrei
b7614c7042 fix for sending OOM crash with callstack
potential fix for occasional incorrect log with OOM
addition of StartTime and UpdateTime to key value data
#rb none


#ROBOMERGE-SOURCE: CL 7586645 via CL 7586647 via CL 7586804
#ROBOMERGE-BOT: (v372-7473910)

[CL 7608380 by peter sauerbrei in Main branch]
2019-07-24 12:06:04 -04:00
michael trepka
f7af6da126 Changes to make new Clang in Xcode 11 beta compile the engine witout warnings
#rb Josh.Adams
#jira UE-77043
[FYI] Peter.Sauerbrei, Ben.Marsh, Andrew.Grant

#ROBOMERGE-SOURCE: CL 7605175 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v372-7473910)

[CL 7605181 by michael trepka in Main branch]
2019-07-24 09:57:26 -04:00
richard wallis
66e59c9e86 Fix for crash when landscape layers is enabled in World Settings on Mac. Clone of Dev-Rendering CL 7093397 and CL 7196314.
#jira UE-74840
#rb none
[FYI] lukas.hermanns, matt.collins

#ROBOMERGE-SOURCE: CL 7528998 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v372-7473910)

[CL 7529179 by richard wallis in Main branch]
2019-07-23 06:51:59 -04:00
brandon schaefer
0a3da5023d Fix crash when clicking on empty space in the drop down menu in slage file dialog window
#jira UE-74803
#rb none

#ROBOMERGE-SOURCE: CL 7475589 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v372-7473910)

[CL 7475590 by brandon schaefer in Main branch]
2019-07-22 11:53:36 -04:00
sebastien lussier
4f1a715182 Added the option "Create Merged Material" to mesh merging settings
* Option is disabled by default
* When enabled, the resulting merged mesh will have:
** An additional unused material which is created from the merge of all meshes materials
** An additional set of UV coordinates that can be used to apply the merged material to any section of the mesh
** Added additional static switch params to BaseFlattenMaterials to allow specifying UV channel
[FYI] jurre.debaare
#rnx


#ROBOMERGE-SOURCE: CL 7473968 via CL 7474018
#ROBOMERGE-BOT: (v372-7473910)

[CL 7474030 by sebastien lussier in Main branch]
2019-07-22 08:22:52 -04:00
dmitriy dyomin
efde5a2cbe Add GL_OES_shader_image_atomic as a requirement for VK feature level ES3.1, to support Niagara GPU sim
#jira UE-76944
#rb none

#ROBOMERGE-SOURCE: CL 7473520 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v371-7306989)

[CL 7473521 by dmitriy dyomin in Main branch]
2019-07-22 01:30:26 -04:00
lukasz furman
5ac6afabfe fixed gameplay debugger crash on replay recording
#rb none


#ROBOMERGE-SOURCE: CL 7463758 via CL 7464871 via CL 7469781
#ROBOMERGE-BOT: (v371-7306989)

[CL 7469938 by lukasz furman in Main branch]
2019-07-20 11:15:03 -04:00