From c81a0c51427203f1e6640ea9659399172bc3bcab Mon Sep 17 00:00:00 2001 From: dabreegster Date: Thu, 11 Feb 2021 22:37:55 +0000 Subject: [PATCH] deploy: 21573e09f15712da29438e164e5a0efbdecfa082 --- rustdoc/game/fn.finish_app_setup.html | 2 +- rustdoc/game/fn.main.html | 2 +- rustdoc/game/fn.parse_center_camera.html | 2 +- rustdoc/game/fn.setup_app.html | 2 +- rustdoc/game/index.html | 2 +- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- rustdoc/importer/fn.oneshot.html | 2 +- .../importer/fn.regenerate_everything.html | 2 +- rustdoc/importer/index.html | 2 +- rustdoc/importer/struct.Job.html | 4 +-- rustdoc/map_gui/tools/fn.nice_map_name.html | 2 +- rustdoc/map_gui/tools/fn.open_browser.html | 2 +- rustdoc/map_gui/tools/index.html | 2 +- rustdoc/search-index.js | 6 ++-- rustdoc/src/game/debug/mod.rs.html | 2 +- .../game-a95c4551e63dceca/out/built.rs.html | 2 +- rustdoc/src/game/lib.rs.html | 30 ++----------------- rustdoc/src/importer/actdev.rs.html | 4 +-- rustdoc/src/importer/main.rs.html | 22 ++------------ rustdoc/src/map_gui/tools/mod.rs.html | 14 ++++----- 20 files changed, 32 insertions(+), 76 deletions(-) diff --git a/rustdoc/game/fn.finish_app_setup.html b/rustdoc/game/fn.finish_app_setup.html index 9529f9620b..a76816b3e8 100644 --- a/rustdoc/game/fn.finish_app_setup.html +++ b/rustdoc/game/fn.finish_app_setup.html @@ -1,4 +1,4 @@ game::finish_app_setup - Rust

[][src]Function game::finish_app_setup

pub(crate) fn finish_app_setup(
    ctx: &mut EventCtx<'_>,
    app: &mut App,
    title: bool,
    start_with_edits: Option<String>,
    maybe_mode: Option<GameplayMode>,
    initialize_tutorial: bool,
    center_camera: Option<String>
) -> Vec<Box<dyn State<App>>>
\ No newline at end of file + Change settings

[][src]Function game::finish_app_setup

pub(crate) fn finish_app_setup(
    ctx: &mut EventCtx<'_>,
    app: &mut App,
    title: bool,
    start_with_edits: Option<String>,
    maybe_mode: Option<GameplayMode>,
    initialize_tutorial: bool,
    center_camera: Option<String>
) -> Vec<Box<dyn State<App>>>
\ No newline at end of file diff --git a/rustdoc/game/fn.main.html b/rustdoc/game/fn.main.html index 53e677add3..faef12b3b1 100644 --- a/rustdoc/game/fn.main.html +++ b/rustdoc/game/fn.main.html @@ -1,4 +1,4 @@ game::main - Rust

[][src]Function game::main

pub fn main()
\ No newline at end of file + Change settings

[][src]Function game::main

pub fn main()
\ No newline at end of file diff --git a/rustdoc/game/fn.parse_center_camera.html b/rustdoc/game/fn.parse_center_camera.html index 2179a0580d..091cf6da9e 100644 --- a/rustdoc/game/fn.parse_center_camera.html +++ b/rustdoc/game/fn.parse_center_camera.html @@ -1,7 +1,7 @@ game::parse_center_camera - Rust

[][src]Function game::parse_center_camera

pub(crate) fn parse_center_camera(
    ctx: &EventCtx<'_>,
    map: &Map,
    raw: String
) -> Option<(Pt2D, f64)>

Parse an OSM-style zoom/lat/lon string + Change settings

[][src]Function game::parse_center_camera

pub(crate) fn parse_center_camera(
    ctx: &EventCtx<'_>,
    map: &Map,
    raw: String
) -> Option<(Pt2D, f64)>

Parse an OSM-style zoom/lat/lon string (https://wiki.openstreetmap.org/wiki/Browsing#Other_URL_tricks), returning the map point to center on and the camera zoom.

\ No newline at end of file diff --git a/rustdoc/game/fn.setup_app.html b/rustdoc/game/fn.setup_app.html index 844f38a096..2a7cb0eeaf 100644 --- a/rustdoc/game/fn.setup_app.html +++ b/rustdoc/game/fn.setup_app.html @@ -1,4 +1,4 @@ game::setup_app - Rust

[][src]Function game::setup_app

pub(crate) fn setup_app(
    ctx: &mut EventCtx<'_>,
    flags: Flags,
    opts: Options,
    start_with_edits: Option<String>,
    maybe_mode: Option<GameplayMode>,
    initialize_tutorial: bool,
    center_camera: Option<String>
) -> (App, Vec<Box<dyn State<App>>>)
\ No newline at end of file + Change settings

[][src]Function game::setup_app

pub(crate) fn setup_app(
    ctx: &mut EventCtx<'_>,
    flags: Flags,
    opts: Options,
    start_with_edits: Option<String>,
    maybe_mode: Option<GameplayMode>,
    initialize_tutorial: bool,
    center_camera: Option<String>
) -> (App, Vec<Box<dyn State<App>>>)
\ No newline at end of file diff --git a/rustdoc/game/index.html b/rustdoc/game/index.html index ea31698dfe..79b818ca71 100644 --- a/rustdoc/game/index.html +++ b/rustdoc/game/index.html @@ -1,7 +1,7 @@ game - Rust

[][src]Crate game

Modules

+ Change settings

[][src]Crate game

Modules

app
challenges
common
debug
devtools

This directory contains extra/experimental tools not directly related to A/B Street the game. Eventually some might be split into separate crates.

edit
info
layer
pregame
sandbox

Functions

diff --git a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html index 998925dd3a..2583cea9f8 100644 --- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html @@ -1,5 +1,5 @@ game::pregame::built_info::BUILT_TIME_UTC - Rust

[][src]Constant game::pregame::built_info::BUILT_TIME_UTC

pub const BUILT_TIME_UTC: &str = "Thu, 11 Feb 2021 21:30:53 +0000";

The built-time in RFC2822, UTC

+ Change settings

[][src]Constant game::pregame::built_info::BUILT_TIME_UTC

pub const BUILT_TIME_UTC: &str = "Thu, 11 Feb 2021 22:35:28 +0000";

The built-time in RFC2822, UTC

\ No newline at end of file diff --git a/rustdoc/importer/fn.oneshot.html b/rustdoc/importer/fn.oneshot.html index 4d1c01252f..2f08424e31 100644 --- a/rustdoc/importer/fn.oneshot.html +++ b/rustdoc/importer/fn.oneshot.html @@ -1,4 +1,4 @@ importer::oneshot - Rust

[][src]Function importer::oneshot

pub(crate) fn oneshot(
    osm_path: String,
    clip: Option<String>,
    drive_on_right: bool,
    build_ch: bool,
    keep_bldg_tags: bool
)
\ No newline at end of file + Change settings

[][src]Function importer::oneshot

pub(crate) fn oneshot(
    osm_path: String,
    clip: Option<String>,
    drive_on_right: bool,
    build_ch: bool,
    keep_bldg_tags: bool
)
\ No newline at end of file diff --git a/rustdoc/importer/fn.regenerate_everything.html b/rustdoc/importer/fn.regenerate_everything.html index 3dabd5f5cc..ebfdd6b3f6 100644 --- a/rustdoc/importer/fn.regenerate_everything.html +++ b/rustdoc/importer/fn.regenerate_everything.html @@ -1,4 +1,4 @@ importer::regenerate_everything - Rust

[][src]Function importer::regenerate_everything

pub(crate) fn regenerate_everything(config: ImporterConfiguration)
\ No newline at end of file + Change settings

[][src]Function importer::regenerate_everything

pub(crate) fn regenerate_everything(config: ImporterConfiguration)
\ No newline at end of file diff --git a/rustdoc/importer/index.html b/rustdoc/importer/index.html index 308382c92f..9ce184de7f 100644 --- a/rustdoc/importer/index.html +++ b/rustdoc/importer/index.html @@ -1,7 +1,7 @@ importer - Rust

[][src]Crate importer

It's assumed that the importer is run with the current directory as the project repository; aka + Change settings

[][src]Crate importer

It's assumed that the importer is run with the current directory as the project repository; aka ./data/ and ./importer/config must exist.

Modules

actdev

This module is used for all cities associated with the https://github.com/cyipt/actdev project.

diff --git a/rustdoc/importer/struct.Job.html b/rustdoc/importer/struct.Job.html index b150b111ba..f177c36402 100644 --- a/rustdoc/importer/struct.Job.html +++ b/rustdoc/importer/struct.Job.html @@ -1,7 +1,7 @@ importer::Job - Rust

[][src]Struct importer::Job

pub(crate) struct Job {
+                Change settings

[][src]Struct importer::Job

pub(crate) struct Job {
     city: String,
     osm_to_raw: bool,
     raw_to_map: bool,
@@ -9,7 +9,7 @@
     city_overview: bool,
     only_map: Option<String>,
 }

- Fields

city: Stringosm_to_raw: boolraw_to_map: boolscenario: boolcity_overview: boolonly_map: Option<String>

Implementations

impl Job[src]

pub(crate) fn run(
    self,
    config: &ImporterConfiguration,
    skip_ch: bool,
    keep_bldg_tags: bool,
    timer: &mut Timer<'_>
)
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]