diff --git a/Changelog.md b/Changelog.md index b187126..519a011 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,11 +1,16 @@ -# 0.17.2 -Improvements -- Turned the mac build into an app bundle -- Improved video ram usage of outside tiles +# 0.17.3 +Apologies for the many hotfix updates recently. If you encounter any more bugs, don't hesitate to let us know using the [report form](https://tinylifegame.com/bugreport). + +Improvements +- Default names of lots on the map are now localized when creating a new save +- Added an option to disable camera rounding, which helps with visual fragments on some screen sizes +- Turned the mac build into an app bundle (0.17.2) +- Improved video ram usage of outside tiles (0.17.2) -# 0.17.1 Fixes -- Fixed an exception when putting away books +- Fixed a crash when rotating the camera on some machines +- Fixed visual fragments on the terrain on some screen sizes +- Fixed an exception when putting away books (0.17.1) # 0.17.0 This update has a devlog post, which you can view [on itch](https://ellpeck.itch.io/tiny-life/devlog/303915/0170-life-goals-reward-personalities-and-daily-tasks) or [on Steam](https://store.steampowered.com/news/app/1651490/view/4244072077610086379). Tiny Life now has a [Twitter](https://twitter.com/TinyLifeGame) for news and sneak peeks, as well! diff --git a/api/.manifest b/api/.manifest index 7ad52aa..ae678f7 100644 --- a/api/.manifest +++ b/api/.manifest @@ -919,6 +919,7 @@ "TinyLife.LnCategory.Hints": "TinyLife.LnCategory.yml", "TinyLife.LnCategory.InGameHints": "TinyLife.LnCategory.yml", "TinyLife.LnCategory.Jobs": "TinyLife.LnCategory.yml", + "TinyLife.LnCategory.Names": "TinyLife.LnCategory.yml", "TinyLife.LnCategory.Personalities": "TinyLife.LnCategory.yml", "TinyLife.LnCategory.Skills": "TinyLife.LnCategory.yml", "TinyLife.LnCategory.Ui": "TinyLife.LnCategory.yml", @@ -1707,6 +1708,7 @@ "TinyLife.Options.PauseGameKeybind": "TinyLife.Options.yml", "TinyLife.Options.RotateCameraKeybind": "TinyLife.Options.yml", "TinyLife.Options.RotateKeybind": "TinyLife.Options.yml", + "TinyLife.Options.RoundCameraPosition": "TinyLife.Options.yml", "TinyLife.Options.Save": "TinyLife.Options.yml", "TinyLife.Options.ScreenshotKeybind": "TinyLife.Options.yml", "TinyLife.Options.SellHeldObjectKeybind": "TinyLife.Options.yml", @@ -2170,11 +2172,13 @@ "TinyLife.World.DrawDelegate": "TinyLife.World.DrawDelegate.yml", "TinyLife.World.ExportedHousehold": "TinyLife.World.ExportedHousehold.yml", "TinyLife.World.ExportedHousehold.ClothesStorage": "TinyLife.World.ExportedHousehold.yml", + "TinyLife.World.ExportedHousehold.ExportedVersion": "TinyLife.World.ExportedHousehold.yml", "TinyLife.World.ExportedHousehold.FurnitureStorage": "TinyLife.World.ExportedHousehold.yml", "TinyLife.World.ExportedHousehold.Members": "TinyLife.World.ExportedHousehold.yml", "TinyLife.World.ExportedHousehold.Money": "TinyLife.World.ExportedHousehold.yml", "TinyLife.World.ExportedLot": "TinyLife.World.ExportedLot.yml", "TinyLife.World.ExportedLot.Area": "TinyLife.World.ExportedLot.yml", + "TinyLife.World.ExportedLot.ExportedVersion": "TinyLife.World.ExportedLot.yml", "TinyLife.World.ExportedLot.Furniture": "TinyLife.World.ExportedLot.yml", "TinyLife.World.ExportedLot.GetCoveredArea(TinyLife.World.Map)": "TinyLife.World.ExportedLot.yml", "TinyLife.World.ExportedLot.GetPrice": "TinyLife.World.ExportedLot.yml", diff --git a/api/TinyLife.GameImpl.GameMode.yml b/api/TinyLife.GameImpl.GameMode.yml index 097c90c..64fc164 100644 --- a/api/TinyLife.GameImpl.GameMode.yml +++ b/api/TinyLife.GameImpl.GameMode.yml @@ -23,7 +23,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GameMode path: GameImpl.cs - startLine: 684 + startLine: 687 assemblies: - Tiny Life namespace: TinyLife @@ -58,7 +58,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MainMenu path: GameImpl.cs - startLine: 687 + startLine: 690 assemblies: - Tiny Life namespace: TinyLife @@ -92,7 +92,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SelectHousehold path: GameImpl.cs - startLine: 689 + startLine: 692 assemblies: - Tiny Life namespace: TinyLife @@ -126,7 +126,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InGameHousehold path: GameImpl.cs - startLine: 691 + startLine: 694 assemblies: - Tiny Life namespace: TinyLife @@ -160,7 +160,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BuildOnly path: GameImpl.cs - startLine: 693 + startLine: 696 assemblies: - Tiny Life namespace: TinyLife diff --git a/api/TinyLife.GameImpl.yml b/api/TinyLife.GameImpl.yml index c4209b8..205f716 100644 --- a/api/TinyLife.GameImpl.yml +++ b/api/TinyLife.GameImpl.yml @@ -765,7 +765,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DoUpdate path: GameImpl.cs - startLine: 298 + startLine: 299 assemblies: - Tiny Life namespace: TinyLife @@ -802,7 +802,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DoDraw path: GameImpl.cs - startLine: 399 + startLine: 400 assemblies: - Tiny Life namespace: TinyLife @@ -839,7 +839,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Dispose path: GameImpl.cs - startLine: 437 + startLine: 438 assemblies: - Tiny Life namespace: TinyLife @@ -876,7 +876,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsMouseOnUi path: GameImpl.cs - startLine: 452 + startLine: 453 assemblies: - Tiny Life namespace: TinyLife @@ -911,7 +911,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SwitchGameMode path: GameImpl.cs - startLine: 461 + startLine: 462 assemblies: - Tiny Life namespace: TinyLife @@ -947,7 +947,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanBeExtremelyFast path: GameImpl.cs - startLine: 526 + startLine: 527 assemblies: - Tiny Life namespace: TinyLife @@ -982,7 +982,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanSaveOrSwitchModes path: GameImpl.cs - startLine: 537 + startLine: 538 assemblies: - Tiny Life namespace: TinyLife @@ -1017,7 +1017,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FadeKeyboardLighting path: GameImpl.cs - startLine: 554 + startLine: 555 assemblies: - Tiny Life namespace: TinyLife @@ -1053,7 +1053,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TakeScreenshot path: GameImpl.cs - startLine: 632 + startLine: 633 assemblies: - Tiny Life namespace: TinyLife diff --git a/api/TinyLife.GameSpeed.yml b/api/TinyLife.GameSpeed.yml index c07ad7e..b32b29b 100644 --- a/api/TinyLife.GameSpeed.yml +++ b/api/TinyLife.GameSpeed.yml @@ -24,7 +24,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GameSpeed path: Options.cs - startLine: 296 + startLine: 298 assemblies: - Tiny Life namespace: TinyLife @@ -59,7 +59,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Paused path: Options.cs - startLine: 301 + startLine: 303 assemblies: - Tiny Life namespace: TinyLife @@ -93,7 +93,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Regular path: Options.cs - startLine: 305 + startLine: 307 assemblies: - Tiny Life namespace: TinyLife @@ -127,7 +127,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Fast path: Options.cs - startLine: 309 + startLine: 311 assemblies: - Tiny Life namespace: TinyLife @@ -161,7 +161,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VeryFast path: Options.cs - startLine: 313 + startLine: 315 assemblies: - Tiny Life namespace: TinyLife @@ -195,7 +195,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExtremelyFast path: Options.cs - startLine: 318 + startLine: 320 assemblies: - Tiny Life namespace: TinyLife diff --git a/api/TinyLife.LnCategory.yml b/api/TinyLife.LnCategory.yml index c884320..1079b2b 100644 --- a/api/TinyLife.LnCategory.yml +++ b/api/TinyLife.LnCategory.yml @@ -14,6 +14,7 @@ items: - TinyLife.LnCategory.Hints - TinyLife.LnCategory.InGameHints - TinyLife.LnCategory.Jobs + - TinyLife.LnCategory.Names - TinyLife.LnCategory.Personalities - TinyLife.LnCategory.Skills - TinyLife.LnCategory.Ui @@ -456,6 +457,38 @@ items: modifiers.vb: - Public - Const +- uid: TinyLife.LnCategory.Names + commentId: F:TinyLife.LnCategory.Names + id: Names + parent: TinyLife.LnCategory + langs: + - csharp + - vb + name: Names + nameWithType: LnCategory.Names + fullName: TinyLife.LnCategory.Names + type: Field + source: + remote: + path: TinyLife/Localization.cs + branch: master + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Names + path: Localization.cs + startLine: 158 + assemblies: + - Tiny Life + namespace: TinyLife + syntax: + content: Names = 12 + return: + type: TinyLife.LnCategory + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const references: - uid: TinyLife commentId: N:TinyLife diff --git a/api/TinyLife.Options.yml b/api/TinyLife.Options.yml index 1a7828b..f96b7bf 100644 --- a/api/TinyLife.Options.yml +++ b/api/TinyLife.Options.yml @@ -25,6 +25,7 @@ items: - TinyLife.Options.PauseGameKeybind - TinyLife.Options.RotateCameraKeybind - TinyLife.Options.RotateKeybind + - TinyLife.Options.RoundCameraPosition - TinyLife.Options.Save - TinyLife.Options.ScreenshotKeybind - TinyLife.Options.SellHeldObjectKeybind @@ -1406,6 +1407,47 @@ items: - public modifiers.vb: - Public +- uid: TinyLife.Options.RoundCameraPosition + commentId: F:TinyLife.Options.RoundCameraPosition + id: RoundCameraPosition + parent: TinyLife.Options + langs: + - csharp + - vb + name: RoundCameraPosition + nameWithType: Options.RoundCameraPosition + fullName: TinyLife.Options.RoundCameraPosition + type: Field + source: + remote: + path: TinyLife/Options.cs + branch: master + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: RoundCameraPosition + path: Options.cs + startLine: 171 + assemblies: + - Tiny Life + namespace: TinyLife + syntax: + content: >- + [DataMember] + + public bool RoundCameraPosition + return: + type: System.Boolean + content.vb: >- + + + Public RoundCameraPosition As Boolean + attributes: + - type: System.Runtime.Serialization.DataMemberAttribute + ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public - uid: TinyLife.Options.Apply commentId: M:TinyLife.Options.Apply id: Apply @@ -1424,7 +1466,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Apply path: Options.cs - startLine: 177 + startLine: 179 assemblies: - Tiny Life namespace: TinyLife @@ -1456,7 +1498,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Save path: Options.cs - startLine: 198 + startLine: 201 assemblies: - Tiny Life namespace: TinyLife diff --git a/api/TinyLife.PerSaveOptions.yml b/api/TinyLife.PerSaveOptions.yml index ce141b7..f854f22 100644 --- a/api/TinyLife.PerSaveOptions.yml +++ b/api/TinyLife.PerSaveOptions.yml @@ -27,7 +27,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PerSaveOptions path: Options.cs - startLine: 224 + startLine: 226 assemblies: - Tiny Life namespace: TinyLife @@ -92,7 +92,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Instance path: Options.cs - startLine: 231 + startLine: 233 assemblies: - Tiny Life namespace: TinyLife @@ -131,7 +131,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisableAiSelected path: Options.cs - startLine: 237 + startLine: 239 assemblies: - Tiny Life namespace: TinyLife @@ -174,7 +174,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisableAiHousehold path: Options.cs - startLine: 242 + startLine: 244 assemblies: - Tiny Life namespace: TinyLife @@ -217,7 +217,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AiImportantActions path: Options.cs - startLine: 248 + startLine: 250 assemblies: - Tiny Life namespace: TinyLife @@ -260,7 +260,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AiSkillBuilding path: Options.cs - startLine: 254 + startLine: 256 assemblies: - Tiny Life namespace: TinyLife @@ -303,7 +303,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MaxRegularVisitors path: Options.cs - startLine: 260 + startLine: 262 assemblies: - Tiny Life namespace: TinyLife @@ -346,7 +346,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Save path: Options.cs - startLine: 265 + startLine: 267 assemblies: - Tiny Life namespace: TinyLife @@ -381,7 +381,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Load path: Options.cs - startLine: 273 + startLine: 275 assemblies: - Tiny Life namespace: TinyLife diff --git a/api/TinyLife.Set.yml b/api/TinyLife.Set.yml index f21ba44..f7d27d8 100644 --- a/api/TinyLife.Set.yml +++ b/api/TinyLife.Set.yml @@ -21,7 +21,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Set path: GameImpl.cs - startLine: 714 + startLine: 717 assemblies: - Tiny Life namespace: TinyLife @@ -56,7 +56,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Woodworking path: GameImpl.cs - startLine: 720 + startLine: 723 assemblies: - Tiny Life namespace: TinyLife @@ -90,7 +90,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Workout path: GameImpl.cs - startLine: 728 + startLine: 731 assemblies: - Tiny Life namespace: TinyLife diff --git a/api/TinyLife.WallDisplay.yml b/api/TinyLife.WallDisplay.yml index 57cf432..7d79128 100644 --- a/api/TinyLife.WallDisplay.yml +++ b/api/TinyLife.WallDisplay.yml @@ -23,7 +23,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WallDisplay path: Options.cs - startLine: 326 + startLine: 328 assemblies: - Tiny Life namespace: TinyLife @@ -58,7 +58,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Roofs path: Options.cs - startLine: 331 + startLine: 333 assemblies: - Tiny Life namespace: TinyLife @@ -92,7 +92,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Up path: Options.cs - startLine: 335 + startLine: 337 assemblies: - Tiny Life namespace: TinyLife @@ -126,7 +126,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Auto path: Options.cs - startLine: 339 + startLine: 341 assemblies: - Tiny Life namespace: TinyLife @@ -160,7 +160,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Down path: Options.cs - startLine: 343 + startLine: 345 assemblies: - Tiny Life namespace: TinyLife diff --git a/api/TinyLife.World.DrawDelegate.yml b/api/TinyLife.World.DrawDelegate.yml index 32321fb..36bc8c2 100644 --- a/api/TinyLife.World.DrawDelegate.yml +++ b/api/TinyLife.World.DrawDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DrawDelegate path: World/Map.cs - startLine: 1897 + startLine: 1902 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/api/TinyLife.World.ExportedHousehold.yml b/api/TinyLife.World.ExportedHousehold.yml index 1f59e36..3bca48f 100644 --- a/api/TinyLife.World.ExportedHousehold.yml +++ b/api/TinyLife.World.ExportedHousehold.yml @@ -6,6 +6,7 @@ items: parent: TinyLife.World children: - TinyLife.World.ExportedHousehold.ClothesStorage + - TinyLife.World.ExportedHousehold.ExportedVersion - TinyLife.World.ExportedHousehold.FurnitureStorage - TinyLife.World.ExportedHousehold.Members - TinyLife.World.ExportedHousehold.Money @@ -23,7 +24,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExportedHousehold path: World/Household.cs - startLine: 311 + startLine: 312 assemblies: - Tiny Life namespace: TinyLife.World @@ -50,6 +51,37 @@ items: modifiers.vb: - Public - Class +- uid: TinyLife.World.ExportedHousehold.ExportedVersion + commentId: F:TinyLife.World.ExportedHousehold.ExportedVersion + id: ExportedVersion + parent: TinyLife.World.ExportedHousehold + langs: + - csharp + - vb + name: ExportedVersion + nameWithType: ExportedHousehold.ExportedVersion + fullName: TinyLife.World.ExportedHousehold.ExportedVersion + type: Field + source: + remote: + path: TinyLife/World/Household.cs + branch: master + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: ExportedVersion + path: World/Household.cs + startLine: 314 + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public string ExportedVersion + return: + type: System.String + content.vb: Public ExportedVersion As String + modifiers.csharp: + - public + modifiers.vb: + - Public - uid: TinyLife.World.ExportedHousehold.Members commentId: F:TinyLife.World.ExportedHousehold.Members id: Members @@ -68,7 +100,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Members path: World/Household.cs - startLine: 316 + startLine: 318 assemblies: - Tiny Life namespace: TinyLife.World @@ -101,7 +133,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Money path: World/Household.cs - startLine: 320 + startLine: 322 assemblies: - Tiny Life namespace: TinyLife.World @@ -134,7 +166,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FurnitureStorage path: World/Household.cs - startLine: 324 + startLine: 326 assemblies: - Tiny Life namespace: TinyLife.World @@ -167,7 +199,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ClothesStorage path: World/Household.cs - startLine: 328 + startLine: 330 assemblies: - Tiny Life namespace: TinyLife.World @@ -571,6 +603,13 @@ references: name: TinyLife.Utilities nameWithType: TinyLife.Utilities fullName: TinyLife.Utilities +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String - uid: TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person parent: TinyLife.Objects diff --git a/api/TinyLife.World.ExportedLot.yml b/api/TinyLife.World.ExportedLot.yml index 2f3ef1f..a28697f 100644 --- a/api/TinyLife.World.ExportedLot.yml +++ b/api/TinyLife.World.ExportedLot.yml @@ -6,6 +6,7 @@ items: parent: TinyLife.World children: - TinyLife.World.ExportedLot.Area + - TinyLife.World.ExportedLot.ExportedVersion - TinyLife.World.ExportedLot.Furniture - TinyLife.World.ExportedLot.GetCoveredArea(TinyLife.World.Map) - TinyLife.World.ExportedLot.GetPrice @@ -27,7 +28,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExportedLot path: World/Lot.cs - startLine: 303 + startLine: 304 assemblies: - Tiny Life namespace: TinyLife.World @@ -58,6 +59,37 @@ items: modifiers.vb: - Public - Class +- uid: TinyLife.World.ExportedLot.ExportedVersion + commentId: F:TinyLife.World.ExportedLot.ExportedVersion + id: ExportedVersion + parent: TinyLife.World.ExportedLot + langs: + - csharp + - vb + name: ExportedVersion + nameWithType: ExportedLot.ExportedVersion + fullName: TinyLife.World.ExportedLot.ExportedVersion + type: Field + source: + remote: + path: TinyLife/World/Lot.cs + branch: master + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: ExportedVersion + path: World/Lot.cs + startLine: 306 + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public string ExportedVersion + return: + type: System.String + content.vb: Public ExportedVersion As String + modifiers.csharp: + - public + modifiers.vb: + - Public - uid: TinyLife.World.ExportedLot.Area commentId: F:TinyLife.World.ExportedLot.Area id: Area @@ -76,7 +108,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Area path: World/Lot.cs - startLine: 308 + startLine: 310 assemblies: - Tiny Life namespace: TinyLife.World @@ -109,7 +141,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Type path: World/Lot.cs - startLine: 312 + startLine: 314 assemblies: - Tiny Life namespace: TinyLife.World @@ -142,7 +174,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Furniture path: World/Lot.cs - startLine: 316 + startLine: 318 assemblies: - Tiny Life namespace: TinyLife.World @@ -175,7 +207,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Walls path: World/Lot.cs - startLine: 320 + startLine: 322 assemblies: - Tiny Life namespace: TinyLife.World @@ -208,7 +240,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Roofs path: World/Lot.cs - startLine: 324 + startLine: 326 assemblies: - Tiny Life namespace: TinyLife.World @@ -241,7 +273,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Tiles path: World/Lot.cs - startLine: 328 + startLine: 330 assemblies: - Tiny Life namespace: TinyLife.World @@ -274,7 +306,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPrice path: World/Lot.cs - startLine: 331 + startLine: 333 assemblies: - Tiny Life namespace: TinyLife.World @@ -311,7 +343,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCoveredArea path: World/Lot.cs - startLine: 345 + startLine: 347 assemblies: - Tiny Life namespace: TinyLife.World @@ -723,6 +755,13 @@ references: name: TinyLife.Utilities nameWithType: TinyLife.Utilities fullName: TinyLife.Utilities +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String - uid: Microsoft.Xna.Framework.Rectangle commentId: T:Microsoft.Xna.Framework.Rectangle parent: Microsoft.Xna.Framework diff --git a/api/TinyLife.World.Lot.yml b/api/TinyLife.World.Lot.yml index 1330f95..d26a545 100644 --- a/api/TinyLife.World.Lot.yml +++ b/api/TinyLife.World.Lot.yml @@ -684,7 +684,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Import path: World/Lot.cs - startLine: 202 + startLine: 203 assemblies: - Tiny Life namespace: TinyLife.World @@ -726,7 +726,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanImport path: World/Lot.cs - startLine: 217 + startLine: 218 assemblies: - Tiny Life namespace: TinyLife.World @@ -765,7 +765,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCoveredArea path: World/Lot.cs - startLine: 229 + startLine: 230 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/api/TinyLife.World.LotType.yml b/api/TinyLife.World.LotType.yml index 4d8d2ff..6481f64 100644 --- a/api/TinyLife.World.LotType.yml +++ b/api/TinyLife.World.LotType.yml @@ -31,7 +31,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LotType path: World/Lot.cs - startLine: 355 + startLine: 357 assemblies: - Tiny Life namespace: TinyLife.World @@ -82,7 +82,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Types path: World/Lot.cs - startLine: 362 + startLine: 364 assemblies: - Tiny Life namespace: TinyLife.World @@ -119,7 +119,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Residential path: World/Lot.cs - startLine: 365 + startLine: 367 assemblies: - Tiny Life namespace: TinyLife.World @@ -154,7 +154,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Park path: World/Lot.cs - startLine: 368 + startLine: 370 assemblies: - Tiny Life namespace: TinyLife.World @@ -189,7 +189,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Gym path: World/Lot.cs - startLine: 371 + startLine: 373 assemblies: - Tiny Life namespace: TinyLife.World @@ -224,7 +224,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: World/Lot.cs - startLine: 381 + startLine: 383 assemblies: - Tiny Life namespace: TinyLife.World @@ -259,7 +259,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsResidential path: World/Lot.cs - startLine: 386 + startLine: 388 assemblies: - Tiny Life namespace: TinyLife.World @@ -294,7 +294,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredFurniture path: World/Lot.cs - startLine: 391 + startLine: 393 assemblies: - Tiny Life namespace: TinyLife.World @@ -329,7 +329,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetVisitPriority path: World/Lot.cs - startLine: 397 + startLine: 399 assemblies: - Tiny Life namespace: TinyLife.World @@ -364,7 +364,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Employments path: World/Lot.cs - startLine: 402 + startLine: 404 assemblies: - Tiny Life namespace: TinyLife.World @@ -401,7 +401,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: World/Lot.cs - startLine: 411 + startLine: 413 assemblies: - Tiny Life namespace: TinyLife.World @@ -449,7 +449,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: World/Lot.cs - startLine: 422 + startLine: 424 assemblies: - Tiny Life namespace: TinyLife.World @@ -489,7 +489,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetGroupVisitPriority path: World/Lot.cs - startLine: 435 + startLine: 437 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/api/TinyLife.World.UpdateDelegate.yml b/api/TinyLife.World.UpdateDelegate.yml index 32e6584..368c3a0 100644 --- a/api/TinyLife.World.UpdateDelegate.yml +++ b/api/TinyLife.World.UpdateDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UpdateDelegate path: World/Map.cs - startLine: 1887 + startLine: 1892 assemblies: - Tiny Life namespace: TinyLife.World