Commit Graph

31 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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