George Marques
|
b7bd85e70c
GDScript: Look up local scope first for detecting type
|
7 years ago |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
7 years ago |
George Marques
|
3e87ad5187
Rewrite code completion
|
7 years ago |
George Marques
|
3445dca01d
Add ability to infer variable type from assigned value
|
7 years ago |
George Marques
|
03746da73f
Add editor highlight for type-safe lines
|
7 years ago |
George Marques
|
a2305cd8b2
Fix line number detection in some parser nodes
|
7 years ago |
George Marques
|
e3d72d14ff
Use type information to enable GDScript introspection
|
7 years ago |
George Marques
|
743053734f
Add static type checks in the parser
|
7 years ago |
George Marques
|
f7793fc5c9
Store type hint of declared identifiers
|
7 years ago |
George Marques
|
b7a00aead0
Move inheritance resolution to the parser
|
7 years ago |
George Marques
|
8aab9a06d4
Add typing syntax
|
7 years ago |
Juan Linietsky
|
a3f1ee5c57
Global class names (and GDScript support for it)
|
7 years ago |
Bojidar Marinov
|
8ecef3496c
Add proper type information to array property
|
7 years ago |
Fabio Alessandrelli
|
8e35d937a9
New sync keywords in GDScript, NativeScript, Mono
|
7 years ago |
Fabio Alessandrelli
|
1400f6fdc4
Refactor RPCMode enum and checks
|
7 years ago |
Max Hilbrunner
|
4c69a495c9
Revert "RPCMode refactor, more sync modes"
|
7 years ago |
Max Hilbrunner
|
d0b62ce155
Merge pull request #19021 from Faless/rpc_sync_fix
|
7 years ago |
George Marques
|
38284bc6da
Enable singletons to be recognized as constant expressions
|
7 years ago |
Fabio Alessandrelli
|
a5e8a3be5e
New sync keywords in GDScript, NativeScript, Mono
|
7 years ago |
Fabio Alessandrelli
|
9de4ffde61
Refactor RPCMode enum and checks
|
7 years ago |
Rémi Verschelde
|
460e551ddf
Merge pull request #16418 from bojidar-bg/15961-gdscript-array-export
|
7 years ago |
Hugo Locurcio
|
1c419531a0
Change ".." punctuation for "..." in editor strings (#16507)
|
7 years ago |
x1212
|
d2dc8fd423
fix enum from preloaded script in export
|
7 years ago |
luz.paz
|
612ab4bbc6
Fix typos with codespell
|
7 years ago |
Rémi Verschelde
|
7455244866
Merge pull request #15852 from poke1024/color_hsv
|
7 years ago |
Rémi Verschelde
|
43de4eb4d2
Merge pull request #15933 from x1212/fix_preload_in_exports
|
7 years ago |
Rémi Verschelde
|
aeed774fef
Merge pull request #16173 from vnen/gdscript-arguments
|
7 years ago |
x1212
|
48c9ed4545
fix spurious error messages during autocomplete and validate
|
7 years ago |
Bojidar Marinov
|
d855fdb451
Allow exporting arrays of resources in GDScript
|
7 years ago |
Andreas Haas
|
95cfa9bf74
GDScriptParser: Remove debug prints.
|
7 years ago |