.. |
bin
|
Track some very basic stats on how many events we're processing. #368
|
2020-10-19 19:12:19 -05:00 |
make
|
Defer creating TripSpec until the trip actually starts. #258
|
2021-01-10 18:55:38 -08:00 |
mechanics
|
Return agent properties for cars waiting to spawn at a border, rather than crash when asked. #392
|
2021-01-12 12:04:07 -08:00 |
pandemic
|
Switch all error handling to anyhow. Nothing consumes our code as a
|
2021-01-05 11:35:03 -08:00 |
sim
|
Defer creating TripSpec until the trip actually starts. #258
|
2021-01-10 18:55:38 -08:00 |
analytics.rs
|
Simplify TripPhase now that PathRequest is embedded in the Path
|
2020-12-16 13:02:59 -08:00 |
cap.rs
|
Refactor: Store the input PathRequest inside the resulting Path. This
|
2020-12-16 12:55:57 -08:00 |
events.rs
|
Plumb the intended TripMode for cancelled trips; instead make the trip duration optional. Breaking change for anyone using the API. Makes way more sense. [rebuild] [release]
|
2020-11-22 11:21:44 -08:00 |
lib.rs
|
Defer creating TripSpec until the trip actually starts. #258
|
2021-01-10 18:55:38 -08:00 |
recorder.rs
|
Reduce visibility of some sim crate stuff. #258
|
2020-11-19 14:53:27 -08:00 |
render.rs
|
Build a quadtree of unzoomed agents while drawing, to later speedup mouseover. This seems to make performance fine in debug mode, so get rid of the flag guarding of this feature! [rebuild]
|
2020-10-20 11:38:38 -07:00 |
router.rs
|
Simplify CreateCar, using the PathRequest embedded in the router's Path
|
2020-12-16 13:23:33 -08:00 |
scheduler.rs
|
Defer creating TripSpec until the trip actually starts. #258
|
2021-01-10 18:55:38 -08:00 |
transit.rs
|
Simplify CreateCar, using the PathRequest embedded in the router's Path
|
2020-12-16 13:23:33 -08:00 |
trips.rs
|
When a driving trip from on-map to off-map is cancelled with live map
|
2021-01-11 14:05:26 -08:00 |