summaryrefslogtreecommitdiffstats
path: root/editor/debugger/editor_debugger_node.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #99054 from timothyqiu/session-namesThaddeus Crews2024-11-221-1/+1
|\
| * Translate the name of the debugger session tabsHaoyu Qiu2024-11-111-1/+1
* | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-4/+4
|/
* Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-301-0/+8
* Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-4/+4
* Expose EditorUndoRedoManager's clear_history()kobewi2024-08-291-1/+1
* Fix weird plural public method namesAdam Scott2024-08-271-4/+4
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-4/+4
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-3/+3
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* Merge pull request #91033 from Hilderin/keep_current_bottom_panel_on_playRémi Verschelde2024-05-291-5/+1
|\
| * Add editor setting to keep bottom panel state on play and stop gameHilderin2024-05-291-5/+1
* | Limit icon size in EditorDebuggerTree.Daylily-Zeleen2024-05-251-1/+7
* | [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
* | Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* | Don't store values when loading themkobewi2024-03-071-1/+4
|/
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-2/+2
* Extract BottomPanel from EditorNodekit2024-02-201-3/+4
* Use check_changed_settings_in_group() everywherekobewi2024-02-191-1/+2
* Merge pull request #86676 from rune-scape/sparse-script-reloadYuri Sizov2024-01-171-2/+8
|\
| * Hot-reload only changed scriptsrune-scape2024-01-021-2/+8
* | Update deferred calls to use Callableskobewi2024-01-091-1/+1
|/
* Fix debugger behaviour with multi-session debugging:Saracen2023-10-061-6/+57
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-4/+4
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-6/+6
* Add EditorStringNames singletonkobewi2023-09-031-12/+13
* Merge pull request #75200 from Calinou/debugger-editor-settings-add-property-...Rémi Verschelde2023-06-191-3/+3
|\
| * Add property hints for debugger/profiler editor settingsHugo Locurcio2023-03-221-3/+3
* | Extract editor run toolbar into its own componentYuri Sizov2023-04-191-8/+8
|/
* Add EditorUndoRedoManager singletonkobewi2023-01-161-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add remote history to EditorUndoRedoManagerkobewi2022-12-081-0/+2
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+2
* [Editor] Add button to keep the debug server open.Fabio Alessandrelli2022-11-251-17/+29
* Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde2022-11-161-3/+3
|\
| * Remove more instances of 'instance' being used as a verbVolTer2022-11-161-3/+3
* | [Editor] Better expose EditorDebuggerPlugin.Fabio Alessandrelli2022-11-141-15/+29
|/
* Merge pull request #62416 from Calinou/movie-maker-request-attention-on-finishRémi Verschelde2022-10-311-0/+6
|\
| * Request attention on the editor window when done recording a movieHugo Locurcio2022-06-261-0/+6
* | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-3/+3
|\ \
| * | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-3/+3
* | | Add buttons in Remote Scene TreeMicky2022-10-201-0/+19
|/ /
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-5/+2
* | Add per-scene UndoRedokobewi2022-08-221-2/+6
* | 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