summaryrefslogtreecommitdiff
path: root/navit/route.c
Commit message (Expand)AuthorAgeFilesLines
* fix:core:segfault when no streets are loadedbustersnyvel2009-07-271-2/+4
* Fix:Core:Fixed recalculation with profile changemartin-s2009-07-271-3/+1
* Fix:Core:Recalculate path when vehicleprofile changesmartin-s2009-07-271-1/+6
* Fix:Core:Don't try to autodetect roundabouts when not necessarymartin-s2009-06-251-0/+2
* Add:Core:Added possibility for vehicle position extrapolation to compensate f...martin-s2009-06-251-4/+13
* Fix:Core:Improved tracking to compensate for gps receivers with static naviga...martin-s2009-06-151-20/+8
* Fix:Core:Consider a segment with one or zero coordinates as incremental updatemartin-s2009-06-041-1/+1
* Add:Core:Experimental support for turn restrictionsmartin-s2009-06-031-37/+257
* Add:Core:Experimental support for traffic distortionsmartin-s2009-06-031-34/+115
* Fix:Core:Save some memory for route nodemartin-s2009-05-311-16/+22
* Patch:Core:Remove dead RF_SHOWGRAPH code, trac #340pavel2009-05-231-11/+0
* Fix:Core:Made sync routing actually workmartin-s2009-05-051-7/+10
* Add:Core:Made routing optionally asynchronousmartin-s2009-05-051-13/+18
* Add:Core:More debug information for routing graphmartin-s2009-04-241-12/+25
* Fix:Core:More routing fixesmartin-s2009-04-191-3/+8
* Fix:Various:Routing fixesmartin-s2009-04-191-19/+26
* Fix:Core:Made routing more flexiblemartin-s2009-04-121-79/+50
* Fix:Core:Remove accidentially introduced verbositytinloaf2009-04-091-1/+1
* Fix:Core:Fix occasional segfaulttinloaf2009-04-091-0/+5
* Fix:Core:Fixing a bug related to the fibonacci heaptinloaf2009-04-081-31/+8
* Fix:Core:Removed verbositymartin-s2009-04-021-1/+1
* Add:Core:Improved commandsmartin-s2009-03-251-24/+76
* Fix:Core:Don't generate segments with just one nodemartin-s2009-03-231-0/+5
* Add:Core:Extended attribute systemmartin-s2009-03-211-1/+12
* Fix:Core:Obey direction when linking in old segmentsmartin-s2009-03-171-6/+6
* Fix:Core:Fixed routing crash, reduced verbositymartin-s2009-03-171-11/+7
* Fix:Core:Made compileable againmartin-s2009-03-161-1/+1
* Fix:Core:Cleaned up routing and made it more flexiblemartin-s2009-03-161-478/+373
* Fix:Core:Filter out some invalid roundaboutstinloaf2009-03-141-0/+6
* Fix:Core:Avoid crashing when route is both drawn and calculated asynchronouslymartin-s2009-03-101-3/+17
* Add:Core:Improving flexibility of route_graph_segment by making some fields o...tinloaf2009-02-211-20/+215
* Add:Core:Implementing speedlimitstinloaf2009-02-211-36/+86
* Fix:Core:Fix for the route fixmartin-s2009-02-131-0/+2
* Fix:Core:Fixed routing crashesmartin-s2009-02-131-4/+15
* Fix:Core:Made zoom_to_route work bettermartin-s2009-02-041-5/+36
* Add:Core:Added autozoom supporttinloaf2009-02-031-0/+55
* Fix:Core:Made background routing work better (still not good)martin-s2009-01-251-2/+15
* Add:Core:Made routing a background taskmartin-s2009-01-231-71/+159
* Fix:Core:Improved commenttinloaf2009-01-051-1/+5
* Fix:Core:Fixed a route crashmartin-s2008-12-281-0/+2
* Fix:Core:Prevent some crashesmartin-s2008-12-231-1/+1
* Fix:Avoid crashing if tracking hasn't got a streetmartin-s2008-12-191-2/+3
* Fix:Avoid crashing if tracking hasn't got a streetmartin-s2008-12-191-1/+4
* Fix:Core:Incremented number of possible segments of roundabout againmartin-s2008-12-181-1/+1
* Fix:Core:Further navigation improvementsmartin-s2008-12-181-1/+1
* Fix:Core:Count edges on roundabout nodes to avoid detecting false roundaboutsmartin-s2008-12-171-3/+8
* Fix:Core:More navigation fixesmartin-s2008-12-171-0/+2
* Add:Core:Adding first roundabout detectiontinloaf2008-12-171-0/+92
* Fix:Core:Prevent duplicate segments in the route graphtinloaf2008-12-151-6/+3
* Add:Core:Improving navigationtinloaf2008-12-151-1/+5