summaryrefslogtreecommitdiffstats
path: root/tests/core/templates
Commit message (Expand)AuthorAgeFilesLines
* Fix Godot headers for AHashMap to RedotSpartan3222024-10-301-2/+2
* Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-2710-20/+20
|\
| * Fix copyright headers referring to GodotSpartan3222024-10-2710-20/+20
* | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-0/+297
|\ \ | |/ |/|
| * Implement array based hash mapnazarii2024-10-241-0/+295
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1110-0/+20
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-6/+6
|/
* [Core] Add `LocalVector::has` for convenienceA Thousand Ships2024-05-061-1/+10
* Merge pull request #90268 from RandomShaper/wtp_serversRémi Verschelde2024-04-151-10/+34
|\
| * WorkerThreadPool: Support daemon-like tasks (via yield semantics)Pedro J. Estébanez2024-04-101-10/+34
* | Fix a doc and a test issue not caught by CIRémi Verschelde2024-04-101-2/+0
|/
* Add unit tests for OAHashMapnazarii2024-04-101-0/+227
* Fix PagedArray.merge_unordered() dropping pagesmyaaaaaaaaa2023-02-161-0/+51
* One Copyright Update to rule them allRémi Verschelde2023-01-059-261/+261
* Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde2022-10-031-4/+0
* Tests: Silence some intentional errorsRémi Verschelde2022-08-042-3/+3
* Add unit tests for RID class.Sean Kim2022-08-041-0/+101
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Add a new HashSet templatereduz2022-05-201-0/+228
* Add a new HashMap implementationreduz2022-05-121-34/+32
* Remove unused legacy testsRémi Verschelde2022-04-072-342/+0
* `Array`: Relax `slice` bound checks to properly handle negative indicesRémi Verschelde2022-01-101-5/+20
* Add list initialization support for Vector & LocalVectorHaoyu Qiu2022-01-052-0/+22
* Update copyright statements to 2022Rémi Verschelde2022-01-039-18/+18
* Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusiveRémi Verschelde2021-12-071-22/+22
|\
| * PackedByteArray, Array slice end exclusive, rename subarray to sliceNathan Franke2021-11-261-22/+22
* | Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-1/+4
|/
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-232-29/+29
* Move and organize tests into subfoldersAaron Franke2021-11-079-0/+2443