| 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 |
* | Style: Harmonize header includes in modules | Rémi Verschelde | 2023-06-15 | 1 | -1/+1 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Change Array arguments to TypedArray | kobewi | 2022-09-01 | 1 | -1/+1 |
* | Replace Array return types with TypedArray | kobewi | 2022-08-22 | 1 | -1/+1 |
* | Add static method for creating RegEx | kobewi | 2022-08-02 | 1 | -1/+4 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -2/+2 |
* | Zero initialize all pointer class and struct members | Rémi Verschelde | 2022-04-04 | 1 | -1/+1 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Rename Reference to RefCounted | Pedro J. Estébanez | 2021-06-11 | 1 | -5/+5 |
* | Initialize class/struct variables with default values in modules/ | Rafał Mikrut | 2021-02-08 | 1 | -3/+3 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Move and add new RegEx test cases | Maximilian Mayer | 2020-11-22 | 1 | -1/+0 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -6/+6 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -2/+0 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Added RegEx.search_all() for multiple matches | Zher Huei Lee | 2017-11-14 | 1 | -0/+1 |
* | Renamed function arguments to keep them consistent between declaration and im... | Wilson E. Alvarez | 2017-09-14 | 1 | -2/+2 |
* | Merge pull request #10148 from leezh/pcre2 | Rémi Verschelde | 2017-08-31 | 1 | -26/+21 |
|\ |
|
| * | Replacement of internal RegEx with PCRE2 | Zher Huei Lee | 2017-08-19 | 1 | -26/+21 |
* | | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
|/ |
|
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -18/+11 |
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -2/+2 |
* | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
* | Changed RegEx to inherit Resource | Zher Huei Lee | 2016-10-27 | 1 | -2/+2 |
* | Added global sub and bounds checking to RegEx | Zher Huei Lee | 2016-10-27 | 1 | -1/+1 |
* | RegEx re-implemented as a module | Zher Huei Lee | 2016-10-27 | 1 | -0/+114 |