summaryrefslogtreecommitdiff
path: root/editor/debugger/editor_debugger_inspector.cpp
AgeCommit message (Expand)Author
2022-07-25Require ScriptInstance to be valid in the editor debuggerHugo Locurcio
2022-06-08i18n: Misc fixes translation stringsRémi Verschelde
2022-05-20Add a new HashSet templatereduz
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-03-30Cleanup EditorNode and EditorDataHendrik Brucker
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-04String: Add contains().Anilforextra
2022-01-14Merge pull request #56719 from Chaosus/gds_debugger_filterRémi Verschelde
2022-01-12Merge pull request #52710 from Jummit/fix-debug-tooltipsYuri Roubinsky
2022-01-12Add option to filter the stack variables of GDScript debuggerYuri Roubinsky
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-01Skip script property in remote object property listRaul Santos
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-15Show correct debug tooltips for existing variablesJummit
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-05-22Fix dialog spam when inspecting MeshInstance from model filePouleyKetchoupp
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-08Update editor debugger to new remote debugger.Fabio Alessandrelli
2020-03-05Fix some bugs spotted by asan in editor debugger.Fabio Alessandrelli
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-21Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli