From 9c0e978f83bfd1c907e66b2afd3f86efa9802e90 Mon Sep 17 00:00:00 2001 From: dabreegster Date: Thu, 22 Apr 2021 00:14:29 +0000 Subject: [PATCH] deploy: 38f5da4f80377907ad165f6a227e557f97a42885 --- rustdoc/game/app/struct.App.html | 4 +- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- rustdoc/game/sandbox/fn.is_daytime.html | 2 +- .../fn.mouseover_unzoomed_agent_circle.html | 2 +- .../freeform/grid2demand/fn.import.html | 2 +- .../gameplay/freeform/grid2demand/index.html | 2 +- rustdoc/game/sandbox/index.html | 2 +- .../game/sandbox/struct.SandboxControls.html | 2 +- .../game/sandbox/struct.SandboxLoader.html | 4 +- rustdoc/map_gui/load/index.html | 2 +- rustdoc/map_gui/load/struct.FutureLoader.html | 12 +- .../fn.prompt_to_download_missing_data.html | 2 +- .../tools/updater/fn.download_cities.html | 2 +- .../fn.prompt_to_download_missing_data.html | 2 +- rustdoc/map_gui/tools/updater/index.html | 2 +- rustdoc/search-index.js | 10 +- .../game-e51c0a1cdd4549fe/out/built.rs.html | 2 +- .../gameplay/freeform/grid2demand.rs.html | 8 ++ rustdoc/src/game/sandbox/mod.rs.html | 8 ++ rustdoc/src/map_gui/load.rs.html | 112 +++++++++++++++++- rustdoc/src/map_gui/tools/updater.rs.html | 50 ++++++-- 21 files changed, 190 insertions(+), 44 deletions(-) diff --git a/rustdoc/game/app/struct.App.html b/rustdoc/game/app/struct.App.html index 4dcf553c55..81aa014fd6 100644 --- a/rustdoc/game/app/struct.App.html +++ b/rustdoc/game/app/struct.App.html @@ -301,8 +301,8 @@ call this to handle all other events. Read more

impl State<App> for SandboxLoader[src]

impl State<App> for SandboxLoader[src]

impl State<App> for Floodfiller[src]

Function game::sandbox::is_daytime[][src]

fn is_daytime(app: &App) -> bool
\ No newline at end of file diff --git a/rustdoc/game/sandbox/fn.mouseover_unzoomed_agent_circle.html b/rustdoc/game/sandbox/fn.mouseover_unzoomed_agent_circle.html index 7ddb007c6e..d24bd6aaae 100644 --- a/rustdoc/game/sandbox/fn.mouseover_unzoomed_agent_circle.html +++ b/rustdoc/game/sandbox/fn.mouseover_unzoomed_agent_circle.html @@ -1,5 +1,5 @@ game::sandbox::mouseover_unzoomed_agent_circle - Rust

Function game::sandbox::mouseover_unzoomed_agent_circle[][src]

fn mouseover_unzoomed_agent_circle(ctx: &mut EventCtx<'_>, app: &mut App)
+ Change settings

Function game::sandbox::mouseover_unzoomed_agent_circle[][src]

fn mouseover_unzoomed_agent_circle(ctx: &mut EventCtx<'_>, app: &mut App)
\ No newline at end of file diff --git a/rustdoc/game/sandbox/gameplay/freeform/grid2demand/fn.import.html b/rustdoc/game/sandbox/gameplay/freeform/grid2demand/fn.import.html index 2e48f7387e..8ffd048a58 100644 --- a/rustdoc/game/sandbox/gameplay/freeform/grid2demand/fn.import.html +++ b/rustdoc/game/sandbox/gameplay/freeform/grid2demand/fn.import.html @@ -1,5 +1,5 @@ game::sandbox::gameplay::freeform::grid2demand::import - Rust

Function game::sandbox::gameplay::freeform::grid2demand::import[][src]

pub fn import(ctx: &mut EventCtx<'_>) -> Transition<App>
+ Change settings

Function game::sandbox::gameplay::freeform::grid2demand::import[][src]

pub fn import(ctx: &mut EventCtx<'_>) -> Transition<App>
\ No newline at end of file diff --git a/rustdoc/game/sandbox/gameplay/freeform/grid2demand/index.html b/rustdoc/game/sandbox/gameplay/freeform/grid2demand/index.html index e19ab4b19b..cf6b856704 100644 --- a/rustdoc/game/sandbox/gameplay/freeform/grid2demand/index.html +++ b/rustdoc/game/sandbox/gameplay/freeform/grid2demand/index.html @@ -1,6 +1,6 @@ game::sandbox::gameplay::freeform::grid2demand - Rust

Module game::sandbox::gameplay::freeform::grid2demand[][src]

Functions

+ Change settings

Module game::sandbox::gameplay::freeform::grid2demand[][src]

Functions

import
\ No newline at end of file diff --git a/rustdoc/game/sandbox/index.html b/rustdoc/game/sandbox/index.html index 1166720ed7..25501bddad 100644 --- a/rustdoc/game/sandbox/index.html +++ b/rustdoc/game/sandbox/index.html @@ -1,7 +1,7 @@ game::sandbox - Rust

Module game::sandbox[][src]

Re-exports

+ Change settings

Module game::sandbox[][src]

Re-exports

pub use self::gameplay::spawn_agents_around;
pub use self::gameplay::GameplayMode;
pub use self::gameplay::TutorialPointer;
pub use self::gameplay::TutorialState;
pub use self::minimap::MinimapController;
pub use self::speed::SpeedSetting;
pub use self::speed::TimePanel;
pub use self::time_warp::TimeWarpScreen;

Modules

dashboards
gameplay
minimap
misc_tools
speed
time_warp

Structs

Actions
BackToMainMenu
SandboxControls
SandboxLoader
SandboxMode

Enums

diff --git a/rustdoc/game/sandbox/struct.SandboxControls.html b/rustdoc/game/sandbox/struct.SandboxControls.html index b4ebe1628f..2e5b30c5bb 100644 --- a/rustdoc/game/sandbox/struct.SandboxControls.html +++ b/rustdoc/game/sandbox/struct.SandboxControls.html @@ -8,7 +8,7 @@ pub time_panel: Option<TimePanel>, minimap: Option<Minimap<App, MinimapController>>, }

- Fields

common: Option<CommonState>route_preview: Option<RoutePreview>tool_panel: Option<Panel>time_panel: Option<TimePanel>minimap: Option<Minimap<App, MinimapController>>

Implementations

impl SandboxControls[src]

pub fn new(
    ctx: &mut EventCtx<'_>,
    app: &App,
    gameplay: &Box<dyn GameplayState>
) -> SandboxControls
[src]

fn recreate_panels(&mut self, ctx: &mut EventCtx<'_>, app: &App)[src]

Auto Trait Implementations

Blanket Implementations

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