Age | Commit message (Expand) | Author |
2022-09-07 | Expose registration of physics servers to GDExtension | Ricardo Buring |
2022-09-02 | Merge pull request #64952 from Chaosus/vs_rename_uniform_to_param | Rémi Verschelde |
2022-09-01 | Refactor BitMap and add tests | Hendrik Brucker |
2022-09-01 | Rename `uniform` to `parameter` across the engine | Yuri Rubinsky |
2022-08-26 | Add ThemeDB, expose previously static Theme methods | Yuri Sizov |
2022-08-07 | Vector4/Vector4i: Add missing methods, tests and fix change of sign operator | Hendrik Brucker |
2022-08-04 | Add unit tests for all public methods in the SpriteFrames class | jtorre39 |
2022-08-04 | Merge pull request #50907 from codepatzer/quaternion_ut | Rémi Verschelde |
2022-08-04 | Merge pull request #60736 from StrawbDev/audio-stream-sample-unit-test | Rémi Verschelde |
2022-08-04 | Add tests file for Quaternion unit tests, with initial UTs | codepatzer |
2022-08-04 | Add test cases for AudioStreamWAV | StrawbDev |
2022-08-04 | Add Unit Tests for InputEventKey | Timon Bestebreur |
2022-08-04 | Merge pull request #54325 from skimmedsquare/test-add-rid | Rémi Verschelde |
2022-08-04 | Add unit tests for Shortcut | Timon Bestebreur |
2022-08-04 | Add unit tests for RID class. | Sean Kim |
2022-08-02 | Fix consistency of translated/scaled/rotated in Transform2D and Transform3D | Fabian Keller |
2022-08-01 | Add support for command-line user arguments. | Juan Linietsky |
2022-07-29 | Add a test suite for OS | Hugo Locurcio |
2022-07-28 | Rename RenderingServer global shader uniform methods to be more explicit | Hugo Locurcio |
2022-07-22 | Implement a Worker ThreadPool | reduz |
2022-07-05 | Implemented tests for Plane getters and setters. | cabinboy1031 |
2022-05-20 | Add a new HashSet template | reduz |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-12 | Add a new HashMap implementation | reduz |
2022-05-02 | Merge pull request #60529 from timothyqiu/theme-validation | Rémi Verschelde |
2022-04-26 | Rename variable names for some singletons | Aaron Franke |
2022-04-26 | Merge pull request #60513 from Calinou/default-font-add-msdf-mipmap | Rémi Verschelde |
2022-04-26 | Validate theme type/item names | Haoyu Qiu |
2022-04-25 | Add MSDF and mipmap generation project settings for the default font | Hugo Locurcio |
2022-04-22 | Add inital TextEdit UnitTests | Paulb23 |
2022-04-22 | Use Input::push_input for tests plus extra mouse testing | Paulb23 |
2022-04-07 | Remove unused legacy tests | Rémi Verschelde |
2022-02-12 | Add sub-pixel glyph positioning support. | bruvzg |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-06 | Add a unit test suite for Animation | Hugo Locurcio |
2022-02-04 | Core: Move Rect2i to its own `rect2i.h` header | Rémi Verschelde |
2022-01-19 | Improve the default project theme | Hugo Locurcio |
2022-01-14 | Add tests for Vector2/Vector2i/Vector3/Vector3i | Aaron Franke |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-11-07 | Move and organize tests into subfolders | Aaron Franke |
2021-10-01 | Implement TextServer GDExtension interface, remove TextServer GDNative interf... | bruvzg |
2021-09-01 | Add CodeEdit breakpoint unit tests | Paulb23 |
2021-09-01 | Create framework for testing Signals | Paulb23 |
2021-09-01 | Allow unit testing SceneTree Ojects | Paulb23 |
2021-06-11 | Add Time singleton | Aaron Franke |
2021-05-25 | Fix some warnings raised by GCC-11.1 | jfons |
2021-05-19 | Add a test suite for Vector | Hugo Locurcio |
2021-05-17 | Add a test suite for Translation | Hugo Locurcio |
2021-03-31 | Add a test suite for Dictionary | Hugo Locurcio |
2021-03-29 | add tests for path3d | Daniel Kříž |