| Commit message (Expand) | Author | Age | Files | Lines |
* | Object: Add tests about the safety of tail destruction | Pedro J. Estébanez | 2024-09-17 | 1 | -0/+78 |
* | Fix parsing of `4.` in Expression | Haoyu Qiu | 2024-09-17 | 1 | -0/+53 |
* | Do not defer PathFollow3D transform updates | Yaohua Xiong | 2024-09-17 | 1 | -31/+0 |
* | Fix backspace always unfolding previous line | MrPersonDev | 2024-09-16 | 1 | -0/+20 |
* | Fix split_floats behavior when spaces are used as separators | Haoyu Qiu | 2024-09-16 | 1 | -48/+74 |
* | Fix Vector4, Vector4i, and Projection missing from ClassDB tests | Aaron Franke | 2024-08-14 | 1 | -5/+10 |
* | Fix compilation failure in test_graph_node.h with disable_exceptions=false | ze2j | 2024-07-27 | 1 | -1/+3 |
* | Fix PathFollow tests, Add forward vector test to PathFollow3D | Raul Santos | 2024-07-20 | 3 | -103/+224 |
* | Fix Image CowData crash when baking large lightmaps | Hugo Locurcio | 2024-07-19 | 1 | -6/+6 |
* | [Tests] Fix various unit tests on minimal builds | A Thousand Ships | 2024-07-18 | 4 | -8/+31 |
* | [Tests] Fix some invalid error messages | A Thousand Ships | 2024-07-10 | 2 | -12/+12 |
* | Merge pull request #92806 from mihe/headless-input | Rémi Verschelde | 2024-07-01 | 1 | -21/+1 |
|\ |
|
| * | Add input event callback to `DisplayServerHeadless` | Mikael Hermansson | 2024-06-05 | 1 | -21/+1 |
* | | [Tests] Fix unit tests in template builds | A Thousand Ships | 2024-06-29 | 6 | -2/+14 |
* | | Merge pull request #93607 from kitbdev/fix-text-edit-move-lines | Rémi Verschelde | 2024-06-27 | 1 | -1/+119 |
|\ \ |
|
| * | | CodeEdit Fix move lines up/down viewport and selection issues | kit | 2024-06-25 | 1 | -1/+119 |
* | | | Merge pull request #89197 from AThousandShips/arr_typed_fix | Rémi Verschelde | 2024-06-26 | 1 | -0/+37 |
|\ \ \
| |/ /
|/| | |
|
| * | | [Core] Fix sharing of typed arrays from constructor | A Thousand Ships | 2024-05-07 | 1 | -0/+37 |
* | | | Fix storing of Node Array properties | kobewi | 2024-06-21 | 1 | -2/+57 |
* | | | Merge pull request #92810 from KoBeWi/redirect_tests_to_dev/null | Rémi Verschelde | 2024-06-13 | 8 | -19/+27 |
|\ \ \ |
|
| * | | | Use subfolder for temporary test files | kobewi | 2024-06-05 | 8 | -19/+27 |
| | |/
| |/| |
|
* | | | Add unit test cases for ImageTexture3D | gaven | 2024-06-12 | 2 | -0/+102 |
* | | | Merge pull request #92850 from permelin/fix-navigationserver3d-get_closest_po... | Rémi Verschelde | 2024-06-07 | 1 | -1/+5 |
|\ \ \ |
|
| * | | | Fix NavigationServer3D.get_closest_point_to_segment() with use_collision | Per Melin | 2024-06-07 | 1 | -1/+5 |
| |/ / |
|
* | | | Merge pull request #91390 from kitbdev/add-selection-unhide-carets | Rémi Verschelde | 2024-06-07 | 1 | -0/+39 |
|\ \ \
| |/ /
|/| | |
|
| * | | Unhide carets in add selection for occurrence | kit | 2024-05-27 | 1 | -0/+39 |
* | | | Fix default NodePaths saved in scene | kobewi | 2024-06-03 | 1 | -0/+73 |
* | | | Merge pull request #90506 from Calinou/test-transform2d-add-more-tests | Rémi Verschelde | 2024-05-29 | 1 | -13/+97 |
|\ \ \ |
|
| * | | | Add more unit tests for Transform2D | titus125 | 2024-04-10 | 1 | -13/+97 |
* | | | | make InstancePlaceholder in charge of node reference resolution | Adriano Orioli | 2024-05-28 | 2 | -0/+533 |
| |/ /
|/| | |
|
* | | | Properly set window class in Wayland | Paulo Poiati | 2024-05-22 | 2 | -2/+2 |
* | | | Update pre-commit hooks configuration to use `ruff` instead of `black` | Jakub Marcowski | 2024-05-21 | 2 | -2/+2 |
* | | | CI: Fix incorrect executable perms | Thaddeus Crews | 2024-05-17 | 1 | -0/+0 |
* | | | Merge pull request #91909 from KoBeWi/have_fun_reviewing_this | Rémi Verschelde | 2024-05-14 | 3 | -90/+89 |
|\ \ \ |
|
| * | | | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 3 | -90/+89 |
* | | | | Merge pull request #91880 from AThousandShips/curve_tests | Rémi Verschelde | 2024-05-13 | 2 | -3/+62 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | [Tests] Expand tests for `Curve2D/3D` | A Thousand Ships | 2024-05-12 | 2 | -3/+62 |
* | | | | Add shorthand for using singleton string names | kobewi | 2024-05-11 | 1 | -2/+2 |
|/ / / |
|
* | | | Fix AABB Ray intersection - return inside | lawnjelly | 2024-05-09 | 1 | -0/+61 |
* | | | Merge pull request #91619 from AThousandShips/find_improve | Rémi Verschelde | 2024-05-08 | 2 | -10/+10 |
|\ \ \ |
|
| * | | | Replace `find` with `contains/has` where applicable | A Thousand Ships | 2024-05-08 | 2 | -10/+10 |
* | | | | [Core] Add case-insensitive `String::containsn` | A Thousand Ships | 2024-05-08 | 1 | -1/+14 |
|/ / / |
|
* | | | Style: Trim trailing whitespace and ensure newline at EOF | Rémi Verschelde | 2024-05-08 | 2 | -2/+1 |
* | | | Merge pull request #91615 from Frozenfire92/remap-doc-nan-note | Rémi Verschelde | 2024-05-08 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Add notes for remap's return when istart and istop are the same | Joel Kuntz | 2024-05-07 | 1 | -0/+3 |
* | | | | Add const char * overloads to String class | Wilson E. Alvarez | 2024-05-07 | 2 | -139/+218 |
| |_|/
|/| | |
|
* | | | Merge pull request #90705 from AThousandShips/foreach_list | Rémi Verschelde | 2024-05-07 | 6 | -17/+16 |
|\ \ \ |
|
| * | | | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 6 | -17/+16 |
| |/ / |
|
* | | | Merge pull request #91621 from AThousandShips/localvector_has | Rémi Verschelde | 2024-05-06 | 1 | -1/+10 |
|\ \ \ |
|
| * | | | [Core] Add `LocalVector::has` for convenience | A Thousand Ships | 2024-05-06 | 1 | -1/+10 |
| |/ / |
|