| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 2 | -4/+4 |
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 2 | -0/+4 |
* | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 1 | -4/+2 |
* | Fix editor profiler script function sort order | baptr | 2024-01-27 | 1 | -1/+1 |
* | Display functions that were previously forgotten in Profiler | 风青山 | 2024-01-04 | 1 | -4/+6 |
* | Fix missing time for some script functions in profiler | msreis | 2023-12-19 | 2 | -4/+11 |
* | [Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-25 | 1 | -1/+1 |
* | Fix deserializing resource usage debug data | kleonc | 2023-04-07 | 1 | -3/+5 |
* | Pace debugger draw requests | Pedro J. Estébanez | 2023-02-07 | 1 | -0/+1 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 2 | -58/+58 |
* | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 1 | -2/+2 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -7/+7 |
* | Rename profiler "Idle Time" to "Process Time" | Hugo Locurcio | 2022-05-05 | 2 | -8/+8 |
* | [Debugger] Move servers-related behaviours to ServersDebugger. | Fabio Alessandrelli | 2022-02-06 | 2 | -0/+19 |
* | [Debugger] Move most profilers to ServersDebugger. | Fabio Alessandrelli | 2022-02-06 | 3 | -0/+581 |