Commit Graph

33 Commits

Author SHA1 Message Date
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
Frank Fella
716e7443fa AddContentDialog - Automatically save imported assets from added content.
[CL 2391546 by Frank Fella in Main branch]
2014-12-17 14:52:54 -05:00
Frank Fella
cbf7e9bb7a AddContentDialog - Add an icon for the "Content Packs" tab.
[CL 2391542 by Frank Fella in Main branch]
2014-12-17 14:52:40 -05:00
Marc Audy
8d871b374c Look for FeaturePacks in UE4/FeaturePacks, not UE4/FeaturePacks/Packed
[CL 2388535 by Marc Audy in Main branch]
2014-12-15 10:10:30 -05:00
bruce nesbit
33ba6e3f1b Refactor templates so they can be used as feature packs
-moved preview/screenshot images
-added manifests
-removed public/private subdolers from code templates
-added pack config.ini
-updated template defs to exclude feature pack related files
-added FP_FirstPerson (revised first person projects used in place of FP_FirstPerson ones - with instant hit weapon in place of projectile)
-revised source folder for packed feature packs
-added repaced packs in new folder

[CL 2388027 by bruce nesbit in Main branch]
2014-12-14 17:41:04 -05:00
Frank Fella
fe1905e4b1 AddContentDialog - Fix issues.
+ Fix text flicker on tab switch.
+ Don't allow multiple instances of the dialog to be opened.
+ Change the tab order to match the new project dialog.
+ Fix warnings.

[CL 2386074 by Frank Fella in Main branch]
2014-12-11 16:09:40 -05:00
Matt Kuhlenschmidt
fd4d5db493 Fix deprecation warnings
[CL 2385583 by Matt Kuhlenschmidt in Main branch]
2014-12-11 10:54:39 -05:00
Frank Fella
a82edb0602 AddContentDialog - Minor additions.
+ Refresh feature packs automatically when they change on disk.
+ Remove drag and drop and batch install, and replace it with a single button for installing in the details section.
+ Don't allow multiple copies of the dialog to be opened.
+ Fix a missing brush visible when resizing the dialog.
+ Fix an issue where brushes in the dialog could get deleted resulting in white images.

[CL 2385434 by Frank Fella in Main branch]
2014-12-11 09:08:57 -05:00
Ben Marsh
149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
Ben Marsh
959cfa782d Add missing copyright notices to source files.
[CL 2379212 by Ben Marsh in Main branch]
2014-12-06 19:14:20 -05:00
bruce nesbit
1cf6853dd4 Fixed feature pack import issues created by reverting startercontent reversion
Readded 'content' feature pack type

[CL 2373549 by bruce nesbit in Main branch]
2014-12-02 04:57:27 -05:00
bruce nesbit
bc6eed42ca Reverted Starter Content change.
[CL 2373006 by bruce nesbit in Main branch]
2014-12-01 19:04:12 -05:00