Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Add MSDF and mipmap generation project settings for the default font | |||
2022-04-25 | Add MSDF and mipmap generation project settings for the default font | Hugo Locurcio | |
This can be used to improve Label3D and scaled Control appearance in prototypes. | |||
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 | |
They haven't been updated for years and still use the old MainLoop basic framework instead of the new doctest one. They're of dubious quality and best redone from scratch using the new framework. | |||
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 | |
And take the opportunity to improve interdependencies a bit with forward declares where possible. | |||
2022-01-19 | Improve the default project theme | Hugo Locurcio | |
The new default project theme uses StyleBoxFlat extensively for a more modern design and better scalability to multiple resolutions. SVG icons are now used in place of PNG icons. While this does not allow for true vector-based icon drawing (icons are still rasterized at load-time), this makes the design work easier for contributors and opens the door to vector drawing in the future (e.g. with polygons or SDFs). Like for editor icons, the SVG header file is now built automatically when a SVG file is changed. This removing the need for running `make_header.py` manually (TODO). The "Use Hidpi" project setting has been removed in favor of a "Default Theme Scale" project setting, which allows creating the default theme at a higher/lower scale than the default. This can be used when designing GUIs with a high base resolution to ensure crisp visuals. Co-authored-by: Yuri Sizov <yuris@humnom.net> | |||
2022-01-14 | Add tests for Vector2/Vector2i/Vector3/Vector3i | Aaron Franke | |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2021-11-07 | Move and organize tests into subfolders | Aaron Franke | |
2021-10-01 | Implement TextServer GDExtension interface, remove TextServer GDNative ↵ | bruvzg | |
interface. | |||
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 | |
This test suite is based on the LocalVector test suite with significant changes made. | |||
2021-05-17 | Add a test suite for Translation | Hugo Locurcio | |
2021-03-31 | Add a test suite for Dictionary | Hugo Locurcio | |
Co-authored-by: Sarav Noor Singh <saravnoorsingh@Saravs-MBP.T-mobile.com> | |||
2021-03-29 | add tests for path3d | Daniel Kříž | |
2021-03-07 | Add unit tests for HashingContext | Maximilian Mayer | |
2021-02-27 | Added test file and test cases | James Gordon | |
2021-02-24 | Merge pull request #45914 from HenryWConklin/45841-xml-entities | Rémi Verschelde | |
Add support for numeric XML entities to XMLParser | |||
2021-02-20 | Add a test suite for Resource | Hugo Locurcio | |
2021-02-19 | Add a test suite for Array | Sarav Noor Singh | |
2021-02-14 | Add support for numeric XML entities to XMLParser | Henry Conklin | |
* Add support for decimal numeric entities to String::xml_unescape * Add more error checks to String::xml_unescape * Refactor XMLParser to use String::xml_unescape instead of an internal implementation | |||
2021-02-06 | Add a test suite for the Image class | Manolis Papadeas | |
2021-01-24 | Merge pull request #44797 from a-ivanov/marshall-core-unit-tests | Rémi Verschelde | |
Marshall core unit tests | |||
2021-01-24 | Unit tests for encoding/decoding of base types | Anton Ivanov | |
2021-01-11 | Add function `LocalVector::remove_unordered` | AndreaCatania | |
Added LocalVector unit tests. | |||
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! 2020 has been a tough year for most of us personally, but a good year for Godot development nonetheless with a huge amount of work done towards Godot 4.0 and great improvements backported to the long-lived 3.2 branch. We've had close to 400 contributors to engine code this year, authoring near 7,000 commit! (And that's only for the `master` branch and for the engine code, there's a lot more when counting docs, demos and other first-party repos.) Here's to a great year 2021 for all Godot users 🎆 | |||
2020-12-30 | Added Geometry2D unit tests | Marcus Brummer | |
2020-12-21 | Add a paged array template | reduz | |
Used for reusable stacks, or filling arrays from multiple threads efficiently. | |||
2020-12-11 | Add test suite for `FileAccess` | Andrii Doroshenko (Xrayez) | |
2020-12-07 | Add test suite for `RandomNumberGenerator` | Andrii Doroshenko (Xrayez) | |
2020-12-03 | Merge pull request #43536 from jonbonazza/hmac | Fabio Alessandrelli | |
feat: HMAC support in Crypto APIs | |||
2020-11-26 | feat: HMAC support in Crypto APIs | Jon Bonazza | |
2020-11-26 | [Complex Text Layouts] Implement TextServer interface. Implement Fallback ↵ | bruvzg | |
TextServer. | |||
2020-11-23 | Merge pull request #43727 from Calinou/test-add-aabb | Rémi Verschelde | |
Add a test suite for AABB | |||
2020-11-20 | Add a test suite for AABB | Hugo Locurcio | |
2020-11-20 | Merge pull request #43583 from Calinou/test-add-object | Rémi Verschelde | |
Add a test suite for Object | |||
2020-11-20 | Merge pull request #43514 from Calinou/test-add-rect2-rect2i | Rémi Verschelde | |
Add a test suite for Rect2 and Rect2i | |||
2020-11-20 | Add a test suite for Object | Hugo Locurcio | |
2020-11-20 | Add a test suite for Rect2 and Rect2i | Hugo Locurcio | |
2020-11-20 | Merge pull request #43517 from Calinou/test-add-json | Rémi Verschelde | |
Add a test suite for JSON | |||
2020-11-20 | doctest: Do not override command-line options | Andrii Doroshenko (Xrayez) | |
Those options were likely copy-pasted from documentation examples. This change also allows to break in the debugger by default when assertions fail, and this can be configured via command-line interface. |