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
Chris Santora 004a3bbb37
Merge pull request #861 from aws-lumberyard-dev/Atom/santorac/RemoveScriptContextWarnings
Removed unnecessary "is not a function" warnings from ScriptContext.

All these warnings are followed by returning false, which call sites can use to report warnings where appropriate. In the case of material lua functors, it is not appropriate to report a warning which is why I'm removing these. The material system uses the "Call" API to potentially call a function that may or may not exist, and it is acceptable for that function to be absent.
5 years ago
..
CryEngine move trackview changes to another branch 5 years ago
Framework Merge pull request #861 from aws-lumberyard-dev/Atom/santorac/RemoveScriptContextWarnings 5 years ago
LauncherUnified Red code legacy MemoryManager, StreamEngine, ResourceManager, ImageHandler, AsyncPakManager, and more (#758) 5 years ago
Sandbox Merge branch 'main' into transform-float-scale 5 years ago
Tools Merge branch 'main' into transform-float-scale 5 years ago
CMakeLists.txt Initial commit 5 years ago