mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
0.17.3
This commit is contained in:
parent
02a7740802
commit
7557aece49
16 changed files with 239 additions and 77 deletions
17
Changelog.md
17
Changelog.md
|
@ -1,11 +1,16 @@
|
||||||
# 0.17.2
|
# 0.17.3
|
||||||
Improvements
|
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).
|
||||||
- Turned the mac build into an app bundle
|
|
||||||
- Improved video ram usage of outside tiles
|
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
|
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
|
# 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!
|
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!
|
||||||
|
|
|
@ -919,6 +919,7 @@
|
||||||
"TinyLife.LnCategory.Hints": "TinyLife.LnCategory.yml",
|
"TinyLife.LnCategory.Hints": "TinyLife.LnCategory.yml",
|
||||||
"TinyLife.LnCategory.InGameHints": "TinyLife.LnCategory.yml",
|
"TinyLife.LnCategory.InGameHints": "TinyLife.LnCategory.yml",
|
||||||
"TinyLife.LnCategory.Jobs": "TinyLife.LnCategory.yml",
|
"TinyLife.LnCategory.Jobs": "TinyLife.LnCategory.yml",
|
||||||
|
"TinyLife.LnCategory.Names": "TinyLife.LnCategory.yml",
|
||||||
"TinyLife.LnCategory.Personalities": "TinyLife.LnCategory.yml",
|
"TinyLife.LnCategory.Personalities": "TinyLife.LnCategory.yml",
|
||||||
"TinyLife.LnCategory.Skills": "TinyLife.LnCategory.yml",
|
"TinyLife.LnCategory.Skills": "TinyLife.LnCategory.yml",
|
||||||
"TinyLife.LnCategory.Ui": "TinyLife.LnCategory.yml",
|
"TinyLife.LnCategory.Ui": "TinyLife.LnCategory.yml",
|
||||||
|
@ -1707,6 +1708,7 @@
|
||||||
"TinyLife.Options.PauseGameKeybind": "TinyLife.Options.yml",
|
"TinyLife.Options.PauseGameKeybind": "TinyLife.Options.yml",
|
||||||
"TinyLife.Options.RotateCameraKeybind": "TinyLife.Options.yml",
|
"TinyLife.Options.RotateCameraKeybind": "TinyLife.Options.yml",
|
||||||
"TinyLife.Options.RotateKeybind": "TinyLife.Options.yml",
|
"TinyLife.Options.RotateKeybind": "TinyLife.Options.yml",
|
||||||
|
"TinyLife.Options.RoundCameraPosition": "TinyLife.Options.yml",
|
||||||
"TinyLife.Options.Save": "TinyLife.Options.yml",
|
"TinyLife.Options.Save": "TinyLife.Options.yml",
|
||||||
"TinyLife.Options.ScreenshotKeybind": "TinyLife.Options.yml",
|
"TinyLife.Options.ScreenshotKeybind": "TinyLife.Options.yml",
|
||||||
"TinyLife.Options.SellHeldObjectKeybind": "TinyLife.Options.yml",
|
"TinyLife.Options.SellHeldObjectKeybind": "TinyLife.Options.yml",
|
||||||
|
@ -2170,11 +2172,13 @@
|
||||||
"TinyLife.World.DrawDelegate": "TinyLife.World.DrawDelegate.yml",
|
"TinyLife.World.DrawDelegate": "TinyLife.World.DrawDelegate.yml",
|
||||||
"TinyLife.World.ExportedHousehold": "TinyLife.World.ExportedHousehold.yml",
|
"TinyLife.World.ExportedHousehold": "TinyLife.World.ExportedHousehold.yml",
|
||||||
"TinyLife.World.ExportedHousehold.ClothesStorage": "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.FurnitureStorage": "TinyLife.World.ExportedHousehold.yml",
|
||||||
"TinyLife.World.ExportedHousehold.Members": "TinyLife.World.ExportedHousehold.yml",
|
"TinyLife.World.ExportedHousehold.Members": "TinyLife.World.ExportedHousehold.yml",
|
||||||
"TinyLife.World.ExportedHousehold.Money": "TinyLife.World.ExportedHousehold.yml",
|
"TinyLife.World.ExportedHousehold.Money": "TinyLife.World.ExportedHousehold.yml",
|
||||||
"TinyLife.World.ExportedLot": "TinyLife.World.ExportedLot.yml",
|
"TinyLife.World.ExportedLot": "TinyLife.World.ExportedLot.yml",
|
||||||
"TinyLife.World.ExportedLot.Area": "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.Furniture": "TinyLife.World.ExportedLot.yml",
|
||||||
"TinyLife.World.ExportedLot.GetCoveredArea(TinyLife.World.Map)": "TinyLife.World.ExportedLot.yml",
|
"TinyLife.World.ExportedLot.GetCoveredArea(TinyLife.World.Map)": "TinyLife.World.ExportedLot.yml",
|
||||||
"TinyLife.World.ExportedLot.GetPrice": "TinyLife.World.ExportedLot.yml",
|
"TinyLife.World.ExportedLot.GetPrice": "TinyLife.World.ExportedLot.yml",
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GameMode
|
id: GameMode
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 684
|
startLine: 687
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -58,7 +58,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MainMenu
|
id: MainMenu
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 687
|
startLine: 690
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -92,7 +92,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SelectHousehold
|
id: SelectHousehold
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 689
|
startLine: 692
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -126,7 +126,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InGameHousehold
|
id: InGameHousehold
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 691
|
startLine: 694
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -160,7 +160,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BuildOnly
|
id: BuildOnly
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 693
|
startLine: 696
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -765,7 +765,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DoUpdate
|
id: DoUpdate
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 298
|
startLine: 299
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -802,7 +802,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DoDraw
|
id: DoDraw
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 399
|
startLine: 400
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -839,7 +839,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Dispose
|
id: Dispose
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 437
|
startLine: 438
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -876,7 +876,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsMouseOnUi
|
id: IsMouseOnUi
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 452
|
startLine: 453
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -911,7 +911,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SwitchGameMode
|
id: SwitchGameMode
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 461
|
startLine: 462
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -947,7 +947,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanBeExtremelyFast
|
id: CanBeExtremelyFast
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 526
|
startLine: 527
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -982,7 +982,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanSaveOrSwitchModes
|
id: CanSaveOrSwitchModes
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 537
|
startLine: 538
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1017,7 +1017,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FadeKeyboardLighting
|
id: FadeKeyboardLighting
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 554
|
startLine: 555
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1053,7 +1053,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TakeScreenshot
|
id: TakeScreenshot
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 632
|
startLine: 633
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -24,7 +24,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GameSpeed
|
id: GameSpeed
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 296
|
startLine: 298
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -59,7 +59,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Paused
|
id: Paused
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 301
|
startLine: 303
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -93,7 +93,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Regular
|
id: Regular
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 305
|
startLine: 307
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -127,7 +127,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Fast
|
id: Fast
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 309
|
startLine: 311
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -161,7 +161,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VeryFast
|
id: VeryFast
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 313
|
startLine: 315
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -195,7 +195,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ExtremelyFast
|
id: ExtremelyFast
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 318
|
startLine: 320
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -14,6 +14,7 @@ items:
|
||||||
- TinyLife.LnCategory.Hints
|
- TinyLife.LnCategory.Hints
|
||||||
- TinyLife.LnCategory.InGameHints
|
- TinyLife.LnCategory.InGameHints
|
||||||
- TinyLife.LnCategory.Jobs
|
- TinyLife.LnCategory.Jobs
|
||||||
|
- TinyLife.LnCategory.Names
|
||||||
- TinyLife.LnCategory.Personalities
|
- TinyLife.LnCategory.Personalities
|
||||||
- TinyLife.LnCategory.Skills
|
- TinyLife.LnCategory.Skills
|
||||||
- TinyLife.LnCategory.Ui
|
- TinyLife.LnCategory.Ui
|
||||||
|
@ -456,6 +457,38 @@ items:
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Public
|
- Public
|
||||||
- Const
|
- 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:
|
references:
|
||||||
- uid: TinyLife
|
- uid: TinyLife
|
||||||
commentId: N:TinyLife
|
commentId: N:TinyLife
|
||||||
|
|
|
@ -25,6 +25,7 @@ items:
|
||||||
- TinyLife.Options.PauseGameKeybind
|
- TinyLife.Options.PauseGameKeybind
|
||||||
- TinyLife.Options.RotateCameraKeybind
|
- TinyLife.Options.RotateCameraKeybind
|
||||||
- TinyLife.Options.RotateKeybind
|
- TinyLife.Options.RotateKeybind
|
||||||
|
- TinyLife.Options.RoundCameraPosition
|
||||||
- TinyLife.Options.Save
|
- TinyLife.Options.Save
|
||||||
- TinyLife.Options.ScreenshotKeybind
|
- TinyLife.Options.ScreenshotKeybind
|
||||||
- TinyLife.Options.SellHeldObjectKeybind
|
- TinyLife.Options.SellHeldObjectKeybind
|
||||||
|
@ -1406,6 +1407,47 @@ items:
|
||||||
- public
|
- public
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Public
|
- 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: >-
|
||||||
|
<DataMember>
|
||||||
|
|
||||||
|
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
|
- uid: TinyLife.Options.Apply
|
||||||
commentId: M:TinyLife.Options.Apply
|
commentId: M:TinyLife.Options.Apply
|
||||||
id: Apply
|
id: Apply
|
||||||
|
@ -1424,7 +1466,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Apply
|
id: Apply
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 177
|
startLine: 179
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1456,7 +1498,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Save
|
id: Save
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 198
|
startLine: 201
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -27,7 +27,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PerSaveOptions
|
id: PerSaveOptions
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 224
|
startLine: 226
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -92,7 +92,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Instance
|
id: Instance
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 231
|
startLine: 233
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -131,7 +131,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DisableAiSelected
|
id: DisableAiSelected
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 237
|
startLine: 239
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -174,7 +174,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DisableAiHousehold
|
id: DisableAiHousehold
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 242
|
startLine: 244
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -217,7 +217,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AiImportantActions
|
id: AiImportantActions
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 248
|
startLine: 250
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -260,7 +260,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AiSkillBuilding
|
id: AiSkillBuilding
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 254
|
startLine: 256
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -303,7 +303,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MaxRegularVisitors
|
id: MaxRegularVisitors
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 260
|
startLine: 262
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -346,7 +346,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Save
|
id: Save
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 265
|
startLine: 267
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -381,7 +381,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Load
|
id: Load
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 273
|
startLine: 275
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Set
|
id: Set
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 714
|
startLine: 717
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -56,7 +56,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Woodworking
|
id: Woodworking
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 720
|
startLine: 723
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -90,7 +90,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Workout
|
id: Workout
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 728
|
startLine: 731
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WallDisplay
|
id: WallDisplay
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 326
|
startLine: 328
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -58,7 +58,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Roofs
|
id: Roofs
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 331
|
startLine: 333
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -92,7 +92,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Up
|
id: Up
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 335
|
startLine: 337
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -126,7 +126,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Auto
|
id: Auto
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 339
|
startLine: 341
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -160,7 +160,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Down
|
id: Down
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 343
|
startLine: 345
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DrawDelegate
|
id: DrawDelegate
|
||||||
path: World/Map.cs
|
path: World/Map.cs
|
||||||
startLine: 1897
|
startLine: 1902
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
|
|
@ -6,6 +6,7 @@ items:
|
||||||
parent: TinyLife.World
|
parent: TinyLife.World
|
||||||
children:
|
children:
|
||||||
- TinyLife.World.ExportedHousehold.ClothesStorage
|
- TinyLife.World.ExportedHousehold.ClothesStorage
|
||||||
|
- TinyLife.World.ExportedHousehold.ExportedVersion
|
||||||
- TinyLife.World.ExportedHousehold.FurnitureStorage
|
- TinyLife.World.ExportedHousehold.FurnitureStorage
|
||||||
- TinyLife.World.ExportedHousehold.Members
|
- TinyLife.World.ExportedHousehold.Members
|
||||||
- TinyLife.World.ExportedHousehold.Money
|
- TinyLife.World.ExportedHousehold.Money
|
||||||
|
@ -23,7 +24,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ExportedHousehold
|
id: ExportedHousehold
|
||||||
path: World/Household.cs
|
path: World/Household.cs
|
||||||
startLine: 311
|
startLine: 312
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -50,6 +51,37 @@ items:
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Public
|
- Public
|
||||||
- Class
|
- 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
|
- uid: TinyLife.World.ExportedHousehold.Members
|
||||||
commentId: F:TinyLife.World.ExportedHousehold.Members
|
commentId: F:TinyLife.World.ExportedHousehold.Members
|
||||||
id: Members
|
id: Members
|
||||||
|
@ -68,7 +100,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Members
|
id: Members
|
||||||
path: World/Household.cs
|
path: World/Household.cs
|
||||||
startLine: 316
|
startLine: 318
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -101,7 +133,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Money
|
id: Money
|
||||||
path: World/Household.cs
|
path: World/Household.cs
|
||||||
startLine: 320
|
startLine: 322
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -134,7 +166,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FurnitureStorage
|
id: FurnitureStorage
|
||||||
path: World/Household.cs
|
path: World/Household.cs
|
||||||
startLine: 324
|
startLine: 326
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -167,7 +199,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ClothesStorage
|
id: ClothesStorage
|
||||||
path: World/Household.cs
|
path: World/Household.cs
|
||||||
startLine: 328
|
startLine: 330
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -571,6 +603,13 @@ references:
|
||||||
name: TinyLife.Utilities
|
name: TinyLife.Utilities
|
||||||
nameWithType: TinyLife.Utilities
|
nameWithType: TinyLife.Utilities
|
||||||
fullName: 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
|
- uid: TinyLife.Objects.Person
|
||||||
commentId: T:TinyLife.Objects.Person
|
commentId: T:TinyLife.Objects.Person
|
||||||
parent: TinyLife.Objects
|
parent: TinyLife.Objects
|
||||||
|
|
|
@ -6,6 +6,7 @@ items:
|
||||||
parent: TinyLife.World
|
parent: TinyLife.World
|
||||||
children:
|
children:
|
||||||
- TinyLife.World.ExportedLot.Area
|
- TinyLife.World.ExportedLot.Area
|
||||||
|
- TinyLife.World.ExportedLot.ExportedVersion
|
||||||
- TinyLife.World.ExportedLot.Furniture
|
- TinyLife.World.ExportedLot.Furniture
|
||||||
- TinyLife.World.ExportedLot.GetCoveredArea(TinyLife.World.Map)
|
- TinyLife.World.ExportedLot.GetCoveredArea(TinyLife.World.Map)
|
||||||
- TinyLife.World.ExportedLot.GetPrice
|
- TinyLife.World.ExportedLot.GetPrice
|
||||||
|
@ -27,7 +28,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ExportedLot
|
id: ExportedLot
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 303
|
startLine: 304
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -58,6 +59,37 @@ items:
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Public
|
- Public
|
||||||
- Class
|
- 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
|
- uid: TinyLife.World.ExportedLot.Area
|
||||||
commentId: F:TinyLife.World.ExportedLot.Area
|
commentId: F:TinyLife.World.ExportedLot.Area
|
||||||
id: Area
|
id: Area
|
||||||
|
@ -76,7 +108,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Area
|
id: Area
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 308
|
startLine: 310
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -109,7 +141,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 312
|
startLine: 314
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -142,7 +174,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Furniture
|
id: Furniture
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 316
|
startLine: 318
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -175,7 +207,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Walls
|
id: Walls
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 320
|
startLine: 322
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -208,7 +240,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Roofs
|
id: Roofs
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 324
|
startLine: 326
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -241,7 +273,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Tiles
|
id: Tiles
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 328
|
startLine: 330
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -274,7 +306,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPrice
|
id: GetPrice
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 331
|
startLine: 333
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -311,7 +343,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCoveredArea
|
id: GetCoveredArea
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 345
|
startLine: 347
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -723,6 +755,13 @@ references:
|
||||||
name: TinyLife.Utilities
|
name: TinyLife.Utilities
|
||||||
nameWithType: TinyLife.Utilities
|
nameWithType: TinyLife.Utilities
|
||||||
fullName: 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
|
- uid: Microsoft.Xna.Framework.Rectangle
|
||||||
commentId: T:Microsoft.Xna.Framework.Rectangle
|
commentId: T:Microsoft.Xna.Framework.Rectangle
|
||||||
parent: Microsoft.Xna.Framework
|
parent: Microsoft.Xna.Framework
|
||||||
|
|
|
@ -684,7 +684,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Import
|
id: Import
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 202
|
startLine: 203
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -726,7 +726,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanImport
|
id: CanImport
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 217
|
startLine: 218
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -765,7 +765,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCoveredArea
|
id: GetCoveredArea
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 229
|
startLine: 230
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
|
|
@ -31,7 +31,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LotType
|
id: LotType
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 355
|
startLine: 357
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -82,7 +82,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Types
|
id: Types
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 362
|
startLine: 364
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -119,7 +119,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Residential
|
id: Residential
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 365
|
startLine: 367
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -154,7 +154,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Park
|
id: Park
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 368
|
startLine: 370
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -189,7 +189,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Gym
|
id: Gym
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 371
|
startLine: 373
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -224,7 +224,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 381
|
startLine: 383
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -259,7 +259,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsResidential
|
id: IsResidential
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 386
|
startLine: 388
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -294,7 +294,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredFurniture
|
id: RequiredFurniture
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 391
|
startLine: 393
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -329,7 +329,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetVisitPriority
|
id: GetVisitPriority
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 397
|
startLine: 399
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -364,7 +364,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Employments
|
id: Employments
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 402
|
startLine: 404
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -401,7 +401,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 411
|
startLine: 413
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -449,7 +449,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 422
|
startLine: 424
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -489,7 +489,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetGroupVisitPriority
|
id: GetGroupVisitPriority
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 435
|
startLine: 437
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UpdateDelegate
|
id: UpdateDelegate
|
||||||
path: World/Map.cs
|
path: World/Map.cs
|
||||||
startLine: 1887
|
startLine: 1892
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
|
Loading…
Reference in a new issue