virtualx-engine/modules/gdscript/tests/scripts/analyzer
George Marques 5fc7918594
GDScript: Improve usability of setter chains
- Consider PackedArrays non-shared since they are copied on C++/script
  boundaries.
- Add error messages in the analyzer when assigning to read-only
  properties.
- Add specific error message at runtime when assignment fails because
  the property is read-only.
2023-02-02 10:20:35 -03:00
..
errors GDScript: Improve usability of setter chains 2023-02-02 10:20:35 -03:00
features Revert "GDScript: Add warnings that are set to error by default" 2023-02-01 10:54:22 +01:00
warnings Revert "GDScript: Add warnings that are set to error by default" 2023-02-01 10:54:22 +01:00