You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Tools/ProjectManager/Source
lumberyard-employee-dm 02922806a5
Updated gem.json for all top-level Gems. (#1715) (#1917)
* Updated gem.json for all top-level Gems. All the top level gems now have identical gem.json formats based on the DefautlGem template gem.json. Two additional fields have been added, a type: field and a requirements: field. These fields are for display in Project Mananger. All gem.json files have a default requirements: value of None. Devs are responsible for providing requirements. Gem descriptions and tags have been signed off by developers.

Signed-off-by: Cronin <mikecro@amazon.com>

* Fixed minor formatting issues with RADTelemetry gem.json

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Adding newline to QtForPython gem.json

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Adding newline to the Twitch gem.json

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Adding newline to AWSCore gem.json

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Adding newline to the AtomTressFX gem.json

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Adding newline to the end of the AudioEngineWwise gem.json

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Adding newline to the end of the CertificateManager gem.json

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Removing extra whitespace in summary of CrashReporting gem.json

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Adding newline to the end of the CustomAssetExample gem.json

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Removing extra whitespace in editorPythonBindings gem summary

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Adding newline to the end of the ScriptedEntityTweener gem.json

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Adding newline to the end of the Gestures gem.json

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Removing extra whitetspace in the summary of the GameStateSamples gem

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Adding newline to the end of the ExpressionEvaluation gem.json

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Updated the ProjectManager PythonBindings.cpp code to reference the
newer fields in the gem.json files

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Updating the Gem and Project templates gem.json files to include the
"type" and the "requirements" field.

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Updated the default "requirments" field value to be empty string instead
of "None"

This works better with the ProjectManager GemInfoFromPath function.

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Correcting "summary" field name

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Added the requirements text to the AudioEngineWwise Gem

This gem requires downloading the Wwise 3rdParty library from AudioKinetic's website

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

Co-authored-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

Co-authored-by: Mike Cronin <58789750+micronAMZN@users.noreply.github.com>
5 years ago
..
GemCatalog [LYN-4439] Added tags to gem item delegate (#1853) 5 years ago
Application.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Application.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
CreateProjectCtrl.cpp [LYN-4929] Correct gems not showing as enabled for a template (#1722) 5 years ago
CreateProjectCtrl.h Change Standard Project Template to Default and Change Open 3D Foundation to Open 3D Engine in gem catalog (#1842) 5 years ago
EngineInfo.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EngineInfo.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EngineSettingsScreen.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EngineSettingsScreen.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
FormBrowseEditWidget.cpp [LYN-4938] Prism: Paths in Engine settings page do not use consistent slashes (#1721) 5 years ago
FormBrowseEditWidget.h [LYN-4938] Prism: Paths in Engine settings page do not use consistent slashes (#1721) 5 years ago
FormFolderBrowseEditWidget.cpp [LYN-4938] Prism: Paths in Engine settings page do not use consistent slashes (#1721) 5 years ago
FormFolderBrowseEditWidget.h [LYN-4938] Prism: Paths in Engine settings page do not use consistent slashes (#1721) 5 years ago
FormImageBrowseEditWidget.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
FormImageBrowseEditWidget.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
FormLineEditWidget.cpp [LYN-4938] Prism: Paths in Engine settings page do not use consistent slashes (#1721) 5 years ago
FormLineEditWidget.h [LYN-4938] Prism: Paths in Engine settings page do not use consistent slashes (#1721) 5 years ago
LinkWidget.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LinkWidget.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
NewProjectSettingsScreen.cpp Change Standard Project Template to Default and Change Open 3D Foundation to Open 3D Engine in gem catalog (#1842) 5 years ago
NewProjectSettingsScreen.h Change Standard Project Template to Default and Change Open 3D Foundation to Open 3D Engine in gem catalog (#1842) 5 years ago
PathValidator.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
PathValidator.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ProjectBuilderController.cpp Open editor button and new project and failed warnings. 5 years ago
ProjectBuilderController.h Open editor button and new project and failed warnings. 5 years ago
ProjectBuilderWorker.cpp Open editor button and new project and failed warnings. 5 years ago
ProjectBuilderWorker.h Project Manager Can Cancel Project Builds (#1694) 5 years ago
ProjectButtonWidget.cpp Open editor button and new project and failed warnings. 5 years ago
ProjectButtonWidget.h Open editor button and new project and failed warnings. 5 years ago
ProjectInfo.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ProjectInfo.h Open editor button and new project and failed warnings. 5 years ago
ProjectManagerDefs.h Project Manager Can Cancel Project Builds (#1694) 5 years ago
ProjectManagerWindow.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ProjectManagerWindow.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ProjectSettingsScreen.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ProjectSettingsScreen.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ProjectTemplateInfo.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ProjectTemplateInfo.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ProjectUtils.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ProjectUtils.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ProjectsScreen.cpp Open editor button and new project and failed warnings. 5 years ago
ProjectsScreen.h Merge branch 'stabilization/2106' into LYN-4507 5 years ago
PythonBindings.cpp Updated gem.json for all top-level Gems. (#1715) (#1917) 5 years ago
PythonBindings.h Make remove_invalid_o3de_projects take a path and return a value 5 years ago
PythonBindingsInterface.h Make remove_invalid_o3de_projects take a path and return a value 5 years ago
ScreenDefs.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ScreenFactory.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ScreenFactory.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ScreenHeaderWidget.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ScreenHeaderWidget.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ScreenWidget.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ScreensCtrl.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ScreensCtrl.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
TagWidget.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
TagWidget.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
TemplateButtonWidget.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
TemplateButtonWidget.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
UpdateProjectCtrl.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
UpdateProjectCtrl.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
UpdateProjectSettingsScreen.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
UpdateProjectSettingsScreen.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
main.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago