summaryrefslogtreecommitdiffstats
path: root/core/debugger
Commit message (Expand)AuthorAgeFilesLines
* [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-111-2/+2
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-3/+1
* Support threads in the script debuggerJuan Linietsky2023-07-268-55/+137
* Fix infinite loop on EOF in the command line debuggerSimon Barkehanai2023-06-111-2/+3
* Fix thread IDs.Juan Linietsky2023-04-241-1/+3
* Cleanup unused engine code v2kobewi2023-01-192-5/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-0514-406/+406
* [MP] Move engine and editor profilers to a plugin.Fabio Alessandrelli2022-11-142-89/+0
* Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde2022-10-032-11/+5
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+3
* Fix editor re-focus on debugger break on WindowsPedro J. Estébanez2022-07-213-2/+11
* Fixing Print_rich which only displays correctly in terminalVoylin2022-07-011-0/+8
* Remove SceneTree dependency from LocalDebuggerTechnoPorg2022-06-291-2/+5
* Adding print_rich for printing with BBCodeVoylin2022-06-292-3/+10
* Add a new HashSet templatereduz2022-05-203-7/+7
* Replace most uses of Map by HashMapreduz2022-05-166-15/+15
* Rename profiler "Idle Time" to "Process Time"Hugo Locurcio2022-05-054-11/+11
* Merge pull request #59582 from Faless/net/4.x_tcp_explicit_pollRémi Verschelde2022-04-271-2/+4
|\
| * [Net] Make StreamPeerTCP::_poll_connection explicit.Fabio Alessandrelli2022-03-271-2/+4
* | Fix more issues found by cppcheck.bruvzg2022-04-202-2/+2
* | Fix some issues found by cppcheck.bruvzg2022-04-065-19/+20
|/
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+0
* [Debugger] Move servers-related behaviours to ServersDebugger.Fabio Alessandrelli2022-02-062-13/+0
* [Debugger] Move most profilers to ServersDebugger.Fabio Alessandrelli2022-02-064-598/+27
* [Debugger] New extensible EngineProfiler class.Fabio Alessandrelli2022-02-062-0/+147
* String: Add contains().Anilforextra2022-02-041-1/+1
* Merge pull request #57526 from tavurth/bugfix/high-macos-cpu-usageRémi Verschelde2022-02-021-1/+2
|\
| * Increase RemoteDebuggerPeerTCP poll to 6.9msWill Whitty2022-02-011-1/+2
* | Vectors: Use clear() and has().Anilforextra2022-02-022-3/+3
|/
* Update copyright statements to 2022Rémi Verschelde2022-01-0312-24/+24
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* 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-147-11/+11
* Use range iterators for `Map`Lightning_A2021-09-303-11/+11
* Use doubles for time in many other placesAaron Franke2021-08-095-31/+31
* 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-252-2/+2
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-233-15/+15
|/
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-2/+2
* Change behavior of String.rightTomasz Chabora2021-05-201-2/+2
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-1/+1
* [Net] Make debugger peer less CPU intensive.Fabio Alessandrelli2021-03-161-1/+6
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* RemoteDebugger: Fix possible division by zeroRémi Verschelde2021-03-041-0/+1
* Modernize ThreadPedro J. Estébanez2021-01-292-9/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-0112-24/+24
* Merge pull request #44593 from madmiraal/rename-mainloop-methodsRémi Verschelde2020-12-283-7/+7
|\