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/Templates/DefaultProject/Template/Code
Alex Peterson aa885e5d0b
Fix project creation (#1445)
* Add ability to change project name

* Fixed several issues where path types were changed

* Added PythonBindings CreateProject unit test

* Fix python warning format

* Validate new project name in CLI

* Fix issue creating pathview on linux

* Use better testing macros

* Refactored the unit_test_engine_template.py test to actually test
against the current engine_template.py commands

The commands of create-template, create-from-template, create-project
and create-gem is now being validated.

Registered the unit_test_engine_template.py script with CTest in the smoke test
suite so that it runs in Automated Review

Fixed issues in the engine_template.py script where the template_restricted_path parameter was required in the create_project and create_gem functions

Co-authored-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
5 years ago
..
Include/${Name} Fix project creation (#1445) 5 years ago
Platform Updates the templates to use the new system 5 years ago
Source Updated the Default Project template to enable the "Standard" list of gems (#1325) 5 years ago
${NameLower}_files.cmake Updates the templates to use the new system 5 years ago
${NameLower}_shared_files.cmake Integrating latest 47acbe8 5 years ago
CMakeLists.txt Adding alias for the project gem so it gets loaded 5 years ago
enabled_gems.cmake Updated the Default Project template to enable the "Standard" list of gems (#1325) 5 years ago
gem.json Updating the DefaultProject template to copy over a gem.json file to the Code folder of the created project, since the Code itself is a GEM_MODULE that loads using the Module loading system 5 years ago