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.
* Renamed ArchiveLocationPriority enum to FileSearchPriority and made it a proper enum class Added an ArchiveVars.cpp which checks the a new define: `LY_ARCHIVE_FILE_SEARCH_MODE_DEFAULT` That define represents the default value to use for the Archive system search mode Moved the FileSearchLocation enum to the ArchiveVars.h header Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com> * Updated the AssetBundleComponent to use AZ::IO::Path for level dirs Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com> * Added a LY_ARCHIVE_FILE_SEARCH_MODE cache variable The Cache Variable default value is to Archive File Search Mode to PakOnly in Release. This can be overridden using a value for all configurations by specifying a number of 0, 1 or 2. Alternatively a generator expression can be used to set the Archive File Search Mode in specific configurations. For example to set the FileSearchMode to 1 in profile and 2 in release the following LY_ARCHIVE_FILE_SEARCH_MODE value can be used `$<$<CONFIG:profile>:1>$<$<CONFIG:release>:2>` Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com> * Updated AssetBundler(Batch) VS Debugger arguments to populate the project-path optoin if a single project is configured. Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com> * Add support for serializing older versions of the AssetBundleManifest This is done by attaching the "ObjectStreamWriteElementOverride" attribute to the AssetBundleManifest reflection. That attribute contains a function which outputs an older serialized version of the AssetBundleManifest based on the `m_bundleVersion` member value. Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com> * AZStd::variant Serialization fix The AttributeData<T> type is no longer suitable for storing the ObjectStreamWriterOverrideCB function Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com> |
4 years ago | |
|---|---|---|
| .. | ||
| Mocks | 4 years ago | |
| Platform | 4 years ago | |
| Spawnable | 4 years ago | |
| Utils | 4 years ago | |
| Application.cpp | 4 years ago | |
| ArchiveCompressionTests.cpp | 4 years ago | |
| ArchiveTests.cpp | 4 years ago | |
| AssetCatalog.cpp | 4 years ago | |
| AssetProcessorConnection.cpp | 4 years ago | |
| BehaviorEntityTests.cpp | 4 years ago | |
| BinToTextEncode.cpp | 4 years ago | |
| CameraInputTests.cpp | 4 years ago | |
| CameraState.cpp | 4 years ago | |
| ClickDetectorTests.cpp | 4 years ago | |
| CursorStateTests.cpp | 4 years ago | |
| EntityContext.cpp | 4 years ago | |
| FileIO.cpp | 4 years ago | |
| FileTagTests.cpp | 4 years ago | |
| FrameworkApplicationFixture.h | 4 years ago | |
| GenAppDescriptors.cpp | 4 years ago | |
| InputTests.cpp | 4 years ago | |
| Main.cpp | 4 years ago | |
| NativeWindow.cpp | 4 years ago | |
| OctreePerformanceTests.cpp | 4 years ago | |
| OctreeTests.cpp | 4 years ago | |
| PlatformHelper.cpp | 4 years ago | |
| ProcessLaunchMain.cpp | 4 years ago | |
| ProcessLaunchParseTests.cpp | 4 years ago | |
| Scene.cpp | 4 years ago | |
| framework_shared_tests_files.cmake | 4 years ago | |
| frameworktests_files.cmake | 4 years ago | |
| process_launch_test_files.cmake | 4 years ago | |