summaryrefslogtreecommitdiffstats
path: root/editor/debugger/script_editor_debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add header theme type variations to labelskobewi2021-07-131-0/+2
* Merge pull request #50086 from Geometror/label-improve-layout-optionsRémi Verschelde2021-07-131-1/+1
|\
| * Improvements to Label's layout optionsHendrik Brucker2021-07-041-1/+1
* | Clean up Treereduz2021-07-041-0/+2
|/
* Implement Tree's internal minimum width calculationGilles Roudière2021-06-281-4/+4
* Improve TreeItem API and allow to move nodestrollodel2021-05-171-6/+6
* Add a menu action to open C++ source on GitHub in the editor debuggerHugo Locurcio2021-04-191-20/+57
* Fix negative VRAM valuesEv1lbl0w2021-03-051-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #44434 from madmiraal/rename-camera3d-near-and-farRémi Verschelde2020-12-281-2/+2
|\
| * Rename Camera3D near and far getters and settersMarcel Admiraal2020-12-201-2/+2
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-4/+4
|/
* Merge pull request #42729 from opl-/feat/better-debugger-errorsRémi Verschelde2020-11-161-6/+13
|\
| * Improve output in Debugger Errors tab for scriptsopl-2020-10-121-6/+13
* | Variant: Rename Type::_RID to Type::RIDRémi Verschelde2020-11-091-1/+1
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
|/
* 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