| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge pull request #57281 from Rubonnek/rename-subsequence | Rémi Verschelde | 2022-01-27 | 1 | -1/+1 |
|\ \ |
|
| * | | Rename String::is_subsequence_ofi to String::is_subsequence_ofn | Wilson E. Alvarez | 2022-01-26 | 1 | -1/+1 |
* | | | Fix selection being deleted and indentation not being accounted for | Preslavb | 2022-01-23 | 1 | -0/+49 |
|/ / |
|
* | | Merge pull request #56337 from cdemirer/fix-array-dictionary-id | Rémi Verschelde | 2022-01-23 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix Array and Dictionary id() and dictionary test bug | cdemirer | 2021-12-30 | 1 | -1/+1 |
* | | | Rename request_code_completion signal | kobewi | 2022-01-22 | 1 | -8/+8 |
* | | | Improve the default project theme | Hugo Locurcio | 2022-01-19 | 2 | -2/+2 |
* | | | Merge pull request #56668 from akien-mga/array-slice-nicer-bound-checks | Rémi Verschelde | 2022-01-18 | 2 | -10/+50 |
|\ \ \ |
|
| * | | | `Array`: Relax `slice` bound checks to properly handle negative indices | Rémi Verschelde | 2022-01-10 | 2 | -10/+50 |
| | |/
| |/| |
|
* | | | Unify variable and array declarations in shaders | Yuri Roubinsky | 2022-01-18 | 1 | -3/+0 |
* | | | Replace String::num_real code with a wrapper around String::num | Aaron Franke | 2022-01-15 | 3 | -1/+45 |
* | | | Add tests for Vector2/Vector2i/Vector3/Vector3i | Aaron Franke | 2022-01-14 | 5 | -0/+1054 |
* | | | Fix various typos | luz paz | 2022-01-13 | 2 | -2/+2 |
* | | | [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i... | bruvzg | 2022-01-13 | 1 | -0/+206 |
|/ / |
|
* | | Add list initialization support for Vector & LocalVector | Haoyu Qiu | 2022-01-05 | 2 | -0/+22 |
* | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 65 | -130/+130 |
* | | Fix various typos | luz paz | 2022-01-02 | 2 | -9/+9 |
|/ |
|
* | Refactor render_mode in shaders, forbid declaring duplicates | Yuri Roubinsky | 2021-12-21 | 1 | -2/+2 |
* | Make `--doctool` locale aware | Haoyu Qiu | 2021-12-16 | 1 | -0/+19 |
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 4 | -7/+25 |
* | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -1/+1 |
* | Make `compile` shader function to use struct instead long parameter list | Yuri Roubinsky | 2021-12-08 | 1 | -1/+6 |
* | Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusive | Rémi Verschelde | 2021-12-07 | 2 | -22/+53 |
|\ |
|
| * | PackedByteArray, Array slice end exclusive, rename subarray to slice | Nathan Franke | 2021-11-26 | 2 | -22/+53 |
* | | Merge pull request #55545 from akien-mga/doc-aabb-has_point | Rémi Verschelde | 2021-12-02 | 1 | -4/+17 |
|\ \ |
|
| * | | AABB: Improve docs and test for `has_point` | Rémi Verschelde | 2021-12-02 | 1 | -4/+17 |
* | | | Merge pull request #55474 from akien-mga/copy-operators-no-reference | Rémi Verschelde | 2021-12-02 | 1 | -1/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | Don't return reference on copy assignment operators | Rémi Verschelde | 2021-11-30 | 1 | -1/+4 |
| |/ |
|
* | | Merge pull request #53868 from aaronfranke/curve | Rémi Verschelde | 2021-12-02 | 1 | -14/+12 |
|\ \ |
|
| * | | Improve Curve with const and real_t | Aaron Franke | 2021-11-30 | 1 | -14/+12 |
| |/ |
|
* / | Allow using empty statements in the shader, added formatting warning | Yuri Roubinsky | 2021-12-01 | 1 | -0/+2 |
|/ |
|