Yuri Rubinsky
|
c9ad370f20
Add a null checking to `GDScript::_super_implicit_constructor`
|
3 years ago |
George Marques
|
68b86220c8
Merge pull request #57513 from trollodel/gdscript_get_propertyinfo_classname
|
3 years ago |
Rémi Verschelde
|
f2a7bb6b51
Merge pull request #59943 from jordigcs/gdscript_warning_enums
|
3 years ago |
reduz
|
45af29da80
Add a new HashSet template
|
3 years ago |
Aaron Record
|
900c676b02
Use range iterators for RBSet in most cases
|
3 years ago |
Rémi Verschelde
|
5b02415fd0
Merge pull request #55134 from KoBeWi/script_pillow_or_something
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |
Hugo Locurcio
|
180e5d3028
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
|
3 years ago |
ShimmyShaman
|
b3922a42e9
improved error msg for gdscript load_source_code
|
3 years ago |
bruvzg
|
4bf99f4af2
Narrow FileAccess scope to prevent deadlocks.
|
3 years ago |
bruvzg
|
9381acb6a4
Make FileAccess and DirAccess classes reference counted.
|
3 years ago |
George Marques
|
4710e2b278
GDScript: Add support for static method calls in native types
|
3 years ago |
jordi
|
14bad75206
Add enum values (Ignore, Warn, Error) to GDScript warnings
|
3 years ago |
bruvzg
|
947d7c8329
Fix some issues found by clang sanitizers.
|
3 years ago |
fabriceci
|
dae97909bd
Restrict the condition when checking if a script is a template
|
3 years ago |
reduz
|
21637dfc25
Remove VARIANT_ARG* macros
|
3 years ago |
kobewi
|
98dd04c38c
Fix debugger not opening built-in scripts
|
3 years ago |
Fabio Alessandrelli
|
994638da4f
[Net] Implement GDScript custom RPC callable.
|
3 years ago |
Hugo Locurcio
|
de45534fed
Highlight "namespace" as a GDScript keyword in the syntax highlighter
|
4 years ago |
Anilforextra
|
adbe948bda
String: Add contains().
|
3 years ago |
trollodel
|
1d6ac42b2a
Allow setting the PropertyInfo class_name from GDScript
|
3 years ago |
Rémi Verschelde
|
f0382530a7
Merge pull request #56268 from KoBeWi/🚗complete_setters
|
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
|
c055c912fb
Remove autocomplete_setters_and_getters setting
|
3 years ago |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 years ago |
Lightning_A
|
e078f970db
Rename `remove()` to `remove_at()` when removing by index
|
4 years ago |
kobewi
|
ca4c63d654
Always soft-reload scripts
|
3 years ago |
kobewi
|
3b320cd9fe
Show built-in script names in the debugger
|
3 years ago |
Rémi Verschelde
|
78ed2c05a2
Merge pull request #54118 from Pineapple/dont-ignore-type-mismatch-in-setter-master
|
3 years ago |