| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Rebrand Godot to Redot | Randolph W. Aarseth II | 2024-10-11 | 1 | -1/+1 |
* | Add a sort method to Dictionary and HashMap | Aaron Franke | 2024-10-02 | 1 | -0/+43 |
* | Enforce template syntax `typename` over `class` | Thaddeus Crews | 2024-03-07 | 1 | -5/+5 |
* | Allow renaming child nodes in `_ready` | RedworkDE | 2023-06-26 | 1 | -0/+34 |
* | Refactor Node Processing | Juan Linietsky | 2023-05-09 | 1 | -2/+2 |
* | Optimize HashMap size | bitsawer | 2023-04-24 | 1 | -3/+3 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Optimize HashMap/HashSet using fastmod | Hendrik Brucker | 2022-06-23 | 1 | -15/+18 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -26/+30 |
* | Add a new HashMap implementation | reduz | 2022-05-12 | 1 | -373/+402 |
* | Style: Remove inconsistently used `@author` docstrings | Rémi Verschelde | 2022-01-04 | 1 | -2/+2 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde | 2021-10-28 | 1 | -3/+3 |
* | Fix HashMap element copy leaving hash as zero | Pedro J. Estébanez | 2021-10-13 | 1 | -0/+1 |
* | Avoid the need for copy assignment in HashMap key/data types | Pedro J. Estébanez | 2021-10-08 | 1 | -7/+10 |
* | Style: Cleanup uses of double spaces between words | Rémi Verschelde | 2021-06-07 | 1 | -3/+3 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -1/+1 |
* | Initialize class/struct variables with default values in core/ and drivers/ | Rafał Mikrut | 2020-11-23 | 1 | -1/+1 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -0/+551 |