Commit Graph

44 Commits

Author SHA1 Message Date
Jamie Dale
fe2c01e3c0 Ensured that everything in the editor using a TTextFilter is reporting syntax error information back to the user
[CL 2582959 by Jamie Dale in Main branch]
2015-06-10 13:22:27 -04:00
bruce nesbit
360c580a9d Added featrure pack automation test
Removed FeaturePack class and put functions from it in FeaturePackContentSource

[CL 2571992 by bruce nesbit in Main branch]
2015-05-31 12:48:56 -04:00
Justin Sargent
d7fe51bc96 The WidgetCarousel no longer defaults to the WidgetCarouselModuleStyle. Instead this must be specified upon construction. This prevents warning spam for applications like the launcher which don't ship editor content which the WidgetCarouselModuleStyle is dependent upon.
Merging using UE4-To-UE4-LauncherDev

[CL 2567510 by Justin Sargent in Main branch]
2015-05-27 17:50:45 -04:00
bruce nesbit
23ca8e3846 Fixed incorrect check for focusasset
[CL 2535885 by bruce nesbit in Main branch]
2015-05-04 12:02:02 -04:00
bruce nesbit
21573a8f18 Cleaned up FP_FirstPersonBP DefaultEngine.ini
Wrapped search tags parse in FeaturePack code with a check that the field exists

[CL 2533301 by bruce nesbit in Main branch]
2015-05-01 05:32:43 -04:00
Mike Fricker
d5144cdb0e Fixed a few compile errors when compiling with Clang on Windows (r231657)
[CL 2531844 by Mike Fricker in Main branch]
2015-04-30 09:40:21 -04:00
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
bruce nesbit
f91da19300 Added missing file to contents for vehicle FP and repacked said FP.
Added log output to FeaturePackContentSource to show when a screenshot file is missing.

[CL 2528169 by bruce nesbit in Main branch]
2015-04-28 04:31:52 -04:00
bruce nesbit
eee528c422 Mac compile fix for FeaturePackContentSource
[CL 2526934 by bruce nesbit in Main branch]
2015-04-27 10:38:24 -04:00
bruce nesbit
15873e22b5 Added suport for classes to register with super search for handling/acting on searches
Hooked in feature packs to show in super search using tags in the FP manifests
Added some keywords to manifests for super search

[CL 2526727 by bruce nesbit in Main branch]
2015-04-27 05:56:20 -04:00
Frank Fella
682f23fc70 AddContentDialog - Add error checking and validation for pack manifest loading and fix up some bad manifests.
[CL 2516471 by Frank Fella in Main branch]
2015-04-17 17:02:38 -04:00
Frank Fella
a452cebb06 AddContentDialog - Update the style and layout of the "Add to Project" button.
Jira: UE-10273

[CL 2493741 by Frank Fella in Main branch]
2015-03-27 10:20:41 -04:00
bruce nesbit
3d41b446ed Added sortkey to feature pack manifest
[CL 2484296 by bruce nesbit in Main branch]
2015-03-19 07:47:41 -04:00
Jamie Dale
d3bc0041cf Fixed some bad font references
UE-8718 - Warning about loading font darta from Roboto-Regular.ttf & Roboto-Bold.ttf

[CL 2466215 by Jamie Dale in Main branch]
2015-03-02 08:48:49 -05:00
Frank Fella
faf36fd70d AddContentDialog - Clear the detail view when the user clears the tile view selection.
[CL 2429951 by Frank Fella in Main branch]
2015-02-03 10:41:38 -05:00
Ben Marsh
b4db61014b [INTEGRATE] Change 2421922 by bruce.nesbit@bnesbit_Releases on 2015/01/28 05:46:59
Added message to indicate compiling is going to happen when importing code FP. Also made code wait until its complete
	Added provision for focus on a specifc asset after adding a feature pack
	Revised class type names in feature pack manifests.

[CL 2425812 by Ben Marsh in Main branch]
2015-01-30 10:48:17 -05:00
Ben Marsh
79171001e0 [INTEGRATE] Change 2418473 by James.Golding@JGOLDING-T2781-CODE on 2015/01/26 05:59:50
Make 'add content pack' dialog more robust to missing images
	Copied changes from main branch (CL 2400859) to hopefully ease merging
	#codereview bruce.nesbit, frank.fella

[CL 2419717 by Ben Marsh in Main branch]
2015-01-26 20:18:06 -05:00
bruce nesbit
4e0879df43 Minor stability revisions to feature pack related code.
[CL 2418494 by bruce nesbit in Main branch]
2015-01-26 06:39:22 -05:00
Steve Robb
0756ef15b9 Delegate comparisons deprecated, lots of other associated code deprecated, and lots of warning fixups:
* Multicast delegate Add* calls now return FDelegateHandles, and Remove* calls are now all deprecated, except for a new Remove function which takes a FDelegateHandle.
* New FConsoleManager::RegisterConsoleVariableSink_Handle and UnregisterConsoleVariableSink_Handle functions which work in terms of FConsoleVariableSinkHandle.
* Timer calls which don't take FTimerHandles are deprecated.
* FTicker::AddTicker now returns an FDelegateHandle and is removed by an overloaded Remove function.
* DEFINE_ONLINE_DELEGATE* macros now define _Handle variants of the Add/Remove functions which return/take handles.
* Various other handle-based registration changes.
* Some unity build fixes.
* Some simplification of delegate code.
* Fixes for lots of existing code to use handle-based registration and unregistration.

#codereview robert.manuszewski

[CL 2400883 by Steve Robb in Main branch]
2015-01-08 09:29:27 -05:00
bruce nesbit
daa7a7ca46 Added some valid checks in FContentSourceViewModel::SetupBrushes
[CL 2400859 by bruce nesbit in Main branch]
2015-01-08 09:00:12 -05:00
Jamie Dale
a569f6b356 Fixed code relying on SLATE_TEXT_ATTRIBUTE for STextBlock.
UETOOL-213 - Minimize Slate FString -> FText conversion (remove SLATE_TEXT_ATTRIBUTE)

This fixes any editor/engine specific code that was passing text to Slate as FString rather than FText.

[CL 2399803 by Jamie Dale in Main branch]
2015-01-07 09:52:40 -05:00
bruce nesbit
a9ecf6aef3 Revised RefreshFeaturePacks ignore non-upak files
[CL 2399636 by bruce nesbit in Main branch]
2015-01-07 03:33:48 -05:00
Frank Fella
aba8316594 AddContentDialog - Disable multiselect in the tile view.
[CL 2398704 by Frank Fella in Main branch]
2015-01-06 10:19:42 -05:00
bruce nesbit
6f095f81dc Added asset/class field to manifest
Added display of asset/class info used to Add Content dialog
Fixed several cut/pasted comments regarding UMG styles that referred to shooter game

[CL 2392502 by bruce nesbit in Main branch]
2014-12-18 10:27:15 -05:00
Frank Fella
c462141d5e AddContentDialog - Add missing inlcude to fix the build.
[CL 2391731 by Frank Fella in Main branch]
2014-12-17 16:42:54 -05:00