summaryrefslogtreecommitdiffstats
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-2769-138/+138
|\
| * Fix copyright headers referring to GodotSpartan3222024-10-2769-138/+138
* | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-262-1/+314
|\ \ | |/ |/|
| * Merge pull request #92554 from Nazarwadim/implement_a_hash_mapThaddeus Crews2024-10-251-0/+295
| |\
| | * Implement array based hash mapnazarii2024-10-241-0/+295
| * | Merge pull request #98357 from yeojunh/valid-base-check-num-int64-uint64Clay John2024-10-241-1/+17
| |\ \ | | |/ | |/|
| | * Add checks for valid base in String::num_int64, uint64().yeojunh2024-10-201-1/+17
* | | Merge pull request #769 from Spartan322/fix/projectionGeorge L. Albany2024-10-251-0/+89
|\ \ \
| * | | Fix `Projection::invert` on orthogonal projections and others.Álex Román2024-10-221-0/+89
* | | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+8
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / Add testA Thousand Ships2024-10-181-0/+8
| |/
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1168-0/+136
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-1110-84/+97
|/
* Add unit tests for String::parse_url()Pablo Andres Fuente2024-10-011-38/+53
* Merge pull request #95931 from pafuent/adding_packet_peer_testsRémi Verschelde2024-10-011-0/+204
|\
| * Add unit tests for PacketPeerPablo Andres Fuente2024-10-011-0/+204
* | Merge pull request #95784 from pafuent/adding_stream_peer_buffer_testsRémi Verschelde2024-10-012-0/+474
|\ \
| * | Add unit tests for StreamPeer and StreamPeerBufferPablo Andres Fuente2024-10-012-0/+474
| |/
* / Parse fragment from URLHaoyu Qiu2024-09-271-0/+40
|/
* Fix script editor wrongly replaces and quotes non-ASCII lettersHaoyu Qiu2024-09-231-1/+15
* Merge pull request #95449 from SlashScreen/array_functionsRémi Verschelde2024-09-201-0/+18
|\
| * Add callable support for `find` and `rfind` `Array` methodsSlashscreen2024-09-131-0/+18
* | Merge pull request #96856 from RandomShaper/selfdestruct_correctnessRémi Verschelde2024-09-161-0/+78
|\ \
| * | Object: Add tests about the safety of tail destructionPedro J. Estébanez2024-09-161-0/+78
* | | Merge pull request #93856 from timothyqiu/expression-periodRémi Verschelde2024-09-111-0/+53
|\ \ \ | |/ / |/| |
| * | Fix parsing of `4.` in ExpressionHaoyu Qiu2024-07-021-0/+53
* | | Implement typed dictionariesThaddeus Crews2024-09-041-1/+38
* | | 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
|\