A feature might be in either the 'Needs validation', 'Allowed' or 'Disallowed' state. The significance of these states are as follows: - Needs validation
- The feasibility of using the feature in CRYENGINE's code base is yet to be validated by the CRYENGINE Technical Council.
- Allowed
- The feature doesn't introduce "show-blocking" issues.
- The feature improves, or at least doesn't harm, code runtime and compile time performance.
- The feature improves code readability or debuggability.
- The feature is supported by all the compilers that the CRYENGINE code base is compiled against.
- Disallowed
- The feature introduces a 'show-blocking' issue.
- The feature has a negative impact on runtime and compile time performance.
- The feature has a negative impact on code readability and debuggability.
- The feature generally doesn't contribute to the overall quality and performance of the CRYENGINE code base.
- The feature is not supported by a CRYENGINE code base compiler.
|