summaryrefslogtreecommitdiff
path: root/navit/route.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix:route:Rewind attrs before retrieving themmvglasow2018-06-061-0/+1
* | Fix:route:Rewind coords before retrieving themmvglasow2018-06-061-0/+2
* | Add:traffic:Rewrite rerouting logicmvglasow2018-06-061-34/+13
* | Refactor:core:Functions to remove or modify a route's traffic distortionsmvglasow2018-06-061-134/+301
* | Refactor:core:Rename route_process_* functionsmvglasow2018-06-061-7/+7
* | Refactor:core:Make fibheap a member of route graphmvglasow2018-06-061-21/+13
* | Fix:route:Temporarily ignore turnaround penalty during reroutingmvglasow2018-06-061-0/+6
* | Add:core:Set rhs for destination pointsmvglasow2018-06-061-0/+2
* | Add:core:After expanding a point, update only its successorsmvglasow2018-06-061-4/+6
* | Add:traffic:Update route path after reroutingmvglasow2018-06-061-2/+20
* | Add:core:Remove now-obsolete newlines in debug outputmvglasow2018-05-261-2/+2
* | cleanup:global:Reformat with astyle and remove trailing spacesmvglasow2018-05-261-2959/+2871
* | Refactor:core:Remove unneeded variables in route_process_traffic_changes()mvglasow2018-05-201-5/+0
* | Add:core:Honor turnaround penalty when reroutingmvglasow2018-05-201-2/+12
* | Add:core:Initial route recalculationmvglasow2018-05-201-6/+140
* | Refactor:core:Prepare route graph for LPA*mvglasow2018-05-171-0/+1
* | Merge branch 'trunk' into trafficmvglasow2018-05-091-112/+63
|\ \ | |/
| * cleanup:global:Cleanup some unreachable codeJoseph Herlant2018-04-301-49/+0
| * Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-64/+64
* | Refactor:core:Add overflow-safe path cost addition functionmvglasow2018-04-261-0/+20
* | Refactor:core:Protected method to retrieve the route graphmvglasow2018-04-241-0/+9
* | Refactor:traffic:Skeleton code for traffic-based route changesmvglasow2018-04-241-0/+31
* | Refactor:core:fix outdated comment in route_value_seg()mvglasow2018-04-241-1/+1
* | Refactor:core:Drop route_traffic_distortion.flagsmvglasow2018-04-181-12/+2
* | Refactor:core:Drop route_traffic_distortion.dirmvglasow2018-04-181-6/+0
* | Add:core:Accumulate multiple distortions for the same segmentmvglasow2018-04-181-25/+47
* | Add:core:Allow traffic distortions whose direction is opposite to segmentmvglasow2018-04-131-3/+17
* | Add:traffic:Initial support for oneway/access flags on traffic distortionsmvglasow2018-04-131-2/+23
* | Refactor:route:Expose route_graph_get_point() as protectedmvglasow2018-01-111-2/+1
* | Add:route:Add field for segment score, needed by traffic modulemvglasow2018-01-101-0/+1
* | Merge branch 'trunk' into trafficmvglasow2018-01-041-7/+8
|\ \ | |/
| * Refactor:route:Improve documentationmvglasow2018-01-041-7/+8
* | Refactor:route:Document usage of route_graph_build_done()mvglasow2017-12-161-2/+6
* | Refactor:route:export RSD_MAXSPEED via route_protected.hmvglasow2017-12-161-2/+1
* | Refactor:core:Make get_item_seg_coords() available to allmvglasow2017-12-111-46/+1
* | Refactor:route:Introduce protected route APImvglasow2017-12-091-109/+7
|/
* Refactor:route:More documentation (#385)v0.5.1-rc1mvglasow2017-12-061-9/+21
* Refactor:route:Improve struct route documentationmvglasow2017-11-301-2/+2
* Refactor:route:Improve documentationmvglasow2017-11-161-4/+15
* Refactor:route:Add documentationmvglasow2017-10-281-1/+1
* Refactor:route:Add documentationmvglasow2017-10-281-2/+4
* Refactor:route:Add documentationmvglasow2017-10-271-3/+15
* Refactor:core:For plugins, use term 'category' instead of 'type'.Sebastian Leske2016-10-311-2/+2
* Refactor:core:Fix GCC warning about uninitialized data.dangerous_goodsR6524Sebastian Leske2016-01-061-3/+4
* Refactor:core:Use constants for vehicleprofile.maxspeed_handlingR6419mvglasow2015-12-151-4/+3
* Merge pull request #29 from mvglasow/trac1324R6332mvglasow2015-11-081-14/+49
|\
| * Fix:core:Don't update route path after cancel or destination changemvglasow2015-10-181-1/+1
| * Refactor:core:Remove forgotten debug outputmvglasow2015-10-181-1/+0
| * Add:core:When generating maneuvers, follow async choice made for routingmvglasow2015-10-141-9/+13
| * Refactor:core:documentation in navigation.cmvglasow2015-10-141-1/+18