summaryrefslogtreecommitdiffstats
path: root/editor/debugger/editor_debugger_inspector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-3/+3
* Avoid retrieving the object ID of a Nil variableChia-Hsiang Cheng2023-08-041-1/+1
* Support threads in the script debuggerJuan Linietsky2023-07-261-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-5/+5
* Fix editing of remote objects in the inspectorPavel Pletnev2022-08-021-2/+1
* Require ScriptInstance to be valid in the editor debuggerHugo Locurcio2022-07-251-21/+23
* i18n: Misc fixes translation stringsRémi Verschelde2022-06-081-1/+1
* Add a new HashSet templatereduz2022-05-201-1/+1
* Use range iterators for RBSet in most casesAaron Record2022-05-191-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-4/+4
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-2/+2
* Cleanup EditorNode and EditorDataHendrik Brucker2022-03-301-1/+1
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-6/+5
* String: Add contains().Anilforextra2022-02-041-1/+1
* Merge pull request #56719 from Chaosus/gds_debugger_filterRémi Verschelde2022-01-141-0/+7
|\
| * Add option to filter the stack variables of GDScript debuggerYuri Roubinsky2022-01-121-0/+7
* | Merge pull request #52710 from Jummit/fix-debug-tooltipsYuri Roubinsky2022-01-121-1/+7
|\ \ | |/ |/|
| * Show correct debug tooltips for existing variablesJummit2021-09-151-1/+7
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Skip script property in remote object property listRaul Santos2021-12-011-3/+8
* | Use range iterators for `Map`Lightning_A2021-09-301-3/+3
|/
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+2
* Optimize StringName usagereduz2021-07-181-4/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Fix dialog spam when inspecting MeshInstance from model filePouleyKetchoupp2020-05-221-6/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-5/+9
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-9/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Update editor debugger to new remote debugger.Fabio Alessandrelli2020-03-081-2/+2
* Fix some bugs spotted by asan in editor debugger.Fabio Alessandrelli2020-03-051-0/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-4/+2
* Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-211-0/+277