summaryrefslogtreecommitdiff
path: root/editor/debugger
AgeCommit message (Expand)Author
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-17Debugger: Save options in project metadataRémi Verschelde
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
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-07-10Add override keywords.Marcel Admiraal
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-22Fix dialog spam when inspecting MeshInstance from model filePouleyKetchoupp
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-14Enforce use of bool literals instead of integersRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Ré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-29[Core] Rename linear_interpolate to lerpAaron Franke
2020-04-24Add ability to export VRAM usage as CSVPedro J. Estébanez
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
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
2020-03-19stop game process with KEY_F8 crash fixedThakee Nathees
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-11Fix various typosluz.paz
2020-03-08Update editor debugger to new remote debugger.Fabio Alessandrelli
2020-03-08Threaded networking for editor debugger.Fabio Alessandrelli
2020-03-05Fix some bugs spotted by asan in editor debugger.Fabio Alessandrelli
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-24Remove this signal call that was mistakenly added in #36244nathanwfranke
2020-02-23Fix Breakpoint compare in new Debugger.Fabio Alessandrelli
2020-02-22Fix visuals of the new debugger editorMichael Alexsander
2020-02-21Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli