Age | Commit message (Expand) | Author |
2023-02-13 | Bias octahedral tangent y axis to avoid errors around 0 | clayjohn |
2023-02-11 | Merge pull request #72316 from 0xafbf/component-wise-minmax | Rémi Verschelde |
2023-02-11 | Added component-wise `min` and `max` functions for vectors | Andrés Botero |
2023-02-11 | Math: Prevent division by zero in posmod | Rémi Verschelde |
2023-02-04 | Fix scaled_orthogonal() & subgizmo global scaling | Silc Renew |
2023-02-01 | More codespell fixes, do more changes from previous ignore list | Rémi Verschelde |
2023-02-01 | Fix various typos with codespell | Rémi Verschelde |
2023-01-28 | Add support for interpolating skewed transforms | Aaron Franke |
2023-01-27 | Merge pull request #72170 from Chaosus/astar_fix | Yuri Rubinsky |
2023-01-27 | Merge pull request #72168 from RandomShaper/sensible_lock_return | Rémi Verschelde |
2023-01-27 | Enchance the performance of AStar by using a LocalVector(2) | Yuri Rubinsky |
2023-01-27 | Booleanize various sync primitives' wait & locking methods | Pedro J. Estébanez |
2023-01-26 | Fix range loop iteration regressions | bitsawer |
2023-01-23 | Convert en_GB spelling to en_US with codespell | Rémi Verschelde |
2023-01-23 | Merge pull request #71676 from vnen/gdscript-unicode-identifiers | Rémi Verschelde |
2023-01-22 | Enchance the performance of `AStar` by using a `LocalVector` | Yuri Rubinsky |
2023-01-21 | Use range iterators in LocalVector loops | kobewi |
2023-01-21 | Add support for Unicode identifiers in Expression class | George Marques |
2023-01-19 | Cleanup unused engine code v2 | kobewi |
2023-01-15 | Rename `center` method to `get_center` in Plane. | Raul Santos |
2023-01-08 | Fix error in `AstarGrid2D::get_id_path` | Yuri Rubinsky |
2023-01-06 | Fix jumping in `AStarGrid2D` when `DIAGONAL_MODE_NEVER` is enabled | Yuri Rubinsky |
2023-01-06 | Merge pull request #70547 from TokageItLab/pingpong-wrap | Rémi Verschelde |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2023-01-01 | Optimize `wrapf` function a bit | Yuri Rubinsky |
2022-12-25 | Fix pingpong with loop wrap is not working | Silc Renew |
2022-12-24 | Divide `AStarGrid2D::default_heuristic` into two different heuristics | Yuri Rubinsky |
2022-12-21 | Merge pull request #70403 from rburing/fix_edge_map_capacity | Rémi Verschelde |
2022-12-21 | Fix edge map capacity in convex hull computer | Ricardo Buring |
2022-12-20 | Add `get_point_position` method to `AStarGrid2D` | Yuri Rubinsky |
2022-12-20 | Restore weight scale for `AStarGrid2D` (partially) | Yuri Rubinsky |
2022-12-15 | [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables. | bruvzg |
2022-12-15 | Fix "p_zfar" to "p_znear" in Projection.create_orthogonal | Hei |
2022-11-24 | Merge pull request #68386 from MewPurPur/snappedi-snappedf | Rémi Verschelde |
2022-11-24 | Refactor interpolating functions in some classes to use Math class | Silc Renew |
2022-11-24 | Refactor Curve3D::_bake() method | Yaohua Xiong |
2022-11-19 | Implement snappedi, snappedf, and Vector[2/3/4]i.snapped | VolTer |
2022-11-18 | Static analysis: remove "break" after "return" | Andy Maloney |
2022-11-14 | Fix periods in editor strings and messages | Hugo Locurcio |
2022-11-02 | Allow getting Quaternion rotation in different Euler orders | Aaron Franke |
2022-11-02 | Merge pull request #66747 from aaronfranke/move-euler-order | Rémi Verschelde |
2022-11-02 | Move EulerOrder enum to math_defs.h and global scope | Aaron Franke |
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde |
2022-11-01 | Replace Quaternion Euler constructor with `from_euler` method | Aaron Franke |
2022-10-13 | Merge pull request #67057 from Anutrix/rng-generator-default-seed | Rémi Verschelde |
2022-10-13 | Optimize Convex Collision | Juan Linietsky |
2022-10-08 | Randomize RandomNumberGenerator instances' default seed | Anutrix |
2022-10-08 | Add `is_finite` method for checking built-in types | Haoyu Qiu |
2022-10-07 | Use float literals for float calculations in Color | Aaron Franke |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |