summaryrefslogtreecommitdiffstats
path: root/editor/debugger/script_editor_debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added debugger plugin supportsimpu2020-08-261-1/+62
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-2/+2
* Added Custom Performance Monitor and feature to read intermediate values of M...simpu2020-06-291-231/+34
* Draw horizontal lines and labels in the editor performance monitorsHugo Locurcio2020-06-211-21/+82
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-8/+16
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-38/+72
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-86/+0
* Support multiple debug protocols.Fabio Alessandrelli2020-05-121-0/+2
* Merge pull request #38592 from Calinou/debugger-error-warning-iconRémi Verschelde2020-05-111-3/+5
|\
| * Use a different icon for the debugger tab with both warnings and errorsHugo Locurcio2020-05-091-3/+5
* | Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
|/
* Format remote printerr properly in script debugger outputPouleyKetchoupp2020-05-011-3/+27
* Add ability to export VRAM usage as CSVPedro J. Estébanez2020-04-241-27/+78
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-271-1/+1
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-4/+4
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-34/+34
* Working multiple window support, including editorJuan Linietsky2020-03-261-1/+1
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-4/+5
* stop game process with KEY_F8 crash fixedThakee Nathees2020-03-191-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-3/+3
* Fix various typosluz.paz2020-03-111-1/+1
* Update editor debugger to new remote debugger.Fabio Alessandrelli2020-03-081-138/+110
* Threaded networking for editor debugger.Fabio Alessandrelli2020-03-081-45/+29
* Fix some bugs spotted by asan in editor debugger.Fabio Alessandrelli2020-03-051-3/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-63/+29
* Remove this signal call that was mistakenly added in #36244nathanwfranke2020-02-241-1/+0
* Fix visuals of the new debugger editorMichael Alexsander2020-02-221-11/+7
* Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-211-0/+1879