summaryrefslogtreecommitdiff
path: root/editor/debugger/editor_debugger_node.cpp
AgeCommit message (Expand)Author
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-06-06Fix Debugger tab not updating when clearing errorskobewi
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Replace most uses of Map by HashMapreduz
2022-03-30Cleanup EditorNode and EditorDataHendrik Brucker
2022-03-17Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-03-04Merge pull request #58687 from YeldhamDev/the_beast_has_been_slainRémi Verschelde
2022-03-03Make `TabContainer` use `TabBar` internallyMichael Alexsander
2022-03-02Fix debugger not opening built-in scriptskobewi
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-08Refactor some object type checking code with `cast_to`Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-06Add missing SNAME macro optimization in some function callsjmb462
2022-01-20Store panels and docks singletons in their own classestrollodel
2022-01-15Add global breakpoint listPaulb23
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-04Auto-Increment Debugger PortNathan Franke
2021-10-27Improve appearance of the editor Debugger bottom panel menuHugo Locurcio
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-14Merge pull request #52226 from Faless/debugger/4.x_start_optionsRémi Verschelde
2021-09-01Merge pull request #51639 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli
2021-08-31Implemented advanced features of DAPEv1lbl0w
2021-08-29[Editor] Editor debugger binds according to editor settings.Fabio Alessandrelli
2021-08-21Fix camera override not workingrequizm
2021-08-02Implemented initial DAP supportEv1lbl0w
2021-07-18Optimize StringName usagereduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-04-23fix stop debugger on closing gameStefan Boronczyk
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-11-17Debugger: Save options in project metadataRémi Verschelde
2020-08-26Added debugger plugin supportsimpu
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-12Support multiple debug protocols.Fabio Alessandrelli
2020-05-09Use a different icon for the debugger tab with both warnings and errorsHugo Locurcio
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-08Update editor debugger to new remote debugger.Fabio Alessandrelli
2020-03-08Threaded networking for editor debugger.Fabio Alessandrelli
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-22Fix visuals of the new debugger editorMichael Alexsander