summaryrefslogtreecommitdiff
path: root/navit/navigation.c
Commit message (Expand)AuthorAgeFilesLines
* Fix:core:Fix typo in nav_status_to_text()R6563mvglasow2016-02-011-1/+1
* Refactor:core:Fix Doxygen comments; @code only for code blocks.Sebastian Leske2016-01-211-6/+10
* Add:osd:new navigation_status OSDmvglasow2015-10-311-13/+90
* Refactor:core:Clean up navigation.cmvglasow2015-10-191-6/+0
* Add:core:Add "recalculating" state to nav_statusmvglasow2015-10-191-2/+3
* Add:core:New navigation.nav_status attributemvglasow2015-10-181-15/+61
* Fix:core:Don't update route path after cancel or destination changemvglasow2015-10-181-4/+3
* Fix:core:Fix race condition on position updatemvglasow2015-10-181-6/+15
* Fix:core:Handle break conditions in navigation_update_idle correctlymvglasow2015-10-181-6/+9
* Refactor:core:Remove profiling code for maneuver generationmvglasow2015-10-161-14/+0
* Add:core:Use profile.h to measure maneuver generation performancemvglasow2015-10-151-16/+7
* Merge branch 'trunk' into trac1324mvglasow2015-10-151-172/+25
|\
| * Merge pull request #28 from mvglasow/trac1274.refactorR6304mvglasow2015-10-151-172/+25
| |\
| | * Refactor:core:Clean up code and comments in navigation.c, see #1274mvglasow2015-10-151-172/+25
* | | Add:core:When generating maneuvers, follow async choice made for routingmvglasow2015-10-141-2/+4
* | | Fix:core:Properly destroy the map rect when canceling maneuver generationmvglasow2015-10-141-28/+21
* | | Refactor:core:Fix and improve documentation in navigation.cmvglasow2015-10-141-1/+12
* | | Fix:core:Don't crash when canceling or rerouting during maneuver generationmvglasow2015-10-141-33/+38
* | | Fix:core:Do not crash if navigation is stopped during maneuver generationmvglasow2015-10-141-16/+36
* | | Add:core:Implement asynchronous maneuver generationmvglasow2015-10-141-20/+45
* | | Refactor:core:Modularize navigation_update() for asynchronous processingmvglasow2015-10-141-45/+99
* | | Add:core:More time measurement code in navigation_update()mvglasow2015-10-141-0/+2
* | | Merge branch 'trunk' into trac1324mvglasow2015-10-041-19/+27
|\ \ \ | |/ /
| * | Merge pull request #27 from navit-gps/nav_itm_newR6297jandegr2015-10-031-18/+16
| |\ \
| | * | further reduction of map readsjandegr2015-10-031-2/+2
| | * | handle itm->prevjandegr2015-10-021-2/+4
| | * | whitespacesjandegr2015-10-021-7/+2
| | * | Update navigation.cjandegr2015-10-021-17/+18
| * | | some missing maneuversjandegr2015-10-031-1/+11
| |/ /
* | | Add:core:Time measurement code for debugging route/maneuver generationmvglasow2015-10-041-0/+14
|/ /
* | typojandegr2015-10-021-1/+1
|/
* Fix warnings in navigation codeR6279Sebastian Leske2015-09-191-36/+4
* Clean up comments (probably left over from merge)Sebastian Leske2015-09-191-38/+6
* merge of pull request - Concatenation of announcements now workingRobotaxi2015-09-111-50/+83
|\
| * Don't check on which side an exit is located (it should follow the roundabout...xenos19842015-08-151-2/+2
| * Applied patch by jandegr to fix issue #1303 (roundabout exit counting).xenos19842015-08-151-49/+85
* | Concatenation of announcements now workingRobotaxi2015-08-131-141/+159
|/
* Fix:Core:Merge Robotaxi's PR for imperial unitskazer_2015-07-141-75/+130
* Fix:core:Do not use exact unrounded meters (feet) for distances to roundabout...mdankov2015-05-171-1/+1
* Add:core:Merge project highfive|Thx jandegr and robotaxi for contributing!mvglasow2015-05-151-822/+2541
* Fix:core:Do not log debug message as warning.sleske2015-01-191-1/+1
* Fix:binding_dbus:Do not crash if navigation is not configured.|It really help...sleske2015-01-191-1/+0
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-48/+48
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-69/+69
* Fix:core:Improve detection of motorway interchangesmvglasow2014-11-091-1/+6
* Fix:core:Eliminate more superfluous maneuvers at ramps|Should fix #660mvglasow2014-11-091-37/+39
* Fix:core:Announce turns when going straight is not allowed | One step closer ...mvglasow2014-11-091-49/+45
* Fix:core:use curve_limit throughout maneuver_required2mvglasow2014-11-091-4/+3
* Fix:core:Refine criteria for announcing maneuvers|Partial fix for #660mvglasow2014-11-081-74/+147
* Fix:Core:Enhanced navigation, especially for motorways. Fixes #660|Thanks mvg...kazer_2014-10-231-21/+48