summaryrefslogtreecommitdiffstats
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-031-2/+1
|\
| * StringName Dictionary keysrune-scape2024-08-291-2/+1
* | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-1/+1
* | Merge pull request #96291 from miv391/string-unit-testsRémi Verschelde2024-08-301-3/+28
|\ \
| * | Added more unit tests for String insert and join.Mika Viskari2024-08-291-3/+28
| |/
* | Merge pull request #92656 from fire/vsk-json-to-native-4.3Rémi Verschelde2024-08-301-0/+160
|\ \
| * | Ability to convert native engine types to JSON and back.K. S. Ernest (iFire) Lee2024-08-291-0/+160
* | | Import/export GLTF extras to node->metademolke2024-08-291-0/+25
| |/ |/|
* | Add `String.is_valid_unicode_identifier()`Haoyu Qiu2024-08-272-15/+17
* | Merge pull request #93134 from AThousandShips/default_bind_checkRémi Verschelde2024-08-261-0/+40
|\ \
| * | [Tests] Ensure all default method arguments can be encodedA Thousand Ships2024-08-161-0/+40
* | | Simplify and fix Rect2/AABB get_support functionAaron Franke2024-08-192-7/+29
| |/ |/|
* | Merge pull request #95184 from jsjtxietian/shader-include-relativeRémi Verschelde2024-08-172-5/+4
|\ \ | |/ |/|
| * Fix error when use relative #include in .gdshader / .gdshaderinc filejsjtxietian2024-08-082-5/+4
* | Merge pull request #95613 from timothyqiu/split-emptyRémi Verschelde2024-08-161-48/+74
|\ \
| * | Fix split_floats behavior when spaces are used as separatorsHaoyu Qiu2024-08-161-48/+74
* | | Split TranslationServer into its own fileHaoyu Qiu2024-08-152-1/+2
|/ /
* / Fix Vector4, Vector4i, and Projection missing from ClassDB testsAaron Franke2024-08-141-5/+10
|/
* Fix Image CowData crash when baking large lightmapsHugo Locurcio2024-07-191-6/+6
* [Tests] Fix various unit tests on minimal buildsA Thousand Ships2024-07-182-0/+14
* [Tests] Fix some invalid error messagesA Thousand Ships2024-07-102-12/+12
* [Tests] Fix unit tests in template buildsA Thousand Ships2024-06-294-2/+10
* Merge pull request #89197 from AThousandShips/arr_typed_fixRémi Verschelde2024-06-261-0/+37
|\
| * [Core] Fix sharing of typed arrays from constructorA Thousand Ships2024-05-071-0/+37
* | Use subfolder for temporary test fileskobewi2024-06-053-10/+10
* | Merge pull request #90506 from Calinou/test-transform2d-add-more-testsRémi Verschelde2024-05-291-13/+97
|\ \
| * | Add more unit tests for Transform2Dtitus1252024-04-101-13/+97
* | | Use Core/Scene stringnames consistentlykobewi2024-05-132-3/+2
* | | Add shorthand for using singleton string nameskobewi2024-05-111-2/+2
* | | Fix AABB Ray intersection - return insidelawnjelly2024-05-091-0/+61
* | | Merge pull request #91619 from AThousandShips/find_improveRémi Verschelde2024-05-081-6/+6
|\ \ \
| * | | Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-6/+6
* | | | [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-1/+14
|/ / /
* | | Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-081-1/+1
* | | Merge pull request #91615 from Frozenfire92/remap-doc-nan-noteRémi Verschelde2024-05-081-0/+3
|\ \ \
| * | | Add notes for remap's return when istart and istop are the sameJoel Kuntz2024-05-071-0/+3
* | | | Add const char * overloads to String classWilson E. Alvarez2024-05-071-139/+151
| |_|/ |/| |
* | | Merge pull request #90705 from AThousandShips/foreach_listRémi Verschelde2024-05-074-12/+10
|\ \ \
| * | | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-044-12/+10
| |/ /
* / / [Core] Add `LocalVector::has` for convenienceA Thousand Ships2024-05-061-1/+10
|/ /
* | Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-032-1/+7
* | Suppressed expected errors for uncached resources.killzebug2024-04-221-0/+5
* | Replace Clipper1 library by Clipper2 libraryRicardo Buring2024-04-201-4/+4
* | Merge pull request #61013 from Calinou/test-add-transform3dRémi Verschelde2024-04-191-0/+29
|\ \
| * | Add rotation unit tests for Transform3DHugo Locurcio2024-04-101-0/+29
| |/
* | 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
* | | 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
|/