From abf7d4e1225a225b808a3f48c91362167f631fe6 Mon Sep 17 00:00:00 2001 From: dabreegster Date: Thu, 29 Apr 2021 01:14:25 +0000 Subject: [PATCH] deploy: 8c5f603c39d50e7306e3a16546962ccd33b54e7a --- rustdoc/game/all.html | 2 +- rustdoc/game/app/struct.App.html | 20 +++++------ .../built_info/constant.BUILT_TIME_UTC.html | 2 +- rustdoc/game/pregame/built_info/fn.time.html | 2 +- rustdoc/game/pregame/built_info/index.html | 2 +- .../pregame/fn.default_scenario_for_map.html | 5 +++ rustdoc/game/pregame/index.html | 7 ++-- rustdoc/game/pregame/proposals/fn.launch.html | 2 +- rustdoc/game/pregame/proposals/index.html | 2 +- rustdoc/game/pregame/sidebar-items.js | 2 +- rustdoc/game/pregame/struct.About.html | 8 ++--- rustdoc/game/pregame/struct.MainMenu.html | 8 ++--- rustdoc/game/pregame/struct.Screensaver.html | 4 +-- rustdoc/game/pregame/struct.TitleScreen.html | 6 ++-- .../sandbox/gameplay/freeform/fn.actions.html | 2 +- .../sandbox/gameplay/freeform/fn.execute.html | 2 +- .../freeform/fn.spawn_agents_around.html | 2 +- .../game/sandbox/gameplay/freeform/index.html | 2 +- .../freeform/struct.ChangeScenario.html | 4 +-- rustdoc/search-index.js | 2 +- .../game-e51c0a1cdd4549fe/out/built.rs.html | 2 +- rustdoc/src/game/pregame/mod.rs.html | 36 ++++++++++++++----- rustdoc/src/game/pregame/proposals.rs.html | 22 +++--------- .../sandbox/gameplay/freeform/mod.rs.html | 16 ++++++++- rustdoc/src/widgetry/widgets/mod.rs.html | 22 +----------- rustdoc/widgetry/struct.EdgeInsets.html | 18 +++++----- rustdoc/widgetry/struct.Widget.html | 12 +++---- rustdoc/widgetry/widgets/index.html | 2 +- .../widgetry/widgets/struct.EdgeInsets.html | 18 +++++----- rustdoc/widgetry/widgets/struct.Widget.html | 12 +++---- 30 files changed, 126 insertions(+), 120 deletions(-) create mode 100644 rustdoc/game/pregame/fn.default_scenario_for_map.html diff --git a/rustdoc/game/all.html b/rustdoc/game/all.html index e1ceb901b6..f2d8fa139a 100644 --- a/rustdoc/game/all.html +++ b/rustdoc/game/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Enums

Traits

Functions

Typedefs

Constants

+

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 ab4f595437..509d6a54cb 100644 --- a/rustdoc/game/app/struct.App.html +++ b/rustdoc/game/app/struct.App.html @@ -94,9 +94,9 @@ the event and immediately apply the transition.

impl SimpleState<App> for ChangeScenario[src]

impl SimpleState<App> for ChangeScenario[src]

impl State<App> for TitleScreen[src]

impl State<App> for TitleScreen[src]

impl State<App> for MainMenu[src]

impl State<App> for MainMenu[src]

impl State<App> for About[src]

impl State<App> for About[src]

impl State<App> for CommuterPatterns[src]

Function game::pregame::built_info::time[][src]

pub fn time() -> Text
\ No newline at end of file diff --git a/rustdoc/game/pregame/built_info/index.html b/rustdoc/game/pregame/built_info/index.html index 873ed4f150..1e06b9d258 100644 --- a/rustdoc/game/pregame/built_info/index.html +++ b/rustdoc/game/pregame/built_info/index.html @@ -1,7 +1,7 @@ game::pregame::built_info - Rust

Module game::pregame::built_info[][src]

Constants

+ Change settings

Module game::pregame::built_info[][src]

Constants

BUILT_TIME_UTC

The built-time in RFC2822, UTC

CFG_ENDIAN

The endianness, given by cfg!(target_endian).

CFG_ENV

The toolchain-environment, given by cfg!(target_env).

diff --git a/rustdoc/game/pregame/fn.default_scenario_for_map.html b/rustdoc/game/pregame/fn.default_scenario_for_map.html new file mode 100644 index 0000000000..67ff77bbfe --- /dev/null +++ b/rustdoc/game/pregame/fn.default_scenario_for_map.html @@ -0,0 +1,5 @@ +game::pregame::default_scenario_for_map - Rust + +

Function game::pregame::default_scenario_for_map[][src]

fn default_scenario_for_map(name: &MapName) -> String
+ \ No newline at end of file diff --git a/rustdoc/game/pregame/index.html b/rustdoc/game/pregame/index.html index 1200357a15..044bdc720f 100644 --- a/rustdoc/game/pregame/index.html +++ b/rustdoc/game/pregame/index.html @@ -1,7 +1,8 @@ game::pregame - Rust -

Module game::pregame[][src]

Modules

+

Module game::pregame[][src]

Modules

built_info
proposals

Structs

-
About
MainMenu
Screensaver
TitleScreen
+
About
MainMenu
Screensaver
TitleScreen

Functions

+
default_scenario_for_map
\ No newline at end of file diff --git a/rustdoc/game/pregame/proposals/fn.launch.html b/rustdoc/game/pregame/proposals/fn.launch.html index 84cd99626f..32b4dab4bc 100644 --- a/rustdoc/game/pregame/proposals/fn.launch.html +++ b/rustdoc/game/pregame/proposals/fn.launch.html @@ -1,5 +1,5 @@ game::pregame::proposals::launch - Rust

Function game::pregame::proposals::launch[][src]

fn launch(
    ctx: &mut EventCtx<'_>,
    app: &App,
    edits: PermanentMapEdits
) -> Transition<App>
+ Change settings

Function game::pregame::proposals::launch[][src]

fn launch(
    ctx: &mut EventCtx<'_>,
    app: &App,
    edits: PermanentMapEdits
) -> Transition<App>
\ No newline at end of file diff --git a/rustdoc/game/pregame/proposals/index.html b/rustdoc/game/pregame/proposals/index.html index dac3a379e9..d56bdb9c98 100644 --- a/rustdoc/game/pregame/proposals/index.html +++ b/rustdoc/game/pregame/proposals/index.html @@ -1,7 +1,7 @@ game::pregame::proposals - Rust

Module game::pregame::proposals[][src]

Structs

+ Change settings

Module game::pregame::proposals[][src]

Structs

Proposals

Functions

launch
\ No newline at end of file diff --git a/rustdoc/game/pregame/sidebar-items.js b/rustdoc/game/pregame/sidebar-items.js index 6e8fdbafe6..6664eb312e 100644 --- a/rustdoc/game/pregame/sidebar-items.js +++ b/rustdoc/game/pregame/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"mod":[["built_info",""],["proposals",""]],"struct":[["About",""],["MainMenu",""],["Screensaver",""],["TitleScreen",""]]}); \ No newline at end of file +initSidebarItems({"fn":[["default_scenario_for_map",""]],"mod":[["built_info",""],["proposals",""]],"struct":[["About",""],["MainMenu",""],["Screensaver",""],["TitleScreen",""]]}); \ No newline at end of file diff --git a/rustdoc/game/pregame/struct.About.html b/rustdoc/game/pregame/struct.About.html index 302f0ae8bf..684c22ef87 100644 --- a/rustdoc/game/pregame/struct.About.html +++ b/rustdoc/game/pregame/struct.About.html @@ -1,12 +1,12 @@ game::pregame::About - Rust

Struct game::pregame::About[][src]

struct About {
+                Change settings

Struct game::pregame::About[][src]

struct About {
     panel: Panel,
 }

- Fields

panel: Panel

Implementations

impl About[src]

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

Trait Implementations

impl State<App> for About[src]