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/Framework/AzCore/AzCore
Mike Balfour 280796e1f4
Fix GHI 4041 Terrain Shader Crash (#4050)
The terrain feature processor was crashing due to an invalid shader name.  The shader name has been fixed, but the feature processor has also been hardened so that it no longer crashes if a shader fails to load.
Also, while testing, this inadvertently exposed a second crash in EntitySerializer that occurs when components don't serialize in correctly.

Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com>
4 years ago
..
Android Deprecate profiler categories based on global enum 5 years ago
Asset Build time reduction: AzStdOnDemandReflection (#3111) 4 years ago
Casting Improves numeric_cast compilation (#3995) 4 years ago
Component Fix GHI 4041 Terrain Shader Crash (#4050) 4 years ago
Compression Modernization + AZStd::function compare fix. (#3680) 4 years ago
Console Merge branch 'development' into cmake/SPEC-2513_w4244 5 years ago
Debug More fixes 4 years ago
Driller WIP 4 years ago
EBus Legacy cleanup (#3383) 5 years ago
IO Fixed PathView `MakeRelativeTo` and `Append` functions path segment comparisons (#3628) 4 years ago
IPC Modernization + AZStd::function compare fix. (#3680) 4 years ago
Interface Minimal TypeInfo header/reduce std interdependencies. (#2688) 5 years ago
JSON Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Jobs Modernization + AZStd::function compare fix. (#3680) 4 years ago
Math Add a new implementation for cone/ray intersect to simplify code and fix issue with current implementation (#3902) 4 years ago
Memory Modernization + AZStd::function compare fix. (#3680) 4 years ago
Module Modernization + AZStd::function compare fix. (#3680) 4 years ago
Name Fix unused warnings release (#3677) 4 years ago
NativeUI Modernization + AZStd::function compare fix. (#3680) 4 years ago
Outcome Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
PlatformId Add linux equivalents for all the places that enumerate platforms (#3325) 5 years ago
Preprocessor Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
RTTI Build time reduction: AzStdOnDemandReflection (#3111) 4 years ago
Script More fixes 4 years ago
ScriptCanvas Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Serialization Improves numeric_cast compilation (#3995) 4 years ago
Settings Build time reduction: AzStdOnDemandReflection (#3111) 4 years ago
Slice More fixes 4 years ago
Socket Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
State Modernization + AZStd::function compare fix. (#3680) 4 years ago
Statistics Remove RAD (pending future interface for external profiler registration) 5 years ago
StringFunc change conversions to static_cast 5 years ago
Task More fixes for Code/Framework 5 years ago
Threading Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Time Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
UnitTest Refactor budget definitions as named functions instead of template specializations 5 years ago
UserSettings Modernization + AZStd::function compare fix. (#3680) 4 years ago
Utils Set max file size limit as default parameter for ReadFile 4 years ago
XML Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
std Modernization + AZStd::function compare fix. (#3680) 4 years ago
AzCoreModule.cpp Add preliminary budget tracking system and remove driller integration 5 years ago
AzCoreModule.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
BuildInfo.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Docs.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Platform.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Platform.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
PlatformDef.h remove unnecessary ALIGN macros 5 years ago
PlatformIncl.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
PlatformRestrictedFileDef.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
azcore_files.cmake Improves numeric_cast compilation (#3995) 4 years ago
azcoretestcommon_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
base.h WIP 4 years ago