summaryrefslogtreecommitdiff
path: root/navit/route.c
Commit message (Expand)AuthorAgeFilesLines
* Fix:core:Rewind before retrieving attributes (route.c/traffic.c)mvglasow2021-04-261-0/+8
* Refactor:core:Fix docs for route_graph_add_segment()mvglasow2021-04-261-5/+1
* Fix:core:Rewind attributes before retrieving themmvglasow2021-04-261-0/+2
* Refactor:core:Documentation update (#1095)mvglasow2021-02-281-5/+6
* Merge branch 'master' into traff_0_8mvglasow2021-01-231-1/+1
|\
| * Refactor:core:Fix documentation for route_graph_build()mvglasow2020-12-191-7/+2
| * Fix:core:Prevent crash if destination is set before acquiring a locationmvglasow2020-12-191-1/+2
| * change:core:Remove unused argument from attr_searchjkoan2020-08-081-1/+1
* | Refactor:core:Fix documentation for route_graph_build()mvglasow2020-12-191-7/+2
* | Fix:core:Prevent crash if destination is set before acquiring a locationmvglasow2020-12-191-1/+2
* | Refactor:core:Add documentationmvglasow2020-08-111-0/+11
* | Add:traffic:Complete TraFF 0.8 subscription suportmvglasow2020-08-111-1/+1
* | Refactor:core:Add documentationmvglasow2020-08-071-0/+14
|/
* fix:all:fix compiler warnings (#935)Stefan Wildemann2019-10-291-1/+6
* Add:core:route_get_selection()mvglasow2019-07-281-0/+18
* Refactor:core:Update copyright in route.cmvglasow2018-10-081-1/+1
* Refactor:core:Attempt to eliminate more error reports by CodeFactormvglasow2018-09-291-11/+7
* Refactor:core:Make indentation compliant with style guidemvglasow2018-09-291-14/+13
* Fix:route:Fix endpoint candidate handling in LPA*mvglasow2018-09-291-1/+4
* Fix:route:Insert candidate end points with correct keymvglasow2018-09-291-2/+2
* Refactor:route:Switch from Dijkstra to LPA* for routingmvglasow2018-09-281-126/+62
* Refactor:route:New route_graph_init() functionmvglasow2018-09-271-21/+63
* Add:traffic:Rewrite point attribute matchingmvglasow2018-09-231-1/+1
* Merge branch 'master' into trafficmvglasow2018-08-211-1/+3
|\
| * Refactor:gui/internal: Add pointer and label when using function "view on map...lains2018-08-211-0/+2
| * Refactor:core:Minor documentation amendmentmvglasow2018-08-041-1/+1
* | Refactor:core:Silence compiler warnings in route.cmvglasow2018-08-121-1/+6
* | Refactor:core:Edit some FIXME/TODO commentsmvglasow2018-08-121-3/+5
* | Refactor:traffic:route_graph_is_path_computed as common exit criterionmvglasow2018-08-121-13/+40
* | Add:traffic:Process messages in idle loop, avoid locking up the UImvglasow2018-08-111-0/+4
* | Fix:traffic:Honor turn restrictions when identifying affected segmentsmvglasow2018-08-041-6/+5
* | Fix:core:Check for route graph before adding a traffic distortionmvglasow2018-06-181-1/+2
* | Add:core:Determine which end points of a traffic distortion meed updatingmvglasow2018-06-141-3/+4
* | Fix:core:Attempt to silence some compiler warningsmvglasow2018-06-121-3/+2
* | Refactor:core:Remove temporary conditionalsmvglasow2018-06-111-6/+0
* | Fix:core:Make LPA* deal with loop segments correctlymvglasow2018-06-111-2/+5
* | Fix:core:Rewind coordinates before retrieving themmvglasow2018-06-111-0/+2
* | Fix:route:LPA* fixesmvglasow2018-06-111-4/+4
* | Merge branch 'trunk' into trafficmvglasow2018-06-111-231/+145
|\ \ | |/
| * Refactor:core:Improve documentation of route_value_seg()mvglasow2018-06-101-9/+16
| * Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-222/+129
| * cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-2890/+2801
* | Fix:core:Enable turnaround penalty in LPA* (conditional via #ifdef)mvglasow2018-06-091-4/+4
* | Refactor:core:Use standard terminology for predecessor/successor in LPA*mvglasow2018-06-071-1/+1
* | Fix:core:Preserve cost of potential destination points in LPA*mvglasow2018-06-071-4/+8
* | Refactor:core:Generic name for route_recalculate_partial()mvglasow2018-06-071-4/+12
* | Fix:core:Correctly regenerate route path after re-routingmvglasow2018-06-071-13/+2
* | Fix:core:Set seg to NULL when updating a point (LPA*)mvglasow2018-06-061-0/+1
* | Fix:route:Skip non-routable segments when looking for neighbors in LPA*mvglasow2018-06-061-2/+6
* | Fix:route:Correct direction in route_graph_point_update()mvglasow2018-06-061-2/+2