diff --git a/rustdoc/game/all.html b/rustdoc/game/all.html index d2e8535215..812c611a2e 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 026a503cd8..ad8b094b4e 100644 --- a/rustdoc/game/app/struct.App.html +++ b/rustdoc/game/app/struct.App.html @@ -31,91 +31,84 @@ minimap. draw_default(&self, g: &mut GfxCtx<'_>)[src]

impl SimpleState<App> for BuildingProceduralGenerator[src]

impl SimpleState<App> for LaneEditor[src]

impl SimpleState<App> for LaneEditor[src]

impl SimpleState<App> for StopSignEditor[src]

impl SimpleState<App> for UberTurnViewer[src]

impl SimpleState<App> for MergeIntersections[src]

impl SimpleState<App> for MergeIntersections[src]

impl SimpleState<App> for ChangeDuration[src]

impl SimpleState<App> for StopSignEditor[src]

impl SimpleState<App> for ShowAbsolute[src]

impl SimpleState<App> for ChangeDuration[src]

impl SimpleState<App> for ShowRelative[src]

impl SimpleState<App> for ShowAbsolute[src]

impl SimpleState<App> for TuneRelative[src]

impl SimpleState<App> for ShowRelative[src]

impl SimpleState<App> for About[src]

impl SimpleState<App> for TuneRelative[src]

impl SimpleState<App> for About[src]

impl SimpleState<App> for ChangeScenario[src]

impl SimpleState<App> for ChangeScenario[src]

impl SimpleState<App> for UberTurnPicker[src]

impl SimpleState<App> for UberTurnPicker[src]

impl SimpleState<App> for UberTurnViewer[src]

impl State<App> for CutscenePlayer[src]

impl State<App> for CutscenePlayer[src]

impl State<App> for DebugMode[src]

impl State<App> for DebugMode[src]

impl State<App> for ScreenshotTest[src]

impl State<App> for ScreenshotTest[src]

impl State<App> for CollisionsViewer[src]

[][src]Trait game::app::ShowObject

pub trait ShowObject {
     fn show(&self, obj: &ID) -> bool;
 
fn layers(&self) -> &ShowLayers; -}

Required methods

fn show(&self, obj: &ID) -> bool[src]

fn layers(&self) -> &ShowLayers[src]

Loading content...

Implementors

impl ShowObject for ShowEverything[src]

impl ShowObject for DebugMode[src]

Loading content...
\ No newline at end of file +}

Required methods

fn show(&self, obj: &ID) -> bool[src]

fn layers(&self) -> &ShowLayers[src]

Loading content...

Implementors

impl ShowObject for ShowEverything[src]

impl ShowObject for DebugMode[src]

Loading content... \ No newline at end of file diff --git a/rustdoc/game/debug/building_procgen/fn.generate_buildings_on_empty_residential_roads.html b/rustdoc/game/debug/building_procgen/fn.generate_buildings_on_empty_residential_roads.html deleted file mode 100644 index beadc52286..0000000000 --- a/rustdoc/game/debug/building_procgen/fn.generate_buildings_on_empty_residential_roads.html +++ /dev/null @@ -1,4 +0,0 @@ -game::debug::building_procgen::generate_buildings_on_empty_residential_roads - Rust - -

[][src]Function game::debug::building_procgen::generate_buildings_on_empty_residential_roads

fn generate_buildings_on_empty_residential_roads(
    map: &Map,
    rng: &mut XorShiftRng,
    timer: &mut Timer<'_>
) -> Vec<Polygon>
\ No newline at end of file diff --git a/rustdoc/game/debug/building_procgen/fn.rand_dist.html b/rustdoc/game/debug/building_procgen/fn.rand_dist.html deleted file mode 100644 index 8e5dfbe2dd..0000000000 --- a/rustdoc/game/debug/building_procgen/fn.rand_dist.html +++ /dev/null @@ -1,4 +0,0 @@ -game::debug::building_procgen::rand_dist - Rust - -

[][src]Function game::debug::building_procgen::rand_dist

fn rand_dist(rng: &mut XorShiftRng, low: f64, high: f64) -> Distance
\ No newline at end of file diff --git a/rustdoc/game/debug/building_procgen/index.html b/rustdoc/game/debug/building_procgen/index.html deleted file mode 100644 index 26bdd677db..0000000000 --- a/rustdoc/game/debug/building_procgen/index.html +++ /dev/null @@ -1,6 +0,0 @@ -game::debug::building_procgen - Rust - -

[][src]Module game::debug::building_procgen

Structs

-
BuildingProceduralGenerator

Functions

-
generate_buildings_on_empty_residential_roads
rand_dist
\ No newline at end of file diff --git a/rustdoc/game/debug/building_procgen/sidebar-items.js b/rustdoc/game/debug/building_procgen/sidebar-items.js deleted file mode 100644 index 3c0418daae..0000000000 --- a/rustdoc/game/debug/building_procgen/sidebar-items.js +++ /dev/null @@ -1 +0,0 @@ -initSidebarItems({"fn":[["generate_buildings_on_empty_residential_roads",""],["rand_dist",""]],"struct":[["BuildingProceduralGenerator",""]]}); \ No newline at end of file diff --git a/rustdoc/game/debug/building_procgen/struct.BuildingProceduralGenerator.html b/rustdoc/game/debug/building_procgen/struct.BuildingProceduralGenerator.html deleted file mode 100644 index 8a30b6746b..0000000000 --- a/rustdoc/game/debug/building_procgen/struct.BuildingProceduralGenerator.html +++ /dev/null @@ -1,42 +0,0 @@ -game::debug::building_procgen::BuildingProceduralGenerator - Rust - -

[][src]Struct game::debug::building_procgen::BuildingProceduralGenerator

pub struct BuildingProceduralGenerator {
-    houses: Drawable,
-}

- Fields

houses: Drawable

Implementations

impl BuildingProceduralGenerator[src]

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

Trait Implementations

impl SimpleState<App> for BuildingProceduralGenerator[src]

Auto Trait Implementations

impl !RefUnwindSafe for BuildingProceduralGenerator[src]

impl !Send for BuildingProceduralGenerator[src]

impl !Sync for BuildingProceduralGenerator[src]

impl Unpin for BuildingProceduralGenerator[src]

impl UnwindSafe for BuildingProceduralGenerator[src]

Blanket Implementations

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

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Downcast for T where
    T: Any

impl<T> DowncastSync for T where
    T: Send + Sync + Any

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

-

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

-

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

-

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

\ No newline at end of file diff --git a/rustdoc/game/debug/fn.calc_all_routes.html b/rustdoc/game/debug/fn.calc_all_routes.html index e61793c7ca..faf516a9fc 100644 --- a/rustdoc/game/debug/fn.calc_all_routes.html +++ b/rustdoc/game/debug/fn.calc_all_routes.html @@ -1,4 +1,4 @@ game::debug::calc_all_routes - Rust

[][src]Function game::debug::calc_all_routes

fn calc_all_routes(ctx: &EventCtx<'_>, app: &mut App) -> (usize, Drawable)
\ No newline at end of file + Change settings

[][src]Function game::debug::calc_all_routes

fn calc_all_routes(ctx: &EventCtx<'_>, app: &mut App) -> (usize, Drawable)
\ No newline at end of file diff --git a/rustdoc/game/debug/fn.diff_tags.html b/rustdoc/game/debug/fn.diff_tags.html index ce7668e6a5..b15ee112d1 100644 --- a/rustdoc/game/debug/fn.diff_tags.html +++ b/rustdoc/game/debug/fn.diff_tags.html @@ -1,4 +1,4 @@ game::debug::diff_tags - Rust

[][src]Function game::debug::diff_tags

fn diff_tags(t1: &Tags, t2: &Tags)
\ No newline at end of file + Change settings

[][src]Function game::debug::diff_tags

fn diff_tags(t1: &Tags, t2: &Tags)
\ No newline at end of file diff --git a/rustdoc/game/debug/fn.export_for_leaflet.html b/rustdoc/game/debug/fn.export_for_leaflet.html index 5bc547900d..5cbc50de4f 100644 --- a/rustdoc/game/debug/fn.export_for_leaflet.html +++ b/rustdoc/game/debug/fn.export_for_leaflet.html @@ -1,4 +1,4 @@ game::debug::export_for_leaflet - Rust

[][src]Function game::debug::export_for_leaflet

fn export_for_leaflet(ctx: &mut EventCtx<'_>, app: &App)
\ No newline at end of file + Change settings

[][src]Function game::debug::export_for_leaflet

fn export_for_leaflet(ctx: &mut EventCtx<'_>, app: &App)
\ No newline at end of file diff --git a/rustdoc/game/debug/fn.find_bad_signals.html b/rustdoc/game/debug/fn.find_bad_signals.html index 8dbd15b6b3..d99c2fe37f 100644 --- a/rustdoc/game/debug/fn.find_bad_signals.html +++ b/rustdoc/game/debug/fn.find_bad_signals.html @@ -1,4 +1,4 @@ game::debug::find_bad_signals - Rust

[][src]Function game::debug::find_bad_signals

fn find_bad_signals(app: &App)
\ No newline at end of file + Change settings

[][src]Function game::debug::find_bad_signals

fn find_bad_signals(app: &App)
\ No newline at end of file diff --git a/rustdoc/game/debug/fn.find_degenerate_roads.html b/rustdoc/game/debug/fn.find_degenerate_roads.html index 71b54164c2..d194526532 100644 --- a/rustdoc/game/debug/fn.find_degenerate_roads.html +++ b/rustdoc/game/debug/fn.find_degenerate_roads.html @@ -1,4 +1,4 @@ game::debug::find_degenerate_roads - Rust

[][src]Function game::debug::find_degenerate_roads

fn find_degenerate_roads(app: &App)
\ No newline at end of file + Change settings

[][src]Function game::debug::find_degenerate_roads

fn find_degenerate_roads(app: &App)
\ No newline at end of file diff --git a/rustdoc/game/debug/fn.find_large_intersections.html b/rustdoc/game/debug/fn.find_large_intersections.html index b9c7ad6edd..8b9e6289ec 100644 --- a/rustdoc/game/debug/fn.find_large_intersections.html +++ b/rustdoc/game/debug/fn.find_large_intersections.html @@ -1,4 +1,4 @@ game::debug::find_large_intersections - Rust

[][src]Function game::debug::find_large_intersections

fn find_large_intersections(app: &App)
\ No newline at end of file + Change settings

[][src]Function game::debug::find_large_intersections

fn find_large_intersections(app: &App)
\ No newline at end of file diff --git a/rustdoc/game/debug/fn.search_osm.html b/rustdoc/game/debug/fn.search_osm.html index edc6608933..ac1b750043 100644 --- a/rustdoc/game/debug/fn.search_osm.html +++ b/rustdoc/game/debug/fn.search_osm.html @@ -1,4 +1,4 @@ game::debug::search_osm - Rust

[][src]Function game::debug::search_osm

fn search_osm(
    filter: String,
    ctx: &mut EventCtx<'_>,
    app: &mut App
) -> Transition<App>
\ No newline at end of file + Change settings

[][src]Function game::debug::search_osm

fn search_osm(
    filter: String,
    ctx: &mut EventCtx<'_>,
    app: &mut App
) -> Transition<App>
\ No newline at end of file diff --git a/rustdoc/game/debug/index.html b/rustdoc/game/debug/index.html index c77a306e6f..3c1f01d032 100644 --- a/rustdoc/game/debug/index.html +++ b/rustdoc/game/debug/index.html @@ -1,7 +1,7 @@ game::debug - Rust

[][src]Module game::debug

Modules

-
blocked_by
building_procgen
floodfill
objects
path_counter
polygons
routes
shared_row
streetmix

Structs

+ Change settings

[][src]Module game::debug

Modules

+
blocked_by
floodfill
objects
path_counter
polygons
routes
shared_row
streetmix

Structs

Actions
DebugMode
ScreenshotTest
SearchResults

Functions

calc_all_routes
diff_tags
export_for_leaflet
find_bad_signals
find_degenerate_roads
find_large_intersections
search_osm
\ No newline at end of file diff --git a/rustdoc/game/debug/sidebar-items.js b/rustdoc/game/debug/sidebar-items.js index 090cfb30c3..95c9935dfd 100644 --- a/rustdoc/game/debug/sidebar-items.js +++ b/rustdoc/game/debug/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"fn":[["calc_all_routes",""],["diff_tags",""],["export_for_leaflet",""],["find_bad_signals",""],["find_degenerate_roads",""],["find_large_intersections",""],["search_osm",""]],"mod":[["blocked_by",""],["building_procgen",""],["floodfill",""],["objects",""],["path_counter",""],["polygons",""],["routes",""],["shared_row",""],["streetmix",""]],"struct":[["Actions",""],["DebugMode",""],["ScreenshotTest",""],["SearchResults",""]]}); \ No newline at end of file +initSidebarItems({"fn":[["calc_all_routes",""],["diff_tags",""],["export_for_leaflet",""],["find_bad_signals",""],["find_degenerate_roads",""],["find_large_intersections",""],["search_osm",""]],"mod":[["blocked_by",""],["floodfill",""],["objects",""],["path_counter",""],["polygons",""],["routes",""],["shared_row",""],["streetmix",""]],"struct":[["Actions",""],["DebugMode",""],["ScreenshotTest",""],["SearchResults",""]]}); \ No newline at end of file diff --git a/rustdoc/game/debug/struct.Actions.html b/rustdoc/game/debug/struct.Actions.html index 3bb7f92eb0..64da493faa 100644 --- a/rustdoc/game/debug/struct.Actions.html +++ b/rustdoc/game/debug/struct.Actions.html @@ -1,7 +1,7 @@ game::debug::Actions - Rust

[][src]Struct game::debug::Actions

struct Actions;

Trait Implementations

impl ContextualActions for Actions[src]

Auto Trait Implementations

Blanket Implementations

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

[][src]Struct game::debug::Actions

struct Actions;

Trait Implementations

impl ContextualActions for Actions[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Downcast for T where
    T: Any