aboutsummaryrefslogtreecommitdiff
path: root/core/math/a_star.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* Added ability to change A-star cost functionFabian Mathews2017-04-051-3/+22
| | | | (cherry picked from commit b5414024179635f19a16d206d1f016e349dc3d66)
* Bring that Whole New World to the Old Continent tooRémi Verschelde2017-03-191-170/+138
| | | | | Applies the clang-format style to the 2.1 branch as done for master in 5dbf1809c6e3e905b94b8764e99491e608122261.
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-121-1/+1
| | | | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! (cherry picked from commit c7bc44d5ad9aae4902280012f7654e2318cd910e)
* Some missing License notice has been addedSPTelur2016-11-151-0/+28
| | | | (cherry picked from commit df737ebb4675d4fb00fe424ab40ee5c9a65ac888)
* Added a generic AStar implementation to Godot.Juan Linietsky2016-10-181-0/+412
It's pretty fast, use it for games where Navigation does not cut it. (cherry picked from commit 827a9aa8294e7e2405f645579cc3e7044f3be079)