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.
|
3 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 |
Fabio Alessandrelli
|
88d68346ee
[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.
|
4 years ago |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
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 |
Rémi Verschelde
|
8d4046929c
Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-io
|
4 years ago |
Rémi Verschelde
|
6b0183ec89
Merge pull request #49279 from Calinou/rename-string-is-abs-path-method
|
4 years ago |
Rémi Verschelde
|
9e328bb5b7
Core: Move DirAccess and FileAccess to `core/io`
|
4 years ago |
Hugo Locurcio
|
5ea1c75d63
Rename `String.is_abs_path()` to `String.is_absolute_path()`
|
4 years ago |
Fabio Alessandrelli
|
d779b5aa3e
[Net] Refactor RPCs, remove RSETs
|
4 years ago |