summaryrefslogtreecommitdiffstats
path: root/editor/debugger
Commit message (Expand)AuthorAgeFilesLines
* Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-173-6/+6
* Merge pull request #98891 from Faless/debugger/game_view_settingsThaddeus Crews2024-11-101-0/+3
|\
| * [Debugger] Move quit shortcut configuration to the SceneDebuggerFabio Alessandrelli2024-11-071-0/+3
* | Reload cached resources in runtime on file reimportMichael Alexsander2024-11-052-0/+9
|/
* Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-305-56/+90
* Merge pull request #98039 from aaronfranke/button-iconThaddeus Crews2024-10-294-24/+24
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-294-24/+24
* | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-291-1/+1
|\ \ | |/ |/|
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* | Merge pull request #98378 from dalexeev/doc-clarify-engine-debuggerThaddeus Crews2024-10-251-1/+1
|\ \ | |/ |/|
| * Clarify `EngineDebugger` and `EditorDebugger*` documentationDanil Alexeev2024-10-211-1/+1
* | Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-182-0/+2
|/
* Merge pull request #98222 from timothyqiu/media-control-rtlClay John2024-10-171-5/+1
|\
| * Don't flip playback control buttons in RTL layoutHaoyu Qiu2024-10-161-5/+1
* | Fixed Remote Nodes missing custom iconsBogdan Inculet2024-10-151-1/+4
|/
* Bump DAP requests timeout to 5 secondsRicardo Subtil2024-10-032-3/+1
* Support REPL expressions through DAP `evaluate` requestRicardo Subtil2024-10-036-11/+71
* Support object inspection through DAP `variables` requestRicardo Subtil2024-10-033-10/+192
* Merge pull request #97647 from KoBeWi/yearly_REPL_pull_requestRémi Verschelde2024-10-017-6/+255
|\
| * Add expression evaluater to debugger (REPL)kobewi2024-10-017-6/+255
* | Parse fragment from URLHaoyu Qiu2024-09-271-2/+2
|/
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-252-0/+2
* Merge pull request #96759 from Geometror/implement-autostart-profilersRémi Verschelde2024-09-135-11/+44
|\
| * Implement Autostart Feature for Profiler / Visual Profiler / Network ProfilerHendrik Brucker2024-09-105-11/+44
* | [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-122-3/+1
|/
* Add target fps editor setting to visual profilerDaniel Kinsman2024-09-041-0/+4
* Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-031-1/+1
|\
| * StringName Dictionary keysrune-scape2024-08-291-1/+1
* | Merge pull request #94263 from Arnklit/collapse_expand_remote_scene_viewRémi Verschelde2024-09-032-0/+17
|\ \
| * | Add collapse/expand right click option to remote scene viewKasper Frandsen2024-07-122-0/+17
* | | Expose EditorUndoRedoManager's clear_history()kobewi2024-08-291-1/+1
| |/ |/|
* | Fix weird plural public method namesAdam Scott2024-08-272-6/+6
|/
* [TextServer] Fix get_word_breaks and it uses.bruvzg2024-06-211-1/+1
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-192-2/+2
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-193-5/+5
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-185-14/+14
* Merge pull request #91454 from akien-mga/coverity-checksRémi Verschelde2024-06-031-13/+13
|\
| * Fix Steam input "crc" errors, and some other Coverity reports of uninitialize...Rémi Verschelde2024-05-311-13/+13
* | [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-302-5/+5
* | [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-303-4/+4
|/
* Merge pull request #92336 from van800/DAPRémi Verschelde2024-05-302-3/+6
|\
| * [DAP] Add --dap-port as a command line argument, very similar to --lsp-portIvan Shakhov2024-05-302-3/+6
* | Merge pull request #91033 from Hilderin/keep_current_bottom_panel_on_playRémi Verschelde2024-05-292-6/+1
|\ \
| * | Add editor setting to keep bottom panel state on play and stop gameHilderin2024-05-292-6/+1
* | | Merge pull request #92389 from ckaiser/light-mode-profilerRémi Verschelde2024-05-282-2/+17
|\ \ \
| * | | Fix profiler seek line color in light modes, update on theme changeChristian Kaiser2024-05-262-2/+17
| | |/ | |/|
* / | Limit icon size in EditorDebuggerTree.Daylily-Zeleen2024-05-253-1/+17
|/ /
* | [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-145-23/+23
* | Merge pull request #91927 from timothyqiu/monitor-namesRémi Verschelde2024-05-141-5/+15
|\ \
| * | Make performance monitor names translatableHaoyu Qiu2024-05-141-5/+15