summaryrefslogtreecommitdiff
path: root/core/math/a_star.h
AgeCommit message (Expand)Author
2019-04-08Added functions to AStar for disable/enable pointsChaosus
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-06-27Change the neighbours vector to a set in AStarDanny
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-11-04AStar: implementation of get_point_connectionsDmDerbin
2017-10-27AStar: Add setters for point position and scale weight, cleanupUnknown
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-07Add get_points method to AStarScayze
2017-09-01Fix files headerPoommetee Ketson
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-07-11AStar: add bool has_point(id)Poommetee Ketson
2017-05-19Added bool to allow astar points to be connected in one direction onlyFabian Mathews
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-01Added ability to change A-star cost functionFabian Mathews
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-01-16Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn
2017-01-07Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-11-07Some missing License notice has been addedSPTelur
2016-09-13Added a generic AStar implementation to Godot.Juan Linietsky