summaryrefslogtreecommitdiff
path: root/navit/traffic.c
Commit message (Expand)AuthorAgeFilesLines
* Add:traffic:Use compare_name_systematic for all road refsmvglasow2019-01-081-8/+5
* Refactor:traffic:Fix code stylemvglasow2019-01-071-3/+4
* Fix:traffic:Increase penalty for poorly matched end pointsmvglasow2019-01-071-1/+1
* Refactor:traffic:Include names in debug output for end point matchingmvglasow2019-01-071-2/+3
* Fix:traffic:correctly match urban dual-carriageway roadsmvglasow2019-01-071-11/+78
* Refactor:traffic:Break up some if statementsmvglasow2019-01-071-16/+24
* Refactor:traffic:Internal variable for point attribute matchingmvglasow2019-01-071-1/+7
* Refactor:traffic:Refine commentsmvglasow2019-01-071-1/+8
* Refactor:traffic:Refine debug outputmvglasow2019-01-071-2/+15
* Fix:traffic:Increase off-road penalty for segment matchingmvglasow2018-12-251-1/+1
* Fix:traffic:Honor access flags wen matching segmentsmvglasow2018-12-231-13/+18
* Fix:traffic:Add default access flags based on road classmvglasow2018-12-231-2/+6
* Fix:traffic:Fix attribute name for road classmvglasow2018-12-231-2/+2
* Refactor:traffic:Split penalties for off-road links and data mismatchmvglasow2018-12-231-3/+6
* Add:traffic:Increase resilience for three-point locationsmvglasow2018-12-191-4/+15
* Fix:traffic:Do not crash in traffic_route_prepend() if start is NULLmvglasow2018-12-191-1/+3
* Refactor:traffic:Fix indentationmvglasow2018-10-061-3/+3
* Refactor:traffic:Comment why we don't parse restriction_speed_limitmvglasow2018-10-061-0/+3
* Fix:traffic:Process supplementary information classes correctlymvglasow2018-10-061-1/+1
* Add:traffic:Add support for lane closures and contraflowmvglasow2018-10-061-0/+28
* Refactor:core:Fix style compliance issuesmvglasow2018-09-291-2/+3
* Refactor:core:Attempt to eliminate more error reports by CodeFactormvglasow2018-09-291-188/+160
* Fix:traffic:Add forgotten return valuemvglasow2018-09-291-0/+1
* Refactor:core:Make indentation compliant with style guidemvglasow2018-09-291-25/+25
* Add:traffic:Rewrite point attribute matchingmvglasow2018-09-231-31/+94
* Add:traffic:Match attributes of segments connecting to a pointmvglasow2018-08-261-11/+165
* Add:traffic:Consider tunnel portals for low-res location matchingmvglasow2018-08-261-20/+41
* Fix:traffic:Extend start of route correctly for multi-point locationsmvglasow2018-08-251-8/+29
* Refactor:traffic:Log p_start in traffic_message_add_segments(), ADD-4.2.6mvglasow2018-08-251-2/+4
* Fix:traffic:Fix missing second half for certain three-point locationsmvglasow2018-08-251-4/+4
* Fix:traffic:Process bidirectional locations correctlymvglasow2018-08-181-6/+14
* Fix:traffic:Make distortion items inherit oneway flags of their segmentsmvglasow2018-08-181-2/+4
* Add:traffic:Reduce weight for road name when matching locationsmvglasow2018-08-181-2/+2
* Refactor:traffic:Allow for more granular attribute matching scoresmvglasow2018-08-181-33/+33
* Refactor:traffic:Prepare for partial road ref matchesmvglasow2018-08-181-10/+4
* Fix:traffic:Fix incorrect segment data for certain event combinationsmvglasow2018-08-181-6/+7
* Fix:traffic:Don't crash when dumping a message without locationmvglasow2018-08-171-23/+30
* Add:traffic:API function to return all items associated with a messagemvglasow2018-08-151-0/+16
* Add:traffic:API function to retrieve message storemvglasow2018-08-151-0/+14
* Refactor:traffic:Move now-private constants out of headermvglasow2018-08-121-0/+6
* Refactor:traffic:Clean up FIXME/TODO commentsmvglasow2018-08-121-5/+1
* Fix:traffic:Fix compiler warningmvglasow2018-08-111-0/+2
* Fix:traffic:Remove inline variable declarationsmvglasow2018-08-111-3/+7
* Add:traffic:Process messages in idle loop, avoid locking up the UImvglasow2018-08-111-12/+71
* Add:traffic:Eliminate return type for traffic_process_messages()mvglasow2018-08-071-1/+1
* Refactor:traffic:Implement queue for messages awaiting processingmvglasow2018-08-071-29/+43
* Add:traffic:Add debug checkpointsmvglasow2018-08-061-0/+17
* Fix:traffic:Honor turn restrictions when identifying affected segmentsmvglasow2018-08-041-5/+26
* Fix:traffic:Add only valid route portions in traffic_route_prepend()mvglasow2018-08-041-0/+4
* Add:traffic:Log msg ID with first traffic_process_messages_int() checkpointmvglasow2018-08-011-1/+1