abstreet/.gitignore
Sam 4c5a858238
Delay highlighting (#363)
* Initial storing of intersection delays

* Initial highlighting of delays on route

* Added label of delay

* Info overlay works

* Added supoprt for pedestrian delays (only intersection delay currently)
Bike also works, but is treated as a car, so the avg speed is flagged as very slow (Needs fix)

* Capitalised describe trip phase
Now uses min of (speed limit and vehicle max speed) for the maximum speed check
Added trip blocked time query
Lots of work on tool tips
Icons are broke

* Nearly complete, just fmting and a crash to fix
Color assertion?

* Fixed text font colour crash
Added new custom TextSpan size function

* Cargo +nightly fmt

* Cargo +nightly fmt

* Clion auto import formatting
Doesn't quite match the existing "changes"

* Fixing merge issues

* Fixing icon placement issues

* Requested changes (Part 1)

* Requested changes (Part 2)

Co-authored-by: Sam <a>
Co-authored-by: Dustin Carlino <dabreegster@gmail.com>
2020-10-10 12:23:02 -07:00

50 lines
948 B
Plaintext

/target/
*.swp
__pycache__
data/config
data/input/berlin/osm
data/input/berlin/planning_areas.bin
data/input/berlin/planning_areas.kml
data/input/berlin/EWR201812E_Matrix.csv
data/input/krakow/osm
data/input/london/osm
data/input/seattle/blockface.bin
data/input/seattle/blockface.kml
data/input/seattle/google_transit
data/input/seattle/N47W122.hgt
data/input/seattle/offstreet_parking.bin
data/input/seattle/offstreet_parking.kml
data/input/seattle/osm
data/input/seattle/parcels.bin
data/input/seattle/parcels_urbansim.txt
data/input/seattle/popdat.bin
data/input/seattle/trips_2014.csv
data/input/tel_aviv/osm
data/input/xian/osm
data/input/*/footways.bin
data/input/*/service_roads.bin
data/input/*/*_separate_cycleways.bin
data/input/*/*_snapped_cycleways.bin
data/input/raw_maps
data/input/screenshots/*.zip
data/player
data/system/cities
data/system/maps
data/system/prebaked_results
data/system/scenarios
importer.json
.idea/