summaryrefslogtreecommitdiffstats
path: root/editor/debugger
Commit message (Collapse)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 ItemLists
| | * 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 select
| | * | 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
| |\ \ | | | | | | | | | | | | [Editor] Fix float value used for integer performance monitors
| | * | 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 tabs
| | * | 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] Better settings configuration for RuntimeNodeSelect and Window quit
| | * [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` functions to `*_button_icon` to match exposed methods
| | * 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
| |\ \ | | |/ | |/| | | | [Codestyle] Set clang-format `RemoveSemicolon` rule to `true`
| | * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
| | | | | | | | | | | | - Set clang-format `Standard` rule to `c++20`
* | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-2727-54/+54
|\ \ \ | | | | | | | | Fix copyright headers referring to Godot
| * | | 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*` documentation
| | * 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
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | `core/os/os.h` doesn't use `core/io/image.h`. It just brings transitive dependencies. Lots of dependencies because `core/os/os.h` is transitively included in almost every file of godot Also added `core/io/image.h` into files^1 where `Ref<Image>` and `core/os/os.h` were used to prevent obscure errors involving `Ref<Image>` ^1 except those which include `core/io/image_loader.h` or `core/io/image.h` by corresponding .h file with the same name Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com> Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
* | 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 layout
| | * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-112-2/+2
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Linux Editor tests workflow matrix Add Windows Editor w/ Mono workflow matrix Add Generate Glue Code job to Windows workflow Add Build GodotSharp job to Windows workflow Add godot compatibility version references Add Godot author info Add Godot version compatibility info Add Godot donor info Add Godot authors and donors to editor_about.cpp Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* 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)
| * Add expression evaluater to debugger (REPL)kobewi2024-10-017-6/+255
| | | | | | | | Co-authored-by: rohanrhu <rohanrhu2@gmail.com>
* | 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 for all profilers
| * Implement Autostart Feature for Profiler / Visual Profiler / Network ProfilerHendrik Brucker2024-09-105-11/+44
| | | | | | | | Co-authored-by: stmSi <stm1998sithumyo@gmail.com>
* | [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-122-3/+1
|/ | | | Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
* Add target fps editor setting to visual profilerDaniel Kinsman2024-09-041-0/+4
| | | | | | Use same max fps as project setting Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
* Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-031-1/+1
|\ | | | | | | StringName Dictionary keys
| * StringName Dictionary keysrune-scape2024-08-291-1/+1
| | | | | | | | | | also added 'is_string()' method to Variant and refactored many String type comparisons to use it instead
* | Merge pull request #94263 from Arnklit/collapse_expand_remote_scene_viewRémi Verschelde2024-09-032-0/+17
|\ \ | | | | | | | | | Add Expand/Collapse Branch right click option to remote scene view