summaryrefslogtreecommitdiff
path: root/navit/traffic.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor:traffic:Make sanity check happymvglasow2019-08-161-9/+9
* Fix:traffic:When restoring items, iterate over mapset only oncemvglasow2019-08-161-137/+184
* Fix:traffic:Make Android build happymvglasow2019-08-121-6/+3
* Add:traffic:Preserve cached items even if they were not restoredmvglasow2019-08-121-2/+4
* Fix:traffic:Make sanity check happymvglasow2019-08-121-3/+3
* Fix:traffic:Add forgotten linemvglasow2019-08-121-1/+0
* Fix:traffic:Always free up priv->txt_data in location destructormvglasow2019-08-121-0/+2
* Add:traffic:Lazy restore for cached itemsmvglasow2019-08-121-31/+53
* Fix:traffic:Write cached flags so they will parse without warningsmvglasow2019-08-111-4/+9
* Add:traffic:Debug output about segmented itemsmvglasow2019-08-111-0/+1
* Add:traffic:Match restored items to map data, discard if no matchmvglasow2019-08-101-3/+138
* Refactor:traffic:move default item flags to global variablemvglasow2019-08-101-4/+4
* Fix:traffic:Skip trailing empty line when restoring cached itemsmvglasow2019-08-101-0/+6
* Fix:traffic:Parse hexadecimal IDs in cached item datamvglasow2019-08-101-1/+2
* Fix:traffic:Skip empty lines at start of cached item datamvglasow2019-08-101-1/+11
* Add:traffic:More debug outputmvglasow2019-08-081-1/+2
* Add:traffic:Warning (not error) if flags have trailing textmvglasow2019-08-081-2/+1
* Fix:traffic:Use correct line terminatormvglasow2019-08-081-1/+1
* Fix:traffic:Keep a copy of the string until we are done with itmvglasow2019-08-081-1/+1
* Fix:traffic:Use correct loop terminatorsmvglasow2019-08-081-1/+1
* Fix:traffic:Do not reset ccnt when we still need itmvglasow2019-08-081-1/+2
* Fix:traffic:Recognize tag stack as valid if it contains navit_itemsmvglasow2019-08-081-1/+2
* Refactor:traffic:Update commentmvglasow2019-08-081-0/+1
* Refactor:traffic:Make sanity check happymvglasow2019-08-071-4/+7
* WIP:Add:traffic:Restore cached traffic distortion itemsmvglasow2019-08-071-2/+201
* Refactor:traffic:Attrs passed to tm_item_add_message_data() can be NULLmvglasow2019-08-041-1/+1
* Refactor:traffic:Move traffic_get_item_delay() into separate functionmvglasow2019-08-041-4/+15
* Refactor:traffic:Document traffic_get_item_speed()mvglasow2019-08-041-0/+7
* Refactor:traffic:Make sanity check happymvglasow2019-08-041-1/+1
* Refactor:traffic:Move traffic_get_item_speed() into separate functionmvglasow2019-08-041-73/+82
* Fix:traffic:Do not export segment data as CDATAmvglasow2019-08-011-2/+2
* Fix:traffic:Parse XML elements even if they have unknown childrenmvglasow2019-08-011-0/+2
* WIP:Add:traffic:Write segment data to traffic.xmlmvglasow2019-07-311-17/+55
* Fix:traffic:Fix write past bounds of fixed-size arraymvglasow2019-07-311-1/+1
* Add:traffic:Move on to next message after expanding a locationmvglasow2019-07-301-0/+1
* Fix:traffic:Expand locations in all selected rectanglesmvglasow2019-07-291-11/+11
* Fix:traffic:Fix conditions for immediate message location expansionmvglasow2019-07-291-1/+2
* Refactor:traffic:Fix stylemvglasow2019-07-281-1/+1
* Add:traffic:Defer resolving of locations until they are actually neededmvglasow2019-07-281-2/+44
* Fix:traffic:Return the correct value for tm_get_attr()mvglasow2019-07-281-2/+1
* Fix:traffic:Clean up segment data after usemvglasow2019-07-281-0/+1
* Refactor:traffic:Make traffic_location_get_rect() staticmvglasow2019-07-281-2/+2
* Fix:traffic:Destroy map selection when we are finished with itmvglasow2019-07-281-0/+1
* Refactor:traffic:Remove obsolete local variablesmvglasow2019-07-281-3/+0
* Refactor:traffic:Prepare for lazy segment matchingmvglasow2019-07-281-1/+63
* Fix:traffic:Add traffic instance in correct placemvglasow2019-07-271-1/+1
* Refactor:traffic:traffic_location_get_rect() as separate methodmvglasow2019-07-271-8/+25
* Refactor:traffic:Move members to shared structmvglasow2019-07-271-28/+13
* Refactor:traffic:Pass shared data to mapmvglasow2019-07-271-2/+14
* Refactor:traffic:Style cleanupmvglasow2019-07-261-1/+1