Age | Commit message (Expand) | Author |
2018-05-12 | Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation. | tagcup |
2018-05-07 | Merge pull request #15943 from poke1024/geometry-line-line | Juan Linietsky |
2018-05-04 | Vector3::round, Vector2::round & Vector2::ceil methods were added. | Alexander Alekseev |
2018-04-19 | Fix Coverity reports of uninitialized scalar variable | Rémi Verschelde |
2018-04-14 | Avoid converting Quat to Euler angles when not necessary. | tagcup |
2018-04-13 | Small performance fix to wrapf | Chaosus |
2018-04-09 | Resolves Inccorect Quaternion Conversion | Crazy-P |
2018-04-08 | Merge pull request #16495 from Chaosus/is_point_in_triangle_fix | Juan Linietsky |
2018-03-22 | Fix for clang warning at distance_to | Marcelo Fernandez |
2018-03-13 | Merge pull request #17254 from Chaosus/updatewrap | Rémi Verschelde |
2018-03-07 | Bring back Vector2.cross() | Bernhard Liebl |
2018-03-06 | Update wrap functions | Chaosus |
2018-02-28 | Allow degenerate triangles in polygon triangulation when necessary. | Nicolas Silva |
2018-02-08 | Fix is_point_in_triangle | Chaosus |
2018-02-05 | Fix polygon triangulation failure. | Nicolas Silva |
2018-01-21 | Add Geometry::line_intersects_line_2d() | Bernhard Liebl |
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-03 | Merge pull request #15093 from poke1024/canvas-editor-select | Rémi Verschelde |
2018-01-02 | Merge pull request #15083 from tagcup/spatial_rot_fix | Juan Linietsky |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2018-01-01 | Merge pull request #15091 from poke1024/fix-rect2-distance-to | Noshyaar |
2017-12-27 | Restore the behavior of Spatial rotations recently changed in c1153f5. | tagcup |
2017-12-27 | More exact picking for canvas editor | Bernhard Liebl |
2017-12-27 | Fix Rect2::distance_to() not returning 0 | Bernhard Liebl |
2017-12-27 | Merge pull request #15045 from poke1024/vector2-inline | Noshyaar |
2017-12-26 | Change the rotate function of Spatial to be local, makes more sense. Closes #... | Juan Linietsky |
2017-12-25 | Inline some very common Vector2 operations | Bernhard Liebl |
2017-12-25 | Add missing parameter names | Poommetee Ketson |
2017-12-21 | Fixes grow_margin not working at all | Gilles Roudiere |
2017-12-10 | Fix wrong return value in some virtual method bindings | Rémi Verschelde |
2017-12-09 | Merge pull request #13347 from Noshyaar/hang_in_there | Rémi Verschelde |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde |
2017-12-07 | Style: Apply clang-format again on all files | Rémi Verschelde |
2017-12-03 | Forgot to apply oversampling to Y | Bastiaan Olij |
2017-11-28 | Rect2: add function returning same rect with positive w and h | Poommetee Ketson |
2017-11-17 | Rename Rect3 to AABB. | Ferenc Arn |
2017-11-12 | Add support for the TAU constant. Fixes #12094. | Goutte |
2017-11-09 | Remove get_default_video_mode definition on OSX/iOS | Rémi Verschelde |
2017-11-04 | AStar: implementation of get_point_connections | DmDerbin |
2017-10-31 | Merge pull request #12035 from Chaosus/wrapfunc | Rémi Verschelde |
2017-10-31 | Merge pull request #11249 from m4nu3lf/bugfix/get_euler | Rémi Verschelde |
2017-10-27 | AStar: Add setters for point position and scale weight, cleanup | Unknown |
2017-10-22 | Fixed memory leak with AStar class | Robert Hernandez |
2017-10-22 | Merge pull request #11401 from SaracenOne/snapped_drag | Rémi Verschelde |
2017-10-13 | Added new wrap functions | Chaosus |
2017-10-11 | Added Basis::get_quat() and set_quat(). | Ferenc Arn |
2017-09-22 | Fix Basis::get_euler_xyz() | m4nu3lf |
2017-09-20 | Merge pull request #11409 from MarufSarker/PR-core-math-is_nan | Rémi Verschelde |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |