Commit Graph

59 Commits

Author SHA1 Message Date
Bob Tellez
b3b6ef475f Checking in Mikolaj Sieluzycki's change to fix up callsites to ask for the value of an enum entry instead of the index. The value and the index are the same unless the enum specified element values in its declaration (i.e. enum MyEnum { FirstValue = 1 })
[CL 2634487 by Bob Tellez in Main branch]
2015-07-27 16:26:39 -04:00
bruce nesbit
ec07d2c153 Removed commented code that checks for additional feature packs when checking FP manifest.
[CL 2631262 by bruce nesbit in Main branch]
2015-07-23 16:17:51 -04:00
bruce nesbit
c41fa1b590 Removed feature pack warning about additional feature packs
[CL 2630403 by bruce nesbit in Main branch]
2015-07-23 06:30:38 -04:00
bruce nesbit
db88a36856 fixed another shadow var in FeaturePackContentSource.cpp
[CL 2618053 by bruce nesbit in Main branch]
2015-07-13 08:15:56 -04:00
bruce nesbit
483fb5d30d Fixed shadowed var in FeaturePackContentSource.cpp
[CL 2617965 by bruce nesbit in Main branch]
2015-07-13 06:55:10 -04:00
bruce nesbit
4c55ba47d9 Fixed include in FeaturePackContentSource.h
[CL 2617907 by bruce nesbit in Main branch]
2015-07-13 05:58:38 -04:00
bruce nesbit
df30071d7e Revised feature pack code.
Additional files can now be specified in feature pack manifest.
Feature packs can now be parsed/installed feature pack without the need for a .upack file
Removed feature packs for shared template resources
Moved shared template resource manifests into a FeaturePack folder and revised so they will work sans .upack
Removed shared feature packs from list of .upacks rocket builds.

[CL 2617901 by bruce nesbit in Main branch]
2015-07-13 05:47:36 -04:00
bruce nesbit
7cb5cc0172 Fixed crash in FeaturePackContenSource.cpp
[CL 2613413 by bruce nesbit in Main branch]
2015-07-08 08:42:02 -04:00
bruce nesbit
e672f05d60 Added code to filter unwanted feature packs from add content dialog
Corrected preview images in shared packs (we dont use these but at least they are correct if we decide we want to)
Removed some defunct preview images.
Removed superfluous , in template manifests
Repacked upacks

[CL 2610298 by bruce nesbit in Main branch]
2015-07-03 06:37:49 -04:00
bruce nesbit
0f732bf4b2 Added automation test for project creation.
Added support for which shared resource to edit

[CL 2603798 by bruce nesbit in Main branch]
2015-06-29 08:27:10 -04:00
bruce nesbit
0a3f1fff92 Revised feature packs to handle supersearch registration correctly.
[CL 2600351 by bruce nesbit in Main branch]
2015-06-25 06:48:13 -04:00
Frank Fella
f620a58b36 AddContentDialog - Fix LogSlateStyle errors
Jira: UE-16603

[CL 2592371 by Frank Fella in Main branch]
2015-06-18 14:33:25 -04:00
bruce nesbit
15f01b813f fixed shadow var
[CL 2590047 by bruce nesbit in Main branch]
2015-06-17 10:07:57 -04:00
bruce nesbit
a85a96ecb5 Minor revision to shared feature pack asset code.
[CL 2589934 by bruce nesbit in Main branch]
2015-06-17 08:24:23 -04:00
bruce nesbit
7631ed93b1 Code to support shared template resources
[CL 2589767 by bruce nesbit in Main branch]
2015-06-17 03:25:33 -04:00
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