summaryrefslogtreecommitdiff
path: root/editor/debugger/script_editor_debugger.cpp
AgeCommit message (Expand)Author
2021-09-30Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio
2021-09-26Fix error when opening multiple debugger sessionsMichael Alexsander
2021-09-24Color error and warning lines in the editor debugger's Errors panelHugo Locurcio
2021-09-23Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som...Rémi Verschelde
2021-09-16Fix error list not being clearedRicardo Subtil
2021-08-31Implemented advanced features of DAPEv1lbl0w
2021-08-20Add missing SNAME macro optimization for StringName in some functionsjmb462
2021-08-03Merge pull request #50454 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli
2021-08-02Implemented initial DAP supportEv1lbl0w
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-20Merge pull request #38317 from verdog/get-cam-2d-4.0Rémi Verschelde
2021-07-18Optimize StringName usagereduz
2021-07-13Add header theme type variations to labelskobewi
2021-07-13Merge pull request #50086 from Geometror/label-improve-layout-optionsRémi Verschelde
2021-07-04Clean up Treereduz
2021-07-04Improvements to Label's layout optionsHendrik Brucker
2021-07-03add viewport.get_camera_2d()Josh Chandler
2021-06-28Implement Tree's internal minimum width calculationGilles Roudière
2021-05-17Improve TreeItem API and allow to move nodestrollodel
2021-04-19Add a menu action to open C++ source on GitHub in the editor debuggerHugo Locurcio
2021-03-05Fix negative VRAM valuesEv1lbl0w
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Merge pull request #44434 from madmiraal/rename-camera3d-near-and-farRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-20Rename Camera3D near and far getters and settersMarcel Admiraal
2020-11-16Merge pull request #42729 from opl-/feat/better-debugger-errorsRémi Verschelde
2020-11-09Variant: Rename Type::_RID to Type::RIDRémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-12Improve output in Debugger Errors tab for scriptsopl-
2020-08-26Added debugger plugin supportsimpu
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen
2020-06-29Added Custom Performance Monitor and feature to read intermediate values of M...simpu
2020-06-21Draw horizontal lines and labels in the editor performance monitorsHugo Locurcio
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-12Support multiple debug protocols.Fabio Alessandrelli
2020-05-11Merge pull request #38592 from Calinou/debugger-error-warning-iconRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-05-09Use a different icon for the debugger tab with both warnings and errorsHugo Locurcio
2020-05-01Format remote printerr properly in script debugger outputPouleyKetchoupp
2020-04-24Add ability to export VRAM usage as CSVPedro J. Estébanez
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Rename more 2D and 3D nodes to follow conventionRémi Verschelde
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky