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 |
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
|
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 |
Hugo Locurcio
|
c012fbc8b2
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
|
3 years ago |
Rémi Verschelde
|
3b11e33a09
clang-format: Disable alignment of operands, too unreliable
|
3 years ago |
Bartłomiej T. Listwon
|
42cce2891f
Don't ignore the type mismatch in setter function
|
3 years ago |
Rémi Verschelde
|
4387f9645b
Merge pull request #52940 from groud/toast_notification
|
3 years ago |
opl-
|
ad14b80e2a
Fix name used instead of doc for GDScript signals
|
3 years ago |
Gilles Roudière
|
0587e5e018
Implement toast notifications in the editor
|
3 years ago |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 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 |
Wilson E. Alvarez
|
d11c1afc04
Rename String::is_rel_path to String::is_relative_path
|
4 years ago |
Max Hilbrunner
|
5161c97c9c
Remove underscore hacks
|
4 years ago |
SaracenOne
|
861bb3a488
Automatically call the _init function on base class if one does not exist.
|
4 years ago |
Rémi Verschelde
|
92299989bd
Use Ref<T> references as iterators where relevant
|
4 years ago |
Julien Nguyen
|
6938dd72f2
Fix instantiate line class
|
4 years ago |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |
Hugo Locurcio
|
4bd5e4fd9b
Use the standard C `INFINITY` and `NAN` constants directly
|
4 years ago |
Fabio Alessandrelli
|
ddb68f76ff
[Net] Single `rpc` annotation. "sync" no longer part of mode.
|
4 years ago |