index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
2d
/
navigation2d.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Scene: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
1
-739
/
+0
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Better heuristic for the shortest path algorithm for navigation2D and navigat...
DualMatrix
2018-09-20
1
-2
/
+26
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-11
/
+0
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-20
/
+20
*
Fix missing return on Navigation2D::get_closest_point_owner
Marcelo Fernandez
2018-05-17
1
-1
/
+1
*
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
*
Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created.
Nathan Warden
2017-12-15
1
-2
/
+2
*
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-25
1
-1
/
+1
*
Merge pull request #10378 from RandomShaper/nav-keep-start-end
Rémi Verschelde
2017-08-30
1
-12
/
+14
|
\
|
*
Guarantee start & end points are returned by Navigation2D
Pedro J. Estébanez
2017-08-17
1
-12
/
+14
*
|
Dead code tells no tales
Rémi Verschelde
2017-08-27
1
-59
/
+1
*
|
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
|
/
*
Fix double point in Navigation2D
Pedro J. Estébanez
2017-08-16
1
-1
/
+2
*
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-1
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-300
/
+256
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-6
/
+6
*
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-01-16
1
-2
/
+2
*
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
1
-1
/
+1
*
Type renames:
Juan Linietsky
2017-01-11
1
-2
/
+2
*
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
-6
/
+6
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
Remove unused variables (fourth pass) + dead code
Rémi Verschelde
2016-07-08
1
-7
/
+0
*
Add missing license headers in our source files (#5255)
Rémi Verschelde
2016-06-18
1
-0
/
+28
*
-leftover debug code was causing a crash in navigation 2d, removed it and fix...
Juan Linietsky
2016-01-22
1
-0
/
+3
*
removed prints
Ariel Manzur
2016-01-09
1
-5
/
+7
*
-Ensure .tscn and .tres always save in a deterministic way, fixes #2495
Juan Linietsky
2015-12-31
1
-5
/
+32
*
Fixed theora playback. Removed theoraplayer.
Juan Linietsky
2015-09-26
1
-5
/
+1
*
-fixes to navigation, so edge-merging is more flexible on conflict
Juan Linietsky
2015-06-01
1
-3
/
+26
*
2D pathfinder fixes, should now always find the best path.
Juan Linietsky
2015-05-02
1
-3
/
+35
*
-some cleanups
Juan Linietsky
2015-04-30
1
-3
/
+5
*
ability to get closest owner to point, for navigation and navigation2d
Juan Linietsky
2015-04-21
1
-0
/
+57
*
-improved pathfinding accuracy
Juan Linietsky
2015-02-19
1
-1
/
+38
*
New Navigation & Pathfinding support for 2D
Juan Linietsky
2015-02-14
1
-0
/
+623