summaryrefslogtreecommitdiff
path: root/navit/navit/route.c
Commit message (Expand)AuthorAgeFilesLines
* Fix:Core:Count all paths for destination time/lengthmartin-s2013-05-051-7/+15
* Add:Core:Function to get distance of coordinate list from route pathmartin-s2013-05-051-1/+31
* Fix:Core:Put waypoints also in not yet calculated routemartin-s2013-05-051-0/+5
* Add:Core:Label for rg_segment for easier debugging of route problemsmartin-s2013-05-051-6/+18
* Add:Core:Intermix waypoints with route segments in route map for easier ident...martin-s2013-04-131-14/+11
* Fix:Core:Consider route_depth of profile optionsmartin-s2013-03-111-8/+6
* Add:Core:Allow layer tag to reference layers within navit context, object han...martin-s2013-01-191-1/+2
* Fix:core:Reverting 5334 changes to fix navigational regression. Discussion is...mdankov2013-01-091-21/+19
* Fix:core:Better detect identical edges at routing graph build stage. Lower im...mdankov2013-01-011-19/+21
* Add:core:Better waypoints handling, see #1040 |Based on ideas & patches from ...mdankov2012-11-091-29/+79
* Fix:core:Allow route over any known way type specified in current vehicleprof...mdankov2012-08-271-1/+2
* Add:core:Made routing parameters vehicleprofile dependent by adding route_dep...mdankov2012-08-221-17/+43
* Add:Core:Enable setting of position via attributemartin-s2012-07-011-0/+3
* Fix:core:Memleak while navigating.mdankov2012-06-131-1/+4
* Fix:core:don't crash if attempted to set destination without vehicleprofile s...mdankov2012-06-101-0/+3
* Fix:Core:Fixed C standard compliancemartin-s2012-05-051-1/+1
* Add:gui_internal:Allow having several waypoints. Fixes #46.|Thanks heiko wege...mdankov2012-04-011-4/+133
* Fix:core:Remove some "write but never read" variablesrikky2011-08-311-4/+2
* Add:Core:Option to get route speed of route segmentmartin-s2011-06-081-14/+39
* Fix:core:Fix invalid reads when handling waypoints, spotted by pini with valg...woglinde2011-06-041-3/+14
* Add:core: - Added reference counting map destruction mechanismtegzed2011-03-191-1/+3
* Fix:core:Fix clang compiler warnings: wrong bitmask testrikky2011-02-121-1/+1
* Fix:core:fixed possible crash in debug statementstegzed2011-01-291-3/+3
* Fix:Core:Ignore streets in street counting which can't be usedmartin-s2011-01-261-3/+7
* Fix:Core:MSVC fixes|Thanks chollyamartin-s2011-01-241-10/+22
* Fix:Core:Remove non-driveable ways from the routegraphtinloaf2010-09-221-8/+16
* Add:Core:More support for waypointsmartin-s2010-09-031-0/+17
* Add:core:Added iterator for destinationsakashihi2010-09-011-1/+32
* Fix:Core:Workaround for g_slice-less glibsmartin-s2010-08-231-8/+1
* Fix:core:Fixed crash while driving with active route guidancerikky2010-08-181-2/+3
* Fix:Core:Typomartin-s2010-08-131-1/+1
* Add:Core:Support for loading itineraries from destination.txtmartin-s2010-08-121-3/+29
* Fix:Core:More work on waypoint routingmartin-s2010-08-111-10/+14
* Fix:core: remove uneeded and unreachable returnwoglinde2010-08-061-1/+0
* Fix:Core:Workaround for missing route guidance since rev 3504rikky2010-08-061-1/+2
* Add:Core:Waypoint routingmartin-s2010-07-161-26/+102
* Add:Core:More work to support waypointsmartin-s2010-07-161-30/+57
* Add:Core:Initial work to support waypointsmartin-s2010-07-161-12/+23
* Fix:Core:Better through traffic restriction handlingmartin-s2010-07-061-8/+18
* Add:Core:Support for through traffic limitmartin-s2010-07-011-2/+6
* Fix:Core:Build on older glibsmartin-s2010-06-281-0/+6
* Fix:Core:Less verbositymartin-s2010-06-241-2/+2
* Fix:Core:Reduce routing memory usage, route destructormartin-s2010-06-231-9/+25
* Fix:Core:Fixed turn restrictionsmartin-s2010-06-171-25/+33
* fix: route: set graph to NULL after destroycarcinoma2010-05-301-0/+1
* Add:Core:Support for length and weight restrictionsmartin-s2010-05-121-50/+147
* Fix:Core:Typomartin-s2010-04-131-1/+1
* Add:Core:Emit callback when route destination changesmartin-s2010-04-131-0/+1
* Add:core:New route status destination setmartin-s2010-04-121-5/+5
* Fix:Core:Return route position or destination even if route isn't completemartin-s2010-03-311-0/+2