summaryrefslogtreecommitdiff
path: root/navit/navigation.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix:Core:Enhanced navigation, trac #660|Thanks mvglasowkazer_2014-10-171-1/+59
* Fix:Core:Correctly initialize navigation for first announcementmartin-s2013-11-281-1/+1
* Fix:Core:Skip way counting on destinationmartin-s2013-11-281-1/+1
* Add:Core:Possibility to query next street more convenientmartin-s2013-09-111-0/+2
* Fix:Core:Better instructions in cases where a junction is in a curvemartin-s2013-08-271-0/+12
* Fix:core:Fix const warnings.|Part of #1154.sleske2013-08-111-3/+3
* Fix:core:Fix warnings by not using g_str(n)casecmp; new function navit_utf8_s...sleske2013-08-111-1/+2
* Fix:core:Fix warnings from unused variables.|Part of #1154.sleske2013-08-111-2/+1
* Fix:core:Fix warnings from dbg statements.|Part of #1154.sleske2013-08-111-2/+2
* Add:Core:Optinally let navigation determine when destination has been reachedmartin-s2013-05-261-1/+7
* Fix:Core:Reduced verbositymartin-s2013-05-261-1/+1
* Add:Core:New attribute turn_around_count for navigationmartin-s2013-05-261-2/+19
* Fix:Core:Use correct get/set functions for navigationmartin-s2013-05-261-2/+2
* Add:Core:Converted navigation to new schememartin-s2013-05-261-4/+23
* Add:Core:Made a central entry point for translation in preparation of future ...martin-s2013-04-281-4/+4
* Add:core:Implement coord and attr rewind functions for navigation and trackin...mdankov2013-02-201-5/+19
* Add:Core:Allow layer tag to reference layers within navit context, object han...martin-s2013-01-191-0/+1
* Fix:Core:Few memleaksmdankov2012-11-091-1/+5
* Fix:core:Clean up few more memleaks.mdankov2012-06-101-0/+1
* Fix:Core:Fix some warningsrikky2012-04-231-1/+1
* Fix:Core:Made navigation_unregister_callback more reasonablemartin-s2011-12-161-2/+2
* Fix:Core:Handle multiple calls to navigation_set_route correctlymartin-s2011-12-111-3/+11
* Add:Core:Attribute to query current announcement levelmartin-s2011-12-041-0/+8
* Fix:Core:Avoid double in announcement for roundaboutsmartin-s2011-10-091-1/+1
* Fix:Core:Generate right (left?) maneuvers for people driving on the wrong sidemartin-s2011-07-111-9/+22
* Fix:Core:Wrong grammar for entering roundaboutsmartin-s2011-06-091-1/+1
* Fix:Navigation:Avoid intersecting announcementsmartin-s2011-06-091-17/+50
* Fix:Core:Don't consider turn restrictions for maneuver generationmartin-s2011-06-091-0/+3
* Fix:Core:Cleanupmartin-s2011-06-091-76/+70
* Fix:Core:free the navigation_itm struct in error casewoglinde2011-05-301-1/+3
* Fix:core:Fixed counting of roundabout exitsrikky2011-03-151-1/+1