From f457f3587161116100d194cdf28d36de78d6e508 Mon Sep 17 00:00:00 2001 From: dabreegster Date: Sun, 14 Feb 2021 19:24:23 +0000 Subject: [PATCH] deploy: 482c3e8600096cb1c579d8b7e45cc134b587f478 --- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- rustdoc/map_gui/all.html | 2 +- .../city_picker/fn.cities_per_country.html | 2 +- rustdoc/map_gui/tools/city_picker/index.html | 2 +- .../city_picker/struct.AllCityPicker.html | 8 +++--- .../struct.CitiesInCountryPicker.html | 8 +++--- .../tools/city_picker/struct.CityPicker.html | 6 ++-- .../map_gui/tools/fn.nice_country_name.html | 4 +++ rustdoc/map_gui/tools/fn.open_browser.html | 2 +- rustdoc/map_gui/tools/index.html | 4 +-- rustdoc/map_gui/tools/sidebar-items.js | 2 +- rustdoc/map_gui/tools/struct.CityPicker.html | 6 ++-- rustdoc/search-index.js | 14 +++++----- .../game-a95c4551e63dceca/out/built.rs.html | 2 +- rustdoc/src/map_gui/tools/city_picker.rs.html | 14 ++++++++-- rustdoc/src/map_gui/tools/mod.rs.html | 28 +++++++++++++++++++ 16 files changed, 73 insertions(+), 33 deletions(-) create mode 100644 rustdoc/map_gui/tools/fn.nice_country_name.html 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 6b3caf34a3..664c1b1c50 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 = "Sun, 14 Feb 2021 19:17:29 +0000";

The built-time in RFC2822, UTC

+ Change settings

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

pub const BUILT_TIME_UTC: &str = "Sun, 14 Feb 2021 19:21:46 +0000";

The built-time in RFC2822, UTC

\ No newline at end of file diff --git a/rustdoc/map_gui/all.html b/rustdoc/map_gui/all.html index a3eb3d4edd..95afdac343 100644 --- a/rustdoc/map_gui/all.html +++ b/rustdoc/map_gui/all.html @@ -3,4 +3,4 @@

[] - List of all items

Structs

Enums

Traits

Functions

Constants

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

Structs

Enums

Traits

Functions

Constants

\ No newline at end of file diff --git a/rustdoc/map_gui/tools/city_picker/fn.cities_per_country.html b/rustdoc/map_gui/tools/city_picker/fn.cities_per_country.html index fa0d888fb4..3f7173a98f 100644 --- a/rustdoc/map_gui/tools/city_picker/fn.cities_per_country.html +++ b/rustdoc/map_gui/tools/city_picker/fn.cities_per_country.html @@ -1,4 +1,4 @@ map_gui::tools::city_picker::cities_per_country - Rust

[][src]Function map_gui::tools::city_picker::cities_per_country

fn cities_per_country() -> BTreeMap<String, Vec<CityName>>
\ No newline at end of file + Change settings

[][src]Function map_gui::tools::city_picker::cities_per_country

fn cities_per_country() -> BTreeMap<String, Vec<CityName>>
\ No newline at end of file diff --git a/rustdoc/map_gui/tools/city_picker/index.html b/rustdoc/map_gui/tools/city_picker/index.html index 3213cd82c7..98e2aaf4e9 100644 --- a/rustdoc/map_gui/tools/city_picker/index.html +++ b/rustdoc/map_gui/tools/city_picker/index.html @@ -1,7 +1,7 @@ map_gui::tools::city_picker - Rust

[][src]Module map_gui::tools::city_picker

Structs

+ Change settings

[][src]Module map_gui::tools::city_picker

Structs

AllCityPicker
CitiesInCountryPicker
CityPicker

Lets the player switch maps.

Functions

cities_per_country
\ No newline at end of file diff --git a/rustdoc/map_gui/tools/city_picker/struct.AllCityPicker.html b/rustdoc/map_gui/tools/city_picker/struct.AllCityPicker.html index 505236f561..0a973b38f2 100644 --- a/rustdoc/map_gui/tools/city_picker/struct.AllCityPicker.html +++ b/rustdoc/map_gui/tools/city_picker/struct.AllCityPicker.html @@ -1,13 +1,13 @@ map_gui::tools::city_picker::AllCityPicker - Rust

[][src]Struct map_gui::tools::city_picker::AllCityPicker

struct AllCityPicker<A: AppLike> {
+                Change settings

[][src]Struct map_gui::tools::city_picker::AllCityPicker

struct AllCityPicker<A: AppLike> {
     panel: Panel,
     on_load: Option<Box<dyn FnOnce(&mut EventCtx<'_>, &mut A) -> Transition<A>>>,
 }

- Fields

panel: Panelon_load: Option<Box<dyn FnOnce(&mut EventCtx<'_>, &mut A) -> Transition<A>>>

Implementations

impl<A: AppLike + 'static> AllCityPicker<A>[src]

fn new(
    ctx: &mut EventCtx<'_>,
    on_load: Box<dyn FnOnce(&mut EventCtx<'_>, &mut A) -> Transition<A>>
) -> Box<dyn State<A>>
[src]

Trait Implementations

impl<A: AppLike + 'static> State<A> for AllCityPicker<A>[src]