summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add sub-pixel glyph positioning support.bruvzg2022-02-121-1/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-4/+5
* Fix typos with codespellRémi Verschelde2022-02-101-1/+1
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* Merge pull request #57490 from Calinou/test-add-animationRémi Verschelde2022-02-072-0/+315
|\
| * Add a unit test suite for AnimationHugo Locurcio2022-02-062-0/+315
* | Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
|/
* Merge pull request #57620 from Haydoggo/expression-exp-fixRémi Verschelde2022-02-051-1/+1
|\
| * Make parser treat all exponent literals as floatHayden2022-02-051-1/+1
* | Core: Move Vector2i to its own `vector2i.h` headerRémi Verschelde2022-02-042-0/+2
* | Core: Move Rect2i to its own `rect2i.h` headerRémi Verschelde2022-02-043-277/+313
* | Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-3/+3
|/
* String: Add contains().Anilforextra2022-02-041-0/+13
* Merge pull request #57469 from Sauermann/fix-rect2i-intersectRémi Verschelde2022-02-011-0/+6
|\
| * Fix incorrect Rect2i calculations: intersects and enclosesMarkus Sauermann2022-01-311-0/+6
* | With auto_brace_complete enabled, selected text now gets wrapped by bracesIgor Kordiukiewicz2022-01-301-0/+46
|/
* simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke2022-01-291-1/+2
* Merge pull request #57205 from TechnoPorg/variant-template-castRémi Verschelde2022-01-271-0/+16
|\
| * Allow method binds to take Object subclasses as argumentsTechnoPorg2022-01-251-0/+16
* | Merge pull request #57281 from Rubonnek/rename-subsequenceRémi Verschelde2022-01-271-1/+1
|\ \
| * | Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez2022-01-261-1/+1
* | | Fix selection being deleted and indentation not being accounted forPreslavb2022-01-231-0/+49
|/ /
* | Merge pull request #56337 from cdemirer/fix-array-dictionary-idRémi Verschelde2022-01-231-1/+1
|\ \
| * | Fix Array and Dictionary id() and dictionary test bugcdemirer2021-12-301-1/+1
* | | Rename request_code_completion signalkobewi2022-01-221-8/+8
* | | Improve the default project themeHugo Locurcio2022-01-192-2/+2
* | | Merge pull request #56668 from akien-mga/array-slice-nicer-bound-checksRémi Verschelde2022-01-182-10/+50
|\ \ \
| * | | `Array`: Relax `slice` bound checks to properly handle negative indicesRémi Verschelde2022-01-102-10/+50
| | |/ | |/|
* | | Unify variable and array declarations in shadersYuri Roubinsky2022-01-181-3/+0
* | | Replace String::num_real code with a wrapper around String::numAaron Franke2022-01-153-1/+45
* | | Add tests for Vector2/Vector2i/Vector3/Vector3iAaron Franke2022-01-145-0/+1054
* | | Fix various typosluz paz2022-01-132-2/+2
* | | [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i...bruvzg2022-01-131-0/+206
|/ /
* | Add list initialization support for Vector & LocalVectorHaoyu Qiu2022-01-052-0/+22
* | Update copyright statements to 2022Rémi Verschelde2022-01-0365-130/+130
* | Fix various typosluz paz2022-01-022-9/+9
|/
* Refactor render_mode in shaders, forbid declaring duplicatesYuri Roubinsky2021-12-211-2/+2
* Make `--doctool` locale awareHaoyu Qiu2021-12-161-0/+19
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-094-7/+25
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-1/+1
* Make `compile` shader function to use struct instead long parameter listYuri Roubinsky2021-12-081-1/+6
* Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusiveRémi Verschelde2021-12-072-22/+53
|\
| * PackedByteArray, Array slice end exclusive, rename subarray to sliceNathan Franke2021-11-262-22/+53
* | Merge pull request #55545 from akien-mga/doc-aabb-has_pointRémi Verschelde2021-12-021-4/+17
|\ \
| * | AABB: Improve docs and test for `has_point`Rémi Verschelde2021-12-021-4/+17
* | | Merge pull request #55474 from akien-mga/copy-operators-no-referenceRémi Verschelde2021-12-021-1/+4
|\ \ \ | |/ / |/| |
| * | Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-1/+4
| |/
* | Merge pull request #53868 from aaronfranke/curveRémi Verschelde2021-12-021-14/+12
|\ \
| * | Improve Curve with const and real_tAaron Franke2021-11-301-14/+12
| |/
* / Allow using empty statements in the shader, added formatting warningYuri Roubinsky2021-12-011-0/+2
|/