George Marques
|
4710e2b278
GDScript: Add support for static method calls in native types
|
3 years ago |
Rémi Verschelde
|
f8ab79e68a
Zero initialize all pointer class and struct members
|
3 years ago |
reduz
|
360dea5348
Add GDExtension support to Script
|
3 years ago |
reduz
|
21637dfc25
Remove VARIANT_ARG* macros
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
fabriceci
|
9d5b807059
Improve editor template workflow
|
3 years ago |
kobewi
|
3b320cd9fe
Show built-in script names in the debugger
|
3 years ago |
George Marques
|
0b484c5f5f
Merge pull request #51456 from SaracenOne/super_init_fix
|
3 years ago |
Fabio Alessandrelli
|
bf9aae09ba
[Net] Move multiplayer to core subdir, split RPCManager.
|
4 years ago |
SaracenOne
|
861bb3a488
Automatically call the _init function on base class if one does not exist.
|
4 years ago |
Fabio Alessandrelli
|
ddb68f76ff
[Net] Single `rpc` annotation. "sync" no longer part of mode.
|
4 years ago |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 years ago |
Eric M
|
d0e78c86d7
Added support for scripts reporting multiple errors to ScriptTextEditor
|
4 years ago |
Pedro J. Estébanez
|
2ca6b9c610
Fix slow load/save of scenes with many instances of the same script
|
4 years ago |
Pedro J. Estébanez
|
04688b92ff
Rename Reference to RefCounted
|
4 years ago |
Fabio Alessandrelli
|
d779b5aa3e
[Net] Refactor RPCs, remove RSETs
|
4 years ago |
Hugo Locurcio
|
e905e8f145
Highlight control flow keywords with a different color
|
4 years ago |
George Marques
|
c201b212c7
GDScript: Implement lambdas compilation and runtime
|
4 years ago |
reduz
|
f8d03b98e7
Improve resource load cache
|
4 years ago |
Rafał Mikrut
|
f7209b459b
Initialize class/struct variables with default values in modules/
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Rémi Verschelde
|
abfc528439
Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor
|
4 years ago |
Emmanuel Leblond
|
a211812932
Constify ScriptLanguage.can_inherit_from_file
|
4 years ago |
Thakee Nathees
|
42bfa16996
Refactor DocData into core and editor (DocTools) parts
|
4 years ago |
Thakee Nathees
|
d0e7d9b62f
Documentation generation for GDScript
|
4 years ago |
George Marques
|
c7b6a7adcc
GDScript: Refactor builtin functions
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
George Marques
|
ca90c9c9a9
GDScript: Properly resolve external inner classes from preload
|
5 years ago |
George Marques
|
2b9d9bc364
Remove multilevel calls
|
5 years ago |
George Marques
|
95c0909290
Add warning checks in GDScript analyzer
|
5 years ago |