Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-18 | Add missing license headers in our source files (#5255) | RĂ©mi Verschelde | |
Also removes a couple wrong Godot headers from third-party source files. | |||
2015-06-01 | -fixes to navigation, so edge-merging is more flexible on conflict | Juan Linietsky | |
-add tab support to richtextlabel -some click fixes to audio stream resampled -ability to import largetextures (dialog) | |||
2015-05-02 | 2D pathfinder fixes, should now always find the best path. | 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 | |
(i hope?) | |||
2015-02-14 | New Navigation & Pathfinding support for 2D | Juan Linietsky | |
-Added Navigation & NavigationPolygon nodes -Added corresponding visual editor -New pathfinding algorithm is modern and fast! -Similar API to 3D Pathfinding (more coherent) |