From 27578fc9ac758c78a8302acc00c11f035b0fa478 Mon Sep 17 00:00:00 2001 From: dabreegster Date: Thu, 11 Aug 2022 11:23:35 +0000 Subject: [PATCH] deploy: 45cb54c5782f553231e09c4d05db8aabf56fd217 --- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- rustdoc/src/ltn/edit/mod.rs.html | 8 ++++---- rustdoc/src/ltn/filters/existing.rs.html | 10 +++++----- rustdoc/src/ltn/lib.rs.html | 2 +- .../build/map_gui-163541a4ac2f3b12/out/built.rs.html | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/rustdoc/map_gui/tools/title_screen/built_info/constant.BUILT_TIME_UTC.html b/rustdoc/map_gui/tools/title_screen/built_info/constant.BUILT_TIME_UTC.html index 22390a5c11..66f54c7848 100644 --- a/rustdoc/map_gui/tools/title_screen/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/map_gui/tools/title_screen/built_info/constant.BUILT_TIME_UTC.html @@ -4,6 +4,6 @@
pub const BUILT_TIME_UTC: &str = r"Wed, 10 Aug 2022 12:38:35 +0000";
Expand description

The build time in RFC2822, UTC.

+

Constant map_gui::tools::title_screen::built_info::BUILT_TIME_UTC

source · []
pub const BUILT_TIME_UTC: &str = r"Thu, 11 Aug 2022 11:22:32 +0000";
Expand description

The build time in RFC2822, UTC.

\ No newline at end of file diff --git a/rustdoc/src/ltn/edit/mod.rs.html b/rustdoc/src/ltn/edit/mod.rs.html index 9cac704a23..23e6e6eeb2 100644 --- a/rustdoc/src/ltn/edit/mod.rs.html +++ b/rustdoc/src/ltn/edit/mod.rs.html @@ -490,12 +490,12 @@ "Plan a route" => EditOutcome::Transition(Transition::Push( crate::route_planner::RoutePlanner::new_state(ctx, app), )), - "Modal filter" => { + "Modal filter - no entry" => { app.session.filter_type = FilterType::NoEntry; app.session.edit_mode = EditMode::Filters; EditOutcome::UpdatePanelAndWorld } - "Walk/cycle only filter" => { + "Modal filter -- walking/cycling only" => { app.session.filter_type = FilterType::WalkCycleOnly; app.session.edit_mode = EditMode::Filters; EditOutcome::UpdatePanelAndWorld @@ -569,12 +569,12 @@ Widget::row(vec![ Widget::row(vec![ - filter(FilterType::NoEntry, Color::RED, "Modal filter"), filter( FilterType::WalkCycleOnly, Color::hex("#0b793a"), - "Walk/cycle only filter", + "Modal filter -- walking/cycling only", ), + filter(FilterType::NoEntry, Color::RED, "Modal filter - no entry"), filter(FilterType::BusGate, Color::hex("#0672B9"), "Bus gate"), ]) .section(ctx), diff --git a/rustdoc/src/ltn/filters/existing.rs.html b/rustdoc/src/ltn/filters/existing.rs.html index 4995912c1f..9eb2d32f58 100644 --- a/rustdoc/src/ltn/filters/existing.rs.html +++ b/rustdoc/src/ltn/filters/existing.rs.html @@ -158,10 +158,10 @@ // (And don't call before_edit; this transformation happens before the user starts editing // anything) for r in filtered_roads { - app.session - .modal_filters - .roads - .insert(r, (app.map.get_r(r).length() / 2.0, FilterType::NoEntry)); + app.session.modal_filters.roads.insert( + r, + (app.map.get_r(r).length() / 2.0, FilterType::WalkCycleOnly), + ); } } @@ -173,7 +173,7 @@ app.session .modal_filters .roads - .insert(r.id, (*dist, FilterType::NoEntry)); + .insert(r.id, (*dist, FilterType::WalkCycleOnly)); } } diff --git a/rustdoc/src/ltn/lib.rs.html b/rustdoc/src/ltn/lib.rs.html index d20f8cf21a..1b798b8614 100644 --- a/rustdoc/src/ltn/lib.rs.html +++ b/rustdoc/src/ltn/lib.rs.html @@ -388,7 +388,7 @@ impact: impact::Impact::empty(ctx), edit_mode: edit::EditMode::Filters, - filter_type: FilterType::NoEntry, + filter_type: FilterType::WalkCycleOnly, draw_neighbourhood_style: browse::Style::Simple, draw_cells_as_areas: true, diff --git a/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-163541a4ac2f3b12/out/built.rs.html b/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-163541a4ac2f3b12/out/built.rs.html index 239801c78f..b0894f4b52 100644 --- a/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-163541a4ac2f3b12/out/built.rs.html +++ b/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-163541a4ac2f3b12/out/built.rs.html @@ -179,7 +179,7 @@ pub const RUSTDOC_VERSION: &str = r"rustdoc 1.62.1 (e092d0b6b 2022-07-16)"; #[doc=r#"The build time in RFC2822, UTC."#] #[allow(dead_code)] -pub const BUILT_TIME_UTC: &str = r"Wed, 10 Aug 2022 12:38:35 +0000"; +pub const BUILT_TIME_UTC: &str = r"Thu, 11 Aug 2022 11:22:32 +0000"; #[doc=r#"The target architecture, given by `CARGO_CFG_TARGET_ARCH`."#] #[allow(dead_code)] pub const CFG_TARGET_ARCH: &str = r"x86_64";