aboutsummaryrefslogtreecommitdiff
path: root/core/math (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Display the Y angle properly when rotating from gizmo, partially help...2.1.4-stableRémi Verschelde2017-08-271-11/+3
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-2734-34/+34
* Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez2017-08-181-2/+2
* Display the Y angle properly when rotating from gizmo, partially helps #1479Juan Linietsky2017-08-131-3/+11
* AStar: add bool has_point(id)Poommetee Ketson2017-07-142-0/+8
* Changed Vector3.snap from fmod to stepify, which makes more sense, fixes #6399Juan Linietsky2017-06-301-6/+3
* added grow functions to Rect2toger52017-06-171-0/+19
* Doc: Sync classref with current sourceRémi Verschelde2017-06-141-1/+1
* Fix weigth scale of A* being applied to the whole path and estimationBojidar Marinov2017-05-271-4/+2
* Avoid overestimating the cost in AStar heuristics.Ferenc Arn2017-05-271-1/+1
* Added bool to allow astar points to be connected in one direction onlyFabian Mathews2017-05-272-4/+6
* Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde2017-05-262-1856/+0
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-0834-0/+34
* Added ability to change A-star cost functionFabian Mathews2017-04-052-3/+25
* Use atan2 rather than acos in Vector3.angle_to.Ferenc Arn2017-03-241-1/+1
* Bring that Whole New World to the Old Continent tooRémi Verschelde2017-03-1934-4877/+4341
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-03-182-34/+56
* Style: Fix statements ending with ';;'Rémi Verschelde2017-03-181-1/+1
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-1234-34/+34
* Some missing License notice has been addedSPTelur2016-11-152-0/+59
* Clean/fix triangulation internalsPedro J. Estébanez2016-11-152-13/+5
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-021-1/+1
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-301-0/+2
* Added a generic AStar implementation to Godot.Juan Linietsky2016-10-182-0/+504
* Added simple check to viewport, if matrix32 is invesile (https://github.com/g...Mateusz Adamczyk2016-10-091-1/+1
* Vector3: added angle_to(Vector3 other)J08nY2016-10-091-5/+7
* Vector3: format properly, fix indentsJ08nY2016-10-092-97/+100
* Fix for #6158. Converting Vector2 to Size2 for scaling functions.anneomcl2016-10-092-24/+13
* Matrix32: Add constructor that takes six real_t paramsIgnacio Etcheverry2016-09-011-0/+9
* Fix regression with str() improvements for math typesIgnacio Etcheverry2016-07-285-17/+10
* Merge pull request #5921 from neikeq/pr-issue-5919Rémi Verschelde2016-07-275-10/+17
|\
| * Prettier str() for some math typesIgnacio Etcheverry2016-07-275-10/+17
* | Changed the way the step decimals are computed to a safer way, fixes many iss...Juan Linietsky2016-07-262-16/+20
|/
* Turn some prints to error logs, remove othersRémi Verschelde2016-07-241-7/+7
* Remove unused variables (fourth pass) + dead codeRémi Verschelde2016-07-081-14/+0
* Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati...Juan Linietsky2016-06-222-1/+28
* Remove USE_QUAD_VECTORS unused checkJ08nY2016-06-191-13/+0
* Drop empty .cpp files for header-only classesRémi Verschelde2016-06-181-30/+0
* Drop empty files that are not used anywhereRémi Verschelde2016-06-182-64/+0
* First version of ProfilerJuan Linietsky2016-05-211-0/+1
* math: Fix rounding error for 0 in Math::round (#4495)Rémi Verschelde2016-05-011-1/+3
* remove trailing whitespaceHubert Jarosz2016-03-0921-738/+738
* Correct octree's AABB intersect test, fixes #3576 and #3253sheepandshepherd2016-02-172-6/+24
* Fixed the decimals function, it can't be perfect but it should be good enough...Juan Linietsky2016-01-031-2/+8
* Update copyright to 2016 in headersGeorge Marques2016-01-0135-35/+35
* removed wron return types, fixes #2483reduz2015-12-291-1/+0
* implement point cloud function using convex hull for ConvexPolygonShape2D, fi...Juan Linietsky2015-12-141-0/+31
* -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260Juan Linietsky2015-11-192-3/+3
* Merge pull request #2707 from akien-mga/masterJuan Linietsky2015-11-181-2/+0
|\
| * Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-011-2/+0