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/scripts
lumberyard-employee-dm 4014cacff8
Added a ${GemName}.Builders variant to Asset-Only Gems (#1324)
* Creating Builder variant aliases for all Asset Gems

* Added an AssetGem template for creating an Asset Gem

The AssetGem template is meant for non-code Gems

* Updated the engine_template.py commands to use pathlib

Each of the four commands: create-template, create-from-template,
create-project and create-gem have been updated to use pathlib.Path or
any path manipulation

Fix several python errors when instantiating a template with missing
o3de objects.
For example attempting to use the create-project command with the
"DefaultGem" template would result in a python exception instaed of a
error log and a return value 0..

Added a **force** option to the engine_template commands
to force overriding of existing files

* Optimized search through text files when the create-template command is
run when attempting to replace the license text section

* Adding a Minimal Project Template that contains the minimal set of gems
as stated by UX

* Minor changes to the DefaultProject template. Added a license section to the EngineFinder.cmake

* Adding the MinimalProject to the engine.json file
5 years ago
..
build Enable Client Auth unit test on Linux (#1312) 5 years ago
bundler Renamed osx_gl to mac and es3 to android for cache folders (#949) 5 years ago
commit_validation Remove legacy serialization and QPropertyTree (#684) 5 years ago
ctest minor change to order of if and foreach 5 years ago
detect_file_changes Set scripts to be executable 5 years ago
o3de Added a ${GemName}.Builders variant to Asset-Only Gems (#1324) 5 years ago
scrubbing Inclusive language edit 5 years ago
CMakeLists.txt Removing the Pyside implementation of the project manager python scripts (#1112) 5 years ago
o3de.bat Surrouding the setting of the BASE_PATH within double quotes in the o3de.bat script. This allows to allow paths with spaces in it leading to the engine root directory to work properly when running the script 5 years ago
o3de.py Adding CLI script for modifying project properties (LYN-3918). Updating O3de to support it. 5 years ago
o3de.sh O3de updates restricted download (#229) 5 years ago