summaryrefslogtreecommitdiffstats
path: root/core/debugger
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1114-0/+28
* Add expression evaluater to debugger (REPL)kobewi2024-10-011-0/+36
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Use `MutexLock` in more placesA Thousand Ships2024-08-291-2/+1
* Fix Game window stops responding when debugger pausesJamie Pate2024-07-101-1/+2
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-043-8/+7
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-144-4/+4
* 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-172-6/+26
|\
| * Hot-reload only changed scriptsrune-scape2024-01-022-6/+26
* | fix deadlock in RemoteDebugger::debugACB2024-01-141-2/+0
* | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
|/
* [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