summaryrefslogtreecommitdiff
path: root/navit/traffic.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix:traffic:Fix segfault in traffic_message_add_segments()mvglasow2018-08-011-1/+1
* Add:traffic:Add debug checkpointsmvglasow2018-08-011-0/+39
* Fix:traffic:Do not crash if end point of location is not foundmvglasow2018-07-281-0/+16
* Add:traffic:Debug output for invalid messagesmvglasow2018-07-261-11/+34
* Fix:traffic:Accept valid parts of partially valid messagesmvglasow2018-07-261-5/+18
* Fix:traffic:Don't crash on comparing segments with NULL seg_datamvglasow2018-07-261-1/+6
* Add:traffic:Do not dump textfile map unless TRAFFIC_DEBUG is definedmvglasow2018-07-231-0/+6
* Fix:traffic:Handle NULL members in traffic constructors and destructorsmvglasow2018-07-231-6/+10
* Refactor:traffic:Rearrange conditions for discarding messagesmvglasow2018-07-231-4/+4
* Fix:traffic:Properly destroy messages with no locationmvglasow2018-07-231-1/+2
* Fix:traffic:Make XML parsing work correctly with EZXMLmvglasow2018-07-221-7/+32
* Add:traffic:API function to parse XML data from a stringmvglasow2018-07-161-0/+28
* Refactor:traffic:new name for traffic_get_messages_from_xml_file()mvglasow2018-07-161-2/+2
* Add:traffic:Add new segments rather than updating themmvglasow2018-06-141-3/+4
* Fix:core:Attempt to silence some compiler warningsmvglasow2018-06-121-8/+5
* Refactor:traffic:Remove obsolete FIXME commentmvglasow2018-06-121-1/+0