summaryrefslogtreecommitdiff
path: root/editor/script_editor_debugger.cpp
AgeCommit message (Expand)Author
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky
2020-02-11Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde
2020-02-11Visual GPU profiler and related profiling support in Vulkan.Juan Linietsky
2020-02-11Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-31Merge pull request #33970 from Calinou/improve-video-ram-debugger-uxRémi Verschelde
2020-01-31Merge pull request #35502 from Calinou/profiler-csv-save-anywhereRémi Verschelde
2020-01-24Allow saving anywhere when exporting CSV measures from the profilerHugo Locurcio
2020-01-24Display times as milliseconds in the profiler and performance monitorsHugo Locurcio
2020-01-19Improve the Video RAM debugger UXHugo Locurcio
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-21Correct size for PacketPeerStream in Debugger.Fabio Alessandrelli
2019-12-02Tweak error timestamp formatting to be more readableHugo Locurcio
2019-11-20Merge pull request #33583 from qarmin/fix_overflows_unitializedRémi Verschelde
2019-11-20Fix some overflows and unitialized variablesRafał Mikrut
2019-11-18Fixed ScriptEditorDebugger minimum sizePouleyKetchoupp
2019-11-08Merge pull request #27742 from rxlecky/camera-replicationRémi Verschelde
2019-11-04Fixed cases where labels with autowrap can overflow the editor uiPouleyKetchoupp
2019-10-28Fixed remote inspector for tool scriptsPouleyKetchoupp
2019-10-23Fixed variables with built-in resource in remote inspectorPouleyKetchoupp
2019-10-23Implement game camera overrideErik
2019-10-02Inspector: select self object after selecting a stack framelupoDharkael
2019-09-26Fix remote-tree not displaying the node typeEmmanuel Barroga
2019-09-25Show C++ error condition in script editor debuggerRémi Verschelde
2019-09-23Merge pull request #32258 from Calinou/improve-debugger-shortcut-uxRémi Verschelde
2019-09-23Merge pull request #32049 from codecustard/fix_remoteview_navto_inspectedRémi Verschelde
2019-09-22Improve the debugger shortcut UXHugo Locurcio
2019-09-20Distinguish editor-originating messages in the editor logHugo Locurcio
2019-09-19Merge pull request #31961 from YeldhamDev/info_messagesRémi Verschelde
2019-09-08Fix Remote Tree Navigate to InspectedEmmanuel Barroga
2019-09-05Merge pull request #31989 from sparkart/revert-30833-fix_inspector_clear_remo...Rémi Verschelde
2019-09-05Merge pull request #31870 from JFonS/add_network_profilerFabio Alessandrelli
2019-09-05Revert "Fix Clearing Inspector for Remote Node"Emmanuel Barroga
2019-09-05Add network profilerjfons
2019-09-04Add informational messages to various editorsMichael Alexsander Silva Dias
2019-09-03Adds skip-breakpoints featureiwek7
2019-08-23Merge pull request #30833 from sparkart/fix_inspector_clear_remote_nodeRémi Verschelde
2019-07-30Fixed remote scene tree not collapsingSilvano Cerza
2019-07-25Fix Clearing Inspector for Remote NodeEmmanuel Barroga
2019-07-25Fix text position in the debugger's "Monitors" tab not being an integerMichael Alexsander Silva Dias
2019-07-24Center text in the debugger's "Monitors" tabMichael Alexsander Silva Dias
2019-07-19Merge pull request #23270 from silvanocerza/remote_scene_tree_filterRémi Verschelde
2019-07-01Merge pull request #28884 from vnen/yield-resume-stackRémi Verschelde
2019-06-20Merge pull request #29283 from qarmin/fix_some_always_same_valuesRémi Verschelde
2019-06-20Fix always true/false valuesqarmin
2019-06-19Merge pull request #29463 from Faless/editor/debugger_take_connectionRémi Verschelde
2019-06-19Editor debugger now always handle connections.Fabio Alessandrelli
2019-06-08Fix display of large sizes in the editor monitorsHugo Locurcio