Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GDScript: Improve call analysis | Danil Alexeev | 2023-09-21 | 1 | -0/+1 |
| | | | | | | * Add missing `UNSAFE_CALL_ARGUMENT` warning. * Fix `Object` constructor. * Display an error for non-existent static methods. | ||||
* | Add support for Unicode identifiers in GDScript | George Marques | 2023-01-21 | 1 | -0/+35 |
This is using an adapted version of UAX#31 to not rely on the ICU database (which isn't available in builds without TextServerAdvanced). It allows most characters used in diverse scripts but not everything. |