summaryrefslogtreecommitdiff
path: root/navit/track.c
Commit message (Expand)AuthorAgeFilesLines
* added:core:make it switch to nightlayout when we are in a tunnel (#1089)OLFDB2021-04-031-2/+5
* Refactor:core:Documentation update (#1095)mvglasow2021-02-281-9/+9
* fix:core:Optimize log message for required vehicle attributesjkoan2020-08-121-2/+3
* change:core:Remove unused argument from attr_searchjkoan2020-08-081-1/+1
* Issue/826 (#837)gefin2019-08-211-1/+2
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-77/+41
* cleanup:cmake:remove trailing spacesJoseph Herlant2018-05-251-1/+1
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-984/+953
* Merge pull request #551 from navit-gps/fix_log_replaymvglasow2018-05-071-8/+6
|\
| * Fixed typosfix_log_replayPierre Grandin2018-04-261-2/+2
| * Fixed debug statementPierre Grandin2018-04-261-1/+1
| * Merge branch 'trunk' into fix_log_replayPierre Grandin2018-04-261-27/+27
| |\
| * | Updated headerPierre Grandin2018-04-261-1/+1
| * | fix:core:fix log replayPierre Grandin2018-04-261-4/+2
* | | cleanup:global:Cleanup some unreachable codeJoseph Herlant2018-04-301-4/+0
| |/ |/|
* | Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-27/+27
|/
* 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