summaryrefslogtreecommitdiff
path: root/navit/track.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor:core:For plugins, use term 'category' instead of 'type'.Sebastian Leske2016-10-311-1/+1
* Refactor:core:Document tracking_update()R6417mvglasow2015-12-141-0/+8
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-23/+23
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-27/+27
* Fix:core:Fix warnings from dbg statements.|Part of #1154.sleske2013-08-111-2/+2
* 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-24/+5
* Fix:core:Reduce debug output, use dbg() instead of printf.sleske2012-07-051-2/+2
* Fix:Core:Updated track.c to new object handlingmartin-s2012-03-101-0/+71
* Add:Core:Option to get matched direction from map matchingmartin-s2012-02-011-1/+5
* Add:Core:new attribute to query number of street segments in tracking cachemartin-s2011-07-021-0/+11
* Fix:Core:Fix crash when offroadmartin-s2011-06-261-1/+1
* Fix:Core:Fix crash when offroadmartin-s2011-06-261-1/+1
* Add:Core:Made tunnel extrapolation configurablemartin-s2011-06-091-10/+15
* Fix:core:Fix some warningsrikky2011-06-071-1/+1
* Add:Core:Initial support for position extrapolation in tunnelsmartin-s2011-05-231-2/+33
* Add:Core:Slightly better debug for map matchingmartin-s2011-04-071-1/+1
* Fix:core:Fixed wrong parameter passing introduced with MSVC patches (rev 3987)rikky2011-02-121-1/+1
* Fix:core:Fix clang compiler warnings: wrong function prototypesrikky2011-02-121-1/+1
* Fix:Core:MSVC fixes|Thanks chollyamartin-s2011-01-241-8/+19
* Add:Core:Export flush function for trackingmartin-s2011-01-121-4/+4
* Add:Core:Avoid tracking calculation if result is ignored anywaymartin-s2010-11-241-3/+3
* Fix:Core:Avoid segmentation faultmartin-s2010-11-181-2/+4
* Add:Core:Experimental consideration of speed in trackingmartin-s2010-11-171-0/+18
* Add:Core:Make tracking preferences configurablemartin-s2010-11-171-19/+57
* Fix:Core:rFixed map placement error when debugging is enabled tegzed2010-11-041-1/+2
* Add:Core:Support for loading itineraries from destination.txtmartin-s2010-08-121-1/+5
* Fix:core:Removed excessive loggingakashihi2010-06-301-1/+1
* Add:code:Added configurable static_speed/static_distance attributes to akashihi2010-06-291-2/+8
* Fix:core:Added NULL check in tracking_angle_delta. Additionally added akashihi2010-06-281-3/+6
* Fix:Core:Free attribute on destroymartin-s2010-03-301-0/+2
* Add:core:Better attribute support for trackingmartin-s2010-03-101-0/+15
* Add:Core:Possibility to activate routing per map independent of renderingmartin-s2009-12-021-1/+1
* Add:Core:Added possibility for vehicle position extrapolation to compensate f...martin-s2009-06-251-17/+65
* Fix:Core:Fix some compiler warnings.horwitz2009-06-181-0/+3
* Fix:Core:Improved tracking to compensate for gps receivers with static naviga...martin-s2009-06-151-55/+97
* Fix:Core:Fixing a segfaulttinloaf2009-04-231-0/+1
* Fix:Various:Routing fixesmartin-s2009-04-191-52/+20
* Fix:Core:Don't crash if hdop isn't setmartin-s2009-03-161-1/+1
* Fix:Core:Avoid verbose outputmartin-s2009-03-101-1/+1
* Add:Core:Adding cumulative displacement filtertinloaf2009-03-091-10/+242
* Fix:osd_core:Prevent a crashmartin-s2009-02-251-0/+8
* Fix:Core:Made some performance critical parts a bit fastermartin-s2009-01-021-5/+41
* Fix:Avoid crashing if tracking hasn't got a streetmartin-s2008-12-191-1/+3
* Fix:Core:Fixed tracking using wrong coordinatesmartin-s2008-11-091-8/+7
* Core:fix: Projections support in tracking|zaxl2008-11-071-28/+56
* Fix:Core:Further cleanupsmartin-s2008-10-271-2/+1
* Fix:Core:Further cleanup of xmlconfigmartin-s2008-10-261-1/+1
* Fix:Core:Improved tracking, now puts preference on roads which are on the routemartin-s2008-09-241-28/+70
* Add:Core:Added tracking map for better diagnosing tracking problemsmartin-s2008-09-241-51/+309