A Thousand Ships
|
a1846b27ea
Improve use of `Ref.is_null/valid`
|
1 year ago |
kobewi
|
645abdbb80
Add expression evaluater to debugger (REPL)
|
1 year ago |
rune-scape
|
154049ce17
StringName Dictionary keys
|
1 year ago |
A Thousand Ships
|
955d5affa8
Reduce and prevent unnecessary random-access to `List`
|
1 year ago |
Chia-Hsiang Cheng
|
8da66412f6
Avoid retrieving the object ID of a Nil variable
|
2 years ago |
Juan Linietsky
|
5e512b705e
Support threads in the script debugger
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Markus Sauermann
|
3b14f0334c
Remove redundant Variant-types initializations
|
2 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
3 years ago |
Pavel Pletnev
|
770cd6764e
Fix editing of remote objects in the inspector
|
3 years ago |
Hugo Locurcio
|
829c824755
Require ScriptInstance to be valid in the editor debugger
|
3 years ago |
Rémi Verschelde
|
c8ce7e34e2
i18n: Misc fixes translation strings
|
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 |
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 |
Hendrik Brucker
|
314430b868
Cleanup EditorNode and EditorData
|
3 years ago |
jmb462
|
dcd2a92af3
Port existing _notification code to use switch statements (part 1/3)
|
3 years ago |
Anilforextra
|
adbe948bda
String: Add contains().
|
3 years ago |
Rémi Verschelde
|
387f2744f7
Merge pull request #56719 from Chaosus/gds_debugger_filter
|
3 years ago |
Yuri Roubinsky
|
eba047eff5
Merge pull request #52710 from Jummit/fix-debug-tooltips
|
3 years ago |
Yuri Roubinsky
|
49db87ab3d
Add option to filter the stack variables of GDScript debugger
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Raul Santos
|
b642c32dfb
Skip script property in remote object property list
|
3 years ago |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 years ago |
Jummit
|
1260735ee6
Show correct debug tooltips for existing variables
|
4 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |
reduz
|
6631f66c2a
Optimize StringName usage
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
PouleyKetchoupp
|
01802074a0
Fix dialog spam when inspecting MeshInstance from model file
|
5 years ago |