Age | Commit message (Expand) | Author |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | 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-10 | Fix typos with codespell | Rémi Verschelde |
2022-02-08 | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde |
2022-02-07 | Merge pull request #57490 from Calinou/test-add-animation | Rémi Verschelde |
2022-02-06 | Add missing SNAME macro optimization to all theme methods call | jmb462 |
2022-02-06 | Add a unit test suite for Animation | Hugo Locurcio |
2022-02-05 | Merge pull request #57620 from Haydoggo/expression-exp-fix | Rémi Verschelde |
2022-02-05 | Make parser treat all exponent literals as float | Hayden |
2022-02-04 | Core: Move Vector2i to its own `vector2i.h` header | Rémi Verschelde |
2022-02-04 | Core: Move Rect2i to its own `rect2i.h` header | Rémi Verschelde |
2022-02-04 | Cleanup and move char functions to the `char_utils.h` header. | bruvzg |
2022-02-04 | String: Add contains(). | Anilforextra |
2022-02-01 | Merge pull request #57469 from Sauermann/fix-rect2i-intersect | Rémi Verschelde |
2022-01-31 | Fix incorrect Rect2i calculations: intersects and encloses | Markus Sauermann |
2022-01-30 | With auto_brace_complete enabled, selected text now gets wrapped by braces | Igor Kordiukiewicz |
2022-01-29 | simplify formatting scripts, add a clang-tidy script, and run clang-tidy | Nathan Franke |
2022-01-27 | Merge pull request #57205 from TechnoPorg/variant-template-cast | Rémi Verschelde |
2022-01-27 | Merge pull request #57281 from Rubonnek/rename-subsequence | Rémi Verschelde |
2022-01-26 | Rename String::is_subsequence_ofi to String::is_subsequence_ofn | Wilson E. Alvarez |
2022-01-25 | Allow method binds to take Object subclasses as arguments | TechnoPorg |
2022-01-23 | Fix selection being deleted and indentation not being accounted for | Preslavb |
2022-01-23 | Merge pull request #56337 from cdemirer/fix-array-dictionary-id | Rémi Verschelde |
2022-01-22 | Rename request_code_completion signal | kobewi |
2022-01-19 | Improve the default project theme | Hugo Locurcio |
2022-01-18 | Merge pull request #56668 from akien-mga/array-slice-nicer-bound-checks | Rémi Verschelde |
2022-01-18 | Unify variable and array declarations in shaders | Yuri Roubinsky |
2022-01-15 | Replace String::num_real code with a wrapper around String::num | Aaron Franke |
2022-01-14 | Add tests for Vector2/Vector2i/Vector3/Vector3i | Aaron Franke |
2022-01-13 | Fix various typos | luz paz |
2022-01-13 | [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i... | bruvzg |
2022-01-10 | `Array`: Relax `slice` bound checks to properly handle negative indices | Rémi Verschelde |
2022-01-05 | Add list initialization support for Vector & LocalVector | Haoyu Qiu |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2022-01-02 | Fix various typos | luz paz |
2021-12-30 | Fix Array and Dictionary id() and dictionary test bug | cdemirer |
2021-12-21 | Refactor render_mode in shaders, forbid declaring duplicates | Yuri Roubinsky |
2021-12-16 | Make `--doctool` locale aware | Haoyu Qiu |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-12-08 | Make `compile` shader function to use struct instead long parameter list | Yuri Roubinsky |
2021-12-07 | Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusive | Rémi Verschelde |
2021-12-02 | Merge pull request #55545 from akien-mga/doc-aabb-has_point | Rémi Verschelde |
2021-12-02 | Merge pull request #55474 from akien-mga/copy-operators-no-reference | Rémi Verschelde |
2021-12-02 | AABB: Improve docs and test for `has_point` | Rémi Verschelde |
2021-12-02 | Merge pull request #53868 from aaronfranke/curve | Rémi Verschelde |
2021-12-01 | Allow using empty statements in the shader, added formatting warning | Yuri Roubinsky |
2021-11-30 | Improve Curve with const and real_t | Aaron Franke |
2021-11-30 | Don't return reference on copy assignment operators | Rémi Verschelde |