summaryrefslogtreecommitdiffstats
path: root/core/math
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27789 from Giacom/move_towardsRémi Verschelde2019-06-017-0/+28
|\
| * Added move_toward functions for float, Vector2 and Vector3Giacom2019-05-287-0/+28
* | Merge pull request #28957 from aaronfranke/basis-optimizeRémi Verschelde2019-05-271-11/+18
|\ \ | |/ |/|
| * Optimize Basis constructor for Axis AngleAaron Franke2019-05-171-11/+18
* | Expose 2D Delaunay triangulation in Geometry singletonAndrii Doroshenko (Xrayez)2019-05-241-0/+14
* | Expose 2D polygon boolean operations in Geometry singletonAndrii Doroshenko (Xrayez)2019-05-222-1/+182
* | Fix typos with codespellRémi Verschelde2019-05-191-1/+1
* | Merge pull request #28925 from Daw11/astar-sorted-arrayMax Hilbrunner2019-05-182-66/+47
|\ \ | |/ |/|
| * Use a binary heap for the open list of AstarDaw112019-05-162-66/+47
* | Implement Lanczos image filterDaw112019-05-051-0/+6
|/
* Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde2019-05-011-1/+1
|\
| * Small fixes to static analyzer bugsqarmin2019-04-041-1/+1
* | Make "decimal" functions more consistentAaron Franke2019-04-302-0/+8
* | Merge pull request #27294 from lupoDharkael/rect2iRémi Verschelde2019-04-301-8/+31
|\ \
| * | Add missing methods to Rect2ilupoDharkael2019-03-211-8/+31
* | | Use approximate equallity methods in many placesAaron Franke2019-04-253-8/+8
* | | [Core] Approximate equalityAaron Franke2019-04-255-25/+33
* | | Merge pull request #26064 from JFonS/add_frustum_camera_modeHein-Pieter van Braam2019-04-232-0/+9
|\ \ \
| * | | Add FRUSTUM camera mode, allowing tilted frustumsJFonS2019-02-192-0/+9
* | | | Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-193-2/+3
* | | | Added generator audio stream, and spectrum analyzer audio effectJuan Linietsky2019-04-101-0/+9
* | | | Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-093-6/+8
* | | | Merge pull request #27506 from Chaosus/astarRémi Verschelde2019-04-082-0/+26
|\ \ \ \
| * | | | Added functions to AStar for disable/enable pointsChaosus2019-04-082-0/+26
| | |/ / | |/| |
* | | | Merge pull request #27452 from Chaosus/direction_toRémi Verschelde2019-04-082-0/+14
|\ \ \ \
| * | | | Added direction_to method to vectorsChaosus2019-04-052-0/+14
| |/ / /
* | | | Merge pull request #27231 from Chaosus/smoothstepRémi Verschelde2019-04-083-0/+20
|\ \ \ \
| * | | | Added smoothstep built-in functionChaosus2019-04-073-0/+20
| |/ / /
* | | | Merge pull request #27043 from Chaosus/randfnYuri Roubinsky2019-04-073-0/+12
|\ \ \ \
| * | | | Added normally distributed generation function to RNGChaosus2019-03-173-0/+12
* | | | | Merge pull request #26486 from marxin/fix-Wdeprecated-copyRémi Verschelde2019-04-062-0/+14
|\ \ \ \ \
| * | | | | Fix new GCC 9 warnings: -Wdeprecated-copy.marxin2019-03-022-0/+14
* | | | | | Merge pull request #26699 from Schroedi/fix-line-circle-intersectRémi Verschelde2019-04-061-2/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fixes Geometry.segment_intersects_circle working only one way.Christoph Schroeder2019-03-061-2/+4
* | | | | | Merge pull request #27171 from Chaosus/randfixRémi Verschelde2019-04-012-5/+4
|\ \ \ \ \ \
| * | | | | | Properly setup seed in RNGChaosus2019-03-272-5/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #27485 from Faless/io/encode_decode_safety_prRémi Verschelde2019-04-011-5/+7
|\ \ \ \ \ \
| * | | | | | Add object encoding param to serialization methodsFabio Alessandrelli2019-04-011-5/+7
| |/ / / / /
* / / / / / Some improvements to is_equal_approx, restored Quat operator.Juan Linietsky2019-04-013-9/+24
|/ / / / /
* | | | | Merge pull request #25495 from IronicallySerious/fix-expand-macrosRémi Verschelde2019-03-161-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix parameterised macros in core. Addresses #25488IronicallySerious2019-02-181-1/+1
* | | | | Fix -Wc++11-extensions warning after #26737Rémi Verschelde2019-03-072-2/+3
* | | | | Fixed get_seed() not returning the correct seed.MidZik2019-03-072-15/+20
| |/ / / |/| | |
* | | | TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix ...Mariano Suligoy2019-03-042-0/+37
| |/ / |/| |
* | | Scale quickhull tolerance with mesh sizeHein-Pieter van Braam2019-03-012-3/+3
* | | Remove setting that caused is_inside_tree() errors on doppler tracking enabled.Juan Linietsky2019-02-261-8/+2
* | | Several fixes to make GLES2 on HTML5 work much better.Juan Linietsky2019-02-256-33/+72
* | | Fix wrapi to use int64_t instead intChaosus2019-02-251-2/+2
* | | Fix crash when using `wrapi()` with a range of zeroHugo Locurcio2019-02-231-3/+3
* | | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-205-56/+56