Commit Graph

22423 Commits

Author SHA1 Message Date
bruce nesbit
bb9ed20165 Removed code that was forcing feature packs have a focus asset. (Focus asses aret not mandatory)
[CL 2529987 by bruce nesbit in Main branch]
2015-04-29 06:45:47 -04:00
Andrew Rodham
904c0f0eee Corrected UDeveloperSettings:::Get...Name() use of EditorUserSettings.
EditorUserSettings should no longer exist, in favor of EditorPerProjectUserSettings (which is already handled by these functions). Changed EditorUserSettings to EditorSettings to catch uses of EditorSettings classes

[CL 2529969 by Andrew Rodham in Main branch]
2015-04-29 06:09:00 -04:00
Andrew Rodham
55751770b2 Changed EditorUserSettings config classes to EditorPerProjectUserSettings
EditorUserSettings had been renamed just as these classes went in

[CL 2529966 by Andrew Rodham in Main branch]
2015-04-29 06:07:22 -04:00
Andrew Rodham
7d6f18055a Fixed editor per-project user settings getting eradicated on startup
The editor per-project settings in some cases were not being loaded correctly when bGenerateDestIni was false, which caused the file to be altogether emptied. I've changed this code to load the config directly, rather than rely on the nuanced behavior of the FConfigCacheIni helper functions. Also change the code to back up the old settings, rather than destroy them.

[CL 2529955 by Andrew Rodham in Main branch]
2015-04-29 05:57:26 -04:00
Simon Tovey
0453945bb0 UE-14522 - Unlit materials no longer make use of the normal input thus making it impossible to use modified normals to modify refraction on unlit materials
The material side of this was actually working. When the refraction input is connected, the normal pin is active. The issue was just visual.
Material result node pin widgets were caching their colour on construction. Changed to recalculate each frame.

[CL 2529948 by Simon Tovey in Main branch]
2015-04-29 05:45:13 -04:00
Dmitriy Dyomin
77035e6506 Properly detect that all required landscape textures are streamed-in before rendereing grass maps
[CL 2529930 by Dmitriy Dyomin in Main branch]
2015-04-29 05:31:28 -04:00
Chris Wood
68b9fbe900 Fixed non-unity build error in FoliageEdit
[CL 2529928 by Chris Wood in Main branch]
2015-04-29 05:30:41 -04:00
Terence Burns
0b1ee71f9d Fix for Linux build and shadow variable FilmToe. Renamed to FilmToeS
[CL 2529898 by Terence Burns in Main branch]
2015-04-29 05:04:33 -04:00
Sungjin Hong
480d373ec1 TypoCorrection
[CL 2529879 by Sungjin Hong in Main branch]
2015-04-29 04:06:31 -04:00
Jack Porter
4a2d4cafbd Fix issues with landscape ES2 data being overwriting PC data causing issues with component weightmaps when launching or using the mobile previewer multiple times. (UE-10421 / UE-12441)
[CL 2529858 by Jack Porter in Main branch]
2015-04-29 03:18:59 -04:00
Jaroslaw Palczynski
c4995c5ef5 UE-14029: Project selections are out of date in Unreal Sync
Changed US3 to ignore case when searching for projects.

[CL 2529822 by Jaroslaw Palczynski in Main branch]
2015-04-29 02:40:52 -04:00
buildmachine
51e6e19c3e [Localization Update] Project: Engine Target: ToolTips
[CL 2529773 by buildmachine in Main branch]
2015-04-29 01:17:43 -04:00
buildmachine
9c27e677e6 [Localization Update] Project: Engine Target: PropertyNames
[CL 2529771 by buildmachine in Main branch]
2015-04-29 01:16:44 -04:00
buildmachine
3e207b0c73 [Localization Update] Project: Engine Target: EditorTutorials
[CL 2529770 by buildmachine in Main branch]
2015-04-29 01:15:41 -04:00
buildmachine
8ea09bd2a6 [Localization Update] Project: Engine Target: Editor
[CL 2529768 by buildmachine in Main branch]
2015-04-29 01:15:24 -04:00
buildmachine
9e73ccd313 [Localization Update] Project: Engine Target: Engine
[CL 2529766 by buildmachine in Main branch]
2015-04-29 01:14:30 -04:00
Sungjin Hong
0134317e1f TypoCorrection
[CL 2529747 by Sungjin Hong in Main branch]
2015-04-29 00:43:47 -04:00
Kwangsub Shin
4d082d3a7a Copy libgnustl_shared.so only when it's updated.
[CL 2529726 by Kwangsub Shin in Main branch]
2015-04-29 00:06:26 -04:00
Sungjin Hong
004f65f61d TypoCorrection
[CL 2529703 by Sungjin Hong in Main branch]
2015-04-28 23:29:01 -04:00
Maciej Mroz
2a4acc4a2a A warning when a event has output (non-const) parameter.
UE-10836 Blueprint Interfaces cannot pass by reference between two blueprints

[CL 2529627 by Maciej Mroz in Main branch]
2015-04-28 21:49:03 -04:00
Daniel Wright
f3f3065257 Fix compile error
[CL 2529606 by Daniel Wright in Main branch]
2015-04-28 21:04:50 -04:00
Ben Marsh
46abddb4b7 Add the -WithRocketPromotable argument to allow testing Rocket builds behind promotion triggers locally.
[CL 2529581 by Ben Marsh in Main branch]
2015-04-28 20:46:43 -04:00
Ben Marsh
00f1c194d8 Add dependency on the promotable trigger back in.
[CL 2529577 by Ben Marsh in Main branch]
2015-04-28 20:43:24 -04:00
Ben Marsh
1fbbf3d0d5 Make the promotion trigger depend on the Rocket promotable steps succeeding, so we can select the Shared_LabelPromoted node when manually triggering a build again.
#codereview Kellan.Carr

[CL 2529568 by Ben Marsh in Main branch]
2015-04-28 20:41:07 -04:00
David Ratti
f28e9153c0 Better logging for activation count overflow
[CL 2529549 by David Ratti in Main branch]
2015-04-28 20:22:45 -04:00