Hristo Stamenov
|
0e1f7e9f89
Removed faulty function update after get_property_list.
|
3 年之前 |
Juan Linietsky
|
d4433ae6d3
Remove Signal connect binds
|
3 年之前 |
Fabio Alessandrelli
|
ca7d572908
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
|
3 年之前 |
Yuri Sizov
|
a9098e6147
Add support for documenting built-in annotations
|
3 年之前 |
K. S. Ernest (iFire) Lee
|
9ddebc0c22
Add a const call mode to Object, Variant and Script.
|
3 年之前 |
Hugo Locurcio
|
cceeb671db
Improve stack overflow error message in GDScript and VisualScript
|
3 年之前 |
Rémi Verschelde
|
c8ce7e34e2
i18n: Misc fixes translation strings
|
3 年之前 |
reduz
|
45af29da80
Add a new HashSet template
|
3 年之前 |
Aaron Record
|
900c676b02
Use range iterators for RBSet in most cases
|
3 年之前 |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 年之前 |
reduz
|
8b7c7f5a75
Add a new HashMap implementation
|
3 年之前 |
kobewi
|
7b101c6fe7
Fix VisualScript export variables
|
3 年之前 |
FireForge
|
3073b85de9
Rename theme properties to include underscores
|
3 年之前 |
reduz
|
21637dfc25
Remove VARIANT_ARG* macros
|
3 年之前 |
Rémi Verschelde
|
b8b4580448
Style: Cleanup single-line blocks, semicolons, dead code
|
3 年之前 |
Rémi Verschelde
|
317cd0b19a
Refactor some object type checking code with `cast_to`
|
3 年之前 |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 年之前 |
fabriceci
|
9d5b807059
Improve editor template workflow
|
3 年之前 |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 年之前 |
Lightning_A
|
e078f970db
Rename `remove()` to `remove_at()` when removing by index
|
4 年之前 |
Hugo Locurcio
|
c012fbc8b2
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
|
3 年之前 |
Rémi Verschelde
|
3a6be64c12
clang-format: Various fixes to comments alignment from `clang-format` 13
|
3 年之前 |
Gilles Roudière
|
0587e5e018
Implement toast notifications in the editor
|
3 年之前 |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 年之前 |
Fabio Alessandrelli
|
bf9aae09ba
[Net] Move multiplayer to core subdir, split RPCManager.
|
3 年之前 |
reduz
|
5cecdfa8af
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
|
4 年之前 |
Haoyu Qiu
|
0ca38ffe76
Validates VisualScript.add_node input node
|
4 年之前 |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 年之前 |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 年之前 |
reduz
|
6631f66c2a
Optimize StringName usage
|
4 年之前 |