index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
2d
/
navigation2d.cpp
Age
Commit message (
Expand
)
Author
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-15
Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created.
Nathan Warden
2017-11-25
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-08-30
Merge pull request #10378 from RandomShaper/nav-keep-start-end
Rémi Verschelde
2017-08-27
Dead code tells no tales
Rémi Verschelde
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-17
Guarantee start & end points are returned by Navigation2D
Pedro J. Estébanez
2017-08-16
Fix double point in Navigation2D
Pedro J. Estébanez
2017-08-10
Removes type information from method binds
Ignacio Etcheverry
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-02-13
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-01-16
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-01-14
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-11
Type renames:
Juan Linietsky
2017-01-07
Memory pool vectors (DVector) have been enormously simplified in code, and re...
Juan Linietsky
2017-01-02
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-01
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2016-07-08
Remove unused variables (fourth pass) + dead code
Rémi Verschelde
2016-06-18
Add missing license headers in our source files (#5255)
Rémi Verschelde
2016-01-22
-leftover debug code was causing a crash in navigation 2d, removed it and fix...
Juan Linietsky
2016-01-09
removed prints
Ariel Manzur
2015-12-31
-Ensure .tscn and .tres always save in a deterministic way, fixes #2495
Juan Linietsky
2015-09-26
Fixed theora playback. Removed theoraplayer.
Juan Linietsky
2015-06-01
-fixes to navigation, so edge-merging is more flexible on conflict
Juan Linietsky
2015-05-02
2D pathfinder fixes, should now always find the best path.
Juan Linietsky
2015-04-30
-some cleanups
Juan Linietsky
2015-04-21
ability to get closest owner to point, for navigation and navigation2d
Juan Linietsky
2015-02-19
-improved pathfinding accuracy
Juan Linietsky
2015-02-14
New Navigation & Pathfinding support for 2D
Juan Linietsky