abstreet/map_model/src
2019-03-05 10:00:05 -08:00
..
make also stop using multimap crate in map_model 2019-03-01 12:25:00 -08:00
area.rs store Area as a Polygon natively in Map 2019-02-14 17:35:34 -08:00
building.rs store Polygon in Building natively 2019-02-12 12:28:12 -08:00
bus_stop.rs remove more extern crate's; import macros directly 2018-12-06 11:22:12 -08:00
edits.rs removing log crate from map_model 2019-02-20 11:03:34 -08:00
intersection.rs speed up neighborhood<->building and road matching during scenario instantiation 2019-02-21 11:33:56 -08:00
lane.rs my own custom hierarchical pathfinding. working great for driving. 2019-03-02 16:49:20 -08:00
lib.rs speed up neighborhood<->building and road matching during scenario instantiation 2019-02-21 11:33:56 -08:00
map.rs removing log crate from map_model 2019-02-20 11:03:34 -08:00
neighborhood.rs speed up neighborhood<->building and road matching during scenario instantiation 2019-02-21 11:33:56 -08:00
parcel.rs remove more extern crate's; import macros directly 2018-12-06 11:22:12 -08:00
pathfind.rs keep simple state when roaming for parking 2019-03-05 10:00:05 -08:00
raw_data.rs adjust clipping instead of leaving stuff in sometimes 2019-02-12 15:56:23 -08:00
road.rs prevent illegal trip from happening, fix bike_to_sidewalk 2019-02-27 09:04:06 -08:00
stop_signs.rs removing log crate from map_model 2019-02-20 11:03:34 -08:00
traffic_signals.rs removing log crate from map_model 2019-02-20 11:03:34 -08:00
traversable.rs preps to start some parked cars 2019-02-22 12:02:12 -08:00
turn.rs rendering traffic signal diagrams with lights per lane... needs work, so 2019-01-22 11:58:56 -08:00