summaryrefslogtreecommitdiffstats
path: root/core/math
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-8/+4
|\
| * Fix stringification of ProjectionRémi Verschelde2024-11-251-8/+4
* | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-264-4/+1
|\|
| * Merge pull request #99545 from KoBeWi/Vector4.0Thaddeus Crews2024-11-251-1/+1
| |\
| | * Fix stringification of Vector4kobewi2024-11-221-1/+1
| * | Style: Add 19.1.0 LLVM options to `.clang-format`Thaddeus Crews2024-11-223-3/+0
| |/
| * Merge pull request #95303 from EIREXE/inverted_composerRémi Verschelde2024-11-201-91/+219
| |\
| | * Fix Projection::invert on orthogonal projections and others.Álex Román2024-11-181-91/+219
* | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-024-4/+4
|\| |
| * | Merge pull request #47502 from KoBeWi/add_0Thaddeus Crews2024-10-313-3/+3
| |\ \
| | * | Always add decimal when printing floatkobewi2024-10-233-3/+3
| * | | [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-1/+1
* | | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-303-3/+3
|\| | |
| * | | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-293-3/+3
| |\ \ \
| | * | | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-253-3/+3
| | |/ /
* | | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-2777-154/+154
|\ \ \ \
| * | | | Fix copyright headers referring to GodotSpartan3222024-10-2777-154/+154
* | | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-6/+6
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * / / Expose `Geometry2D.bresenham_line()` methodDanil Alexeev2024-10-251-6/+6
| |/ /
* | | Fix `Projection::invert` on orthogonal projections and others.Álex Román2024-10-221-91/+219
* | | feat: add maximum traversals to astargrid2dVeradictus2024-10-172-0/+24
* | | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-5/+7
|\| |
| * | Restore arc_tolerance value when using Clipper2's InflatePathsRicardo Buring2024-10-091-5/+7
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1177-0/+154
* | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-112-4/+5
|/ /
* | Rename Vector4.components -> coordLukas Tenbrink2024-09-261-3/+3
* | Merge pull request #97483 from akien-mga/clang-format-19.1.0Rémi Verschelde2024-09-261-1/+1
|\ \
| * | CI: Update `clang-format` pre-commit hook to 19.1.0Rémi Verschelde2024-09-261-1/+1
* | | Merge pull request #96923 from Repiteo/style/warning-admonitionRémi Verschelde2024-09-261-5/+8
|\ \ \
| * | | Style: Add `WARNING:` as new comment admonitionThaddeus Crews2024-09-251-5/+8
| |/ /
* / / SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|/ /
* | Fix C# operator *(Transform3D, AABB)kleonc2024-09-201-4/+4
* | fix astar partial path destination can be solid/disabledallison2024-09-124-15/+15
* | Merge pull request #93856 from timothyqiu/expression-periodRémi Verschelde2024-09-111-7/+3
|\ \
| * | Fix parsing of `4.` in ExpressionHaoyu Qiu2024-07-021-7/+3
* | | Improve AStarGrid2D performance when jumping is enabledMartijn2024-09-052-77/+132
* | | Merge pull request #96328 from object71/fix-animation-snap-96159Rémi Verschelde2024-08-301-0/+3
|\ \ \
| * | | Add modf function and fix snap behaviorHristo Iliev2024-08-301-0/+3
* | | | Merge pull request #93893 from Togira123/fix-rand-weighted-return-valueRémi Verschelde2024-08-281-0/+5
|\ \ \ \
| * | | | Fix RandomPCG::rand_weighted incorrectly returning -1Togira2024-07-041-0/+5
| | |/ / | |/| |
* | | | Merge pull request #92123 from timothyqiu/estimate-endRémi Verschelde2024-08-284-21/+21
|\ \ \ \
| * | | | Change param name of AStar's _estimate_cost methodHaoyu Qiu2024-05-194-21/+21
* | | | | Merge pull request #91868 from Chaosus/astargrid_get_point_positions_in_regionRémi Verschelde2024-08-282-0/+29
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add a method to retrieve all points within a region to `AStarGrid2D`Yuri Rubinsky2024-05-122-0/+29
| |/ / /
* | | | Simplify and fix Rect2/AABB get_support functionAaron Franke2024-08-192-17/+22
* | | | Merge pull request #95291 from BlueCube3310/hdr-optimizationsRémi Verschelde2024-08-161-27/+40
|\ \ \ \
| * | | | Optimize .hdr loading and RGB9E5 conversionBlueCube33102024-08-091-27/+40
| | |_|/ | |/| |
* | | | Merge pull request #93149 from Malcolmnixon/smoothstep-degenerate-caseRémi Verschelde2024-08-161-2/+10
|\ \ \ \
| * | | | This PR handles the smoothstep degenerate case where the range is empty.Malcolm Nixon2024-08-151-2/+10
| |/ / /
* / / / Fixed Timestep Interpolation (3D)Ricardo Buring2024-07-072-1/+388
|/ / /