From 02dbade78c647b3ef429fbef63982bc175db9770 Mon Sep 17 00:00:00 2001 From: dabreegster Date: Tue, 22 Dec 2020 22:48:54 +0000 Subject: [PATCH] deploy: 0a25d92e5322ae09ed8c7d9fc444e7cff58f742d --- rustdoc/game/all.html | 2 +- rustdoc/game/app/struct.App.html | 8 +- rustdoc/game/debug/shared_row/fn.export.html | 2 +- .../debug/shared_row/fn.intersection.html | 4 + rustdoc/game/debug/shared_row/fn.lane.html | 2 +- rustdoc/game/debug/shared_row/fn.road.html | 2 +- rustdoc/game/debug/shared_row/index.html | 4 +- .../game/debug/shared_row/sidebar-items.js | 2 +- .../edit/bulk/fn.get_lt_transformations.html | 2 +- .../game/edit/bulk/fn.make_bulk_edits.html | 2 +- .../game/edit/bulk/fn.make_lt_switcher.html | 2 +- rustdoc/game/edit/bulk/index.html | 2 +- rustdoc/game/edit/bulk/struct.BulkEdit.html | 6 +- rustdoc/game/edit/bulk/struct.BulkSelect.html | 4 +- rustdoc/game/edit/select/enum.Mode.html | 8 +- rustdoc/game/edit/select/index.html | 5 +- rustdoc/game/edit/select/sidebar-items.js | 2 +- .../game/edit/select/struct.RoadSelector.html | 12 +- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- rustdoc/search-index.js | 2 +- rustdoc/src/game/debug/shared_row.rs.html | 226 +++++++++++------- rustdoc/src/game/edit/bulk.rs.html | 2 + rustdoc/src/game/edit/select.rs.html | 22 ++ .../game-c1f324f9d3d7e3b2/out/built.rs.html | 2 +- 24 files changed, 204 insertions(+), 123 deletions(-) create mode 100644 rustdoc/game/debug/shared_row/fn.intersection.html diff --git a/rustdoc/game/all.html b/rustdoc/game/all.html index 0b93239c07..60a558cc5d 100644 --- a/rustdoc/game/all.html +++ b/rustdoc/game/all.html @@ -3,4 +3,4 @@

[] - List of all items

Structs

Enums

Traits

Functions

Typedefs

Constants

\ No newline at end of file + List of all items

Structs

Enums

Traits

Functions

Typedefs

Constants

\ No newline at end of file diff --git a/rustdoc/game/app/struct.App.html b/rustdoc/game/app/struct.App.html index f15d64e024..f5ae7dd7e9 100644 --- a/rustdoc/game/app/struct.App.html +++ b/rustdoc/game/app/struct.App.html @@ -127,12 +127,12 @@ call this to handle all other events. Read more

impl State<App> for BulkSelect[src]

impl State<App> for BulkSelect[src]

impl State<App> for BulkEdit[src]

impl State<App> for BulkEdit[src]

impl State<App> for ChallengesPicker[src]

[][src]Function game::debug::shared_row::lane

fn lane(lane: &Lane) -> Option<Map<String, Value>>
\ No newline at end of file diff --git a/rustdoc/game/debug/shared_row/fn.road.html b/rustdoc/game/debug/shared_row/fn.road.html index 8b893d9ae8..98a2586fd6 100644 --- a/rustdoc/game/debug/shared_row/fn.road.html +++ b/rustdoc/game/debug/shared_row/fn.road.html @@ -1,4 +1,4 @@ game::debug::shared_row::road - Rust

[][src]Function game::debug::shared_row::road

fn road(id: RoadID, map: &Map) -> Feature
\ No newline at end of file + Change settings

[][src]Function game::debug::shared_row::road

fn road(id: RoadID, map: &Map) -> Feature
\ No newline at end of file diff --git a/rustdoc/game/debug/shared_row/index.html b/rustdoc/game/debug/shared_row/index.html index 28cdb89164..38228409a5 100644 --- a/rustdoc/game/debug/shared_row/index.html +++ b/rustdoc/game/debug/shared_row/index.html @@ -1,6 +1,6 @@ game::debug::shared_row - Rust

[][src]Module game::debug::shared_row

Functions

+ Change settings

[][src]Module game::debug::shared_row

Functions

export

Exports to https://github.com/d-wasserman/shared-row/, returns the filename

-
lane
road
\ No newline at end of file +intersectionlaneroad
\ No newline at end of file diff --git a/rustdoc/game/debug/shared_row/sidebar-items.js b/rustdoc/game/debug/shared_row/sidebar-items.js index 03c49e76d8..9a87ac031a 100644 --- a/rustdoc/game/debug/shared_row/sidebar-items.js +++ b/rustdoc/game/debug/shared_row/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"fn":[["export","Exports to https://github.com/d-wasserman/shared-row/, returns the filename"],["lane",""],["road",""]]}); \ No newline at end of file +initSidebarItems({"fn":[["export","Exports to https://github.com/d-wasserman/shared-row/, returns the filename"],["intersection",""],["lane",""],["road",""]]}); \ No newline at end of file diff --git a/rustdoc/game/edit/bulk/fn.get_lt_transformations.html b/rustdoc/game/edit/bulk/fn.get_lt_transformations.html index e58171de4d..fed0b9b99f 100644 --- a/rustdoc/game/edit/bulk/fn.get_lt_transformations.html +++ b/rustdoc/game/edit/bulk/fn.get_lt_transformations.html @@ -1,4 +1,4 @@ game::edit::bulk::get_lt_transformations - Rust

[][src]Function game::edit::bulk::get_lt_transformations

fn get_lt_transformations(
    panel: &Panel
) -> Vec<(Option<LaneType>, Option<LaneType>)>
\ No newline at end of file + Change settings

[][src]Function game::edit::bulk::get_lt_transformations

fn get_lt_transformations(
    panel: &Panel
) -> Vec<(Option<LaneType>, Option<LaneType>)>
\ No newline at end of file diff --git a/rustdoc/game/edit/bulk/fn.make_bulk_edits.html b/rustdoc/game/edit/bulk/fn.make_bulk_edits.html index d5344d1796..be8e388f71 100644 --- a/rustdoc/game/edit/bulk/fn.make_bulk_edits.html +++ b/rustdoc/game/edit/bulk/fn.make_bulk_edits.html @@ -1,4 +1,4 @@ game::edit::bulk::make_bulk_edits - Rust

[][src]Function game::edit::bulk::make_bulk_edits

fn make_bulk_edits(
    ctx: &mut EventCtx<'_>,
    app: &mut App,
    roads: &Vec<RoadID>,
    speed_limit: Option<Speed>,
    lt_transformations: Vec<(Option<LaneType>, Option<LaneType>)>
) -> Box<dyn State<App>>
\ No newline at end of file + Change settings

[][src]Function game::edit::bulk::make_bulk_edits

fn make_bulk_edits(
    ctx: &mut EventCtx<'_>,
    app: &mut App,
    roads: &Vec<RoadID>,
    speed_limit: Option<Speed>,
    lt_transformations: Vec<(Option<LaneType>, Option<LaneType>)>
) -> Box<dyn State<App>>
\ No newline at end of file diff --git a/rustdoc/game/edit/bulk/fn.make_lt_switcher.html b/rustdoc/game/edit/bulk/fn.make_lt_switcher.html index 38b8120afd..51c89611e5 100644 --- a/rustdoc/game/edit/bulk/fn.make_lt_switcher.html +++ b/rustdoc/game/edit/bulk/fn.make_lt_switcher.html @@ -1,4 +1,4 @@ game::edit::bulk::make_lt_switcher - Rust

[][src]Function game::edit::bulk::make_lt_switcher

fn make_lt_switcher(
    ctx: &mut EventCtx<'_>,
    pairs: Vec<(Option<LaneType>, Option<LaneType>)>
) -> Widget
\ No newline at end of file + Change settings

[][src]Function game::edit::bulk::make_lt_switcher

fn make_lt_switcher(
    ctx: &mut EventCtx<'_>,
    pairs: Vec<(Option<LaneType>, Option<LaneType>)>
) -> Widget
\ No newline at end of file diff --git a/rustdoc/game/edit/bulk/index.html b/rustdoc/game/edit/bulk/index.html index e8f86517c5..d1beb24b89 100644 --- a/rustdoc/game/edit/bulk/index.html +++ b/rustdoc/game/edit/bulk/index.html @@ -1,6 +1,6 @@ game::edit::bulk - Rust

[][src]Module game::edit::bulk

Structs

+ Change settings

[][src]Module game::edit::bulk

Structs

BulkEdit
BulkSelect

Functions

get_lt_transformations
make_bulk_edits
make_lt_switcher
make_select_panel
\ No newline at end of file diff --git a/rustdoc/game/edit/bulk/struct.BulkEdit.html b/rustdoc/game/edit/bulk/struct.BulkEdit.html index 5360ddc7d9..0606bdb7b4 100644 --- a/rustdoc/game/edit/bulk/struct.BulkEdit.html +++ b/rustdoc/game/edit/bulk/struct.BulkEdit.html @@ -1,13 +1,13 @@ game::edit::bulk::BulkEdit - Rust

[][src]Struct game::edit::bulk::BulkEdit

struct BulkEdit {
+                Change settings

[][src]Struct game::edit::bulk::BulkEdit

struct BulkEdit {
     panel: Panel,
     roads: Vec<RoadID>,
     preview: Drawable,
 }

- Fields

panel: Panelroads: Vec<RoadID>preview: Drawable

Implementations

impl BulkEdit[src]

fn new(
    ctx: &mut EventCtx<'_>,
    app: &App,
    roads: Vec<RoadID>,
    preview: Drawable
) -> Box<dyn State<App>>
[src]

Trait Implementations

impl State<App> for BulkEdit[src]