kobewi
|
8be27dc59e
Replace Array return types with TypedArray
|
3 年 前 |
kobewi
|
ece3df3938
Add per-scene UndoRedo
|
3 年 前 |
Juan Linietsky
|
d4433ae6d3
Remove Signal connect binds
|
3 年 前 |
Haoyu Qiu
|
61bc7d6576
Fix heap-use-after-free when closing a scene with its builtin script open
|
3 年 前 |
reduz
|
45af29da80
Add a new HashSet template
|
3 年 前 |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 年 前 |
reduz
|
8b7c7f5a75
Add a new HashMap implementation
|
3 年 前 |
Hugo Locurcio
|
180e5d3028
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
|
3 年 前 |
bruvzg
|
f851c4aa33
Fix some issues found by cppcheck.
|
3 年 前 |
Hendrik Brucker
|
314430b868
Cleanup EditorNode and EditorData
|
3 年 前 |
Aaron Franke
|
918b09cabc
Initialize bools in the headers in editor
|
3 年 前 |
Rémi Verschelde
|
b8b4580448
Style: Cleanup single-line blocks, semicolons, dead code
|
3 年 前 |
Rémi Verschelde
|
11572c6e30
Editor: Cleanup some includes dependencies
|
3 年 前 |
Hendrik Brucker
|
b396fd4eef
Improve compilation speed (forward declarations/includes cleanup)
|
3 年 前 |
Rémi Verschelde
|
0154ce2c8d
Merge pull request #43015 from Xrayez/refactor-auto-instaprop
|
3 年 前 |
Jason Knight
|
81b6da9d3d
Use ScriptServer::get_global_class_base instead of script_class_get_base in script_class_is_parent.
|
3 年 前 |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
4 年 前 |
Andrii Doroshenko (Xrayez)
|
7a8b11ee14
Refactor auto-instantiation of `Object` properties in editor
|
5 年 前 |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
4 年 前 |
Yuri Sizov
|
98ad5cd3db
Fix a crash in editor's script parent class check
|
4 年 前 |
Lightning_A
|
e078f970db
Rename `remove()` to `remove_at()` when removing by index
|
4 年 前 |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 年 前 |
Hugo Locurcio
|
570cdc128f
Rename Node's `filename` property to `scene_file_path` for clarity
|
4 年 前 |
kobewi
|
1a60509699
Close built-in script from any scene
|
4 年 前 |
Gilles Roudière
|
4bd7700e89
Implement properties arrays in the Inspector.
|
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 年 前 |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 年 前 |
Pedro J. Estébanez
|
04688b92ff
Rename Reference to RefCounted
|
4 年 前 |