summaryrefslogtreecommitdiffstats
path: root/editor/debugger
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-274-0/+6
|\
| * Merge pull request #97884 from passivestar/list-variationsThaddeus Crews2024-11-274-0/+5
| |\
| | * Add theme type variations for secondary Trees and ItemListspassivestar2024-11-194-0/+5
| * | Merge pull request #99417 from passivestar/thread-selectorThaddeus Crews2024-11-261-0/+1
| |\ \
| | * | Disable the debugger thread selector when there's nothing to selectpassivestar2024-11-191-0/+1
| | |/
* | | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-262-1/+4
|\| |
| * | Merge pull request #99068 from yahkr/fix_monitor_displayThaddeus Crews2024-11-251-0/+3
| |\ \
| | * | Fix float value used for MONITOR_TYPE_QUANTITYyahkr2024-11-111-0/+3
| * | | 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
| | |/
* | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-193-6/+6
|\| |
| * | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-173-6/+6
| |/
* | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-112-0/+12
|\|
| * 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
| |/
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-025-56/+90
|\|
| * Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-305-56/+90
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-305-25/+25
|\|
| * 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 #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-2727-54/+54
|\ \ \
| * | | Fix copyright headers referring to GodotSpartan3222024-10-2727-54/+54
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-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
* | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-222-0/+2
|\| |
| * | Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-182-0/+2
| |/
* | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-182-6/+5
|\|
| * 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
| |/
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1127-0/+54
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-112-2/+2
|/
* 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
|\ \