summaryrefslogtreecommitdiffstats
path: root/core/debugger
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-194-6/+6
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-174-6/+6
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-3/+3
|\|
| * Merge pull request #97218 from wenqiangwang/local_debuggger_expr_evalulationThaddeus Crews2024-11-121-3/+3
| |\
| | * Added support for 'print' command in local (command line -d) debuggerWenqiang2024-09-281-3/+3
* | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-112-0/+38
|\| |
| * | [Debugger] Move quit shortcut configuration to the SceneDebuggerFabio Alessandrelli2024-11-072-0/+38
* | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-023-12/+12
|\| |
| * | [Core] Improve error messages with `vformat`A Thousand Ships2024-10-303-12/+12
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\| |
| * | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* | | Fix copyright headers referring to GodotSpartan3222024-10-2714-28/+28
* | | 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