Age | Commit message (Expand) | Author |
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 | Merge pull request #57623 from akien-mga/core-math-struct-em-all | Rémi Verschelde |
2022-02-04 | BVH - Sync BVH with 3.x | lawnjelly |
2022-02-04 | Core: Make all Variant math types structs | Rémi Verschelde |
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 | Added hex and bin literal support to Expression parser | Hayden Leete |
2022-02-02 | Vectors: Use clear() and has(). | 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 | Add support for the escaped UTF-16 and UTF-32 Unicode characters in the scrip... | bruvzg |
2022-01-20 | Rename or refactor macros to avoid leading underscores | Omar Polo |
2022-01-20 | Add nodiscard to core math classes to catch c++ errors. | lawnjelly |
2022-01-14 | Remove zero size checks from Rect2 grow methods | Aaron Franke |
2022-01-13 | Merge pull request #56740 from AnilBK/camera-pre-allocate | Rémi Verschelde |
2022-01-13 | CameraMatrix: Pre-allocate Vector in get_projection_planes(). | Anilforextra |
2022-01-12 | Merge pull request #56492 from akien-mga/remove-author-docstrings | Rémi Verschelde |
2022-01-12 | Use List Initializations for Vectors. | Anilforextra |
2022-01-07 | Merge pull request #53618 from aaronfranke/signed-angle-vec3i | Rémi Verschelde |
2022-01-07 | Merge pull request #55877 from aaronfranke/slerp-same-len | Rémi Verschelde |
2022-01-07 | Fix typos with codespell | Rémi Verschelde |
2022-01-06 | Allow Vector2/3 slerp values to have any length | Aaron Franke |
2022-01-06 | Add length and length_squared to Vector2i/3i | Aaron Franke |
2022-01-05 | Merge pull request #53684 from TokageItLab/orthogonal-mode | Rémi Verschelde |
2022-01-04 | Style: Remove inconsistently used `@author` docstrings | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-25 | Fix some gizmo behavior to make more consistent | Silc 'Tokage' Renew |
2021-12-19 | Fix variable name 'max_size' to 'min_size' in aabb | great90 |
2021-12-18 | Fix font preview text color on light background | Haoyu Qiu |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-12-02 | Expose max_axis_index and max_axis_index for Vector2(i) | Aaron Franke |
2021-12-02 | Merge pull request #55474 from akien-mga/copy-operators-no-reference | Rémi Verschelde |
2021-12-02 | Merge pull request #37626 from aaronfranke/rect2-warnings | Max Hilbrunner |
2021-12-02 | Merge pull request #47294 from sebastian-heinz/patch-1 | Rémi Verschelde |
2021-12-02 | Merge pull request #38604 from Calinou/astar-rename-get-point-ids | Rémi Verschelde |
2021-12-02 | allow variant construction in expressions | sebastian-heinz |
2021-12-01 | Rename Vector parameters to be consistent | Raul Santos |
2021-11-30 | Warn when using an AABB or Rect2 with a negative size | Aaron Franke |
2021-11-30 | Rename `AStar.get_points()` to `AStar.get_point_ids()` for clarity | Hugo Locurcio |
2021-11-30 | Don't return reference on copy assignment operators | Rémi Verschelde |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-17 | Merge pull request #55042 from nekomatata/fix-segment-intersection | Rémi Verschelde |
2021-11-17 | Expose `randfn` to global scope | Yuri Roubinsky |
2021-11-16 | Fix segment intersection in Geometry2D | PouleyKetchoupp |
2021-11-16 | Rename built-in `SGN()` macro to `SIGN()` | Hugo Locurcio |
2021-11-15 | Merge pull request #43072 from KoBeWi/point_to_angle | Rémi Verschelde |
2021-11-11 | Color: Bind `from_hsv` as static method | Rémi Verschelde |
2021-11-09 | Merge pull request #53819 from TokageItLab/re-implement-ping-pong | Rémi Verschelde |