summaryrefslogtreecommitdiffstats
path: root/core/debugger/remote_debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Fix Game window stops responding when debugger pausesJamie Pate2024-07-101-1/+2
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-2/+1
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-1/+1
* Allow Ref `instantiate` to accept constructor argsThaddeus Crews2024-02-101-1/+1
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-3/+3
* Merge pull request #86676 from rune-scape/sparse-script-reloadYuri Sizov2024-01-171-6/+25
|\
| * Hot-reload only changed scriptsrune-scape2024-01-021-6/+25
* | fix deadlock in RemoteDebugger::debugACB2024-01-141-2/+0
|/
* [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-111-2/+2
* Support threads in the script debuggerJuan Linietsky2023-07-261-19/+90
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [MP] Move engine and editor profilers to a plugin.Fabio Alessandrelli2022-11-141-87/+0
* Fix editor re-focus on debugger break on WindowsPedro J. Estébanez2022-07-211-0/+3
* Fixing Print_rich which only displays correctly in terminalVoylin2022-07-011-0/+8
* Adding print_rich for printing with BBCodeVoylin2022-06-291-2/+8
* Rename profiler "Idle Time" to "Process Time"Hugo Locurcio2022-05-051-2/+2
* Fix more issues found by cppcheck.bruvzg2022-04-201-1/+1
* Fix some issues found by cppcheck.bruvzg2022-04-061-5/+6
* [Debugger] Move servers-related behaviours to ServersDebugger.Fabio Alessandrelli2022-02-061-12/+0
* [Debugger] Move most profilers to ServersDebugger.Fabio Alessandrelli2022-02-061-319/+23
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` fu...bruvzg2021-11-081-1/+1
* Save all 64 bits of get_ticks_msec() in more casesMax Hilbrunner2021-10-261-2/+2
* Implement toast notifications in the editorGilles Roudière2021-10-141-3/+3
* Use range iterators for `Map`Lightning_A2021-09-301-2/+2
* Use doubles for time in many other placesAaron Franke2021-08-091-9/+9
* Merge pull request #50454 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli2021-08-031-2/+5
|\
| * Implemented initial DAP supportEv1lbl0w2021-08-021-2/+5
* | Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-7/+7
|/
* RemoteDebugger: Fix possible division by zeroRémi Verschelde2021-03-041-0/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #44593 from madmiraal/rename-mainloop-methodsRémi Verschelde2020-12-281-1/+1
|\
| * Rename MainLoop methods to match Node methodsMarcel Admiraal2020-12-221-1/+1
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Added Custom Performance Monitor and feature to read intermediate values of M...simpu2020-06-291-1/+21
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-29/+55
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-16/+0
* Add support for multiple RemoteDebuggerPeer(s).Fabio Alessandrelli2020-05-121-7/+3
* Merge pull request #38522 from ThakeeNathees/printing-empty-string-fixRémi Verschelde2020-05-071-1/+1
|\
| * Fix: printing empty string does nothing in editor output pannelThakee Nathees2020-05-071-1/+1
* | Format remote printerr properly in script debugger outputPouleyKetchoupp2020-05-011-5/+28
|/
* Rename InputFilter back to InputRémi Verschelde2020-04-281-6/+6
* Merge pull request #37450 from SkyLucilfer/profilerBugRémi Verschelde2020-04-101-1/+1
|\
| * Fix profiler frame number stops updating when window is minimizedSkyJJ2020-03-311-1/+1
* | Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
|/
* Renaming of servers for coherency.Juan Linietsky2020-03-271-9/+9