index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
math
/
a_star.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-2
/
+2
*
AStar: implementation of get_point_connections
DmDerbin
2017-11-04
1
-0
/
+1
*
AStar: Add setters for point position and scale weight, cleanup
Unknown
2017-10-27
1
-1
/
+5
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-2
/
+2
*
Add get_points method to AStar
Scayze
2017-09-07
1
-0
/
+1
*
Fix files header
Poommetee Ketson
2017-09-01
1
-1
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
AStar: add bool has_point(id)
Poommetee Ketson
2017-07-11
1
-0
/
+1
*
Added bool to allow astar points to be connected in one direction only
Fabian Mathews
2017-05-19
1
-1
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Added ability to change A-star cost function
Fabian Mathews
2017-04-01
1
-0
/
+3
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-22
/
+19
*
Overloaded basic math funcs (double and float variants). Use real_t rather th...
Ferenc Arn
2017-01-16
1
-4
/
+4
*
Memory pool vectors (DVector) have been enormously simplified in code, and re...
Juan Linietsky
2017-01-07
1
-2
/
+2
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-1
/
+1
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
Some missing License notice has been added
SPTelur
2016-11-07
1
-0
/
+31
*
Added a generic AStar implementation to Godot.
Juan Linietsky
2016-09-13
1
-0
/
+92