| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 1 | -0/+2 |
* | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 1 | -2/+2 |
* | Fix thread IDs. | Juan Linietsky | 2023-04-24 | 1 | -1/+3 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Remove NO_THREADS fallback code, Godot 4 requires thread support | Rémi Verschelde | 2022-10-03 | 1 | -7/+1 |
* | Merge pull request #59582 from Faless/net/4.x_tcp_explicit_poll | Rémi Verschelde | 2022-04-27 | 1 | -2/+4 |
|\ |
|
| * | [Net] Make StreamPeerTCP::_poll_connection explicit. | Fabio Alessandrelli | 2022-03-27 | 1 | -2/+4 |
* | | Fix some issues found by cppcheck. | bruvzg | 2022-04-06 | 1 | -2/+2 |
|/ |
|
* | String: Add contains(). | Anilforextra | 2022-02-04 | 1 | -1/+1 |
* | Merge pull request #57526 from tavurth/bugfix/high-macos-cpu-usage | Rémi Verschelde | 2022-02-02 | 1 | -1/+2 |
|\ |
|
| * | Increase RemoteDebuggerPeerTCP poll to 6.9ms | Will Whitty | 2022-02-01 | 1 | -1/+2 |
* | | Vectors: Use clear() and has(). | Anilforextra | 2022-02-02 | 1 | -2/+2 |
|/ |
|
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -1/+1 |
* | Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores | Hugo Locurcio | 2021-05-06 | 1 | -1/+1 |
* | [Net] Make debugger peer less CPU intensive. | Fabio Alessandrelli | 2021-03-16 | 1 | -1/+6 |
* | Modernize Thread | Pedro J. Estébanez | 2021-01-29 | 1 | -8/+4 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
* | Remove String::find_last (same as rfind) | Stijn Hinlopen | 2020-07-03 | 1 | -1/+1 |
* | Style: Remove unnecessary semicolons from `core` | Rémi Verschelde | 2020-05-19 | 1 | -3/+3 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -5/+9 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -4/+0 |
* | Add support for multiple RemoteDebuggerPeer(s). | Fabio Alessandrelli | 2020-05-12 | 1 | -6/+8 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -2/+2 |
* | Refactor ScriptDebugger. | Fabio Alessandrelli | 2020-03-08 | 1 | -0/+242 |