From ee0cafc00c981459c6e38b955b66ad69d5169d8c Mon Sep 17 00:00:00 2001 From: Chris Ridley Date: Mon, 22 Oct 2018 21:09:02 -0500 Subject: [PATCH] Modified csproj for 1.6.1 release. Regenerated docs. --- GoRogue/GoRogue.csproj | 4 ++-- ..._map_views_1_1_i_map_view_extensions-members.html | 2 +- ...ogue_1_1_map_views_1_1_i_map_view_extensions.html | 12 ++++++------ docs/functions.html | 2 +- docs/functions_func.html | 2 +- docs/search/all_0.js | 2 +- docs/search/functions_0.js | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/GoRogue/GoRogue.csproj b/GoRogue/GoRogue.csproj index 4bdb9683..0aaaaf67 100644 --- a/GoRogue/GoRogue.csproj +++ b/GoRogue/GoRogue.csproj @@ -3,13 +3,13 @@ netstandard2.0 GoRogue - 1.6.0 + 1.6.1 Christopher Ridley Roguelike/2D game utility library. https://github.com/Chris3606/GoRogue/blob/master/LICENSE https://github.com/Chris3606/GoRogue false - WARNING: May require very minor tweaks to enable backwards compatibility. See https://github.com/Chris3606/GoRogue/releases/tag/v1.6.0 for release notes. + See https://github.com/Chris3606/GoRogue/releases/tag/v1.6.1 for release notes. Copyright © 2018 Christopher Ridley. All rights reserved. roguelike roguelikes rogue library 2d game games diff --git a/docs/class_go_rogue_1_1_map_views_1_1_i_map_view_extensions-members.html b/docs/class_go_rogue_1_1_map_views_1_1_i_map_view_extensions-members.html index 9e51031f..38756fd2 100644 --- a/docs/class_go_rogue_1_1_map_views_1_1_i_map_view_extensions-members.html +++ b/docs/class_go_rogue_1_1_map_views_1_1_i_map_view_extensions-members.html @@ -70,7 +70,7 @@

This is the complete list of members for GoRogue.MapViews.IMapViewExtensions, including all inherited members.

- + diff --git a/docs/class_go_rogue_1_1_map_views_1_1_i_map_view_extensions.html b/docs/class_go_rogue_1_1_map_views_1_1_i_map_view_extensions.html index 32afe964..7ae4b6f1 100644 --- a/docs/class_go_rogue_1_1_map_views_1_1_i_map_view_extensions.html +++ b/docs/class_go_rogue_1_1_map_views_1_1_i_map_view_extensions.html @@ -112,15 +112,15 @@ - - - + + +
ApplyOverlay< T >(this ISettableMapView< T > self, ISettableMapView< T > overlay)GoRogue.MapViews.IMapViewExtensionsstatic
ApplyOverlay< T >(this ISettableMapView< T > self, IMapView< T > overlay)GoRogue.MapViews.IMapViewExtensionsstatic
Bounds< T >(this IMapView< T > mapView)GoRogue.MapViews.IMapViewExtensionsstatic
ExtendToString< T >(this IMapView< T > map, string begin="", string beginRow="", Func< T, string > elementStringifier=null, string rowSeparator="\, string elementSeparator=" ", string endRow="", string end="")GoRogue.MapViews.IMapViewExtensionsstatic
ExtendToString< T >(this IMapView< T > map, int fieldSize, string begin="", string beginRow="", Func< T, string > elementStringifier=null, string rowSeparator="\, string elementSeparator=" ", string endRow="", string end="")GoRogue.MapViews.IMapViewExtensionsstatic
static string ExtendToString< T > (this IMapView< T > map, int fieldSize, string begin="", string beginRow="", Func< T, string > elementStringifier=null, string rowSeparator="\, string elementSeparator=" ", string endRow="", string end="")
 Extension method for IMapViews allowing printing the contents. Takes characters to surround the map, and each row, the method used to get the string representation of each element (defaulting to the ToString function of type T), and separation characters for each element and row. Takes the size of the field to give each element, characters to surround the MapView printout, and each row, the method used to get the string representation of each element (defaulting to the ToString function of type T), and separation characters for each element and row. More...
 
static void ApplyOverlay< T > (this ISettableMapView< T > self, ISettableMapView< T > overlay)
 Extension method that applies values of the overlay to the current one – effectively sets all the values of the current map to be corresponding to the one you pass in. More...
 
static void ApplyOverlay< T > (this ISettableMapView< T > self, IMapView< T > overlay)
 Extension method that applies values of the overlay to the current one – effectively sets all the values of the current map to be corresponding to the one you pass in. More...
 

Detailed Description

Extensions for the IMapView class that effectively act as methods with default implementations for them.

Member Function Documentation

- -

§ ApplyOverlay< T >()

+ +

§ ApplyOverlay< T >()

@@ -137,7 +137,7 @@

- ISettableMapView< T >  + IMapView< T >  overlay  diff --git a/docs/functions.html b/docs/functions.html index c649cdd3..a63b5c8d 100644 --- a/docs/functions.html +++ b/docs/functions.html @@ -82,7 +82,7 @@

- a -

    : GoRogue.Lines
  • ApplyOverlay< T >() -: GoRogue.MapViews.IMapViewExtensions +: GoRogue.MapViews.IMapViewExtensions
  • Area : GoRogue.BoundedRectangle diff --git a/docs/functions_func.html b/docs/functions_func.html index 2655247e..3d57ba4f 100644 --- a/docs/functions_func.html +++ b/docs/functions_func.html @@ -76,7 +76,7 @@

    - a -

      : GoRogue.DiceNotation.Terms.AddTerm
    • ApplyOverlay< T >() -: GoRogue.MapViews.IMapViewExtensions +: GoRogue.MapViews.IMapViewExtensions
    • ArrayMap() : GoRogue.MapViews.ArrayMap< T > diff --git a/docs/search/all_0.js b/docs/search/all_0.js index e71b47cd..4633066e 100644 --- a/docs/search/all_0.js +++ b/docs/search/all_0.js @@ -7,7 +7,7 @@ var searchData= ['adjacencymethod',['AdjacencyMethod',['../class_go_rogue_1_1_map_generation_1_1_map_area_finder.html#a70843aa6f6d61c191103109dbc22b97e',1,'GoRogue::MapGeneration::MapAreaFinder']]], ['adjacencyrule',['AdjacencyRule',['../class_go_rogue_1_1_adjacency_rule.html',1,'GoRogue']]], ['algorithm',['Algorithm',['../class_go_rogue_1_1_lines.html#a8bc986220b795ee48df0f0c1c7b71b96',1,'GoRogue::Lines']]], - ['applyoverlay_3c_20t_20_3e',['ApplyOverlay< T >',['../class_go_rogue_1_1_map_views_1_1_i_map_view_extensions.html#a2ca1299f59016ff00fc3451b7a537347',1,'GoRogue::MapViews::IMapViewExtensions']]], + ['applyoverlay_3c_20t_20_3e',['ApplyOverlay< T >',['../class_go_rogue_1_1_map_views_1_1_i_map_view_extensions.html#a5d5eb088860c62be89cc368fbdd93dca',1,'GoRogue::MapViews::IMapViewExtensions']]], ['area',['Area',['../class_go_rogue_1_1_bounded_rectangle.html#a83179f2b68ecb0a3a6a58f72c83790e8',1,'GoRogue.BoundedRectangle.Area()'],['../struct_go_rogue_1_1_rectangle.html#a396ad1593496a406360e5a54f5a5f293',1,'GoRogue.Rectangle.Area()']]], ['arraymap',['ArrayMap',['../class_go_rogue_1_1_map_views_1_1_array_map.html#a969aa2bc9d2e2952c32c6f5f750277b1',1,'GoRogue::MapViews::ArrayMap']]], ['arraymap',['ArrayMap',['../class_go_rogue_1_1_map_views_1_1_array_map.html',1,'GoRogue::MapViews']]], diff --git a/docs/search/functions_0.js b/docs/search/functions_0.js index a5737bc1..9770ba85 100644 --- a/docs/search/functions_0.js +++ b/docs/search/functions_0.js @@ -3,7 +3,7 @@ var searchData= ['add',['Add',['../class_go_rogue_1_1_effect_trigger.html#a0a18bea5f6c1711e3c30f3bf21bf7800',1,'GoRogue.EffectTrigger.Add()'],['../interface_go_rogue_1_1_i_spatial_map.html#a427f33ca5566188485ba1816f608202c',1,'GoRogue.ISpatialMap.Add(T newItem, Coord position)'],['../interface_go_rogue_1_1_i_spatial_map.html#a006540e72e630cca15477f597467de12',1,'GoRogue.ISpatialMap.Add(T newItem, int x, int y)'],['../class_go_rogue_1_1_map_generation_1_1_map_area.html#ab49f6f3aa8a484deae891e60f0f96de9',1,'GoRogue.MapGeneration.MapArea.Add(Coord position)'],['../class_go_rogue_1_1_map_generation_1_1_map_area.html#ac745ba57ec4b4fb2da679c104d190904',1,'GoRogue.MapGeneration.MapArea.Add(IEnumerable< Coord > positions)'],['../class_go_rogue_1_1_map_generation_1_1_map_area.html#affa0f33ead5f11e448b7a562e44d18e3',1,'GoRogue.MapGeneration.MapArea.Add(Rectangle rectangle)'],['../class_go_rogue_1_1_map_generation_1_1_map_area.html#a09c165c09915148ce3a81437130554c3',1,'GoRogue.MapGeneration.MapArea.Add(int x, int y)'],['../class_go_rogue_1_1_map_generation_1_1_map_area.html#a71af6463db7c70b83318b5aaf11b7448',1,'GoRogue.MapGeneration.MapArea.Add(IReadOnlyMapArea area)'],['../class_go_rogue_1_1_multi_spatial_map.html#a6a3cae9e58328653df6467d026d6f6ad',1,'GoRogue.MultiSpatialMap.Add(T newItem, Coord position)'],['../class_go_rogue_1_1_multi_spatial_map.html#a04425804c37fef6c0401421bd16b0b59',1,'GoRogue.MultiSpatialMap.Add(T newItem, int x, int y)'],['../class_go_rogue_1_1_spatial_map.html#a48209e0b3c847a1ab14fa6cef713ad7a',1,'GoRogue.SpatialMap.Add(T newItem, Coord position)'],['../class_go_rogue_1_1_spatial_map.html#a3a55c54549dd435297827ec47a2799f4',1,'GoRogue.SpatialMap.Add(T newItem, int x, int y)']]], ['addsensesource',['AddSenseSource',['../class_go_rogue_1_1_sense_mapping_1_1_sense_map.html#aa2f95f7c9d06b71f74f02055825abee0',1,'GoRogue::SenseMapping::SenseMap']]], ['addterm',['AddTerm',['../class_go_rogue_1_1_dice_notation_1_1_terms_1_1_add_term.html#a72c16b13434b6872bab6113c4cf7ced5',1,'GoRogue::DiceNotation::Terms::AddTerm']]], - ['applyoverlay_3c_20t_20_3e',['ApplyOverlay< T >',['../class_go_rogue_1_1_map_views_1_1_i_map_view_extensions.html#a2ca1299f59016ff00fc3451b7a537347',1,'GoRogue::MapViews::IMapViewExtensions']]], + ['applyoverlay_3c_20t_20_3e',['ApplyOverlay< T >',['../class_go_rogue_1_1_map_views_1_1_i_map_view_extensions.html#a5d5eb088860c62be89cc368fbdd93dca',1,'GoRogue::MapViews::IMapViewExtensions']]], ['arraymap',['ArrayMap',['../class_go_rogue_1_1_map_views_1_1_array_map.html#a969aa2bc9d2e2952c32c6f5f750277b1',1,'GoRogue::MapViews::ArrayMap']]], ['asreadonly',['AsReadOnly',['../class_go_rogue_1_1_disjoint_set.html#a348284b8d282b57fd06bf21ffb2ac176',1,'GoRogue.DisjointSet.AsReadOnly()'],['../class_go_rogue_1_1_f_o_v.html#a910fa74d84a73dcdfcaeb90af860b2c6',1,'GoRogue.FOV.AsReadOnly()'],['../interface_go_rogue_1_1_i_read_only_spatial_map.html#a00324c875d4ec4b16e19364365d27e08',1,'GoRogue.IReadOnlySpatialMap.AsReadOnly()'],['../class_go_rogue_1_1_multi_spatial_map.html#a00e56d30e6d55542c2d592f5696b542e',1,'GoRogue.MultiSpatialMap.AsReadOnly()'],['../class_go_rogue_1_1_radius_area_provider.html#ae20a7a60a954ed5b6a272f305ed55e58',1,'GoRogue.RadiusAreaProvider.AsReadOnly()'],['../class_go_rogue_1_1_sense_mapping_1_1_sense_map.html#a5b64b436fdfa7833d434b495c13ea12f',1,'GoRogue.SenseMapping.SenseMap.AsReadOnly()'],['../class_go_rogue_1_1_spatial_map.html#a817692b1d08c2c19e48dbb8aa36617f8',1,'GoRogue.SpatialMap.AsReadOnly()']]], ['asreadonly_3c_20k_2c_20v_20_3e',['AsReadOnly< K, V >',['../class_go_rogue_1_1_utility.html#a9dc7718fb3ddce17a7974748d5ba23bb',1,'GoRogue::Utility']]],