summaryrefslogtreecommitdiff
path: root/editor/debugger
AgeCommit message (Expand)Author
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-24Merge pull request #50511 from aaronfranke/iteratorsRémi Verschelde
2021-07-24Add a tooltip for Inclusive and Self in the editor profilerHugo Locurcio
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-19Merge pull request #50599 from Calinou/editor-profiler-improve-tooltipRémi Verschelde
2021-07-18Optimize StringName usagereduz
2021-07-19Improve tooltips in the editor profiler to mention the script nameHugo Locurcio
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-07-01Clean up RenderingServer and its bindingsreduz
2021-06-28Implement Tree's internal minimum width calculationGilles Roudière
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-05-21Fix editor crash when exporting profiler dataHaoyu Qiu
2021-05-17Improve TreeItem API and allow to move nodestrollodel
2021-05-06Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio
2021-04-23fix stop debugger on closing gameStefan Boronczyk
2021-04-19Add a menu action to open C++ source on GitHub in the editor debuggerHugo Locurcio
2021-04-06Clean up profilerpkowal
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-05Fix negative VRAM valuesEv1lbl0w
2021-02-10Removed _change_notifyreduz
2021-02-08Keep selected node visible after filter changePedro J. Estébanez
2021-01-24Change themes *_color_* to *_*_colorMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-29Fix missed renamings from empty() to is_empty()Ré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-23Rename Control margin to offsetMarcel Admiraal
2020-12-20Rename Camera3D near and far getters and settersMarcel Admiraal
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
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