summaryrefslogtreecommitdiffstats
path: root/core/math
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | / Add a check to prevent user to call `AStarGrid2D::update` when its not neededYuri Rubinsky2024-07-061-0/+4
| |/ |/|
* | Physics Interpolation - Fix `interpolated_transform_2d`lawnjelly2024-07-021-32/+2
* | Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_Rémi Verschelde2024-06-2517-17/+17
|\ \
| * | Core: Replace `_NO_DISCARD_` macro with attributeThaddeus Crews2024-04-1217-17/+17
* | | Optimize `Color::find_named_color()`Danil Alexeev2024-05-232-13/+13
* | | Clarify is_polygon_clockwise() coordinate systemlawnjelly2024-05-201-0/+2
| |/ |/|
* | Fix AABB Ray intersection - return insidelawnjelly2024-05-092-22/+55
* | Fix `builtin_embree=no` build linking the wrong version of EmbreeJakub Marcowski2024-05-081-1/+1
* | Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-032-21/+15
* | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-0218-8/+164
* | Merge pull request #90748 from aaronfranke/fix-basis-scale-globalRémi Verschelde2024-04-222-2/+2
|\ \
| * | Fix incorrect name of Basis global scale getterAaron Franke2024-04-162-2/+2
| |/
* | Merge pull request #90701 from permelin/improve-delaunay3d-triangulationRémi Verschelde2024-04-221-39/+38
|\ \
| * | Delaunay3D: Improve triangulationPer Melin2024-04-151-39/+38
| |/
* / Replace Clipper1 library by Clipper2 libraryRicardo Buring2024-04-201-58/+53
|/
* Update lingering `do/while(0)` definesThaddeus Crews2024-04-041-4/+6
* Merge pull request #90063 from aaronfranke/really-floatyRémi Verschelde2024-04-0411-63/+59
|\
| * Fix some uses of float and real_t in core/mathAaron Franke2024-03-2911-63/+59
* | Merge pull request #88328 from Khasehemwy/reversed-zRémi Verschelde2024-04-042-4/+5
|\ \
| * | Use Reverse Z for the depth bufferKhasehemwy2024-04-042-4/+5
| |/
* / add partial path return option for astarashley2024-04-036-24/+222
|/
* Merge pull request #89619 from AThousandShips/rand_fixRémi Verschelde2024-03-241-1/+1
|\
| * [Core] Fix `rand_weighted` not using the current stateA Thousand Ships2024-03-171-1/+1
* | Merge pull request #89111 from AThousandShips/vec_useRémi Verschelde2024-03-246-39/+18
|\ \
| * | Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-206-39/+18
| |/
* / Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-232-0/+122
|/
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-078-22/+22
* [Core] Codestyle improvements to math typesA Thousand Ships2024-03-0422-348/+348
* Fix `RandomNumberGenerator::rand_weighted` return typeDavid Luevano Alvarado2024-03-023-3/+3
* Merge pull request #88883 from joaoh82/add-weighted-random-methodRémi Verschelde2024-03-014-0/+29
|\
| * Add RandomNumberGenerator::rand_weighted methodJoão Henrique Machado Silva2024-02-294-0/+29
* | Pre-commit: Update to clang-format 17.0.6 and black 24.2.0Rémi Verschelde2024-02-281-1/+1
|/
* Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-231-1/+1
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-146-6/+6
* Fix member names of `AudioFrame` to match extensionA Thousand Ships2024-02-131-46/+64