summaryrefslogtreecommitdiffstats
path: root/servers/debugger
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-272-4/+4
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-112-0/+4
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-4/+2
* Fix editor profiler script function sort orderbaptr2024-01-271-1/+1
* Display functions that were previously forgotten in Profiler风青山2024-01-041-4/+6
* Fix missing time for some script functions in profilermsreis2023-12-192-4/+11
* [Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-251-1/+1
* Fix deserializing resource usage debug datakleonc2023-04-071-3/+5
* Pace debugger draw requestsPedro J. Estébanez2023-02-071-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-052-58/+58
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-7/+7
* Rename profiler "Idle Time" to "Process Time"Hugo Locurcio2022-05-052-8/+8
* [Debugger] Move servers-related behaviours to ServersDebugger.Fabio Alessandrelli2022-02-062-0/+19
* [Debugger] Move most profilers to ServersDebugger.Fabio Alessandrelli2022-02-063-0/+581