summaryrefslogtreecommitdiff
path: root/navit/navigation.c
Commit message (Expand)AuthorAgeFilesLines
* change:core:Remove unused argument from attr_searchjkoan2020-08-081-4/+4
* fix:all:fix compiler warnings (#935)Stefan Wildemann2019-10-291-0/+7
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-129/+73
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-3446/+3368
* cleanup:global:Cleanup some unreachable codeJoseph Herlant2018-04-301-3/+0
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-92/+92
* fix:navit:navigation.c:distance_set_last (#373)Charles Curley2018-01-191-17/+20
* fix:gtk:Fix imperial factors. (#380)Charles Curley2017-12-021-8/+8
* Fix:core:Fix warnings from -Wstrict-prototypesSebastian Leske2017-09-221-1/+1
* Fix:core:Fix warnings from -Wmissing-prototypesSebastian Leske2017-09-221-2/+2
* navigation_analyze_roundabout : central_angle may lead to division by 0Marc CAPDEVILLE2017-05-031-1/+6
* Refactor:core:For plugins, use term 'category' instead of 'type'.Sebastian Leske2016-10-311-1/+1
* 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