| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef | Spartan322 | 2024-11-19 | 1 | -1/+1 |
|\ |
|
| * | Use `(r)find_char` instead of `(r)find` for single characters | A Thousand Ships | 2024-11-17 | 1 | -1/+1 |
* | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122 | Spartan322 | 2024-11-02 | 1 | -9/+9 |
|\| |
|
| * | [Core] Improve error messages with `vformat` | A Thousand Ships | 2024-10-30 | 1 | -9/+9 |
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ |
|
* | Replace `find` with `contains/has` where applicable | A Thousand Ships | 2024-05-08 | 1 | -1/+1 |
* | Add const lvalue ref to core/* container parameters | Muller-Castro | 2024-02-14 | 1 | -1/+1 |
* | Add const references detected by clang-tidy | Wilson E. Alvarez | 2023-12-16 | 1 | -1/+1 |
* | Support threads in the script debugger | Juan Linietsky | 2023-07-26 | 1 | -8/+0 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Fix editor re-focus on debugger break on Windows | Pedro J. Estébanez | 2022-07-21 | 1 | -1/+5 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -3/+3 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Use range iterators for `Map` | Lightning_A | 2021-09-30 | 1 | -5/+5 |
* | Use doubles for time in many other places | Aaron Franke | 2021-08-09 | 1 | -1/+1 |
* | Fixes small typos and grammar correction | Anshul7sp1 | 2021-03-12 | 1 | -1/+1 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Merge pull request #44593 from madmiraal/rename-mainloop-methods | Rémi Verschelde | 2020-12-28 | 1 | -3/+3 |
|\ |
|
| * | Rename MainLoop methods to match Node methods | Marcel Admiraal | 2020-12-22 | 1 | -3/+3 |
* | | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -1/+1 |
|/ |
|
* | Remove String::find_last (same as rfind) | Stijn Hinlopen | 2020-07-03 | 1 | -1/+1 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -8/+16 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -1/+0 |
* | Add support for multiple RemoteDebuggerPeer(s). | Fabio Alessandrelli | 2020-05-12 | 1 | -15/+29 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -5/+5 |
* | Fix -Wshadow=local warning in EngineDebugger | Rémi Verschelde | 2020-03-10 | 1 | -3/+3 |
* | Refactor ScriptDebugger. | Fabio Alessandrelli | 2020-03-08 | 1 | -0/+186 |