summaryrefslogtreecommitdiff
path: root/navit/route.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fix:core:Do not crash if navigation is stopped during maneuver generationmvglasow2015-10-141-0/+11
| * Refactor:core:Improve documentation in navit.c and route.cmvglasow2015-10-041-4/+8
* | Refactor:core:Add/improve documentation in route.cmvglasow2015-10-271-28/+137
|/
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-56/+56
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-64/+64
* Refactoring:core:Add doxygen commentsmvglasow2014-11-081-1/+1
* Add:Core:Improved routing api and support for testing route positions without...martin-s2014-05-291-11/+88
* Fix:Core:Correctly calculate distance of last route segmentmartin-s2013-11-281-2/+2
* Add:Core:Allow to set turn around penalty for route in difficult routing situ...martin-s2013-09-061-2/+14
* Add:Core:Add configurable penalty to turn aroundmartin-s2013-08-271-4/+68
* Fix:core:Fix warnings from dbg statements.|Part of #1154.sleske2013-08-111-3/+1
* 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