summaryrefslogtreecommitdiffstats
path: root/editor/debugger
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | Extract editor run toolbar into its own componentYuri Sizov2023-04-193-20/+19
* | | Fix misuses of error macrosDanil Alexeev2023-04-181-1/+1
* | | Merge pull request #75765 from YuriSizov/editor-node-optimize-includesRémi Verschelde2023-04-114-2/+408
|\ \ \
| * | | Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-074-2/+408
| |/ /
* / / Poll LSP/DAP clients for connection status updatesRicardo Subtil2023-04-091-0/+1
|/ /
* | Fix premature theme item access in editor toolsYuri Sizov2023-04-032-1/+16
* | Refresh filesystem when saving remote branchkobewi2023-03-241-0/+7
|/
* Make sure Script Debugger is updated with the editor themeYuri Sizov2023-03-101-20/+28
* Improvements and fixes based on Weblate commentsHaoyu Qiu2023-02-131-0/+2
* Pace debugger draw requestsPedro J. Estébanez2023-02-072-1/+6
* Restore missing info in the error tooltipsPaul Joannon2023-01-281-2/+2
* Better error display in debugger panelPaul Joannon2023-01-272-7/+33
* Add EditorUndoRedoManager singletonkobewi2023-01-161-1/+1
* Move remote debug buttons to a single menu.bruvzg2023-01-141-1/+1