mcgarrah
|
f61635c327
|
Updated the SystemComponents in the Default Gem and Project Templates to initialize/deinitialize the Interface instance
|
2021-06-10 14:59:09 -05:00 |
|
lumberyard-employee-dm
|
0aba7911a2
|
Implemented the DefaultProject Template default constructor and destructor
The System Component now implements a constructor/destructor which is used to initialize/de-initialize the `${SanitizedCppName}Interface` instance
|
2021-06-10 14:44:00 -05:00 |
|
lumberyard-employee-dm
|
054dd39e5b
|
Adding implemented constructor/destructor to Template SystemComponent
The System Component now implements a constructor/destructor which is used to initialize/de-initialize the `${SanitizedCppName}Interface` instance
|
2021-06-10 14:37:58 -05:00 |
|
amzn-sj
|
2ee4d8ff6b
|
Sanitize identifier names before substituting them in C++ template files
|
2021-06-10 11:01:23 -07:00 |
|
lumberyard-employee-dm
|
32919b1e7b
|
Updating the AZ_DECLARE_MODULE_CLASS call in the Project's template code module to use the Gem_ prefix instead of Project_ since that is what the StaticModules.inl file geneates in it CreateStaticModules function when generating a monolithic solution
|
2021-05-26 18:34:25 -05:00 |
|
alexpete
|
75dc720198
|
Integrating latest 47acbe8
|
2021-03-25 13:57:57 -07:00 |
|