summaryrefslogtreecommitdiff
path: root/tests/core
AgeCommit message (Expand)Author
2023-02-24Core: Identity compare objects by id, not by pointersDmitrii Maganov
2023-02-20Explicitly cast to Variant's int type in Time testsAaron Franke
2023-02-16Fix PagedArray.merge_unordered() dropping pagesmyaaaaaaaaa
2023-02-11Added component-wise `min` and `max` functions for vectorsAndrés Botero
2023-02-09Merge pull request #72547 from MewPurPur/string-split-fixRémi Verschelde
2023-02-02Fix String.split() with empty string and delimeterVolTer
2023-01-31Fail instead of segfaulting in IO testsmyaaaaaaaaa
2023-01-30Merge pull request #72213 from ARez2/ARez2/masterRémi Verschelde
2023-01-29Add Unit test for InputEventMouseARez
2023-01-28Add support for interpolating skewed transformsAaron Franke
2023-01-25Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()`Adam Scott
2023-01-23Add tests to ensure bound methods and signals are valid identifiersJan Haller
2023-01-23Cleanup and unify keyboard input.bruvzg
2023-01-23Convert en_GB spelling to en_US with codespellRémi Verschelde
2023-01-19[GDExtension] Expose some low level functions and String operators.bruvzg
2023-01-15Rename `center` method to `get_center` in Plane.Raul Santos
2023-01-05One Copyright Update to rule them allRémi Verschelde
2023-01-03Merge pull request #67694 from aaronfranke/its-timeRémi Verschelde
2022-12-29Add tests for signalsMarius Hanl
2022-12-26Remove duplicate Month and Weekday enumsAaron Franke
2022-12-21Added the possibility to define a default value in ProjectSettings.get_settin...Marius Hanl
2022-12-09Merge pull request #68747 from rune-scape/rune-stringname-unificationRémi Verschelde
2022-12-05Unify String and StringNamerune-scape
2022-12-01Allow specifying a prefix to automatically detect library files for gdextensi...Gilles Roudière
2022-11-24Merge pull request #68386 from MewPurPur/snappedi-snappedfRémi Verschelde
2022-11-24Improve logic for detecting and tracking extensionsBastiaan Olij
2022-11-20Double precision of `String.split_floats`Micky
2022-11-19Implement snappedi, snappedf, and Vector[2/3/4]i.snappedVolTer
2022-11-09Generic math function tests: Test float and double variantsHendrik Brucker
2022-11-06Merge pull request #68275 from Geometror/doctest-approxRémi Verschelde
2022-11-05[Tests] Replace Math::is_equal_approx with == and doctest::ApproxHendrik Brucker
2022-11-04Add support for empty delimiter in String.splitkobewi
2022-11-04Add a test suite for `Math::` namespace functionsHendrik Brucker
2022-11-02Allow getting Quaternion rotation in different Euler ordersAaron Franke
2022-11-02Merge pull request #66747 from aaronfranke/move-euler-orderRémi Verschelde
2022-11-02Merge pull request #66017 from Mickeon/rename-image-copy-rectRémi Verschelde
2022-11-02Move EulerOrder enum to math_defs.h and global scopeAaron Franke
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-11-01Rename Image's `get_rect` to `get_region`Micky
2022-11-01Replace Quaternion Euler constructor with `from_euler` methodAaron Franke
2022-10-31Merge pull request #66380 from aaronfranke/basis-euler-testRémi Verschelde
2022-10-28Change all WEBP strings and comments to WebPDeeJayLSP
2022-10-27Simplify Euler order test code in test_basis.hAaron Franke
2022-10-21Clean up Basis from Euler codeAaron Franke
2022-10-15Fix big negative numbers printing incorrect decimals in num_realAaron Franke
2022-10-13Make String.simplify_path keep the protocol identifier for urlsGilles Roudière
2022-10-08Add `is_finite` method for checking built-in typesHaoyu Qiu
2022-10-03Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde
2022-10-03Merge pull request #66133 from aaronfranke/set-allRémi Verschelde
2022-10-03Merge pull request #64833 from MarcusElg/naninfprintingRémi Verschelde