Age | Commit message (Expand) | Author |
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 |
2021-11-26 | PackedByteArray, Array slice end exclusive, rename subarray to slice | Nathan Franke |
2021-11-25 | Merge pull request #55227 from ator-dev/fix-code-folding | Rémi Verschelde |
2021-11-24 | Fix code folding when end of block is unindented delimiter | ator-dev |
2021-11-24 | Merge pull request #52456 from kleonc/image-fill-rect | Rémi Verschelde |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-23 | Add Image::fill_rect method | kleonc |
2021-11-17 | Fix divide by zero in pck_packer | Paulb23 |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-11-11 | Rect2: Clarify docs for `has_point` excluding bottom and right borders | Rémi Verschelde |
2021-11-11 | String: Remove `erase` method, bindings can't mutate String | Rémi Verschelde |
2021-11-07 | Move and organize tests into subfolders | Aaron Franke |