summaryrefslogtreecommitdiffstats
path: root/editor/debugger
Commit message (Expand)AuthorAgeFilesLines
* Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
* Merge pull request #89475 from rsubtil/feature-add_message_type_to_dapRémi Verschelde2024-03-145-11/+12
|\
| * Add output type to DAP `output` eventsRicardo Subtil2024-03-145-11/+12
* | Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-1/+1
* | Add missing `variablesReference` field to DAP `evaluate` requestRicardo Subtil2024-03-031-0/+1
|/
* Merge pull request #86398 from reach-satori/prof-visibility-fixRémi Verschelde2024-03-011-0/+1
|\
| * Fix internal profiling button being visible when disabledMateus Reis2023-12-211-0/+1
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-267-9/+9
* | Extract BottomPanel from EditorNodekit2024-02-201-3/+4
* | Use check_changed_settings_in_group() everywherekobewi2024-02-192-2/+6
* | Merge pull request #87661 from baptr/profiler_sortRémi Verschelde2024-02-191-1/+1
|\ \
| * | Fix editor profiler script function sort orderbaptr2024-01-271-1/+1
* | | Fix frame number underflow in visual profilerPer Melin2024-02-151-1/+1
* | | Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-2/+2
|/ /
* | Merge pull request #87293 from YuriSizov/editor-theme-a-rehashed-follow-upRémi Verschelde2024-01-181-2/+2
|\ \
| * | Improve editor theme generation after the refactorYuri Sizov2024-01-171-2/+2
* | | Merge pull request #86676 from rune-scape/sparse-script-reloadYuri Sizov2024-01-174-6/+18
|\ \ \ | |/ / |/| |
| * | Hot-reload only changed scriptsrune-scape2024-01-024-6/+18
| |/
* | Reorganize code related to editor themingYuri Sizov2024-01-164-4/+4
* | Update deferred calls to use Callableskobewi2024-01-092-2/+2
* | Merge pull request #84895 from rsubtil/fix_dap_race_conditionRémi Verschelde2024-01-094-3/+28
|\ \
| * | Prevent race condition on initial breakpoints from DAPRicardo Subtil2023-11-144-3/+28
* | | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-1/+1
|\ \ \ | |_|/ |/| |
| * | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
| |/
* / Fix missing time for some script functions in profilermsreis2023-12-193-0/+26
|/
* Merge pull request #82868 from SaracenOne/multi_session_debugger_fixesRémi Verschelde2023-10-162-6/+62
|\
| * Fix debugger behaviour with multi-session debugging:Saracen2023-10-062-6/+62
* | Fix right-click menu position for the debugger breakpoint tree.Saracen2023-10-061-1/+1
|/
* Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-8/+8
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-153-6/+6
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-6/+6
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-062-0/+2
* Add EditorStringNames singletonkobewi2023-09-036-72/+77
* Avoid unnecessary inspector updates when loading or switching scenesYuri Sizov2023-08-121-3/+3
* Avoid retrieving the object ID of a Nil variableChia-Hsiang Cheng2023-08-041-1/+1
* Merge pull request #79280 from raulsntos/dotnet/better-push-errorRémi Verschelde2023-08-031-3/+9
|\
| * C#: Improve `GD.PushError` and `GD.PushWarning`Raul Santos2023-07-111-3/+9
* | Support threads in the script debuggerJuan Linietsky2023-07-263-77/+169
* | Extract and reorganize texture resource classesHendrik Brucker2023-07-144-0/+6
|/
* Merge pull request #75200 from Calinou/debugger-editor-settings-add-property-...Rémi Verschelde2023-06-192-5/+3
|\
| * Add property hints for debugger/profiler editor settingsHugo Locurcio2023-03-222-5/+3
* | Merge pull request #75836 from rsubtil/bugfix-dap_windows_pathFabio Alessandrelli2023-06-192-0/+12
|\ \
| * | Fix DAP path mismatch on WindowsRicardo Subtil2023-04-082-0/+12
* | | i18n: Sync translations with Weblate (now tracking 4.1 strings)Rémi Verschelde2023-06-121-2/+2
* | | Changed error tree initialization to allow reselectionsamar-012023-06-101-0/+1
* | | Fix profilers' GUI treesVolTer2023-06-032-6/+6
* | | Rename the Debugger's stack debug section to Stack TraceAaron Franke2023-05-111-1/+1
* | | Improve editor state persistenceHendrik Brucker2023-05-112-0/+10
* | | CI: Use gh-cli for changed files, and workaround codespell skip list bugRémi Verschelde2023-05-081-1/+1
* | | Redo how the remote filesystem worksJuan Linietsky2023-05-082-259/+195