mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
0.17.5
Oh God.
This commit is contained in:
parent
29626d100b
commit
8c44c631f5
15 changed files with 157 additions and 133 deletions
|
@ -1,15 +1,16 @@
|
||||||
# 0.17.4
|
# 0.17.5
|
||||||
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).
|
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
|
Improvements
|
||||||
- Move natural objects to household storage when new room is built
|
- Move natural objects to household storage when new room is built (0.17.4)
|
||||||
- Default names of lots on the map are now localized when creating a new save (0.17.3)
|
- Default names of lots on the map are now localized when creating a new save (0.17.3)
|
||||||
- Added an option to disable camera rounding, which helps with visual fragments on some screen sizes (0.17.3)
|
- Added an option to disable camera rounding, which helps with visual fragments on some screen sizes (0.17.3)
|
||||||
- Turned the mac build into an app bundle (0.17.2)
|
- Turned the mac build into an app bundle (0.17.2)
|
||||||
- Improved video ram usage of outside tiles (0.17.2)
|
- Improved video ram usage of outside tiles (0.17.2)
|
||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
- Fixed inside tiles being hidden for newly built rooms until the game is restarted
|
- Fixed mods crashing the game on startup
|
||||||
|
- Fixed inside tiles being hidden for newly built rooms until the game is restarted (0.17.4)
|
||||||
- Fixed a crash when rotating the camera on some machines (0.17.3)
|
- Fixed a crash when rotating the camera on some machines (0.17.3)
|
||||||
- Fixed visual fragments on the terrain on some screen sizes (0.17.3)
|
- Fixed visual fragments on the terrain on some screen sizes (0.17.3)
|
||||||
- Fixed an exception when putting away books (0.17.1)
|
- Fixed an exception when putting away books (0.17.1)
|
||||||
|
|
|
@ -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: 687
|
startLine: 685
|
||||||
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: 690
|
startLine: 688
|
||||||
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: 692
|
startLine: 690
|
||||||
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: 694
|
startLine: 692
|
||||||
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: 696
|
startLine: 694
|
||||||
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: 299
|
startLine: 297
|
||||||
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: 400
|
startLine: 398
|
||||||
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: 438
|
startLine: 436
|
||||||
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: 453
|
startLine: 451
|
||||||
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: 462
|
startLine: 460
|
||||||
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: 527
|
startLine: 525
|
||||||
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: 538
|
startLine: 536
|
||||||
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: 555
|
startLine: 553
|
||||||
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: 633
|
startLine: 631
|
||||||
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: 298
|
startLine: 304
|
||||||
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: 303
|
startLine: 309
|
||||||
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: 307
|
startLine: 313
|
||||||
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: 311
|
startLine: 317
|
||||||
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: 315
|
startLine: 321
|
||||||
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: 320
|
startLine: 326
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -31,7 +31,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionSettings
|
id: ActionSettings
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 205
|
startLine: 204
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -73,7 +73,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 210
|
startLine: 209
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -106,7 +106,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Context
|
id: Context
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 214
|
startLine: 213
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -139,7 +139,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 218
|
startLine: 217
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -172,7 +172,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConstructedType
|
id: ConstructedType
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 222
|
startLine: 221
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -205,7 +205,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConstructedTypeScrap
|
id: ConstructedTypeScrap
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 227
|
startLine: 226
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -238,7 +238,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecute
|
id: CanExecute
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 231
|
startLine: 230
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -271,7 +271,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredSkill
|
id: RequiredSkill
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 237
|
startLine: 236
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -304,7 +304,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredAges
|
id: RequiredAges
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 242
|
startLine: 241
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -337,7 +337,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ProjectDisplayName
|
id: ProjectDisplayName
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 247
|
startLine: 246
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -370,7 +370,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanContinue
|
id: CanContinue
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 251
|
startLine: 250
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -403,7 +403,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IncludeProject
|
id: IncludeProject
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 255
|
startLine: 254
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -436,7 +436,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 264
|
startLine: 263
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
|
|
@ -34,7 +34,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Project
|
id: Project
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 20
|
startLine: 19
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -99,7 +99,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 28
|
startLine: 27
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -144,7 +144,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 33
|
startLine: 32
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -189,7 +189,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Quality
|
id: Quality
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 38
|
startLine: 37
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -236,7 +236,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Progress
|
id: Progress
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 43
|
startLine: 42
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -285,7 +285,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DailyPay
|
id: DailyPay
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 49
|
startLine: 48
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -338,7 +338,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DailyPayReductionFactor
|
id: DailyPayReductionFactor
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 55
|
startLine: 54
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -391,7 +391,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Person
|
id: Person
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 60
|
startLine: 59
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -430,7 +430,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 68
|
startLine: 67
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -472,7 +472,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 79
|
startLine: 78
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -513,7 +513,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MakeProgress
|
id: MakeProgress
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 92
|
startLine: 91
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -563,7 +563,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Remove
|
id: Remove
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 99
|
startLine: 98
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -597,7 +597,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetAndReduceDailyPay
|
id: GetAndReduceDailyPay
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 109
|
startLine: 108
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -634,7 +634,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetDailyPay
|
id: SetDailyPay
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 124
|
startLine: 123
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -676,7 +676,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateActions
|
id: CreateActions
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 139
|
startLine: 138
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -717,7 +717,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetVarieties
|
id: GetVarieties
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 176
|
startLine: 175
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
|
|
@ -475,10 +475,12 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Names
|
id: Names
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 158
|
startLine: 159
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
summary: 'A localization category for text related to the default names of lots, people and objects on the map '
|
||||||
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: Names = 12
|
content: Names = 12
|
||||||
return:
|
return:
|
||||||
|
|
|
@ -53,7 +53,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Options
|
id: Options
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 26
|
startLine: 27
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -118,7 +118,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WallDisplays
|
id: WallDisplays
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 32
|
startLine: 33
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -155,7 +155,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GameSpeeds
|
id: GameSpeeds
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 36
|
startLine: 37
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -192,7 +192,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Keybinds
|
id: Keybinds
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 40
|
startLine: 41
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -229,7 +229,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: 44
|
startLine: 45
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -268,7 +268,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InteractKeybind
|
id: InteractKeybind
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 48
|
startLine: 49
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -311,7 +311,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MoveCameraKeybind
|
id: MoveCameraKeybind
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 50
|
startLine: 51
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -354,7 +354,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CopyFurnitureKeybind
|
id: CopyFurnitureKeybind
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 52
|
startLine: 53
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -397,7 +397,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StoreInHouseholdKeybind
|
id: StoreInHouseholdKeybind
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 54
|
startLine: 55
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -440,7 +440,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RotateKeybind
|
id: RotateKeybind
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 56
|
startLine: 57
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -483,7 +483,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SwitchPersonKeybind
|
id: SwitchPersonKeybind
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 58
|
startLine: 59
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -526,7 +526,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PauseGameKeybind
|
id: PauseGameKeybind
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 60
|
startLine: 61
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -569,7 +569,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IncreaseSpeedKeybind
|
id: IncreaseSpeedKeybind
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 62
|
startLine: 63
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -612,7 +612,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DecreaseSpeedKeybind
|
id: DecreaseSpeedKeybind
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 64
|
startLine: 65
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -655,7 +655,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ScreenshotKeybind
|
id: ScreenshotKeybind
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 66
|
startLine: 67
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -698,7 +698,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SellHeldObjectKeybind
|
id: SellHeldObjectKeybind
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 68
|
startLine: 69
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -741,7 +741,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RotateCameraKeybind
|
id: RotateCameraKeybind
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 70
|
startLine: 71
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -784,7 +784,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DisplayedHints
|
id: DisplayedHints
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 77
|
startLine: 78
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -829,7 +829,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WallMode
|
id: WallMode
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 85
|
startLine: 86
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -866,7 +866,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Fullscreen
|
id: Fullscreen
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 100
|
startLine: 101
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -909,7 +909,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VSync
|
id: VSync
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 105
|
startLine: 106
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -952,7 +952,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Language
|
id: Language
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 111
|
startLine: 112
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -995,7 +995,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UiScale
|
id: UiScale
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 116
|
startLine: 117
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1038,7 +1038,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SoundVolume
|
id: SoundVolume
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 121
|
startLine: 122
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1081,7 +1081,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorldSoundVolume
|
id: WorldSoundVolume
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 127
|
startLine: 128
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1124,7 +1124,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SpeechVolume
|
id: SpeechVolume
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 133
|
startLine: 134
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1167,7 +1167,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StingVolume
|
id: StingVolume
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 139
|
startLine: 140
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1210,7 +1210,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AutoSaveIntervalSeconds
|
id: AutoSaveIntervalSeconds
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 145
|
startLine: 146
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1253,7 +1253,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: KeyboardLighting
|
id: KeyboardLighting
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 151
|
startLine: 152
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1296,7 +1296,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CameraRotation
|
id: CameraRotation
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 158
|
startLine: 159
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1339,7 +1339,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BrightnessIncrease
|
id: BrightnessIncrease
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 163
|
startLine: 164
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1382,7 +1382,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HideHangingObjects
|
id: HideHangingObjects
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 169
|
startLine: 170
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1425,10 +1425,12 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RoundCameraPosition
|
id: RoundCameraPosition
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 171
|
startLine: 176
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
summary: "\nWhether the <xref href=\"TinyLife.GameImpl.Camera\" data-throw-if-not-resolved=\"false\"></xref>'s position should be rounded.\nIn <xref href=\"TinyLife.Options.Apply\" data-throw-if-not-resolved=\"false\"></xref>, this value is passed to <xref href=\"MLEM.Cameras.Camera.RoundPosition\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||||
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: >-
|
content: >-
|
||||||
[DataMember]
|
[DataMember]
|
||||||
|
@ -1466,7 +1468,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: 179
|
startLine: 184
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1498,7 +1500,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: 201
|
startLine: 206
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2722,6 +2724,15 @@ references:
|
||||||
name: TinyLife.Objects
|
name: TinyLife.Objects
|
||||||
nameWithType: TinyLife.Objects
|
nameWithType: TinyLife.Objects
|
||||||
fullName: TinyLife.Objects
|
fullName: TinyLife.Objects
|
||||||
|
- uid: TinyLife.GameImpl.Camera
|
||||||
|
commentId: P:TinyLife.GameImpl.Camera
|
||||||
|
isExternal: true
|
||||||
|
- uid: TinyLife.Options.Apply
|
||||||
|
commentId: M:TinyLife.Options.Apply
|
||||||
|
isExternal: true
|
||||||
|
- uid: MLEM.Cameras.Camera.RoundPosition
|
||||||
|
commentId: F:MLEM.Cameras.Camera.RoundPosition
|
||||||
|
isExternal: true
|
||||||
- uid: TinyLife.Options.Apply*
|
- uid: TinyLife.Options.Apply*
|
||||||
commentId: Overload:TinyLife.Options.Apply
|
commentId: Overload:TinyLife.Options.Apply
|
||||||
name: Apply
|
name: Apply
|
||||||
|
|
|
@ -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: 226
|
startLine: 232
|
||||||
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: 233
|
startLine: 239
|
||||||
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: 239
|
startLine: 245
|
||||||
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: 244
|
startLine: 250
|
||||||
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: 250
|
startLine: 256
|
||||||
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: 256
|
startLine: 262
|
||||||
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: 262
|
startLine: 268
|
||||||
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: 267
|
startLine: 273
|
||||||
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: 275
|
startLine: 281
|
||||||
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: 717
|
startLine: 715
|
||||||
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: 723
|
startLine: 721
|
||||||
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: 731
|
startLine: 729
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -323,15 +323,18 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RemoveNaturalFurniture
|
id: RemoveNaturalFurniture
|
||||||
path: Tools/TileTool.cs
|
path: Tools/TileTool.cs
|
||||||
startLine: 177
|
startLine: 182
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
summary: "\nRemoves natural furniture from the given tile position and stores it in the household storage or sells it.\nNatural furniture is furniture which has the <xref href=\"TinyLife.Objects.ObjectCategory.NaturalGroundRequired\" data-throw-if-not-resolved=\"false\"></xref> category.\n"
|
||||||
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static void RemoveNaturalFurniture(Point tile)
|
content: public static void RemoveNaturalFurniture(Point tile)
|
||||||
parameters:
|
parameters:
|
||||||
- id: tile
|
- id: tile
|
||||||
type: Microsoft.Xna.Framework.Point
|
type: Microsoft.Xna.Framework.Point
|
||||||
|
description: ''
|
||||||
content.vb: Public Shared Sub RemoveNaturalFurniture(tile As Point)
|
content.vb: Public Shared Sub RemoveNaturalFurniture(tile As Point)
|
||||||
overload: TinyLife.Tools.TileTool.RemoveNaturalFurniture*
|
overload: TinyLife.Tools.TileTool.RemoveNaturalFurniture*
|
||||||
modifiers.csharp:
|
modifiers.csharp:
|
||||||
|
@ -1512,6 +1515,9 @@ references:
|
||||||
name: Boolean
|
name: Boolean
|
||||||
nameWithType: Boolean
|
nameWithType: Boolean
|
||||||
fullName: System.Boolean
|
fullName: System.Boolean
|
||||||
|
- uid: TinyLife.Objects.ObjectCategory.NaturalGroundRequired
|
||||||
|
commentId: F:TinyLife.Objects.ObjectCategory.NaturalGroundRequired
|
||||||
|
isExternal: true
|
||||||
- uid: TinyLife.Tools.TileTool.RemoveNaturalFurniture*
|
- uid: TinyLife.Tools.TileTool.RemoveNaturalFurniture*
|
||||||
commentId: Overload:TinyLife.Tools.TileTool.RemoveNaturalFurniture
|
commentId: Overload:TinyLife.Tools.TileTool.RemoveNaturalFurniture
|
||||||
name: RemoveNaturalFurniture
|
name: RemoveNaturalFurniture
|
||||||
|
|
|
@ -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: 328
|
startLine: 334
|
||||||
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: 333
|
startLine: 339
|
||||||
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: 337
|
startLine: 343
|
||||||
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: 341
|
startLine: 347
|
||||||
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: 345
|
startLine: 351
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -69,10 +69,12 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ExportedVersion
|
id: ExportedVersion
|
||||||
path: World/Household.cs
|
path: World/Household.cs
|
||||||
startLine: 314
|
startLine: 317
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
summary: "\nThe game version that this household was exported with\n"
|
||||||
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public string ExportedVersion
|
content: public string ExportedVersion
|
||||||
return:
|
return:
|
||||||
|
@ -100,7 +102,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: 318
|
startLine: 321
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -133,7 +135,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: 322
|
startLine: 325
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -166,7 +168,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: 326
|
startLine: 329
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -199,7 +201,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: 330
|
startLine: 333
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
|
|
@ -77,10 +77,12 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ExportedVersion
|
id: ExportedVersion
|
||||||
path: World/Lot.cs
|
path: World/Lot.cs
|
||||||
startLine: 306
|
startLine: 309
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
summary: "\nThe game version that this lot was exported with\n"
|
||||||
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public string ExportedVersion
|
content: public string ExportedVersion
|
||||||
return:
|
return:
|
||||||
|
@ -108,7 +110,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: 310
|
startLine: 313
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -141,7 +143,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: 314
|
startLine: 317
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -174,7 +176,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: 318
|
startLine: 321
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -207,7 +209,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: 322
|
startLine: 325
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -240,7 +242,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: 326
|
startLine: 329
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -273,7 +275,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: 330
|
startLine: 333
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -306,7 +308,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: 333
|
startLine: 336
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -343,7 +345,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: 347
|
startLine: 350
|
||||||
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: 357
|
startLine: 360
|
||||||
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: 364
|
startLine: 367
|
||||||
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: 367
|
startLine: 370
|
||||||
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: 370
|
startLine: 373
|
||||||
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: 373
|
startLine: 376
|
||||||
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: 383
|
startLine: 386
|
||||||
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: 388
|
startLine: 391
|
||||||
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: 393
|
startLine: 396
|
||||||
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: 399
|
startLine: 402
|
||||||
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: 404
|
startLine: 407
|
||||||
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: 413
|
startLine: 416
|
||||||
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: 424
|
startLine: 427
|
||||||
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: 437
|
startLine: 440
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
|
Loading…
Reference in a new issue