| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "Display the Y angle properly when rotating from gizmo, partially help...2.1.4-stable | Rémi Verschelde | 2017-08-27 | 1 | -11/+3 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 34 | -34/+34 |
| * | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez | 2017-08-18 | 1 | -2/+2 |
| * | Display the Y angle properly when rotating from gizmo, partially helps #1479 | Juan Linietsky | 2017-08-13 | 1 | -3/+11 |
| * | AStar: add bool has_point(id) | Poommetee Ketson | 2017-07-14 | 2 | -0/+8 |
| * | Changed Vector3.snap from fmod to stepify, which makes more sense, fixes #6399 | Juan Linietsky | 2017-06-30 | 1 | -6/+3 |
| * | added grow functions to Rect2 | toger5 | 2017-06-17 | 1 | -0/+19 |
| * | Doc: Sync classref with current source | Rémi Verschelde | 2017-06-14 | 1 | -1/+1 |
| * | Fix weigth scale of A* being applied to the whole path and estimation | Bojidar Marinov | 2017-05-27 | 1 | -4/+2 |
| * | Avoid overestimating the cost in AStar heuristics. | Ferenc Arn | 2017-05-27 | 1 | -1/+1 |
| * | Added bool to allow astar points to be connected in one direction only | Fabian Mathews | 2017-05-27 | 2 | -4/+6 |
| * | Move core thirdparty files to thirdparty/{minizip,misc} | Rémi Verschelde | 2017-05-26 | 2 | -1856/+0 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 34 | -0/+34 |
| * | Added ability to change A-star cost function | Fabian Mathews | 2017-04-05 | 2 | -3/+25 |
| * | Use atan2 rather than acos in Vector3.angle_to. | Ferenc Arn | 2017-03-24 | 1 | -1/+1 |
| * | Bring that Whole New World to the Old Continent too | Rémi Verschelde | 2017-03-19 | 34 | -4877/+4341 |
| * | Style: Various fixes to play nice with clang-format | Rémi Verschelde | 2017-03-18 | 2 | -34/+56 |
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-03-18 | 1 | -1/+1 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-12 | 34 | -34/+34 |
| * | Some missing License notice has been added | SPTelur | 2016-11-15 | 2 | -0/+59 |
| * | Clean/fix triangulation internals | Pedro J. Estébanez | 2016-11-15 | 2 | -13/+5 |
| * | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | 2016-11-02 | 1 | -1/+1 |
| * | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | 2016-10-30 | 1 | -0/+2 |
| * | Added a generic AStar implementation to Godot. | Juan Linietsky | 2016-10-18 | 2 | -0/+504 |
| * | Added simple check to viewport, if matrix32 is invesile (https://github.com/g... | Mateusz Adamczyk | 2016-10-09 | 1 | -1/+1 |
| * | Vector3: added angle_to(Vector3 other) | J08nY | 2016-10-09 | 1 | -5/+7 |
| * | Vector3: format properly, fix indents | J08nY | 2016-10-09 | 2 | -97/+100 |
| * | Fix for #6158. Converting Vector2 to Size2 for scaling functions. | anneomcl | 2016-10-09 | 2 | -24/+13 |
| * | Matrix32: Add constructor that takes six real_t params | Ignacio Etcheverry | 2016-09-01 | 1 | -0/+9 |
| * | Fix regression with str() improvements for math types | Ignacio Etcheverry | 2016-07-28 | 5 | -17/+10 |
| * | Merge pull request #5921 from neikeq/pr-issue-5919 | Rémi Verschelde | 2016-07-27 | 5 | -10/+17 |
| |\ |
|
| | * | Prettier str() for some math types | Ignacio Etcheverry | 2016-07-27 | 5 | -10/+17 |
| * | | Changed the way the step decimals are computed to a safer way, fixes many iss... | Juan Linietsky | 2016-07-26 | 2 | -16/+20 |
| |/ |
|
| * | Turn some prints to error logs, remove others | Rémi Verschelde | 2016-07-24 | 1 | -7/+7 |
| * | Remove unused variables (fourth pass) + dead code | Rémi Verschelde | 2016-07-08 | 1 | -14/+0 |
| * | Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati... | Juan Linietsky | 2016-06-22 | 2 | -1/+28 |
| * | Remove USE_QUAD_VECTORS unused check | J08nY | 2016-06-19 | 1 | -13/+0 |
| * | Drop empty .cpp files for header-only classes | Rémi Verschelde | 2016-06-18 | 1 | -30/+0 |
| * | Drop empty files that are not used anywhere | Rémi Verschelde | 2016-06-18 | 2 | -64/+0 |
| * | First version of Profiler | Juan Linietsky | 2016-05-21 | 1 | -0/+1 |
| * | math: Fix rounding error for 0 in Math::round (#4495) | Rémi Verschelde | 2016-05-01 | 1 | -1/+3 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 21 | -738/+738 |
| * | Correct octree's AABB intersect test, fixes #3576 and #3253 | sheepandshepherd | 2016-02-17 | 2 | -6/+24 |
| * | Fixed the decimals function, it can't be perfect but it should be good enough... | Juan Linietsky | 2016-01-03 | 1 | -2/+8 |
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 35 | -35/+35 |
| * | removed wron return types, fixes #2483 | reduz | 2015-12-29 | 1 | -1/+0 |
| * | implement point cloud function using convex hull for ConvexPolygonShape2D, fi... | Juan Linietsky | 2015-12-14 | 1 | -0/+31 |
| * | -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260 | Juan Linietsky | 2015-11-19 | 2 | -3/+3 |
| * | Merge pull request #2707 from akien-mga/master | Juan Linietsky | 2015-11-18 | 1 | -2/+0 |
| |\ |
|
| | * | Cosmetic fixes to SCons buildsystem | Rémi Verschelde | 2015-11-01 | 1 | -2/+0 |