summaryrefslogtreecommitdiffstats
path: root/tests/test_main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a new HashSet templatereduz2022-05-201-0/+1
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* Add a new HashMap implementationreduz2022-05-121-1/+1
* Merge pull request #60529 from timothyqiu/theme-validationRémi Verschelde2022-05-021-0/+1
|\
| * Validate theme type/item namesHaoyu Qiu2022-04-261-0/+1
* | Rename variable names for some singletonsAaron Franke2022-04-261-24/+24
* | Merge pull request #60513 from Calinou/default-font-add-msdf-mipmapRémi Verschelde2022-04-261-1/+1
|\ \ | |/ |/|
| * Add MSDF and mipmap generation project settings for the default fontHugo Locurcio2022-04-251-1/+1
* | Add inital TextEdit UnitTestsPaulb232022-04-221-0/+1
* | Use Input::push_input for tests plus extra mouse testingPaulb232022-04-221-0/+6
|/
* Remove unused legacy testsRémi Verschelde2022-04-071-7/+0
* Add sub-pixel glyph positioning support.bruvzg2022-02-121-1/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-4/+5
* Add a unit test suite for AnimationHugo Locurcio2022-02-061-0/+1
* Core: Move Rect2i to its own `rect2i.h` headerRémi Verschelde2022-02-041-0/+1
* Improve the default project themeHugo Locurcio2022-01-191-1/+1
* Add tests for Vector2/Vector2i/Vector3/Vector3iAaron Franke2022-01-141-0/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Move and organize tests into subfoldersAaron Franke2021-11-071-51/+51
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-011-7/+1
* Add CodeEdit breakpoint unit testsPaulb232021-09-011-0/+1
* Create framework for testing SignalsPaulb232021-09-011-4/+21
* Allow unit testing SceneTree OjectsPaulb232021-09-011-0/+133
* Add Time singletonAaron Franke2021-06-111-0/+1
* Fix some warnings raised by GCC-11.1jfons2021-05-251-15/+18
* Add a test suite for VectorHugo Locurcio2021-05-191-0/+1
* Add a test suite for TranslationHugo Locurcio2021-05-171-0/+1
* Add a test suite for DictionaryHugo Locurcio2021-03-311-0/+1
* add tests for path3dDaniel Kříž2021-03-291-0/+1
* Add unit tests for HashingContextMaximilian Mayer2021-03-071-0/+1
* Added test file and test casesJames Gordon2021-02-271-0/+1
* Merge pull request #45914 from HenryWConklin/45841-xml-entitiesRémi Verschelde2021-02-241-0/+1
|\
| * Add support for numeric XML entities to XMLParserHenry Conklin2021-02-141-0/+1
* | Add a test suite for ResourceHugo Locurcio2021-02-201-0/+1
* | Add a test suite for ArraySarav Noor Singh2021-02-191-0/+1
|/
* Add a test suite for the Image classManolis Papadeas2021-02-061-0/+1
* Merge pull request #44797 from a-ivanov/marshall-core-unit-testsRémi Verschelde2021-01-241-0/+1
|\
| * Unit tests for encoding/decoding of base typesAnton Ivanov2021-01-241-0/+1
* | Add function `LocalVector::remove_unordered`AndreaCatania2021-01-111-0/+1
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Added Geometry2D unit testsMarcus Brummer2020-12-301-0/+1
* Add a paged array templatereduz2020-12-211-0/+1
* Add test suite for `FileAccess`Andrii Doroshenko (Xrayez)2020-12-111-0/+1
* Add test suite for `RandomNumberGenerator`Andrii Doroshenko (Xrayez)2020-12-071-0/+1
* Merge pull request #43536 from jonbonazza/hmacFabio Alessandrelli2020-12-031-0/+1
|\
| * feat: HMAC support in Crypto APIsJon Bonazza2020-11-261-0/+1
* | [Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...bruvzg2020-11-261-0/+2
|/
* Merge pull request #43727 from Calinou/test-add-aabbRémi Verschelde2020-11-231-0/+1
|\
| * Add a test suite for AABBHugo Locurcio2020-11-201-0/+1
* | Merge pull request #43583 from Calinou/test-add-objectRémi Verschelde2020-11-201-0/+1
|\ \