summaryrefslogtreecommitdiffstats
path: root/core/script_debugger_remote.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31870 from JFonS/add_network_profilerFabio Alessandrelli2019-09-051-0/+57
|\
| * Add network profilerjfons2019-09-051-0/+57
* | Adds skip-breakpoints featureiwek72019-09-031-2/+13
|/
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-6/+3
* Fixes issue when inspecting nodes that are not in the treemiwanczuk2019-08-121-2/+12
* Cap the number of warnings/errors per second rather than per frameHugo Locurcio2019-07-311-7/+50
* Revert accidental commitsPedro J. Estébanez2019-03-201-16/+0
* Create live view dock [wip]Pedro J. Estébanez2019-03-201-0/+16
* Ability to keep pumping messages while being debugged, may be a solution for ...Juan Linietsky2019-03-031-0/+1
* Fix GCC 5 build after #26331 and cleanup styleRémi Verschelde2019-02-271-1/+0
* Make allowed pid for window takeover happen immediately, fixes #21431Juan Linietsky2019-02-231-8/+0
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Ensure array and dict editors show edited object IDs, fixes #20225Juan Linietsky2018-11-211-1/+1
* Merge pull request #22779 from Superwaitsum/LimitSettingsRémi Verschelde2018-10-251-1/+1
|\
| * Add some limits on the Editor SettingsSuperwaitsum2018-10-241-1/+1
* | Cleaned up/Fixed some bugs in the remote inspector code.DualMatrix2018-10-041-7/+18
|/
* Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde2018-09-291-30/+0
* Fix warnings about wrong member initialization order [-Wreorder]Rémi Verschelde2018-09-281-3/+3
* Fixed error spam in remote debuggerDualMatrix2018-09-191-4/+7
* Less verbose ScriptDebugger, message on connect.Fabio Alessandrelli2018-09-131-2/+3
* Unify StreamPeerTCP/TCP_Server with NetSocket APIFabio Alessandrelli2018-09-121-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-6/+6
* Fixed error spam when inspecting remote treeDualMatrix2018-09-081-1/+1
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-3/+2
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-4/+4
* Merge pull request #19229 from RandomShaper/fix-focus-stealMax Hilbrunner2018-07-051-0/+9
|\
| * Fix debugger focus stealingPedro J. Estébanez2018-05-281-0/+9
* | Revert "Make the performance reporting update frequency customizable"Juan Linietsky2018-05-281-2/+2
* | Merge pull request #18410 from GodotExplorer/debugger-inherited-variablesRémi Verschelde2018-05-281-15/+41
|\ \
| * | Send inherited variables and constants from remote debuggerGeequlim2018-04-291-15/+41
* | | Make the performance reporting update frequency customizableHugo Locurcio2018-05-181-2/+2
| |/ |/|
* | Merge pull request #16893 from GodotExplorer/debugger-improvement-3Juan Linietsky2018-05-071-0/+13
|\ \ | |/ |/|
| * Save runtime node as scene from the remote scene tree.geequlim2018-02-221-0/+13
* | Fix typos with codespellluz.paz2018-02-211-2/+2
|/
* Remote debugger send the real instance of WeakRef referenced toGeequlim2018-01-231-1/+7
* Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry2018-01-091-42/+41
* Merge pull request #15297 from poke1024/runner-limit-errsRémi Verschelde2018-01-071-5/+38
|\
| * Limit number of errors and messages sent by runnerBernhard Liebl2018-01-031-5/+38
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
|/
* Fix crash while the debugger encode a freed object.Geequlim2018-01-031-2/+8
* Merge pull request #14916 from poke1024/reduce-startup-timeRémi Verschelde2018-01-021-4/+7
|\
| * Ramp up remote debugger wait timepoke10242017-12-221-4/+7
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-19/+19
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-1/+1
* Merge pull request #11940 from GodotExplorer/debuggerRémi Verschelde2017-11-201-50/+107
|\
| * Move the remote scene tree to the scene tree dock.Geequlim2017-11-171-7/+18
| * Send script members, contants and globals to debuggergeequlim2017-11-171-50/+96
* | Add print_error function, akin to print_lineGeorge Marques2017-11-161-1/+1
|/
* Move singleton management from ProjectSettings to EngineLeon Krause2017-11-141-1/+2