summaryrefslogtreecommitdiffstats
path: root/editor/debugger/editor_debugger_node.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove Signal connect bindsJuan Linietsky2022-07-291-10/+10
|/
* Fix Debugger tab not updating when clearing errorskobewi2022-06-061-34/+38
* Use range iterators for RBSet in most casesAaron Record2022-05-191-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Cleanup EditorNode and EditorDataHendrik Brucker2022-03-301-1/+1
* Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander2022-03-171-1/+0
* Remove VARIANT_ARG* macrosreduz2022-03-091-2/+2
* Merge pull request #58687 from YeldhamDev/the_beast_has_been_slainRémi Verschelde2022-03-041-1/+1
|\
| * Make `TabContainer` use `TabBar` internallyMichael Alexsander2022-03-031-1/+1
* | Fix debugger not opening built-in scriptskobewi2022-03-021-2/+14
|/
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-96/+97
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-1/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde2022-02-081-11/+11
|\
| * Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-11/+11
* | Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-1/+1
|/
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-11/+11
* Add missing SNAME macro optimization in some function callsjmb4622022-02-061-1/+1
* Store panels and docks singletons in their own classestrollodel2022-01-201-7/+7
* Add global breakpoint listPaulb232022-01-151-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-1/+1
* Auto-Increment Debugger PortNathan Franke2021-12-041-0/+5
* Improve appearance of the editor Debugger bottom panel menuHugo Locurcio2021-10-271-0/+5
* Use range iterators for `Map`Lightning_A2021-09-301-5/+5
* Merge pull request #52226 from Faless/debugger/4.x_start_optionsRémi Verschelde2021-09-141-4/+4
|\
| * [Editor] Editor debugger binds according to editor settings.Fabio Alessandrelli2021-08-291-4/+4
* | Merge pull request #51639 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli2021-09-011-0/+3
|\ \ | |/ |/|
| * Implemented advanced features of DAPEv1lbl0w2021-08-311-0/+3
* | Fix camera override not workingrequizm2021-08-211-0/+11
|/
* Implemented initial DAP supportEv1lbl0w2021-08-021-1/+14
* Optimize StringName usagereduz2021-07-181-14/+14
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* fix stop debugger on closing gameStefan Boronczyk2021-04-231-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-4/+4
* Debugger: Save options in project metadataRémi Verschelde2020-11-171-9/+25
* Added debugger plugin supportsimpu2020-08-261-0/+27
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-21/+42
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+8
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-3/+0
* Support multiple debug protocols.Fabio Alessandrelli2020-05-121-10/+2
* Use a different icon for the debugger tab with both warnings and errorsHugo Locurcio2020-05-091-3/+5
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-10/+9
* Update editor debugger to new remote debugger.Fabio Alessandrelli2020-03-081-0/+1
* Threaded networking for editor debugger.Fabio Alessandrelli2020-03-081-9/+35
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-37/+20
* Fix visuals of the new debugger editorMichael Alexsander2020-02-221-44/+71