summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Tests: Disable NavigationServer3D async bake test with race conditionRémi Verschelde2024-04-171-0/+3
* | | | Fix some build errors with `disable_3d=yes`A Thousand Ships2024-04-161-1/+1
* | | | Update NavigationRegion test rid functionsmix82024-04-162-2/+2
* | | | Merge pull request #90268 from RandomShaper/wtp_serversRémi Verschelde2024-04-152-10/+101
|\ \ \ \
| * | | | WorkerThreadPool: Support daemon-like tasks (via yield semantics)Pedro J. Estébanez2024-04-102-10/+101
* | | | | [Core] Fix incorrect comparison for `Array` const iteratorA Thousand Ships2024-04-131-0/+4
* | | | | Tests: Remove NavigationRegion3D race condition that fails on CIRémi Verschelde2024-04-131-9/+0
* | | | | Add `closest_points_between_segments()` basis path tests for Geometry2DAlex Billedeaux2024-04-101-30/+56
| |/ / / |/| | |
* | | | Fix a doc and a test issue not caught by CIRémi Verschelde2024-04-101-2/+0
|/ / /
* | | Merge pull request #90313 from Nazarwadim/unit_tests_oa_hash_mapRémi Verschelde2024-04-102-0/+228
|\ \ \
| * | | Add unit tests for OAHashMapnazarii2024-04-102-0/+228
* | | | [Core] Add iteration support to `Array`A Thousand Ships2024-04-101-0/+48
* | | | Merge pull request #88614 from ramadm/test-camera-2dRémi Verschelde2024-04-102-0/+319
|\ \ \ \
| * | | | Add unit tests for Camera2DRama Del Maestro2024-02-212-0/+319
* | | | | Add unit test for resolve_hostnameRevoluPowered2024-04-102-0/+52
| |/ / / |/| | |
* | | | Add unit test for Vector2 plane_projectnazarii2024-04-051-0/+4
* | | | Merge pull request #90063 from aaronfranke/really-floatyRémi Verschelde2024-04-041-3/+3
|\ \ \ \
| * | | | Fix some uses of float and real_t in core/mathAaron Franke2024-03-291-3/+3
| | |/ / | |/| |
* | | | Merge pull request #89926 from Sauermann/fix-button-mask-special-caseRémi Verschelde2024-04-041-0/+1
|\ \ \ \
| * | | | Fix a special case for button masksMarkus Sauermann2024-03-281-0/+1
| |/ / /
* | | | Merge pull request #78219 from dalexeev/core-typed-arrays-bin-serializationRémi Verschelde2024-04-041-9/+69
|\ \ \ \ | |/ / / |/| | |
| * | | Core: Add typed array support for binary serializationDanil Alexeev2024-03-201-9/+69
* | | | Merge pull request #87883 from TontonSancho/text-skip-occurenceRémi Verschelde2024-03-251-0/+147
|\ \ \ \
| * | | | Add 'Skip to next (text) occurrence' feature to text editorChristophe Andral2024-03-251-0/+147
* | | | | Merge pull request #89858 from AThousandShips/utf_fixRémi Verschelde2024-03-253-7/+7
|\ \ \ \ \
| * | | | | [Buildsystem] Fix encoding when reading filesA Thousand Ships2024-03-243-7/+7
| |/ / / /
* / / / / [Core] Fix incorrect file sort methodA Thousand Ships2024-03-241-0/+2
|/ / / /
* / / / Fix sorting of files/dirs in dialogsA Thousand Ships2024-03-201-0/+8
|/ / /
* | | Merge pull request #87680 from AThousandShips/the_angry_countRémi Verschelde2024-03-133-0/+147
|\ \ \
| * | | Add methods to get argument count of methodsA Thousand Ships2024-03-103-0/+147
* | | | Merge pull request #89242 from RafaelRain18/masterRémi Verschelde2024-03-111-0/+22
|\ \ \ \
| * | | | Fix region section not ignoring #region and #endregion when in a stringRafael Chuva2024-03-111-0/+22
| |/ / /
* | | | Merge pull request #86936 from akx/env-utf-8Rémi Verschelde2024-03-111-2/+24
|\ \ \ \ | |/ / / |/| | |
| * | | Attempt to parse environment variables as UTF-8Aarni Koskela2024-01-071-2/+24
* | | | Enforce `\n` eol for Python writesThaddeus Crews2024-03-091-2/+2
* | | | Extend `NavigationMeshSourceGeometryData[23]D` to allow data mergingPawel Lampe2024-03-071-2/+45
* | | | Merge pull request #85390 from TheSofox/merge-all-commit-fixRémi Verschelde2024-03-062-0/+203
|\ \ \ \
| * | | | Fixed MERGE_ALL commit from repeating actionsSofox2024-03-052-0/+203
* | | | | Fix String::begins_with when both strings are emptyMika Viskari2024-03-051-26/+37
|/ / / /
* | | | Add unit tests for CryptoKeyEdward Moulsdale2024-03-012-0/+65
* | | | Merge pull request #88959 from akien-mga/pre-commit-clang-17.0.6-black-24.2.0Rémi Verschelde2024-02-291-5/+5
|\ \ \ \
| * | | | Pre-commit: Update to clang-format 17.0.6 and black 24.2.0Rémi Verschelde2024-02-281-5/+5
| | |_|/ | |/| |
* | | | Merge pull request #81822 from nlupugla/nodepath-sliceRémi Verschelde2024-02-291-0/+53
|\ \ \ \ | |/ / / |/| | |
| * | | Added NodePath::slice method.nlupugla2023-12-131-0/+53
* | | | Split monolithic physics class filessmix82024-02-271-2/+2
* | | | Move 3D-only resources to their own folderAaron Franke2024-02-264-4/+4
* | | | Move 2D-only resources to their own folderAaron Franke2024-02-261-1/+1
* | | | Fix some additional errors with 3D disabledA Thousand Ships2024-02-233-8/+31
* | | | Fix running tests in template buildsA Thousand Ships2024-02-224-1/+31
* | | | [Physics] Fix export with 3D disabledA Thousand Ships2024-02-221-0/+8