George Marques
|
7548e043fc
Add support for Unicode identifiers in GDScript
|
2 years ago |
Rémi Verschelde
|
1c3653e083
Merge pull request #67774 from aaronfranke/script-annotations
|
2 years ago |
Rémi Verschelde
|
4c2dea108e
Merge pull request #70540 from vaartis/multiline-arrays-dictionaries
|
2 years ago |
George Marques
|
7319fa6082
Merge pull request #70713 from vonagam/fix-unnamed-enum-outer-conflicts
|
2 years ago |
Rémi Verschelde
|
509da86205
Merge pull request #69590 from anvilfolk/enums
|
2 years ago |
ocean (they/them)
|
366ec895b1
Assorted enum and native type fixes
|
2 years ago |
Rémi Verschelde
|
c2f7c2d31a
Merge pull request #70655 from vonagam/fix-assert-multiline
|
2 years ago |
Dmitrii Maganov
|
71f7c8a9d3
GDScript: Fix multiline and trailing comma for assert
|
2 years ago |
Dmitrii Maganov
|
a1d06749f1
Unify typing of variables, constants and parameters in GDScript
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Dmitrii Maganov
|
056066ee95
GDScript: Fix false name conflicts for unnamed enums
|
2 years ago |
Ekaterina Vaartis
|
60692b4e45
Implement export_multiline support for Array[String] and Dictionary
|
2 years ago |
Aaron Franke
|
6590e1fd8a
Make script annotations placed before class_name and extends
|
2 years ago |
rune-scape
|
2dfc6d5b69
GDScript: Allow out of order member resolution
|
2 years ago |
Rémi Verschelde
|
eb555d7559
Merge pull request #69303 from Chaosus/gds_fix_loops
|
2 years ago |
Rémi Verschelde
|
c868e0b4b9
Merge pull request #69269 from red1939/red1939/master
|
2 years ago |
Bartosz Bielecki
|
e10b0c5d98
Acknowledge that a CLASS kind of a DataType might not have an identifier
|
2 years ago |
Yuri Rubinsky
|
8d2506e811
Reset unassigned local variables to null in the loops
|
2 years ago |
rune-scape
|
847c9bd248
GDScript: Avoid using `get_global_class_native_base`
|
2 years ago |
unknown
|
5fd382c2ab
GDScript: Properly respect `int` type hint for `@export_range`
|
2 years ago |
Rémi Verschelde
|
910d6d8e62
GDScript: Only check if ignoring warnings in debug build
|
2 years ago |
Rémi Verschelde
|
f042a4e566
GDScript: Fix setting to disable all warnings
|
2 years ago |
Rémi Verschelde
|
5f73d55dfb
Merge pull request #68854 from anvilfolk/highlight-var
|
2 years ago |
Adam Scott
|
5704055d30
Fix cyclic references in GDScript 2.0
|
2 years ago |
ocean (they/them)
|
ef2aeca5df
Add error highlighting for duplicate variables/constants
|
2 years ago |
Rémi Verschelde
|
2d3197c525
Merge pull request #65372 from Mickeon/fix-treat-warnings-as-errors
|
2 years ago |
Rune
|
bce6f1792e
GDScript compiler subclass bugfixes
|
2 years ago |
Yuri Rubinsky
|
f11b66b084
Fix named enums to use int64 type
|
2 years ago |
Guilherme Sousa
|
5d06843fcf
Added custom node export
|
2 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2 years ago |