| 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 |
* | Rebrand Godot 4.3 to Redot | Trashguy | 2024-10-13 | 1 | -2/+2 |
* | Add const char * overloads to String class | Wilson E. Alvarez | 2024-05-07 | 1 | -0/+67 |
* | Add PackedVector4Array Variant type | K. S. Ernest (iFire) Lee | 2024-05-03 | 1 | -0/+1 |
* | Overhaul multiple caret editing in TextEdit. | kit | 2024-04-26 | 1 | -0/+9 |
* | Pre-commit: Update to clang-format 17.0.6 and black 24.2.0 | Rémi Verschelde | 2024-02-28 | 1 | -5/+5 |
* | Add Unit tests for viewport.cpp Physics 2D Picking | Markus Sauermann | 2023-08-07 | 1 | -0/+14 |
* | Fix various errors when running the unit tests | RedworkDE | 2023-05-09 | 1 | -1/+1 |
* | Add Unit Tests for Viewport InputEvent handling | Markus Sauermann | 2023-02-09 | 1 | -1/+0 |
* | Remove `m_object` parameter from unit test Macros | Markus Sauermann | 2023-02-09 | 1 | -45/+45 |
* | [unittests] Send Mouse events via DisplayServer instead of push_input | Markus Sauermann | 2023-01-29 | 1 | -6/+10 |
* | Use BitField<> in core type masks | Juan Linietsky | 2023-01-08 | 1 | -7/+7 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Fix key mapping changes when moving from macOS to other platform | bruvzg | 2022-09-07 | 1 | -4/+3 |
* | Merge pull request #61315 from lawnjelly/variant_bucket_pools | Rémi Verschelde | 2022-08-02 | 1 | -6/+7 |
|\ |
|
| * | Variant memory pools | lawnjelly | 2022-07-04 | 1 | -6/+7 |
* | | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -6/+4 |
|/ |
|
* | Fix typos with codespell | Rémi Verschelde | 2022-05-23 | 1 | -1/+1 |
* | doctest: Update to 2.4.8 | Rémi Verschelde | 2022-05-17 | 1 | -4/+3 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -3/+3 |
* | remove escapes in gdscript test output | Nathan Franke | 2022-04-28 | 1 | -14/+14 |
* | Use Input::push_input for tests plus extra mouse testing | Paulb23 | 2022-04-22 | 1 | -21/+56 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Fix various typos | luz paz | 2022-01-02 | 1 | -2/+2 |
* | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 1 | -2/+2 |
* | Move and organize tests into subfolders | Aaron Franke | 2021-11-07 | 1 | -4/+2 |
* | Modify Dictionary::operator== to do real key/value comparison with recursive ... | Emmanuel Leblond | 2021-10-30 | 1 | -0/+1 |
* | Add remaning code edit unit tests | Paulb23 | 2021-09-20 | 1 | -1/+36 |
* | Create framework for testing Signals | Paulb23 | 2021-09-01 | 1 | -0/+171 |
* | Allow unit testing SceneTree Ojects | Paulb23 | 2021-09-01 | 1 | -0/+13 |
* | Rename Quat to Quaternion | Marcel Admiraal | 2021-06-04 | 1 | -1/+1 |
* | Rename Transform to Transform3D in core | Aaron Franke | 2021-06-03 | 1 | -1/+1 |
* | Use comma over `<<` operator for all unit test logging | Andrii Doroshenko (Xrayez) | 2021-01-08 | 1 | -0/+6 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Add unit test for `RandomNumberGenerator` | Andrii Doroshenko (Xrayez) | 2020-12-21 | 1 | -0/+3 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -2/+2 |
* | Register GDScript test tools as test commands to run via command-line | Andrii Doroshenko (Xrayez) | 2020-09-02 | 1 | -0/+16 |
* | Stringify `Variant` compatible types for doctest output | Andrii Doroshenko (Xrayez) | 2020-08-02 | 1 | -0/+57 |
* | Hide implementation details of doctest macros | Andrii Doroshenko (Xrayez) | 2020-07-30 | 1 | -0/+50 |