summaryrefslogtreecommitdiff
path: root/navit/traffic.c
Commit message (Expand)AuthorAgeFilesLines
* Fix:core:Do not recalculate length when restoring traffic distortion items (#...mvglasow2021-04-271-11/+5
* Fix:core:Rewind before retrieving attributes (route.c/traffic.c)mvglasow2021-04-261-0/+11
* Fix:core:Prevent passing stale data in traffic map rectmvglasow2021-04-261-4/+6
* Fix:core:Fix read after free in traffic_message_restore_segments (#1114)mvglasow2021-04-241-1/+1
* Refactor:traffic:Make sanity check happymvglasow2021-01-241-4/+4
* Add:traffic:Log class/type of unrecognized events during XML parsingmvglasow2021-01-241-1/+3
* Add:traffic:Log ID for messages discarded as invalidmvglasow2021-01-241-7/+9
* Merge branch 'master' into traff_0_8mvglasow2021-01-231-8/+8
|\
| * change:core:Remove unused argument from attr_searchjkoan2020-08-081-8/+8
* | Add:traffic:Add basic TraFF 0.8 supportmvglasow2020-08-061-3/+8
|/
* fix:all:fix compiler warnings (#935)Stefan Wildemann2019-10-291-2/+2
* Fix:traffic:Determine item delay correctlymvglasow2019-10-091-1/+1
* Fix:traffic:Use correct coord count for restored items, fixes #900mvglasow2019-10-081-1/+1
* 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