| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix inconsistent naming in Time | Nicholas Huelin | 2022-05-05 | 1 | -5/+5 |
| * | Rename Basis get_axis to get_column, remove redundant methods | Aaron Franke | 2022-05-03 | 1 | -6/+6 |
| * | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio | 2022-05-03 | 1 | -2/+2 |
| * | Merge pull request #60529 from timothyqiu/theme-validation | Rémi Verschelde | 2022-05-02 | 2 | -0/+258 |
| |\ |
|
| | * | Validate theme type/item names | Haoyu Qiu | 2022-04-26 | 2 | -0/+258 |
| * | | Fix left aligned integer sign in string formatting | Haoyu Qiu | 2022-05-01 | 1 | -0/+40 |
| * | | Merge pull request #60519 from nathanfranke/fix-newline-indent | Rémi Verschelde | 2022-04-29 | 1 | -0/+32 |
| |\ \ |
|
| | * | | fix lines ending in comments causing auto indent | Nathan Franke | 2022-04-28 | 1 | -0/+32 |
| * | | | remove escapes in gdscript test output | Nathan Franke | 2022-04-28 | 1 | -14/+14 |
| |/ / |
|
| * | | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg | 2022-04-28 | 1 | -0/+43 |
| * | | Rename variable names for some singletons | Aaron Franke | 2022-04-26 | 1 | -24/+24 |
| * | | Merge pull request #60513 from Calinou/default-font-add-msdf-mipmap | Rémi Verschelde | 2022-04-26 | 1 | -1/+1 |
| |\ \
| |/
|/| |
|
| | * | Add MSDF and mipmap generation project settings for the default font | Hugo Locurcio | 2022-04-25 | 1 | -1/+1 |
| * | | Add inital TextEdit UnitTests | Paulb23 | 2022-04-22 | 2 | -0/+3508 |
| * | | Use Input::push_input for tests plus extra mouse testing | Paulb23 | 2022-04-22 | 3 | -26/+76 |
| |/ |
|
| * | Color: Rename `to_srgb`/`to_linear` to include base color space | Rémi Verschelde | 2022-04-13 | 1 | -4/+4 |
| * | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 4 | -11/+9 |
| * | Remove unused legacy tests | Rémi Verschelde | 2022-04-07 | 16 | -2929/+0 |
| * | Zero initialize all pointer class and struct members | Rémi Verschelde | 2022-04-04 | 1 | -2/+2 |
| * | Expose Color's `to_linear()` and `to_srgb()` to scripting | Hugo Locurcio | 2022-03-28 | 1 | -0/+18 |
| * | Refactor Object metadata | reduz | 2022-03-24 | 2 | -4/+4 |
| * | Rename `AStar` to `AStar3D` | Yuri Roubinsky | 2022-03-20 | 1 | -7/+7 |
| * | Merge pull request #58233 from bruvzg/gde_ts | Rémi Verschelde | 2022-03-18 | 3 | -308/+328 |
| |\ |
|
| | * | Unify TextServer built-in module and GDExtension code. | bruvzg | 2022-03-17 | 3 | -308/+328 |
| * | | Update color constants to use HEX codes | taigi100 | 2022-03-17 | 1 | -3/+3 |
| |/ |
|
| * | Fix Slerp C# docs and add test cases for vectors in the same direction | Aaron Franke | 2022-03-12 | 2 | -0/+6 |
| * | Merge pull request #58485 from aaronfranke/time-offset | Rémi Verschelde | 2022-03-10 | 1 | -0/+3 |
| |\ |
|
| | * | Add offset string from minutes conversion method to Time singleton | Aaron Franke | 2022-02-23 | 1 | -0/+3 |
| * | | Remove VARIANT_ARG* macros | reduz | 2022-03-09 | 1 | -1/+1 |
| * | | Remove unused GDNative code | Rémi Verschelde | 2022-03-09 | 1 | -4/+0 |
| |/ |
|
| * | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 2 | -28/+4 |
| * | Add sub-pixel glyph positioning support. | bruvzg | 2022-02-12 | 1 | -1/+1 |
| * | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -4/+5 |
| * | Fix typos with codespell | Rémi Verschelde | 2022-02-10 | 1 | -1/+1 |
| * | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde | 2022-02-08 | 1 | -1/+1 |
| * | Merge pull request #57490 from Calinou/test-add-animation | Rémi Verschelde | 2022-02-07 | 2 | -0/+315 |
| |\ |
|
| | * | Add a unit test suite for Animation | Hugo Locurcio | 2022-02-06 | 2 | -0/+315 |
| * | | Add missing SNAME macro optimization to all theme methods call | jmb462 | 2022-02-06 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #57620 from Haydoggo/expression-exp-fix | Rémi Verschelde | 2022-02-05 | 1 | -1/+1 |
| |\ |
|
| | * | Make parser treat all exponent literals as float | Hayden | 2022-02-05 | 1 | -1/+1 |
| * | | Core: Move Vector2i to its own `vector2i.h` header | Rémi Verschelde | 2022-02-04 | 2 | -0/+2 |
| * | | Core: Move Rect2i to its own `rect2i.h` header | Rémi Verschelde | 2022-02-04 | 3 | -277/+313 |
| * | | Cleanup and move char functions to the `char_utils.h` header. | bruvzg | 2022-02-04 | 1 | -3/+3 |
| |/ |
|
| * | String: Add contains(). | Anilforextra | 2022-02-04 | 1 | -0/+13 |
| * | Merge pull request #57469 from Sauermann/fix-rect2i-intersect | Rémi Verschelde | 2022-02-01 | 1 | -0/+6 |
| |\ |
|
| | * | Fix incorrect Rect2i calculations: intersects and encloses | Markus Sauermann | 2022-01-31 | 1 | -0/+6 |
| * | | With auto_brace_complete enabled, selected text now gets wrapped by braces | Igor Kordiukiewicz | 2022-01-30 | 1 | -0/+46 |
| |/ |
|
| * | simplify formatting scripts, add a clang-tidy script, and run clang-tidy | Nathan Franke | 2022-01-29 | 1 | -1/+2 |
| * | Merge pull request #57205 from TechnoPorg/variant-template-cast | Rémi Verschelde | 2022-01-27 | 1 | -0/+16 |
| |\ |
|
| | * | Allow method binds to take Object subclasses as arguments | TechnoPorg | 2022-01-25 | 1 | -0/+16 |