summaryrefslogtreecommitdiff
path: root/navit/route.c
Commit message (Expand)AuthorAgeFilesLines
* 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: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
* 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:route:Improve documentationmvglasow2018-01-041-7/+8
* 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
| * 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