This commit is contained in:
Ell 2021-10-18 18:49:09 +02:00
parent 91c73a6bb6
commit 02a7740802
186 changed files with 2794 additions and 2662 deletions

View file

@ -1,4 +1,10 @@
# 0.17.2
Improvements
- Turned the mac build into an app bundle
- Improved video ram usage of outside tiles
# 0.17.1
Fixes
- Fixed an exception when putting away books
# 0.17.0
@ -31,7 +37,7 @@ Fixes
- Fixed food items missing creator information in their tooltip
- Fixed concurrency issues when saving occasionally
- Fixed people displaying particles when hidden
# 0.16.1
Additions
- Added "[Give Feedback or Report Bug](https://ell.lt/tlfeedback)" buttons to the in-game and main menus

View file

@ -369,6 +369,7 @@
"TinyLife.Actions.PickUpOrSpawnAction.ItemCategory": "TinyLife.Actions.PickUpOrSpawnAction.yml",
"TinyLife.Actions.PickUpOrSpawnAction.ItemToSpawn": "TinyLife.Actions.PickUpOrSpawnAction.yml",
"TinyLife.Actions.PutAwayAction": "TinyLife.Actions.PutAwayAction.yml",
"TinyLife.Actions.PutAwayAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.PutAwayAction.yml",
"TinyLife.Actions.PutAwayAction.AndThenInitialize": "TinyLife.Actions.PutAwayAction.yml",
"TinyLife.Actions.PutAwayAction.AndThenIsCompleted": "TinyLife.Actions.PutAwayAction.yml",
"TinyLife.Actions.PutAwayAction.CreateFirstActions": "TinyLife.Actions.PutAwayAction.yml",
@ -2427,6 +2428,7 @@
"TinyLife.World.Tile.Colors": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.ColorSchemes": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Nullable{MLEM.Misc.Direction2})": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Draw(MLEM.Misc.StaticSpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Nullable{MLEM.Misc.Direction2})": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single)": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.GetPrice": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Height": "TinyLife.World.Tile.yml",

View file

@ -31,7 +31,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action
path: Actions/Action.cs
startLine: 14
@ -125,7 +125,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: Actions/Action.cs
startLine: 20
@ -170,7 +170,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/Action.cs
startLine: 27
@ -209,7 +209,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/Action.cs
startLine: 34
@ -254,7 +254,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/Action.cs
startLine: 44
@ -293,7 +293,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Actions/Action.cs
startLine: 54
@ -335,7 +335,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: Actions/Action.cs
startLine: 66
@ -376,7 +376,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: Actions/Action.cs
startLine: 77
@ -417,7 +417,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: Actions/Action.cs
startLine: 88
@ -458,7 +458,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: Actions/Action.cs
startLine: 98
@ -495,7 +495,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CausesExtremelyFastSpeed
path: Actions/Action.cs
startLine: 107
@ -532,7 +532,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: Actions/Action.cs
startLine: 116
@ -569,7 +569,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryForceFail
path: Actions/Action.cs
startLine: 127
@ -610,7 +610,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ApplyVariety
path: Actions/Action.cs
startLine: 138
@ -648,7 +648,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation
path: Actions/Action.cs
startLine: 149
@ -692,7 +692,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: Actions/Action.cs
startLine: 160

View file

@ -31,7 +31,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionInfo
path: Actions/ActionInfo.cs
startLine: 14
@ -96,7 +96,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: Actions/ActionInfo.cs
startLine: 20
@ -133,7 +133,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionLocation
path: Actions/ActionInfo.cs
startLine: 27
@ -178,7 +178,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSpot
path: Actions/ActionInfo.cs
startLine: 31
@ -218,7 +218,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: Actions/ActionInfo.cs
startLine: 38
@ -255,7 +255,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetActionObject
path: Actions/ActionInfo.cs
startLine: 65
@ -296,7 +296,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddAuxiliaryObject
path: Actions/ActionInfo.cs
startLine: 87
@ -335,7 +335,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedObjects
path: Actions/ActionInfo.cs
startLine: 105
@ -383,7 +383,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedObject
path: Actions/ActionInfo.cs
startLine: 148
@ -433,7 +433,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedActionSpot
path: Actions/ActionInfo.cs
startLine: 159
@ -472,7 +472,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToFreeActionSpot
path: Actions/ActionInfo.cs
startLine: 175
@ -511,7 +511,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OccupyFreeActionSpot
path: Actions/ActionInfo.cs
startLine: 191
@ -521,7 +521,7 @@ items:
summary: "\nThis is a shorthand method for <xref href=\"TinyLife.Objects.Person.OccupyFreeActionSpot(TinyLife.Objects.Furniture%2cTinyLife.Objects.ObjectCategory%2cSystem.Boolean%2cSystem.Nullable%7bMLEM.Misc.Direction2%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that this method needs to be called every update frame for the person to keep occupying the action spot.\n"
example: []
syntax:
content: public bool OccupyFreeActionSpot(ObjectCategory context = null, bool enter = false, Direction2? rotation = null)
content: public bool OccupyFreeActionSpot(ObjectCategory context = null, bool enter = false, Direction2? rotation = default(Direction2? ))
parameters:
- id: context
type: TinyLife.Objects.ObjectCategory
@ -559,7 +559,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Actions/ActionInfo.cs
startLine: 201
@ -595,7 +595,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromLocation
path: Actions/ActionInfo.cs
startLine: 211
@ -639,7 +639,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromObjectGeneric
path: Actions/ActionInfo.cs
startLine: 221
@ -683,7 +683,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromSelf
path: Actions/ActionInfo.cs
startLine: 230

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AiSettings
path: Actions/ActionType.cs
startLine: 317
@ -63,7 +63,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SolvedNeeds
path: Actions/ActionType.cs
startLine: 324
@ -96,7 +96,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassivePriority
path: Actions/ActionType.cs
startLine: 331
@ -129,7 +129,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoRandomly
path: Actions/ActionType.cs
startLine: 338
@ -162,7 +162,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoAtAnyPoint
path: Actions/ActionType.cs
startLine: 345
@ -195,7 +195,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedsFreeActionSpot
path: Actions/ActionType.cs
startLine: 351

View file

@ -16,7 +16,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteDelegate
path: Actions/ActionType.cs
startLine: 178

View file

@ -37,7 +37,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteResult
path: Actions/ActionType.cs
startLine: 358
@ -73,7 +73,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hidden
path: Actions/ActionType.cs
startLine: 363
@ -107,7 +107,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Valid
path: Actions/ActionType.cs
startLine: 367
@ -141,7 +141,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HoldingItem
path: Actions/ActionType.cs
startLine: 371
@ -175,7 +175,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoSpace
path: Actions/ActionType.cs
startLine: 375
@ -209,7 +209,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoChair
path: Actions/ActionType.cs
startLine: 379
@ -243,7 +243,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotEnoughMoney
path: Actions/ActionType.cs
startLine: 383
@ -277,7 +277,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotEnoughSkill
path: Actions/ActionType.cs
startLine: 387
@ -311,7 +311,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooFar
path: Actions/ActionType.cs
startLine: 391
@ -345,7 +345,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotYours
path: Actions/ActionType.cs
startLine: 395
@ -379,7 +379,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooUncomfortable
path: Actions/ActionType.cs
startLine: 399
@ -413,7 +413,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooEmbarrassed
path: Actions/ActionType.cs
startLine: 403
@ -447,7 +447,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooSad
path: Actions/ActionType.cs
startLine: 407
@ -481,7 +481,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WrongRelationshipType
path: Actions/ActionType.cs
startLine: 411
@ -515,7 +515,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObjectBroken
path: Actions/ActionType.cs
startLine: 415
@ -549,7 +549,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoMatchingObjectAround
path: Actions/ActionType.cs
startLine: 419
@ -583,7 +583,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UtilitiesDisabled
path: Actions/ActionType.cs
startLine: 423
@ -617,7 +617,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Expired
path: Actions/ActionType.cs
startLine: 427
@ -651,7 +651,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BlockedByEmotionModifier
path: Actions/ActionType.cs
startLine: 431
@ -685,7 +685,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WaitingRequired
path: Actions/ActionType.cs
startLine: 435
@ -719,7 +719,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooStunned
path: Actions/ActionType.cs
startLine: 439
@ -753,7 +753,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AlreadyDone
path: Actions/ActionType.cs
startLine: 443

View file

@ -37,7 +37,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeSettings
path: Actions/ActionType.cs
startLine: 183
@ -85,7 +85,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Actions/ActionType.cs
startLine: 188
@ -118,7 +118,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NameWithoutCategory
path: Actions/ActionType.cs
startLine: 193
@ -156,7 +156,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories
path: Actions/ActionType.cs
startLine: 198
@ -194,7 +194,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: Actions/ActionType.cs
startLine: 203
@ -227,7 +227,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Context
path: Actions/ActionType.cs
startLine: 208
@ -260,7 +260,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute
path: Actions/ActionType.cs
startLine: 214
@ -293,7 +293,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType
path: Actions/ActionType.cs
startLine: 219
@ -326,7 +326,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructorArguments
path: Actions/ActionType.cs
startLine: 224
@ -359,7 +359,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Varieties
path: Actions/ActionType.cs
startLine: 232
@ -392,7 +392,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ai
path: Actions/ActionType.cs
startLine: 237
@ -425,7 +425,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsInappropriateElsewhere
path: Actions/ActionType.cs
startLine: 242
@ -458,7 +458,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IconName
path: Actions/ActionType.cs
startLine: 248
@ -491,7 +491,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: Actions/ActionType.cs
startLine: 254
@ -524,7 +524,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill
path: Actions/ActionType.cs
startLine: 260
@ -557,7 +557,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges
path: Actions/ActionType.cs
startLine: 264
@ -590,7 +590,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredEmotion
path: Actions/ActionType.cs
startLine: 269
@ -623,7 +623,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPersonality
path: Actions/ActionType.cs
startLine: 274
@ -656,7 +656,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/ActionType.cs
startLine: 284
@ -698,7 +698,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetData
path: Actions/ActionType.cs
startLine: 295
@ -736,7 +736,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetData
path: Actions/ActionType.cs
startLine: 301
@ -779,7 +779,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDataKeys
path: Actions/ActionType.cs
startLine: 306

File diff suppressed because it is too large Load diff

View file

@ -31,7 +31,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionVariety
path: Actions/ActionVariety.cs
startLine: 16
@ -79,7 +79,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Actions/ActionVariety.cs
startLine: 21
@ -112,7 +112,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassivePriority
path: Actions/ActionVariety.cs
startLine: 26
@ -145,7 +145,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute
path: Actions/ActionVariety.cs
startLine: 32
@ -178,7 +178,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName
path: Actions/ActionVariety.cs
startLine: 37
@ -211,7 +211,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description
path: Actions/ActionVariety.cs
startLine: 42
@ -244,7 +244,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CustomLayout
path: Actions/ActionVariety.cs
startLine: 48
@ -277,7 +277,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/ActionVariety.cs
startLine: 56
@ -313,7 +313,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: Actions/ActionVariety.cs
startLine: 64
@ -348,7 +348,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeExecuted
path: Actions/ActionVariety.cs
startLine: 75
@ -390,7 +390,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPassivePriority
path: Actions/ActionVariety.cs
startLine: 91
@ -429,7 +429,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetData
path: Actions/ActionVariety.cs
startLine: 96
@ -467,7 +467,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetData
path: Actions/ActionVariety.cs
startLine: 102
@ -510,7 +510,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDataKeys
path: Actions/ActionVariety.cs
startLine: 107
@ -545,7 +545,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ImageLayout
path: Actions/ActionVariety.cs
startLine: 121
@ -592,7 +592,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PortraitLayout
path: Actions/ActionVariety.cs
startLine: 140

View file

@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompletionType
path: Actions/CompletionType.cs
startLine: 4
@ -57,7 +57,7 @@ items:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Active
path: Actions/CompletionType.cs
startLine: 9
@ -91,7 +91,7 @@ items:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed
path: Actions/CompletionType.cs
startLine: 13
@ -125,7 +125,7 @@ items:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Failed
path: Actions/CompletionType.cs
startLine: 17
@ -159,7 +159,7 @@ items:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Canceled
path: Actions/CompletionType.cs
startLine: 21

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Actions/ComputerAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComputerAction
path: Actions/ComputerAction.cs
startLine: 10
@ -133,7 +133,7 @@ items:
remote:
path: TinyLife/Actions/ComputerAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ScreenContent
path: Actions/ComputerAction.cs
startLine: 16
@ -172,7 +172,7 @@ items:
remote:
path: TinyLife/Actions/ComputerAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/ComputerAction.cs
startLine: 20
@ -211,7 +211,7 @@ items:
remote:
path: TinyLife/Actions/ComputerAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/ComputerAction.cs
startLine: 24
@ -246,7 +246,7 @@ items:
remote:
path: TinyLife/Actions/ComputerAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: Actions/ComputerAction.cs
startLine: 29
@ -291,7 +291,7 @@ items:
remote:
path: TinyLife/Actions/ComputerAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: Actions/ComputerAction.cs
startLine: 37

View file

@ -26,7 +26,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DieAction
path: Actions/DieAction.cs
startLine: 20
@ -121,7 +121,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reason
path: Actions/DieAction.cs
startLine: 26
@ -164,7 +164,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/DieAction.cs
startLine: 29
@ -203,7 +203,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/DieAction.cs
startLine: 33
@ -238,7 +238,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: Actions/DieAction.cs
startLine: 38
@ -276,7 +276,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: Actions/DieAction.cs
startLine: 43
@ -318,7 +318,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation
path: Actions/DieAction.cs
startLine: 48
@ -363,7 +363,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/DieAction.cs
startLine: 53
@ -408,7 +408,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Actions/DieAction.cs
startLine: 86
@ -446,7 +446,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/DieAction.cs
startLine: 91
@ -485,7 +485,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Enqueue
path: Actions/DieAction.cs
startLine: 103

View file

@ -23,7 +23,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emote
path: Actions/Emote.cs
startLine: 14
@ -68,7 +68,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllCategories
path: Actions/Emote.cs
startLine: 19
@ -105,7 +105,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: Actions/Emote.cs
startLine: 55
@ -140,7 +140,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories
path: Actions/Emote.cs
startLine: 59
@ -175,7 +175,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/Emote.cs
startLine: 66
@ -214,7 +214,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomEmote
path: Actions/Emote.cs
startLine: 76
@ -255,7 +255,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEmotes
path: Actions/Emote.cs
startLine: 85
@ -296,7 +296,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Actions/Emote.cs
startLine: 100

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmoteCategory
path: Actions/Emote.cs
startLine: 117
@ -66,7 +66,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: General
path: Actions/Emote.cs
startLine: 123
@ -100,7 +100,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Travel
path: Actions/Emote.cs
startLine: 127
@ -134,7 +134,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Negative
path: Actions/Emote.cs
startLine: 131
@ -168,7 +168,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Flirty
path: Actions/Emote.cs
startLine: 135
@ -202,7 +202,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Unable
path: Actions/Emote.cs
startLine: 139

View file

@ -27,7 +27,7 @@ items:
remote:
path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAndSitDownAction
path: Actions/GetAndSitDownAction.cs
startLine: 13
@ -136,7 +136,7 @@ items:
remote:
path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkItems
path: Actions/GetAndSitDownAction.cs
startLine: 19
@ -175,7 +175,7 @@ items:
remote:
path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ForceTable
path: Actions/GetAndSitDownAction.cs
startLine: 24
@ -214,7 +214,7 @@ items:
remote:
path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllowStandingDesk
path: Actions/GetAndSitDownAction.cs
startLine: 28
@ -253,7 +253,7 @@ items:
remote:
path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/GetAndSitDownAction.cs
startLine: 31
@ -292,7 +292,7 @@ items:
remote:
path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/GetAndSitDownAction.cs
startLine: 35
@ -330,7 +330,7 @@ items:
remote:
path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/GetAndSitDownAction.cs
startLine: 92
@ -365,7 +365,7 @@ items:
remote:
path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: Actions/GetAndSitDownAction.cs
startLine: 105
@ -410,7 +410,7 @@ items:
remote:
path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: Actions/GetAndSitDownAction.cs
startLine: 124
@ -448,7 +448,7 @@ items:
remote:
path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: Actions/GetAndSitDownAction.cs
startLine: 129
@ -490,7 +490,7 @@ items:
remote:
path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInteractingItem
path: Actions/GetAndSitDownAction.cs
startLine: 143
@ -533,7 +533,7 @@ items:
remote:
path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInteractingItemForAction
path: Actions/GetAndSitDownAction.cs
startLine: 169

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoHereAction
path: Actions/GoHereAction.cs
startLine: 11
@ -129,7 +129,7 @@ items:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/GoHereAction.cs
startLine: 14
@ -168,7 +168,7 @@ items:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/GoHereAction.cs
startLine: 18
@ -206,7 +206,7 @@ items:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/GoHereAction.cs
startLine: 54
@ -241,7 +241,7 @@ items:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: Actions/GoHereAction.cs
startLine: 58
@ -279,7 +279,7 @@ items:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: Actions/GoHereAction.cs
startLine: 63

View file

@ -33,7 +33,7 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MultiAction
path: Actions/MultiAction.cs
startLine: 12
@ -141,7 +141,7 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainElapsedTime
path: Actions/MultiAction.cs
startLine: 17
@ -190,7 +190,7 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Handler
path: Actions/MultiAction.cs
startLine: 23
@ -235,7 +235,7 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/MultiAction.cs
startLine: 26
@ -274,7 +274,7 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/MultiAction.cs
startLine: 37
@ -311,7 +311,7 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/MultiAction.cs
startLine: 43
@ -345,7 +345,7 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: Actions/MultiAction.cs
startLine: 50
@ -382,7 +382,7 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: Actions/MultiAction.cs
startLine: 60
@ -426,7 +426,7 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: Actions/MultiAction.cs
startLine: 69
@ -464,7 +464,7 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PreInitialize
path: Actions/MultiAction.cs
startLine: 76
@ -498,7 +498,7 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/MultiAction.cs
startLine: 80
@ -545,7 +545,7 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/MultiAction.cs
startLine: 95
@ -582,7 +582,7 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Actions/MultiAction.cs
startLine: 103
@ -622,7 +622,7 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/MultiAction.cs
startLine: 112
@ -663,7 +663,7 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Actions/MultiAction.cs
startLine: 119
@ -705,7 +705,7 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: Actions/MultiAction.cs
startLine: 124
@ -747,7 +747,7 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInProgressTime
path: Actions/MultiAction.cs
startLine: 130
@ -785,7 +785,7 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoToActionLocation
path: Actions/MultiAction.cs
startLine: 139

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MultiActionHandler
path: Actions/MultiActionHandler.cs
startLine: 13
@ -77,7 +77,7 @@ items:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Actions
path: Actions/MultiActionHandler.cs
startLine: 20
@ -124,7 +124,7 @@ items:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/MultiActionHandler.cs
startLine: 29
@ -163,7 +163,7 @@ items:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/MultiActionHandler.cs
startLine: 56
@ -205,7 +205,7 @@ items:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Actions/MultiActionHandler.cs
startLine: 77
@ -244,7 +244,7 @@ items:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Actions/MultiActionHandler.cs
startLine: 94
@ -279,7 +279,7 @@ items:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/MultiActionHandler.cs
startLine: 111

View file

@ -25,7 +25,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OutOfTownAction
path: Actions/OutOfTownAction.cs
startLine: 15
@ -135,7 +135,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedsToTakeCareOf
path: Actions/OutOfTownAction.cs
startLine: 22
@ -170,7 +170,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/OutOfTownAction.cs
startLine: 35
@ -218,7 +218,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/OutOfTownAction.cs
startLine: 41
@ -256,7 +256,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/OutOfTownAction.cs
startLine: 50
@ -291,7 +291,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: Actions/OutOfTownAction.cs
startLine: 56
@ -336,7 +336,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: Actions/OutOfTownAction.cs
startLine: 78
@ -378,7 +378,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation
path: Actions/OutOfTownAction.cs
startLine: 83
@ -423,7 +423,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CausesExtremelyFastSpeed
path: Actions/OutOfTownAction.cs
startLine: 88
@ -461,7 +461,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetClosestExitRoad
path: Actions/OutOfTownAction.cs
startLine: 97

View file

@ -28,7 +28,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PathfindAction
path: Actions/PathfindAction.cs
startLine: 16
@ -129,7 +129,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeedMultiplier
path: Actions/PathfindAction.cs
startLine: 23
@ -172,7 +172,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Path
path: Actions/PathfindAction.cs
startLine: 29
@ -209,7 +209,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PathReady
path: Actions/PathfindAction.cs
startLine: 33
@ -246,7 +246,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/PathfindAction.cs
startLine: 36
@ -285,7 +285,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindPath
path: Actions/PathfindAction.cs
startLine: 44
@ -326,7 +326,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSpeed
path: Actions/PathfindAction.cs
startLine: 50
@ -363,7 +363,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnPathReady
path: Actions/PathfindAction.cs
startLine: 56
@ -397,7 +397,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/PathfindAction.cs
startLine: 60
@ -432,7 +432,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/PathfindAction.cs
startLine: 72
@ -477,7 +477,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Actions/PathfindAction.cs
startLine: 98
@ -515,7 +515,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/PathfindAction.cs
startLine: 109
@ -554,7 +554,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Actions/PathfindAction.cs
startLine: 120

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUpOrSpawnAction
path: Actions/PickUpOrSpawnAction.cs
startLine: 9
@ -134,7 +134,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ItemCategory
path: Actions/PickUpOrSpawnAction.cs
startLine: 14
@ -173,7 +173,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ItemToSpawn
path: Actions/PickUpOrSpawnAction.cs
startLine: 18
@ -212,7 +212,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorsToSpawn
path: Actions/PickUpOrSpawnAction.cs
startLine: 23
@ -251,7 +251,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/PickUpOrSpawnAction.cs
startLine: 26
@ -290,7 +290,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/PickUpOrSpawnAction.cs
startLine: 30
@ -328,7 +328,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: Actions/PickUpOrSpawnAction.cs
startLine: 44

View file

@ -5,6 +5,7 @@ items:
id: PutAwayAction
parent: TinyLife.Actions
children:
- TinyLife.Actions.PutAwayAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.PutAwayAction.AndThenInitialize
- TinyLife.Actions.PutAwayAction.AndThenIsCompleted
- TinyLife.Actions.PutAwayAction.CreateFirstActions
@ -20,7 +21,7 @@ items:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutAwayAction
path: Actions/PutAwayAction.cs
startLine: 10
@ -129,7 +130,7 @@ items:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Items
path: Actions/PutAwayAction.cs
startLine: 17
@ -151,6 +152,45 @@ items:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Actions.PutAwayAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.PutAwayAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
parent: TinyLife.Actions.PutAwayAction
langs:
- csharp
- vb
name: PutAwayAction(ActionType, ActionInfo)
nameWithType: PutAwayAction.PutAwayAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.PutAwayAction.PutAwayAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor
source:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/PutAwayAction.cs
startLine: 23
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nCreates a new action from the given <xref href=\"TinyLife.Actions.ActionType\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: []
syntax:
content: public PutAwayAction(ActionType type, ActionInfo info)
parameters:
- id: type
type: TinyLife.Actions.ActionType
description: The type to create this action from
- id: info
type: TinyLife.Actions.ActionInfo
description: The information for this action
content.vb: Public Sub New(type As ActionType, info As ActionInfo)
overload: TinyLife.Actions.PutAwayAction.#ctor*
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.Actions.PutAwayAction.CreateFirstActions
commentId: M:TinyLife.Actions.PutAwayAction.CreateFirstActions
id: CreateFirstActions
@ -166,10 +206,10 @@ items:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/PutAwayAction.cs
startLine: 26
startLine: 27
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -204,10 +244,10 @@ items:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/PutAwayAction.cs
startLine: 56
startLine: 57
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -239,10 +279,10 @@ items:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: Actions/PutAwayAction.cs
startLine: 61
startLine: 62
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3796,6 +3836,23 @@ references:
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
- uid: TinyLife.Actions.PutAwayAction.#ctor*
commentId: Overload:TinyLife.Actions.PutAwayAction.#ctor
name: PutAwayAction
nameWithType: PutAwayAction.PutAwayAction
fullName: TinyLife.Actions.PutAwayAction.PutAwayAction
- uid: TinyLife.Actions.ActionType
commentId: T:TinyLife.Actions.ActionType
parent: TinyLife.Actions
name: ActionType
nameWithType: ActionType
fullName: TinyLife.Actions.ActionType
- uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo
parent: TinyLife.Actions
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- uid: TinyLife.Actions.MultiAction.CreateFirstActions
commentId: M:TinyLife.Actions.MultiAction.CreateFirstActions
parent: TinyLife.Actions.MultiAction

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Actions/SellAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SellAction
path: Actions/SellAction.cs
startLine: 11
@ -130,7 +130,7 @@ items:
remote:
path: TinyLife/Actions/SellAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/SellAction.cs
startLine: 14
@ -169,7 +169,7 @@ items:
remote:
path: TinyLife/Actions/SellAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/SellAction.cs
startLine: 18
@ -207,7 +207,7 @@ items:
remote:
path: TinyLife/Actions/SellAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/SellAction.cs
startLine: 34
@ -242,7 +242,7 @@ items:
remote:
path: TinyLife/Actions/SellAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: Actions/SellAction.cs
startLine: 45
@ -280,7 +280,7 @@ items:
remote:
path: TinyLife/Actions/SellAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSoldObject
path: Actions/SellAction.cs
startLine: 56

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Actions/SinkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SinkAction
path: Actions/SinkAction.cs
startLine: 13
@ -131,7 +131,7 @@ items:
remote:
path: TinyLife/Actions/SinkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/SinkAction.cs
startLine: 18
@ -170,7 +170,7 @@ items:
remote:
path: TinyLife/Actions/SinkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/SinkAction.cs
startLine: 22
@ -208,7 +208,7 @@ items:
remote:
path: TinyLife/Actions/SinkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/SinkAction.cs
startLine: 27
@ -243,7 +243,7 @@ items:
remote:
path: TinyLife/Actions/SinkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: Actions/SinkAction.cs
startLine: 31
@ -288,7 +288,7 @@ items:
remote:
path: TinyLife/Actions/SinkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: Actions/SinkAction.cs
startLine: 43

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Actions/SitAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SitAction
path: Actions/SitAction.cs
startLine: 14
@ -129,7 +129,7 @@ items:
remote:
path: TinyLife/Actions/SitAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/SitAction.cs
startLine: 17
@ -168,7 +168,7 @@ items:
remote:
path: TinyLife/Actions/SitAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/SitAction.cs
startLine: 21
@ -206,7 +206,7 @@ items:
remote:
path: TinyLife/Actions/SitAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/SitAction.cs
startLine: 26
@ -241,7 +241,7 @@ items:
remote:
path: TinyLife/Actions/SitAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: Actions/SitAction.cs
startLine: 30
@ -286,7 +286,7 @@ items:
remote:
path: TinyLife/Actions/SitAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: Actions/SitAction.cs
startLine: 37
@ -324,7 +324,7 @@ items:
remote:
path: TinyLife/Actions/SitAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: Actions/SitAction.cs
startLine: 50

View file

@ -38,7 +38,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SocialAction
path: Actions/SocialAction.cs
startLine: 14
@ -135,7 +135,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsMain
path: Actions/SocialAction.cs
startLine: 20
@ -184,7 +184,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Partner
path: Actions/SocialAction.cs
startLine: 25
@ -221,7 +221,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerAction
path: Actions/SocialAction.cs
startLine: 29
@ -258,7 +258,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConversationTime
path: Actions/SocialAction.cs
startLine: 34
@ -307,7 +307,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Id
path: Actions/SocialAction.cs
startLine: 40
@ -354,7 +354,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerCompletion
path: Actions/SocialAction.cs
startLine: 46
@ -387,7 +387,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/SocialAction.cs
startLine: 53
@ -426,7 +426,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateConversation
path: Actions/SocialAction.cs
startLine: 64
@ -470,7 +470,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsConversationCompleted
path: Actions/SocialAction.cs
startLine: 74
@ -507,7 +507,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeConversation
path: Actions/SocialAction.cs
startLine: 83
@ -541,7 +541,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTimeWeWaitForPartner
path: Actions/SocialAction.cs
startLine: 91
@ -578,7 +578,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/SocialAction.cs
startLine: 98
@ -613,7 +613,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Actions/SocialAction.cs
startLine: 107
@ -655,7 +655,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/SocialAction.cs
startLine: 113
@ -700,7 +700,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Actions/SocialAction.cs
startLine: 174
@ -740,7 +740,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: Actions/SocialAction.cs
startLine: 201
@ -782,7 +782,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/SocialAction.cs
startLine: 208
@ -821,7 +821,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: Actions/SocialAction.cs
startLine: 216
@ -863,7 +863,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: Actions/SocialAction.cs
startLine: 227
@ -901,7 +901,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInProgressTime
path: Actions/SocialAction.cs
startLine: 234
@ -939,7 +939,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakInConversation
path: Actions/SocialAction.cs
startLine: 249
@ -949,7 +949,7 @@ items:
summary: "\nHelper method to display emotes over each conversation partner in a back and forth fashion to make it seem like they are conversing\n"
example: []
syntax:
content: protected bool SpeakInConversation(GameTime time, GameSpeed speed, EmoteCategory emoteCategories, SpeakStyle speakStyles, EmoteCategory? partnerEmoteCategories = null, SpeakStyle? partnerSpeakStyles = null, int totalAmount = 2147483647)
content: protected bool SpeakInConversation(GameTime time, GameSpeed speed, EmoteCategory emoteCategories, SpeakStyle speakStyles, EmoteCategory? partnerEmoteCategories = default(EmoteCategory? ), SpeakStyle? partnerSpeakStyles = default(SpeakStyle? ), int totalAmount = 2147483647)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@ -999,7 +999,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvokeForBoth
path: Actions/SocialAction.cs
startLine: 264

View file

@ -16,7 +16,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluationResult
path: Actions/TalkAction.cs
startLine: 376

View file

@ -41,7 +41,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkSettings
path: Actions/TalkAction.cs
startLine: 104
@ -97,7 +97,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendshipGain
path: Actions/TalkAction.cs
startLine: 110
@ -130,7 +130,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoBadlyChance
path: Actions/TalkAction.cs
startLine: 115
@ -163,7 +163,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkMinutes
path: Actions/TalkAction.cs
startLine: 119
@ -196,7 +196,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmoteCategory
path: Actions/TalkAction.cs
startLine: 123
@ -229,7 +229,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakStyle
path: Actions/TalkAction.cs
startLine: 127
@ -262,7 +262,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerEmoteCategory
path: Actions/TalkAction.cs
startLine: 132
@ -295,7 +295,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerSpeakStyle
path: Actions/TalkAction.cs
startLine: 137
@ -328,7 +328,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainedSkill
path: Actions/TalkAction.cs
startLine: 141
@ -361,7 +361,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainSkillOnFailure
path: Actions/TalkAction.cs
startLine: 146
@ -394,7 +394,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoredNeed
path: Actions/TalkAction.cs
startLine: 151
@ -427,7 +427,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredEmotion
path: Actions/TalkAction.cs
startLine: 156
@ -460,7 +460,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPersonality
path: Actions/TalkAction.cs
startLine: 161
@ -493,7 +493,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill
path: Actions/TalkAction.cs
startLine: 167
@ -526,7 +526,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges
path: Actions/TalkAction.cs
startLine: 172
@ -559,7 +559,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPartnerAges
path: Actions/TalkAction.cs
startLine: 177
@ -592,7 +592,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute
path: Actions/TalkAction.cs
startLine: 182
@ -625,7 +625,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailEmotion
path: Actions/TalkAction.cs
startLine: 187
@ -658,7 +658,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessEmotion
path: Actions/TalkAction.cs
startLine: 191
@ -691,7 +691,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainRomancePercentage
path: Actions/TalkAction.cs
startLine: 197
@ -724,7 +724,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoweredEmotion
path: Actions/TalkAction.cs
startLine: 202
@ -757,7 +757,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnSuccess
path: Actions/TalkAction.cs
startLine: 206
@ -790,7 +790,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnFailure
path: Actions/TalkAction.cs
startLine: 210
@ -823,7 +823,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoRandomly
path: Actions/TalkAction.cs
startLine: 215
@ -856,7 +856,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CheckCanExecute
path: Actions/TalkAction.cs
startLine: 224
@ -898,7 +898,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Evaluate
path: Actions/TalkAction.cs
startLine: 237

View file

@ -25,7 +25,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkAction
path: Actions/TalkAction.cs
startLine: 16
@ -137,7 +137,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnEvaluate
path: Actions/TalkAction.cs
startLine: 22
@ -172,7 +172,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnTalkSuccess
path: Actions/TalkAction.cs
startLine: 27
@ -207,7 +207,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnTalkFailure
path: Actions/TalkAction.cs
startLine: 32
@ -242,7 +242,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Settings
path: Actions/TalkAction.cs
startLine: 37
@ -279,7 +279,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/TalkAction.cs
startLine: 40
@ -318,7 +318,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateConversation
path: Actions/TalkAction.cs
startLine: 44
@ -363,7 +363,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/TalkAction.cs
startLine: 55
@ -402,7 +402,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsConversationCompleted
path: Actions/TalkAction.cs
startLine: 63
@ -440,7 +440,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Create
path: Actions/TalkAction.cs
startLine: 74

View file

@ -23,7 +23,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpawnItemInHandAction
path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 11
@ -109,7 +109,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ItemToSpawn
path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 17
@ -152,7 +152,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorsToSpawn
path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 23
@ -199,7 +199,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 26
@ -240,7 +240,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 32
@ -275,7 +275,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 36
@ -313,7 +313,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 41
@ -358,7 +358,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 47

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TellPeopleToLeaveRoomAction
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 15
@ -109,7 +109,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExcludedPeople
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 21
@ -154,7 +154,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 24
@ -193,7 +193,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 29
@ -228,7 +228,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 39
@ -266,7 +266,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 46
@ -305,7 +305,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryToLeaveRoom
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 71

View file

@ -50,7 +50,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypelessAction
path: Actions/Typeless/TypelessAction.cs
startLine: 25
@ -121,7 +121,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Random
path: Actions/Typeless/TypelessAction.cs
startLine: 32
@ -158,7 +158,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info
path: Actions/Typeless/TypelessAction.cs
startLine: 38
@ -203,7 +203,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartedAutomatically
path: Actions/Typeless/TypelessAction.cs
startLine: 43
@ -250,7 +250,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsUnderlying
path: Actions/Typeless/TypelessAction.cs
startLine: 48
@ -287,7 +287,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: Actions/Typeless/TypelessAction.cs
startLine: 52
@ -324,7 +324,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: Actions/Typeless/TypelessAction.cs
startLine: 56
@ -361,7 +361,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ElapsedTime
path: Actions/Typeless/TypelessAction.cs
startLine: 60
@ -410,7 +410,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayerPromptOpen
path: Actions/Typeless/TypelessAction.cs
startLine: 66
@ -447,7 +447,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ForceFail
path: Actions/Typeless/TypelessAction.cs
startLine: 72
@ -480,7 +480,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/Typeless/TypelessAction.cs
startLine: 81
@ -516,7 +516,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/Typeless/TypelessAction.cs
startLine: 89
@ -550,7 +550,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/Typeless/TypelessAction.cs
startLine: 98
@ -594,7 +594,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Actions/Typeless/TypelessAction.cs
startLine: 108
@ -631,7 +631,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/Typeless/TypelessAction.cs
startLine: 117
@ -669,7 +669,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Actions/Typeless/TypelessAction.cs
startLine: 127
@ -710,7 +710,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsFullyInProgress
path: Actions/Typeless/TypelessAction.cs
startLine: 138
@ -747,7 +747,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInProgressTime
path: Actions/Typeless/TypelessAction.cs
startLine: 148
@ -784,7 +784,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteIfNeedFull
path: Actions/Typeless/TypelessAction.cs
startLine: 158
@ -826,7 +826,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutDownOrGoTo
path: Actions/Typeless/TypelessAction.cs
startLine: 169
@ -871,7 +871,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPlaceDirection
path: Actions/Typeless/TypelessAction.cs
startLine: 196
@ -910,7 +910,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sit
path: Actions/Typeless/TypelessAction.cs
startLine: 212
@ -955,7 +955,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteInTime
path: Actions/Typeless/TypelessAction.cs
startLine: 232
@ -1006,7 +1006,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenPlayerPrompt
path: Actions/Typeless/TypelessAction.cs
startLine: 251
@ -1063,7 +1063,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenYesNoPrompt
path: Actions/Typeless/TypelessAction.cs
startLine: 287
@ -1105,7 +1105,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenTextPrompt
path: Actions/Typeless/TypelessAction.cs
startLine: 314
@ -1156,7 +1156,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakAlone
path: Actions/Typeless/TypelessAction.cs
startLine: 332
@ -1207,7 +1207,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeChair
path: Actions/Typeless/TypelessAction.cs
startLine: 369
@ -1251,7 +1251,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeChairs
path: Actions/Typeless/TypelessAction.cs
startLine: 386
@ -1301,7 +1301,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreePeople
path: Actions/Typeless/TypelessAction.cs
startLine: 412
@ -1311,7 +1311,7 @@ items:
summary: "\nA helper method to find a set of all <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: []
syntax:
content: public static IEnumerable<Person> FindAllFreePeople(ActionType type, Person person, Vector2? position = null, float? radius = null, bool ignoreVisibility = false)
content: public static IEnumerable<Person> FindAllFreePeople(ActionType type, Person person, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool ignoreVisibility = false)
parameters:
- id: type
type: TinyLife.Actions.ActionType
@ -1357,7 +1357,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeFurniture
path: Actions/Typeless/TypelessAction.cs
startLine: 437
@ -1367,7 +1367,7 @@ items:
summary: "\nA helper method to find a set of all <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: []
syntax:
content: public static IEnumerable<Furniture> FindAllFreeFurniture(Person person, ObjectCategory categories = null, FurnitureType objectSpotType = null, bool needsFreeActionSpot = true, Vector2? position = null, float? radius = null, bool allowBroken = false, bool ignoreVisibility = false)
content: public static IEnumerable<Furniture> FindAllFreeFurniture(Person person, ObjectCategory categories = null, FurnitureType objectSpotType = null, bool needsFreeActionSpot = true, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool allowBroken = false, bool ignoreVisibility = false)
parameters:
- id: person
type: TinyLife.Objects.Person
@ -1422,7 +1422,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeWalls
path: Actions/Typeless/TypelessAction.cs
startLine: 455
@ -1432,7 +1432,7 @@ items:
summary: "\nA helper method to find a set of all <xref href=\"TinyLife.World.Wall\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: []
syntax:
content: public static IEnumerable<Wall> FindAllFreeWalls(Person person, Vector2? position = null, float? radius = null, bool ignoreVisibility = false)
content: public static IEnumerable<Wall> FindAllFreeWalls(Person person, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool ignoreVisibility = false)
parameters:
- id: person
type: TinyLife.Objects.Person
@ -1475,7 +1475,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeGround
path: Actions/Typeless/TypelessAction.cs
startLine: 470
@ -1485,7 +1485,7 @@ items:
summary: "\nA helper method to find a set of all positions on the ground that are currently valid for interaction\n"
example: []
syntax:
content: public static IEnumerable<Point> FindAllFreeGround(Person person, Vector2? position = null, float? radius = null, bool ignoreVisibility = false)
content: public static IEnumerable<Point> FindAllFreeGround(Person person, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool ignoreVisibility = false)
parameters:
- id: person
type: TinyLife.Objects.Person
@ -1528,7 +1528,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindFreeFurniture
path: Actions/Typeless/TypelessAction.cs
startLine: 488
@ -1538,7 +1538,7 @@ items:
summary: "\nA helper method to find the best <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> instance to interact with based on the given data.\nNote that this method always returns a <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref> related to the first result from <xref href=\"TinyLife.Actions.Typeless.TypelessAction.FindAllFreeFurniture(TinyLife.Objects.Person%2cTinyLife.Objects.ObjectCategory%2cTinyLife.Objects.FurnitureType%2cSystem.Boolean%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Vector2%7d%2cSystem.Nullable%7bSystem.Single%7d%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public static ActionInfo FindFreeFurniture(Person person, ObjectCategory categories, FurnitureType objectSpotType = null, Vector2? position = null, bool allowBroken = false, bool ignoreVisibility = false)
content: public static ActionInfo FindFreeFurniture(Person person, ObjectCategory categories, FurnitureType objectSpotType = null, Vector2? position = default(Vector2? ), bool allowBroken = false, bool ignoreVisibility = false)
parameters:
- id: person
type: TinyLife.Objects.Person
@ -1587,7 +1587,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTableSpot
path: Actions/Typeless/TypelessAction.cs
startLine: 500

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnderlyingActionHandler
path: Actions/UnderlyingActionHandler.cs
startLine: 13
@ -77,7 +77,7 @@ items:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action
path: Actions/UnderlyingActionHandler.cs
startLine: 20
@ -128,7 +128,7 @@ items:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/UnderlyingActionHandler.cs
startLine: 32
@ -175,7 +175,7 @@ items:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeExact
path: Actions/UnderlyingActionHandler.cs
startLine: 45
@ -214,7 +214,7 @@ items:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/UnderlyingActionHandler.cs
startLine: 63
@ -256,7 +256,7 @@ items:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Actions/UnderlyingActionHandler.cs
startLine: 78
@ -292,7 +292,7 @@ items:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/UnderlyingActionHandler.cs
startLine: 92

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkAction
path: Actions/WalkAction.cs
startLine: 11
@ -127,7 +127,7 @@ items:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrainEnergy
path: Actions/WalkAction.cs
startLine: 18
@ -170,7 +170,7 @@ items:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/WalkAction.cs
startLine: 21
@ -209,7 +209,7 @@ items:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindPath
path: Actions/WalkAction.cs
startLine: 25
@ -251,7 +251,7 @@ items:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSpeed
path: Actions/WalkAction.cs
startLine: 30
@ -289,7 +289,7 @@ items:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/WalkAction.cs
startLine: 35

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Channel
path: Actions/WatchTvAction.cs
startLine: 189
@ -57,7 +57,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Comedy
path: Actions/WatchTvAction.cs
startLine: 194
@ -91,7 +91,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cooking
path: Actions/WatchTvAction.cs
startLine: 198
@ -125,7 +125,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Romance
path: Actions/WatchTvAction.cs
startLine: 202
@ -159,7 +159,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Drama
path: Actions/WatchTvAction.cs
startLine: 206
@ -193,7 +193,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: News
path: Actions/WatchTvAction.cs
startLine: 210
@ -227,7 +227,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cartoons
path: Actions/WatchTvAction.cs
startLine: 214

View file

@ -27,7 +27,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WatchTvAction
path: Actions/WatchTvAction.cs
startLine: 20
@ -132,7 +132,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/WatchTvAction.cs
startLine: 32
@ -170,7 +170,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/WatchTvAction.cs
startLine: 37
@ -208,7 +208,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/WatchTvAction.cs
startLine: 65
@ -243,7 +243,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: Actions/WatchTvAction.cs
startLine: 72
@ -288,7 +288,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: Actions/WatchTvAction.cs
startLine: 95
@ -326,7 +326,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: Actions/WatchTvAction.cs
startLine: 104
@ -368,7 +368,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsFullyInProgress
path: Actions/WatchTvAction.cs
startLine: 114
@ -406,7 +406,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: Actions/WatchTvAction.cs
startLine: 119
@ -445,7 +445,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetViewingArea
path: Actions/WatchTvAction.cs
startLine: 154
@ -489,7 +489,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSeating
path: Actions/WatchTvAction.cs
startLine: 167
@ -536,7 +536,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetViewers
path: Actions/WatchTvAction.cs
startLine: 181

View file

@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkAction
path: Actions/WorkAction.cs
startLine: 7
@ -132,7 +132,7 @@ items:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/WorkAction.cs
startLine: 10
@ -168,7 +168,7 @@ items:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/WorkAction.cs
startLine: 15
@ -203,7 +203,7 @@ items:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: Actions/WorkAction.cs
startLine: 21
@ -241,7 +241,7 @@ items:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: Actions/WorkAction.cs
startLine: 28

View file

@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Actions/WorkAtDeskObjectAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkAtDeskObjectAction
path: Actions/WorkAtDeskObjectAction.cs
startLine: 13
@ -133,7 +133,7 @@ items:
remote:
path: TinyLife/Actions/WorkAtDeskObjectAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/WorkAtDeskObjectAction.cs
startLine: 16
@ -172,7 +172,7 @@ items:
remote:
path: TinyLife/Actions/WorkAtDeskObjectAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/WorkAtDeskObjectAction.cs
startLine: 20
@ -210,7 +210,7 @@ items:
remote:
path: TinyLife/Actions/WorkAtDeskObjectAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: Actions/WorkAtDeskObjectAction.cs
startLine: 39
@ -255,7 +255,7 @@ items:
remote:
path: TinyLife/Actions/WorkAtDeskObjectAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: Actions/WorkAtDeskObjectAction.cs
startLine: 51

View file

@ -23,7 +23,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: Emotions/EmotionModifier.cs
startLine: 218
@ -78,7 +78,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: Emotions/EmotionModifier.cs
startLine: 225
@ -123,7 +123,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Amount
path: Emotions/EmotionModifier.cs
startLine: 230
@ -168,7 +168,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TotalTime
path: Emotions/EmotionModifier.cs
startLine: 235
@ -213,7 +213,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Time
path: Emotions/EmotionModifier.cs
startLine: 239
@ -260,7 +260,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Emotions/EmotionModifier.cs
startLine: 248
@ -302,7 +302,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassTime
path: Emotions/EmotionModifier.cs
startLine: 260
@ -338,7 +338,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Emotions/EmotionModifier.cs
startLine: 274

View file

@ -119,7 +119,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionModifier
path: Emotions/EmotionModifier.cs
startLine: 22
@ -170,7 +170,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: Emotions/EmotionModifier.cs
startLine: 29
@ -207,7 +207,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Asleep
path: Emotions/EmotionModifier.cs
startLine: 33
@ -242,7 +242,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PeedSelf
path: Emotions/EmotionModifier.cs
startLine: 34
@ -277,7 +277,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassedOut
path: Emotions/EmotionModifier.cs
startLine: 35
@ -312,7 +312,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadBook
path: Emotions/EmotionModifier.cs
startLine: 36
@ -347,7 +347,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailedJoke
path: Emotions/EmotionModifier.cs
startLine: 37
@ -382,7 +382,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyDishes
path: Emotions/EmotionModifier.cs
startLine: 38
@ -417,7 +417,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadCreation
path: Emotions/EmotionModifier.cs
startLine: 39
@ -452,7 +452,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadCreationAngry
path: Emotions/EmotionModifier.cs
startLine: 40
@ -487,7 +487,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PerfectCreation
path: Emotions/EmotionModifier.cs
startLine: 41
@ -522,7 +522,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendDied
path: Emotions/EmotionModifier.cs
startLine: 42
@ -557,7 +557,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SleptOutside
path: Emotions/EmotionModifier.cs
startLine: 43
@ -592,7 +592,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyConversationPartner
path: Emotions/EmotionModifier.cs
startLine: 44
@ -627,7 +627,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CaughtBeingInappropriate
path: Emotions/EmotionModifier.cs
startLine: 45
@ -662,7 +662,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoringWork
path: Emotions/EmotionModifier.cs
startLine: 46
@ -697,7 +697,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SawSomethingPersonal
path: Emotions/EmotionModifier.cs
startLine: 47
@ -732,7 +732,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodFood
path: Emotions/EmotionModifier.cs
startLine: 48
@ -767,7 +767,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PleasantInteraction
path: Emotions/EmotionModifier.cs
startLine: 49
@ -802,7 +802,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LovelyInteraction
path: Emotions/EmotionModifier.cs
startLine: 50
@ -837,7 +837,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailedRomance
path: Emotions/EmotionModifier.cs
startLine: 51
@ -872,7 +872,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartedDating
path: Emotions/EmotionModifier.cs
startLine: 52
@ -907,7 +907,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrokenUpWith
path: Emotions/EmotionModifier.cs
startLine: 53
@ -942,7 +942,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Promoted
path: Emotions/EmotionModifier.cs
startLine: 54
@ -977,7 +977,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Demoted
path: Emotions/EmotionModifier.cs
startLine: 55
@ -1012,7 +1012,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fired
path: Emotions/EmotionModifier.cs
startLine: 56
@ -1047,7 +1047,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadFood
path: Emotions/EmotionModifier.cs
startLine: 57
@ -1082,7 +1082,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunFoolingAround
path: Emotions/EmotionModifier.cs
startLine: 58
@ -1117,7 +1117,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FinishedMod
path: Emotions/EmotionModifier.cs
startLine: 59
@ -1152,7 +1152,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HackingFail
path: Emotions/EmotionModifier.cs
startLine: 60
@ -1187,7 +1187,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PositiveGauge
path: Emotions/EmotionModifier.cs
startLine: 61
@ -1222,7 +1222,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NegativeGauge
path: Emotions/EmotionModifier.cs
startLine: 62
@ -1257,7 +1257,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MeanConversationPartner
path: Emotions/EmotionModifier.cs
startLine: 63
@ -1292,7 +1292,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RepairFail
path: Emotions/EmotionModifier.cs
startLine: 64
@ -1327,7 +1327,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoolAroundFail
path: Emotions/EmotionModifier.cs
startLine: 65
@ -1362,7 +1362,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WritersBlock
path: Emotions/EmotionModifier.cs
startLine: 66
@ -1397,7 +1397,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FinishedBook
path: Emotions/EmotionModifier.cs
startLine: 67
@ -1432,7 +1432,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ScrappedBook
path: Emotions/EmotionModifier.cs
startLine: 68
@ -1467,7 +1467,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessfullyPublished
path: Emotions/EmotionModifier.cs
startLine: 69
@ -1502,7 +1502,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailedPublishing
path: Emotions/EmotionModifier.cs
startLine: 70
@ -1537,7 +1537,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InspiringIdeas
path: Emotions/EmotionModifier.cs
startLine: 71
@ -1572,7 +1572,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreativelyInspired
path: Emotions/EmotionModifier.cs
startLine: 72
@ -1607,7 +1607,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StrokeOfGenius
path: Emotions/EmotionModifier.cs
startLine: 73
@ -1642,7 +1642,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedOverstimulated
path: Emotions/EmotionModifier.cs
startLine: 74
@ -1677,7 +1677,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InspiredByPride
path: Emotions/EmotionModifier.cs
startLine: 75
@ -1712,7 +1712,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TvInspiredToCook
path: Emotions/EmotionModifier.cs
startLine: 76
@ -1747,7 +1747,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TvSaddenedByNews
path: Emotions/EmotionModifier.cs
startLine: 77
@ -1782,7 +1782,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TvExcitedByNews
path: Emotions/EmotionModifier.cs
startLine: 78
@ -1817,7 +1817,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TvRomantic
path: Emotions/EmotionModifier.cs
startLine: 79
@ -1852,7 +1852,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodWalkthrough
path: Emotions/EmotionModifier.cs
startLine: 80
@ -1887,7 +1887,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoringWalkthrough
path: Emotions/EmotionModifier.cs
startLine: 81
@ -1922,7 +1922,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadTeammates
path: Emotions/EmotionModifier.cs
startLine: 82
@ -1957,7 +1957,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RageQuit
path: Emotions/EmotionModifier.cs
startLine: 83
@ -1992,7 +1992,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WonTournament
path: Emotions/EmotionModifier.cs
startLine: 84
@ -2027,7 +2027,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LostTournament
path: Emotions/EmotionModifier.cs
startLine: 85
@ -2062,7 +2062,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AsexualFoolingPartner
path: Emotions/EmotionModifier.cs
startLine: 86
@ -2097,7 +2097,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AsexualFoolingDeclined
path: Emotions/EmotionModifier.cs
startLine: 87
@ -2132,7 +2132,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoolingDeclined
path: Emotions/EmotionModifier.cs
startLine: 88
@ -2167,7 +2167,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnergizingJog
path: Emotions/EmotionModifier.cs
startLine: 89
@ -2202,7 +2202,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnergizingDumbbells
path: Emotions/EmotionModifier.cs
startLine: 90
@ -2237,7 +2237,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PulledMuscle
path: Emotions/EmotionModifier.cs
startLine: 91
@ -2272,7 +2272,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingDeskPositive
path: Emotions/EmotionModifier.cs
startLine: 92
@ -2307,7 +2307,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingDeskSore
path: Emotions/EmotionModifier.cs
startLine: 93
@ -2342,7 +2342,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FitnessLevelUp
path: Emotions/EmotionModifier.cs
startLine: 94
@ -2377,7 +2377,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LazyWorkout
path: Emotions/EmotionModifier.cs
startLine: 95
@ -2412,7 +2412,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeEnergetic
path: Emotions/EmotionModifier.cs
startLine: 96
@ -2447,7 +2447,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFrisky
path: Emotions/EmotionModifier.cs
startLine: 97
@ -2482,7 +2482,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFocused
path: Emotions/EmotionModifier.cs
startLine: 98
@ -2517,7 +2517,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFine
path: Emotions/EmotionModifier.cs
startLine: 99
@ -2552,7 +2552,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooMuchProtein
path: Emotions/EmotionModifier.cs
startLine: 100
@ -2587,7 +2587,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFriskyAsexual
path: Emotions/EmotionModifier.cs
startLine: 101
@ -2622,7 +2622,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyHandsAfterToilet
path: Emotions/EmotionModifier.cs
startLine: 102
@ -2657,7 +2657,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DarkRoom
path: Emotions/EmotionModifier.cs
startLine: 103
@ -2692,7 +2692,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ThrewAwayInsteadOfCleaning
path: Emotions/EmotionModifier.cs
startLine: 104
@ -2727,7 +2727,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedCloseConversation
path: Emotions/EmotionModifier.cs
startLine: 105
@ -2762,7 +2762,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedStrangerDanger
path: Emotions/EmotionModifier.cs
startLine: 106
@ -2797,7 +2797,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedHomeLong
path: Emotions/EmotionModifier.cs
startLine: 107
@ -2832,7 +2832,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtrovertedNewRelationship
path: Emotions/EmotionModifier.cs
startLine: 108
@ -2867,7 +2867,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtrovertedConfusedByIntroversion
path: Emotions/EmotionModifier.cs
startLine: 109
@ -2902,7 +2902,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyObject
path: Emotions/EmotionModifier.cs
startLine: 110
@ -2937,7 +2937,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UncomfortableCraftedFurniture
path: Emotions/EmotionModifier.cs
startLine: 111
@ -2972,7 +2972,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AmazingCraftedFurniture
path: Emotions/EmotionModifier.cs
startLine: 112
@ -3007,7 +3007,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelfCraftedFurniture
path: Emotions/EmotionModifier.cs
startLine: 113
@ -3042,7 +3042,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodworkingSplinter
path: Emotions/EmotionModifier.cs
startLine: 114
@ -3077,7 +3077,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ScrappedSomeonesProject
path: Emotions/EmotionModifier.cs
startLine: 115
@ -3112,7 +3112,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RoughSchoolDay
path: Emotions/EmotionModifier.cs
startLine: 116
@ -3147,7 +3147,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunSchoolDay
path: Emotions/EmotionModifier.cs
startLine: 117
@ -3182,7 +3182,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TerribleAtSchool
path: Emotions/EmotionModifier.cs
startLine: 118
@ -3217,7 +3217,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GradesDown
path: Emotions/EmotionModifier.cs
startLine: 119
@ -3252,7 +3252,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GradesUp
path: Emotions/EmotionModifier.cs
startLine: 120
@ -3287,7 +3287,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoringHomework
path: Emotions/EmotionModifier.cs
startLine: 121
@ -3322,7 +3322,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ForgotHomework
path: Emotions/EmotionModifier.cs
startLine: 122
@ -3357,7 +3357,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InterestingStory
path: Emotions/EmotionModifier.cs
startLine: 123
@ -3392,7 +3392,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunnyCartoons
path: Emotions/EmotionModifier.cs
startLine: 124
@ -3427,7 +3427,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunPlaying
path: Emotions/EmotionModifier.cs
startLine: 125
@ -3462,7 +3462,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InspiringPlaying
path: Emotions/EmotionModifier.cs
startLine: 126
@ -3497,7 +3497,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PsychedUp
path: Emotions/EmotionModifier.cs
startLine: 127
@ -3532,7 +3532,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Emotions/EmotionModifier.cs
startLine: 149
@ -3567,7 +3567,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: Emotions/EmotionModifier.cs
startLine: 153
@ -3602,7 +3602,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emotion
path: Emotions/EmotionModifier.cs
startLine: 158
@ -3637,7 +3637,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Condition
path: Emotions/EmotionModifier.cs
startLine: 164
@ -3672,7 +3672,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Emotions/EmotionModifier.cs
startLine: 173
@ -3720,7 +3720,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCausedEmotion
path: Emotions/EmotionModifier.cs
startLine: 186
@ -3759,7 +3759,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Emotions/EmotionModifier.cs
startLine: 201

View file

@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeCategory
path: Emotions/EmotionType.cs
startLine: 90
@ -54,7 +54,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Negative
path: Emotions/EmotionType.cs
startLine: 95
@ -88,7 +88,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Positive
path: Emotions/EmotionType.cs
startLine: 99
@ -122,7 +122,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neutral
path: Emotions/EmotionType.cs
startLine: 103

View file

@ -36,7 +36,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionType
path: Emotions/EmotionType.cs
startLine: 17
@ -87,7 +87,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: Emotions/EmotionType.cs
startLine: 24
@ -124,7 +124,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fine
path: Emotions/EmotionType.cs
startLine: 27
@ -159,7 +159,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Uncomfortable
path: Emotions/EmotionType.cs
startLine: 28
@ -194,7 +194,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Asleep
path: Emotions/EmotionType.cs
startLine: 29
@ -229,7 +229,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Happy
path: Emotions/EmotionType.cs
startLine: 30
@ -264,7 +264,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Embarrassed
path: Emotions/EmotionType.cs
startLine: 31
@ -299,7 +299,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sad
path: Emotions/EmotionType.cs
startLine: 32
@ -334,7 +334,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bored
path: Emotions/EmotionType.cs
startLine: 33
@ -369,7 +369,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Frisky
path: Emotions/EmotionType.cs
startLine: 34
@ -404,7 +404,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Creative
path: Emotions/EmotionType.cs
startLine: 35
@ -439,7 +439,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Focused
path: Emotions/EmotionType.cs
startLine: 36
@ -474,7 +474,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stunned
path: Emotions/EmotionType.cs
startLine: 37
@ -509,7 +509,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Angry
path: Emotions/EmotionType.cs
startLine: 38
@ -544,7 +544,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Energetic
path: Emotions/EmotionType.cs
startLine: 39
@ -579,7 +579,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Emotions/EmotionType.cs
startLine: 45
@ -614,7 +614,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: Emotions/EmotionType.cs
startLine: 49
@ -649,7 +649,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Color
path: Emotions/EmotionType.cs
startLine: 54
@ -684,7 +684,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Category
path: Emotions/EmotionType.cs
startLine: 59
@ -719,7 +719,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Emotions/EmotionType.cs
startLine: 68
@ -764,7 +764,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Emotions/EmotionType.cs
startLine: 80

View file

@ -20,10 +20,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameMode
path: GameImpl.cs
startLine: 677
startLine: 684
assemblies:
- Tiny Life
namespace: TinyLife
@ -55,10 +55,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainMenu
path: GameImpl.cs
startLine: 680
startLine: 687
assemblies:
- Tiny Life
namespace: TinyLife
@ -89,10 +89,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectHousehold
path: GameImpl.cs
startLine: 682
startLine: 689
assemblies:
- Tiny Life
namespace: TinyLife
@ -123,10 +123,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHousehold
path: GameImpl.cs
startLine: 684
startLine: 691
assemblies:
- Tiny Life
namespace: TinyLife
@ -157,10 +157,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildOnly
path: GameImpl.cs
startLine: 686
startLine: 693
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -42,10 +42,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameImpl
path: GameImpl.cs
startLine: 48
startLine: 50
assemblies:
- Tiny Life
namespace: TinyLife
@ -138,10 +138,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Version
path: GameImpl.cs
startLine: 53
startLine: 55
assemblies:
- Tiny Life
namespace: TinyLife
@ -175,10 +175,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: GameImpl.cs
startLine: 59
startLine: 61
assemblies:
- Tiny Life
namespace: TinyLife
@ -214,10 +214,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GraphicsMetrics
path: GameImpl.cs
startLine: 63
startLine: 65
assemblies:
- Tiny Life
namespace: TinyLife
@ -251,10 +251,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Camera
path: GameImpl.cs
startLine: 67
startLine: 69
assemblies:
- Tiny Life
namespace: TinyLife
@ -288,10 +288,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Listener
path: GameImpl.cs
startLine: 71
startLine: 73
assemblies:
- Tiny Life
namespace: TinyLife
@ -325,10 +325,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: GameImpl.cs
startLine: 75
startLine: 77
assemblies:
- Tiny Life
namespace: TinyLife
@ -362,10 +362,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentTool
path: GameImpl.cs
startLine: 79
startLine: 81
assemblies:
- Tiny Life
namespace: TinyLife
@ -399,10 +399,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentTime
path: GameImpl.cs
startLine: 94
startLine: 96
assemblies:
- Tiny Life
namespace: TinyLife
@ -432,10 +432,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Weekday
path: GameImpl.cs
startLine: 98
startLine: 100
assemblies:
- Tiny Life
namespace: TinyLife
@ -469,10 +469,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentHousehold
path: GameImpl.cs
startLine: 102
startLine: 104
assemblies:
- Tiny Life
namespace: TinyLife
@ -506,10 +506,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Money
path: GameImpl.cs
startLine: 106
startLine: 108
assemblies:
- Tiny Life
namespace: TinyLife
@ -543,10 +543,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentLot
path: GameImpl.cs
startLine: 116
startLine: 118
assemblies:
- Tiny Life
namespace: TinyLife
@ -580,10 +580,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Speed
path: GameImpl.cs
startLine: 122
startLine: 124
assemblies:
- Tiny Life
namespace: TinyLife
@ -617,10 +617,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FollowingPerson
path: GameImpl.cs
startLine: 135
startLine: 137
assemblies:
- Tiny Life
namespace: TinyLife
@ -654,10 +654,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SaveName
path: GameImpl.cs
startLine: 147
startLine: 149
assemblies:
- Tiny Life
namespace: TinyLife
@ -691,10 +691,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mode
path: GameImpl.cs
startLine: 151
startLine: 153
assemblies:
- Tiny Life
namespace: TinyLife
@ -728,10 +728,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoadContent
path: GameImpl.cs
startLine: 189
startLine: 192
assemblies:
- Tiny Life
namespace: TinyLife
@ -762,10 +762,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoUpdate
path: GameImpl.cs
startLine: 294
startLine: 298
assemblies:
- Tiny Life
namespace: TinyLife
@ -799,10 +799,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoDraw
path: GameImpl.cs
startLine: 395
startLine: 399
assemblies:
- Tiny Life
namespace: TinyLife
@ -836,10 +836,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dispose
path: GameImpl.cs
startLine: 433
startLine: 437
assemblies:
- Tiny Life
namespace: TinyLife
@ -873,10 +873,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsMouseOnUi
path: GameImpl.cs
startLine: 447
startLine: 452
assemblies:
- Tiny Life
namespace: TinyLife
@ -908,10 +908,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SwitchGameMode
path: GameImpl.cs
startLine: 456
startLine: 461
assemblies:
- Tiny Life
namespace: TinyLife
@ -944,10 +944,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeExtremelyFast
path: GameImpl.cs
startLine: 521
startLine: 526
assemblies:
- Tiny Life
namespace: TinyLife
@ -979,10 +979,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanSaveOrSwitchModes
path: GameImpl.cs
startLine: 532
startLine: 537
assemblies:
- Tiny Life
namespace: TinyLife
@ -1014,10 +1014,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FadeKeyboardLighting
path: GameImpl.cs
startLine: 549
startLine: 554
assemblies:
- Tiny Life
namespace: TinyLife
@ -1050,17 +1050,17 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeScreenshot
path: GameImpl.cs
startLine: 627
startLine: 632
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nTakes a screenshot and stores it in the default location, using a file name that contains the current date and time\n"
example: []
syntax:
content: public void TakeScreenshot(Point size, RectangleF? visibleArea = null, Matrix? visibleMatrix = null)
content: public void TakeScreenshot(Point size, RectangleF? visibleArea = default(RectangleF? ), Matrix? visibleMatrix = default(Matrix? ))
parameters:
- id: size
type: Microsoft.Xna.Framework.Point

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameSpeed
path: Options.cs
startLine: 296
@ -56,7 +56,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Paused
path: Options.cs
startLine: 301
@ -90,7 +90,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Regular
path: Options.cs
startLine: 305
@ -124,7 +124,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fast
path: Options.cs
startLine: 309
@ -158,7 +158,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryFast
path: Options.cs
startLine: 313
@ -192,7 +192,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtremelyFast
path: Options.cs
startLine: 318

View file

@ -25,7 +25,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenealogyType
path: Relationship.cs
startLine: 244
@ -61,7 +61,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Unrelated
path: Relationship.cs
startLine: 249
@ -95,7 +95,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Parent
path: Relationship.cs
startLine: 253
@ -129,7 +129,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child
path: Relationship.cs
startLine: 257
@ -163,7 +163,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sibling
path: Relationship.cs
startLine: 261
@ -197,7 +197,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Nibling
path: Relationship.cs
startLine: 265
@ -231,7 +231,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pibling
path: Relationship.cs
startLine: 269
@ -265,7 +265,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandparent
path: Relationship.cs
startLine: 273
@ -299,7 +299,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandchild
path: Relationship.cs
startLine: 277
@ -333,7 +333,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistantlyRelated
path: Relationship.cs
startLine: 281

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AmountGoal
path: Goals/AmountGoal.cs
startLine: 8
@ -86,7 +86,7 @@ items:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/AmountGoal.cs
startLine: 14
@ -122,7 +122,7 @@ items:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: Goals/AmountGoal.cs
startLine: 20
@ -160,7 +160,7 @@ items:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: Goals/AmountGoal.cs
startLine: 25
@ -195,7 +195,7 @@ items:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress
path: Goals/AmountGoal.cs
startLine: 30
@ -233,7 +233,7 @@ items:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: Goals/AmountGoal.cs
startLine: 35

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AutoGoalInfo
path: Goals/GoalInfo.cs
startLine: 44
@ -80,7 +80,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Timed
path: Goals/GoalInfo.cs
startLine: 64
@ -136,7 +136,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Amount
path: Goals/GoalInfo.cs
startLine: 78
@ -192,7 +192,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Distinct
path: Goals/GoalInfo.cs
startLine: 94
@ -251,7 +251,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Distinct
path: Goals/GoalInfo.cs
startLine: 113
@ -310,7 +310,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Conditioned
path: Goals/GoalInfo.cs
startLine: 129

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AutoTriggerGoal
path: Goals/AutoTriggerGoal.cs
startLine: 8
@ -98,7 +98,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AutoInfo
path: Goals/AutoTriggerGoal.cs
startLine: 13
@ -133,7 +133,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/AutoTriggerGoal.cs
startLine: 16
@ -171,7 +171,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: Goals/AutoTriggerGoal.cs
startLine: 25
@ -211,7 +211,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Goals/AutoTriggerGoal.cs
startLine: 28
@ -255,7 +255,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: Goals/AutoTriggerGoal.cs
startLine: 44
@ -304,7 +304,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: Goals/AutoTriggerGoal.cs
startLine: 61

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConditionedGoal
path: Goals/ConditionedGoal.cs
startLine: 7
@ -86,7 +86,7 @@ items:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/ConditionedGoal.cs
startLine: 13
@ -122,7 +122,7 @@ items:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: Goals/ConditionedGoal.cs
startLine: 17
@ -160,7 +160,7 @@ items:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: Goals/ConditionedGoal.cs
startLine: 22
@ -195,7 +195,7 @@ items:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress
path: Goals/ConditionedGoal.cs
startLine: 27
@ -233,7 +233,7 @@ items:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: Goals/ConditionedGoal.cs
startLine: 32

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistinctGoal
path: Goals/DistinctGoal.cs
startLine: 9
@ -86,7 +86,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/DistinctGoal.cs
startLine: 16
@ -122,7 +122,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: Goals/DistinctGoal.cs
startLine: 22
@ -160,7 +160,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: Goals/DistinctGoal.cs
startLine: 27
@ -195,7 +195,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress
path: Goals/DistinctGoal.cs
startLine: 32
@ -233,7 +233,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Goals/DistinctGoal.cs
startLine: 37
@ -275,7 +275,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: Goals/DistinctGoal.cs
startLine: 47

View file

@ -24,7 +24,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goal
path: Goals/Goal.cs
startLine: 8
@ -94,7 +94,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Goals/Goal.cs
startLine: 15
@ -139,7 +139,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Set
path: Goals/Goal.cs
startLine: 19
@ -176,7 +176,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info
path: Goals/Goal.cs
startLine: 23
@ -213,7 +213,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/Goal.cs
startLine: 30
@ -252,7 +252,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: Goals/Goal.cs
startLine: 40
@ -289,7 +289,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: Goals/Goal.cs
startLine: 45
@ -323,7 +323,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress
path: Goals/Goal.cs
startLine: 52
@ -360,7 +360,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Goals/Goal.cs
startLine: 61

View file

@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalInfo
path: Goals/GoalInfo.cs
startLine: 10
@ -77,7 +77,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Goals/GoalInfo.cs
startLine: 15
@ -112,7 +112,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/GoalInfo.cs
startLine: 23
@ -154,7 +154,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: Goals/GoalInfo.cs
startLine: 34

View file

@ -27,7 +27,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalSet
path: Goals/GoalSet.cs
startLine: 44
@ -92,7 +92,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info
path: Goals/GoalSet.cs
startLine: 52
@ -129,7 +129,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: Goals/GoalSet.cs
startLine: 56
@ -166,7 +166,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/GoalSet.cs
startLine: 63
@ -205,7 +205,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: Goals/GoalSet.cs
startLine: 73
@ -240,7 +240,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Goals/GoalSet.cs
startLine: 85
@ -275,7 +275,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: Goals/GoalSet.cs
startLine: 92
@ -307,7 +307,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoals
path: Goals/GoalSet.cs
startLine: 102
@ -350,7 +350,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoal
path: Goals/GoalSet.cs
startLine: 112
@ -397,7 +397,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoal
path: Goals/GoalSet.cs
startLine: 122
@ -440,7 +440,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplay
path: Goals/GoalSet.cs
startLine: 131
@ -479,7 +479,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Goals/GoalSet.cs
startLine: 152

View file

@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalSetInfo
path: Goals/GoalSet.cs
startLine: 14
@ -75,7 +75,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Configurations
path: Goals/GoalSet.cs
startLine: 19
@ -110,7 +110,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/GoalSet.cs
startLine: 25
@ -149,7 +149,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: Goals/GoalSet.cs
startLine: 34

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalTrigger
path: Goals/GoalTrigger.cs
startLine: 8
@ -66,7 +66,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PersonUpdate
path: Goals/GoalTrigger.cs
startLine: 15
@ -100,7 +100,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurnitureCreated
path: Goals/GoalTrigger.cs
startLine: 21
@ -134,7 +134,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionCompleted
path: Goals/GoalTrigger.cs
startLine: 26
@ -168,7 +168,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate
path: Goals/GoalTrigger.cs
startLine: 31
@ -202,7 +202,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EarnMoney
path: Goals/GoalTrigger.cs
startLine: 36

View file

@ -28,7 +28,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Job
path: Goals/Job.cs
startLine: 17
@ -93,7 +93,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: Goals/Job.cs
startLine: 24
@ -138,7 +138,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: Goals/Job.cs
startLine: 28
@ -175,7 +175,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Performance
path: Goals/Job.cs
startLine: 33
@ -222,7 +222,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Level
path: Goals/Job.cs
startLine: 39
@ -269,7 +269,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTasks
path: Goals/Job.cs
startLine: 44
@ -316,7 +316,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentHourlyPay
path: Goals/Job.cs
startLine: 49
@ -353,7 +353,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/Job.cs
startLine: 57
@ -395,7 +395,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Goals/Job.cs
startLine: 70
@ -431,7 +431,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddPerformance
path: Goals/Job.cs
startLine: 101
@ -467,7 +467,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddLevel
path: Goals/Job.cs
startLine: 120
@ -503,7 +503,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasRequiredPromotionSkills
path: Goals/Job.cs
startLine: 159
@ -538,7 +538,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Goals/Job.cs
startLine: 171

View file

@ -40,7 +40,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JobType
path: Goals/JobType.cs
startLine: 23
@ -103,7 +103,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: Goals/JobType.cs
startLine: 31
@ -140,7 +140,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Goals/JobType.cs
startLine: 67
@ -175,7 +175,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HourlyPay
path: Goals/JobType.cs
startLine: 72
@ -210,7 +210,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkHours
path: Goals/JobType.cs
startLine: 77
@ -245,7 +245,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OffWorkDays
path: Goals/JobType.cs
startLine: 82
@ -280,7 +280,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPromotionSkills
path: Goals/JobType.cs
startLine: 87
@ -317,7 +317,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxLevel
path: Goals/JobType.cs
startLine: 91
@ -354,7 +354,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasSpecialLocalization
path: Goals/JobType.cs
startLine: 96
@ -391,7 +391,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges
path: Goals/JobType.cs
startLine: 101
@ -428,7 +428,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanQuitOrBeFired
path: Goals/JobType.cs
startLine: 106
@ -465,7 +465,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTasks
path: Goals/JobType.cs
startLine: 111
@ -502,7 +502,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTaskImportance
path: Goals/JobType.cs
startLine: 116
@ -539,7 +539,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/JobType.cs
startLine: 125
@ -587,7 +587,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: Goals/JobType.cs
startLine: 138
@ -629,7 +629,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsTimeToWork
path: Goals/JobType.cs
startLine: 148
@ -639,7 +639,7 @@ items:
summary: "\nReturns whether the given time (or the game&apos;s current time) is in the bounds of <xref href=\"TinyLife.Goals.JobType.WorkHours\" data-throw-if-not-resolved=\"false\"></xref> and outside of the bounds of <xref href=\"TinyLife.Goals.JobType.OffWorkDays\" data-throw-if-not-resolved=\"false\"></xref>.\nIf this method returns true, <xref href=\"TinyLife.Actions.WorkAction\" data-throw-if-not-resolved=\"false\"></xref> can be started.\n"
example: []
syntax:
content: public virtual bool IsTimeToWork(TimeSpan? time = null)
content: public virtual bool IsTimeToWork(TimeSpan? time = default(TimeSpan? ))
parameters:
- id: time
type: System.Nullable{System.TimeSpan}
@ -673,7 +673,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToScheduleString
path: Goals/JobType.cs
startLine: 158
@ -710,7 +710,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: Goals/JobType.cs
startLine: 172
@ -720,7 +720,7 @@ items:
summary: "\nReturns the display name of this <xref href=\"TinyLife.Goals.JobType\" data-throw-if-not-resolved=\"false\"></xref>, based on the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">level</code>.\nIf no level is given, the job&apos;s regular name, without the level-based suffix, is returned.\n"
example: []
syntax:
content: public virtual string GetDisplayName(int? level = null)
content: public virtual string GetDisplayName(int? level = default(int? ))
parameters:
- id: level
type: System.Nullable{System.Int32}
@ -754,7 +754,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRequiredPromotionSkills
path: Goals/JobType.cs
startLine: 184
@ -795,7 +795,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkStartsInAnHour
path: Goals/JobType.cs
startLine: 199
@ -833,7 +833,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkHoursOver
path: Goals/JobType.cs
startLine: 210
@ -871,7 +871,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkFinished
path: Goals/JobType.cs
startLine: 220
@ -912,7 +912,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkStarted
path: Goals/JobType.cs
startLine: 231
@ -953,7 +953,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLevelChanged
path: Goals/JobType.cs
startLine: 240
@ -994,7 +994,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Goals/JobType.cs
startLine: 253

View file

@ -26,7 +26,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: Goals/LifeGoal.cs
startLine: 172
@ -81,7 +81,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goal
path: Goals/LifeGoal.cs
startLine: 179
@ -126,7 +126,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentGoals
path: Goals/LifeGoal.cs
startLine: 183
@ -173,7 +173,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StageIndex
path: Goals/LifeGoal.cs
startLine: 190
@ -220,7 +220,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: Goals/LifeGoal.cs
startLine: 195
@ -257,7 +257,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stage
path: Goals/LifeGoal.cs
startLine: 200
@ -294,7 +294,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed
path: Goals/LifeGoal.cs
startLine: 204
@ -331,7 +331,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/LifeGoal.cs
startLine: 212
@ -373,7 +373,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Goals/LifeGoal.cs
startLine: 222
@ -405,7 +405,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Advance
path: Goals/LifeGoal.cs
startLine: 232
@ -437,7 +437,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Goals/LifeGoal.cs
startLine: 257

View file

@ -31,7 +31,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LifeGoal
path: Goals/LifeGoal.cs
startLine: 23
@ -82,7 +82,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals
path: Goals/LifeGoal.cs
startLine: 30
@ -119,7 +119,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Chef
path: Goals/LifeGoal.cs
startLine: 33
@ -154,7 +154,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GymRat
path: Goals/LifeGoal.cs
startLine: 61
@ -189,7 +189,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HouseholdHero
path: Goals/LifeGoal.cs
startLine: 73
@ -224,7 +224,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComputerAddict
path: Goals/LifeGoal.cs
startLine: 85
@ -259,7 +259,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendOfEveryone
path: Goals/LifeGoal.cs
startLine: 97
@ -294,7 +294,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAdvanced
path: Goals/LifeGoal.cs
startLine: 112
@ -329,7 +329,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Goals/LifeGoal.cs
startLine: 116
@ -364,7 +364,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Goals/LifeGoal.cs
startLine: 121
@ -399,7 +399,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stages
path: Goals/LifeGoal.cs
startLine: 125
@ -434,7 +434,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RewardPersonality
path: Goals/LifeGoal.cs
startLine: 130
@ -469,7 +469,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllowedAges
path: Goals/LifeGoal.cs
startLine: 135
@ -506,7 +506,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/LifeGoal.cs
startLine: 143
@ -551,7 +551,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Goals/LifeGoal.cs
startLine: 154
@ -590,7 +590,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Goals/LifeGoal.cs
startLine: 163

View file

@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ManualProgressGoal
path: Goals/ManualProgressGoal.cs
startLine: 10
@ -82,7 +82,7 @@ items:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/ManualProgressGoal.cs
startLine: 16
@ -121,7 +121,7 @@ items:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: Goals/ManualProgressGoal.cs
startLine: 20
@ -159,7 +159,7 @@ items:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: Goals/ManualProgressGoal.cs
startLine: 25
@ -194,7 +194,7 @@ items:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeProgress
path: Goals/ManualProgressGoal.cs
startLine: 37

View file

@ -28,7 +28,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSettings
path: Goals/Project.cs
startLine: 205
@ -70,7 +70,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Goals/Project.cs
startLine: 210
@ -103,7 +103,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Context
path: Goals/Project.cs
startLine: 214
@ -136,7 +136,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: Goals/Project.cs
startLine: 218
@ -169,7 +169,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType
path: Goals/Project.cs
startLine: 222
@ -202,7 +202,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedTypeScrap
path: Goals/Project.cs
startLine: 227
@ -235,7 +235,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute
path: Goals/Project.cs
startLine: 231
@ -268,7 +268,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill
path: Goals/Project.cs
startLine: 237
@ -301,7 +301,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges
path: Goals/Project.cs
startLine: 242
@ -334,7 +334,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProjectDisplayName
path: Goals/Project.cs
startLine: 247
@ -367,7 +367,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanContinue
path: Goals/Project.cs
startLine: 251
@ -400,7 +400,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IncludeProject
path: Goals/Project.cs
startLine: 255
@ -433,7 +433,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/Project.cs
startLine: 264

View file

@ -31,7 +31,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Project
path: Goals/Project.cs
startLine: 20
@ -96,7 +96,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: Goals/Project.cs
startLine: 28
@ -141,7 +141,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Goals/Project.cs
startLine: 33
@ -186,7 +186,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Quality
path: Goals/Project.cs
startLine: 38
@ -233,7 +233,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Progress
path: Goals/Project.cs
startLine: 43
@ -282,7 +282,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyPay
path: Goals/Project.cs
startLine: 49
@ -335,7 +335,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyPayReductionFactor
path: Goals/Project.cs
startLine: 55
@ -388,7 +388,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: Goals/Project.cs
startLine: 60
@ -427,7 +427,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/Project.cs
startLine: 68
@ -469,7 +469,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Goals/Project.cs
startLine: 79
@ -510,7 +510,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeProgress
path: Goals/Project.cs
startLine: 92
@ -560,7 +560,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Remove
path: Goals/Project.cs
startLine: 99
@ -594,7 +594,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAndReduceDailyPay
path: Goals/Project.cs
startLine: 109
@ -631,7 +631,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetDailyPay
path: Goals/Project.cs
startLine: 124
@ -673,7 +673,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateActions
path: Goals/Project.cs
startLine: 139
@ -714,7 +714,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVarieties
path: Goals/Project.cs
startLine: 176

View file

@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/Goals/StudentJobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StudentJobType
path: Goals/StudentJobType.cs
startLine: 10
@ -97,7 +97,7 @@ items:
remote:
path: TinyLife/Goals/StudentJobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/StudentJobType.cs
startLine: 13
@ -145,7 +145,7 @@ items:
remote:
path: TinyLife/Goals/StudentJobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkFinished
path: Goals/StudentJobType.cs
startLine: 23
@ -187,7 +187,7 @@ items:
remote:
path: TinyLife/Goals/StudentJobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLevelChanged
path: Goals/StudentJobType.cs
startLine: 37

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TimedGoal
path: Goals/TimedGoal.cs
startLine: 9
@ -86,7 +86,7 @@ items:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/TimedGoal.cs
startLine: 15
@ -122,7 +122,7 @@ items:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: Goals/TimedGoal.cs
startLine: 21
@ -160,7 +160,7 @@ items:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: Goals/TimedGoal.cs
startLine: 26
@ -195,7 +195,7 @@ items:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress
path: Goals/TimedGoal.cs
startLine: 31
@ -233,7 +233,7 @@ items:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: Goals/TimedGoal.cs
startLine: 37

View file

@ -28,10 +28,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LnCategory
path: Localization.cs
startLine: 126
startLine: 132
assemblies:
- Tiny Life
namespace: TinyLife
@ -63,10 +63,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ui
path: Localization.cs
startLine: 129
startLine: 135
assemblies:
- Tiny Life
namespace: TinyLife
@ -97,10 +97,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Actions
path: Localization.cs
startLine: 131
startLine: 137
assemblies:
- Tiny Life
namespace: TinyLife
@ -131,10 +131,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildMode
path: Localization.cs
startLine: 133
startLine: 139
assemblies:
- Tiny Life
namespace: TinyLife
@ -165,10 +165,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clothes
path: Localization.cs
startLine: 135
startLine: 141
assemblies:
- Tiny Life
namespace: TinyLife
@ -199,10 +199,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Food
path: Localization.cs
startLine: 137
startLine: 143
assemblies:
- Tiny Life
namespace: TinyLife
@ -233,10 +233,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Personalities
path: Localization.cs
startLine: 139
startLine: 145
assemblies:
- Tiny Life
namespace: TinyLife
@ -267,10 +267,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Skills
path: Localization.cs
startLine: 141
startLine: 147
assemblies:
- Tiny Life
namespace: TinyLife
@ -301,10 +301,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Jobs
path: Localization.cs
startLine: 143
startLine: 149
assemblies:
- Tiny Life
namespace: TinyLife
@ -335,10 +335,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emotions
path: Localization.cs
startLine: 145
startLine: 151
assemblies:
- Tiny Life
namespace: TinyLife
@ -369,10 +369,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hints
path: Localization.cs
startLine: 147
startLine: 153
assemblies:
- Tiny Life
namespace: TinyLife
@ -403,10 +403,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHints
path: Localization.cs
startLine: 149
startLine: 155
assemblies:
- Tiny Life
namespace: TinyLife
@ -437,10 +437,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals
path: Localization.cs
startLine: 151
startLine: 157
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -22,10 +22,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Localization
path: Localization.cs
startLine: 19
startLine: 20
assemblies:
- Tiny Life
namespace: TinyLife
@ -66,10 +66,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LanguageNames
path: Localization.cs
startLine: 24
startLine: 25
assemblies:
- Tiny Life
namespace: TinyLife
@ -103,10 +103,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Names
path: Localization.cs
startLine: 29
startLine: 30
assemblies:
- Tiny Life
namespace: TinyLife
@ -140,10 +140,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetLanguage
path: Localization.cs
startLine: 40
startLine: 41
assemblies:
- Tiny Life
namespace: TinyLife
@ -178,10 +178,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Get
path: Localization.cs
startLine: 60
startLine: 61
assemblies:
- Tiny Life
namespace: TinyLife
@ -222,10 +222,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Get
path: Localization.cs
startLine: 77
startLine: 78
assemblies:
- Tiny Life
namespace: TinyLife
@ -272,10 +272,10 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetKeys
path: Localization.cs
startLine: 86
startLine: 87
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -18,7 +18,7 @@ items:
remote:
path: TinyLife/Mods/EventPhase.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EventPhase
path: Mods/EventPhase.cs
startLine: 4
@ -53,7 +53,7 @@ items:
remote:
path: TinyLife/Mods/EventPhase.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pre
path: Mods/EventPhase.cs
startLine: 9
@ -87,7 +87,7 @@ items:
remote:
path: TinyLife/Mods/EventPhase.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Post
path: Mods/EventPhase.cs
startLine: 13

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mod
path: Mods/Mod.cs
startLine: 17
@ -69,7 +69,7 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Mods/Mod.cs
startLine: 22
@ -108,7 +108,7 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description
path: Mods/Mod.cs
startLine: 27
@ -147,7 +147,7 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: Mods/Mod.cs
startLine: 32
@ -186,7 +186,7 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Mods/Mod.cs
startLine: 41
@ -230,7 +230,7 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddGameContent
path: Mods/Mod.cs
startLine: 54
@ -268,7 +268,7 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCustomFurnitureTextures
path: Mods/Mod.cs
startLine: 62

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModInfo
path: Mods/ModLoader.cs
startLine: 76
@ -71,7 +71,7 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Id
path: Mods/ModLoader.cs
startLine: 81
@ -106,7 +106,7 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mod
path: Mods/ModLoader.cs
startLine: 85
@ -141,7 +141,7 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Logger
path: Mods/ModLoader.cs
startLine: 90
@ -176,7 +176,7 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Content
path: Mods/ModLoader.cs
startLine: 95
@ -211,7 +211,7 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Finalize
path: Mods/ModLoader.cs
startLine: 107
@ -242,7 +242,7 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dispose
path: Mods/ModLoader.cs
startLine: 112

View file

@ -18,7 +18,7 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModLoader
path: Mods/ModLoader.cs
startLine: 12
@ -62,7 +62,7 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryGetModInfo
path: Mods/ModLoader.cs
startLine: 23
@ -109,7 +109,7 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetModsFolder
path: Mods/ModLoader.cs
startLine: 31

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Need
path: Need.cs
startLine: 18
@ -76,7 +76,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Max
path: Need.cs
startLine: 24
@ -111,7 +111,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: Need.cs
startLine: 30
@ -156,7 +156,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Value
path: Need.cs
startLine: 35
@ -203,7 +203,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Percentage
path: Need.cs
startLine: 43
@ -240,7 +240,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Need.cs
startLine: 53

View file

@ -30,7 +30,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedType
path: Need.cs
startLine: 64
@ -81,7 +81,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: Need.cs
startLine: 72
@ -118,7 +118,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Energy
path: Need.cs
startLine: 74
@ -153,7 +153,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hunger
path: Need.cs
startLine: 79
@ -188,7 +188,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Social
path: Need.cs
startLine: 80
@ -223,7 +223,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Toilet
path: Need.cs
startLine: 83
@ -258,7 +258,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hygiene
path: Need.cs
startLine: 84
@ -293,7 +293,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Entertainment
path: Need.cs
startLine: 85
@ -328,7 +328,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Need.cs
startLine: 92
@ -363,7 +363,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveReduction
path: Need.cs
startLine: 96
@ -398,7 +398,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedLowAction
path: Need.cs
startLine: 100
@ -433,7 +433,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedLowTime
path: Need.cs
startLine: 104
@ -468,7 +468,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SolveImportance
path: Need.cs
startLine: 109
@ -503,7 +503,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Need.cs
startLine: 119
@ -554,7 +554,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Need.cs
startLine: 132

View file

@ -26,7 +26,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AbstractSpot
path: Objects/ActionSpot.cs
startLine: 14
@ -76,7 +76,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: YOffset
path: Objects/ActionSpot.cs
startLine: 19
@ -113,7 +113,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Offset
path: Objects/ActionSpot.cs
startLine: 23
@ -146,7 +146,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisualOffset
path: Objects/ActionSpot.cs
startLine: 28
@ -179,7 +179,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ValidDirections
path: Objects/ActionSpot.cs
startLine: 34
@ -214,7 +214,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Group
path: Objects/ActionSpot.cs
startLine: 41
@ -247,7 +247,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawLayer
path: Objects/ActionSpot.cs
startLine: 46
@ -280,7 +280,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/ActionSpot.cs
startLine: 57
@ -328,7 +328,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetValidDirections
path: Objects/ActionSpot.cs
startLine: 69
@ -367,7 +367,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetLocation
path: Objects/ActionSpot.cs
startLine: 80
@ -409,7 +409,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoGroupsOverlap
path: Objects/ActionSpot.cs
startLine: 91

View file

@ -27,7 +27,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSpot
path: Objects/ActionSpot.cs
startLine: 100
@ -84,7 +84,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CategoryRestriction
path: Objects/ActionSpot.cs
startLine: 107
@ -117,7 +117,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/ActionSpot.cs
startLine: 114
@ -159,7 +159,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/ActionSpot.cs
startLine: 124
@ -204,7 +204,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/ActionSpot.cs
startLine: 135
@ -252,7 +252,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeDirections
path: Objects/ActionSpot.cs
startLine: 147
@ -294,7 +294,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetOccupants
path: Objects/ActionSpot.cs
startLine: 167
@ -336,7 +336,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BedSpots
path: Objects/ActionSpot.cs
startLine: 181
@ -377,7 +377,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BenchSpots
path: Objects/ActionSpot.cs
startLine: 208
@ -418,7 +418,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PicnicTableSpots
path: Objects/ActionSpot.cs
startLine: 229
@ -459,7 +459,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllSpots
path: Objects/ActionSpot.cs
startLine: 252
@ -503,7 +503,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPicnicBenchDrawLayer
path: Objects/ActionSpot.cs
startLine: 267

View file

@ -18,7 +18,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AgeGroup
path: Objects/Person.cs
startLine: 2263
@ -63,7 +63,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child
path: Objects/Person.cs
startLine: 2271
@ -97,7 +97,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Adult
path: Objects/Person.cs
startLine: 2277

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrokenBehavior
path: Objects/BreakableFurniture.cs
startLine: 148
@ -66,7 +66,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Puddles
path: Objects/BreakableFurniture.cs
startLine: 154
@ -100,7 +100,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dripping
path: Objects/BreakableFurniture.cs
startLine: 158
@ -134,7 +134,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ElectricityCrackle
path: Objects/BreakableFurniture.cs
startLine: 162
@ -168,7 +168,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Smoke
path: Objects/BreakableFurniture.cs
startLine: 166
@ -202,7 +202,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Electrocution
path: Objects/BreakableFurniture.cs
startLine: 170

View file

@ -26,7 +26,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BreakableFurniture
path: Objects/BreakableFurniture.cs
startLine: 17
@ -159,7 +159,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWearDown
path: Objects/BreakableFurniture.cs
startLine: 23
@ -192,7 +192,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnBreak
path: Objects/BreakableFurniture.cs
startLine: 28
@ -225,7 +225,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Broken
path: Objects/BreakableFurniture.cs
startLine: 34
@ -268,7 +268,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/BreakableFurniture.cs
startLine: 40
@ -319,7 +319,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Objects/BreakableFurniture.cs
startLine: 44
@ -365,7 +365,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WearDown
path: Objects/BreakableFurniture.cs
startLine: 99
@ -403,7 +403,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate
path: Objects/BreakableFurniture.cs
startLine: 113
@ -454,7 +454,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: Objects/BreakableFurniture.cs
startLine: 125
@ -492,7 +492,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDescription
path: Objects/BreakableFurniture.cs
startLine: 130
@ -530,7 +530,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDecorativeRating
path: Objects/BreakableFurniture.cs
startLine: 141

View file

@ -36,7 +36,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clothes
path: Objects/Clothes.cs
startLine: 24
@ -90,7 +90,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Layers
path: Objects/Clothes.cs
startLine: 30
@ -127,7 +127,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: Objects/Clothes.cs
startLine: 34
@ -164,7 +164,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReferencePrice
path: Objects/Clothes.cs
startLine: 40
@ -199,7 +199,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Objects/Clothes.cs
startLine: 123
@ -234,7 +234,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Layer
path: Objects/Clothes.cs
startLine: 127
@ -269,7 +269,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TextureRegions
path: Objects/Clothes.cs
startLine: 133
@ -304,7 +304,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Colors
path: Objects/Clothes.cs
startLine: 138
@ -339,7 +339,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Price
path: Objects/Clothes.cs
startLine: 143
@ -374,7 +374,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Intentions
path: Objects/Clothes.cs
startLine: 148
@ -409,7 +409,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: Objects/Clothes.cs
startLine: 153
@ -446,7 +446,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonBuyable
path: Objects/Clothes.cs
startLine: 158
@ -483,7 +483,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ages
path: Objects/Clothes.cs
startLine: 163
@ -520,7 +520,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DepthFunction
path: Objects/Clothes.cs
startLine: 168
@ -557,7 +557,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Clothes.cs
startLine: 179
@ -611,7 +611,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: Objects/Clothes.cs
startLine: 192
@ -648,7 +648,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIntentionDescription
path: Objects/Clothes.cs
startLine: 200
@ -683,7 +683,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Objects/Clothes.cs
startLine: 211
@ -721,7 +721,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetClothes
path: Objects/Clothes.cs
startLine: 222
@ -765,7 +765,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIntentionPercentage
path: Objects/Clothes.cs
startLine: 236
@ -812,7 +812,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIntentionMatchingOutfit
path: Objects/Clothes.cs
startLine: 255

View file

@ -25,7 +25,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ClothesIntention
path: Objects/Clothes.cs
startLine: 358
@ -70,7 +70,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: None
path: Objects/Clothes.cs
startLine: 362
@ -102,7 +102,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Everyday
path: Objects/Clothes.cs
startLine: 363
@ -134,7 +134,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Party
path: Objects/Clothes.cs
startLine: 364
@ -166,7 +166,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Formal
path: Objects/Clothes.cs
startLine: 365
@ -198,7 +198,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Workout
path: Objects/Clothes.cs
startLine: 366
@ -230,7 +230,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Swimwear
path: Objects/Clothes.cs
startLine: 367
@ -262,7 +262,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sleep
path: Objects/Clothes.cs
startLine: 368
@ -294,7 +294,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Summer
path: Objects/Clothes.cs
startLine: 369
@ -326,7 +326,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Winter
path: Objects/Clothes.cs
startLine: 370

View file

@ -23,7 +23,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ClothesLayer
path: Objects/Clothes.cs
startLine: 320
@ -70,7 +70,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Body
path: Objects/Clothes.cs
startLine: 326
@ -104,7 +104,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Eyes
path: Objects/Clothes.cs
startLine: 330
@ -138,7 +138,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pants
path: Objects/Clothes.cs
startLine: 334
@ -172,7 +172,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Arms
path: Objects/Clothes.cs
startLine: 338
@ -206,7 +206,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shirt
path: Objects/Clothes.cs
startLine: 342
@ -240,7 +240,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hair
path: Objects/Clothes.cs
startLine: 346
@ -274,7 +274,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shoes
path: Objects/Clothes.cs
startLine: 350

View file

@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Counter
path: Objects/CornerFurniture.cs
startLine: 96
@ -154,7 +154,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/CornerFurniture.cs
startLine: 99
@ -205,7 +205,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldConnectTo
path: Objects/CornerFurniture.cs
startLine: 103
@ -247,7 +247,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCornerStatus
path: Objects/CornerFurniture.cs
startLine: 108

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CornerFurniture
path: Objects/CornerFurniture.cs
startLine: 17
@ -155,7 +155,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/CornerFurniture.cs
startLine: 23
@ -206,7 +206,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldConnectTo
path: Objects/CornerFurniture.cs
startLine: 34
@ -247,7 +247,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCornerStatus
path: Objects/CornerFurniture.cs
startLine: 44
@ -291,7 +291,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/CornerFurniture.cs
startLine: 62
@ -369,7 +369,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnNeighborChanged
path: Objects/CornerFurniture.cs
startLine: 70
@ -408,7 +408,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Objects/CornerFurniture.cs
startLine: 75

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Objects/Fence.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fence
path: Objects/Fence.cs
startLine: 13
@ -152,7 +152,7 @@ items:
remote:
path: TinyLife/Objects/Fence.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Fence.cs
startLine: 19
@ -203,7 +203,7 @@ items:
remote:
path: TinyLife/Objects/Fence.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/Fence.cs
startLine: 25
@ -281,7 +281,7 @@ items:
remote:
path: TinyLife/Objects/Fence.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Objects/Fence.cs
startLine: 37
@ -319,7 +319,7 @@ items:
remote:
path: TinyLife/Objects/Fence.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnNeighborChanged
path: Objects/Fence.cs
startLine: 43
@ -358,7 +358,7 @@ items:
remote:
path: TinyLife/Objects/Fence.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldConnectTo
path: Objects/Fence.cs
startLine: 53

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fireplace
path: Objects/Fireplace.cs
startLine: 16
@ -159,7 +159,7 @@ items:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsElectrical
path: Objects/Fireplace.cs
startLine: 19
@ -199,7 +199,7 @@ items:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LightSize
path: Objects/Fireplace.cs
startLine: 24
@ -238,7 +238,7 @@ items:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Fireplace.cs
startLine: 30
@ -289,7 +289,7 @@ items:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/Fireplace.cs
startLine: 40
@ -367,7 +367,7 @@ items:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Objects/Fireplace.cs
startLine: 50
@ -412,7 +412,7 @@ items:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLights
path: Objects/Fireplace.cs
startLine: 62

View file

@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Objects/Food.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Food
path: Objects/Food.cs
startLine: 13
@ -159,7 +159,7 @@ items:
remote:
path: TinyLife/Objects/Food.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodLeft
path: Objects/Food.cs
startLine: 20
@ -202,7 +202,7 @@ items:
remote:
path: TinyLife/Objects/Food.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Food.cs
startLine: 23
@ -253,7 +253,7 @@ items:
remote:
path: TinyLife/Objects/Food.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/Food.cs
startLine: 28
@ -331,7 +331,7 @@ items:
remote:
path: TinyLife/Objects/Food.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo
path: Objects/Food.cs
startLine: 40

View file

@ -24,7 +24,7 @@ items:
remote:
path: TinyLife/Objects/FoodTypedItem.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodTypedItem
path: Objects/FoodTypedItem.cs
startLine: 12
@ -159,7 +159,7 @@ items:
remote:
path: TinyLife/Objects/FoodTypedItem.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodType
path: Objects/FoodTypedItem.cs
startLine: 18
@ -202,7 +202,7 @@ items:
remote:
path: TinyLife/Objects/FoodTypedItem.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExpirationTime
path: Objects/FoodTypedItem.cs
startLine: 24
@ -245,7 +245,7 @@ items:
remote:
path: TinyLife/Objects/FoodTypedItem.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ServingSize
path: Objects/FoodTypedItem.cs
startLine: 30
@ -288,7 +288,7 @@ items:
remote:
path: TinyLife/Objects/FoodTypedItem.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Expired
path: Objects/FoodTypedItem.cs
startLine: 35
@ -325,7 +325,7 @@ items:
remote:
path: TinyLife/Objects/FoodTypedItem.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/FoodTypedItem.cs
startLine: 38
@ -376,7 +376,7 @@ items:
remote:
path: TinyLife/Objects/FoodTypedItem.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Objects/FoodTypedItem.cs
startLine: 43
@ -414,7 +414,7 @@ items:
remote:
path: TinyLife/Objects/FoodTypedItem.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo
path: Objects/FoodTypedItem.cs
startLine: 48
@ -452,7 +452,7 @@ items:
remote:
path: TinyLife/Objects/FoodTypedItem.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Objects/FoodTypedItem.cs
startLine: 58

View file

@ -74,7 +74,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Furniture
path: Objects/Furniture.cs
startLine: 26
@ -160,7 +160,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Random
path: Objects/Furniture.cs
startLine: 32
@ -197,7 +197,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnGetDescription
path: Objects/Furniture.cs
startLine: 39
@ -230,7 +230,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnSetCreator
path: Objects/Furniture.cs
startLine: 45
@ -263,7 +263,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnGetDirty
path: Objects/Furniture.cs
startLine: 50
@ -296,7 +296,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnDirty
path: Objects/Furniture.cs
startLine: 55
@ -329,7 +329,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: Objects/Furniture.cs
startLine: 61
@ -374,7 +374,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Rotation
path: Objects/Furniture.cs
startLine: 67
@ -417,7 +417,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParentFurniture
path: Objects/Furniture.cs
startLine: 72
@ -454,7 +454,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParentObjectSpot
path: Objects/Furniture.cs
startLine: 77
@ -491,7 +491,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasParent
path: Objects/Furniture.cs
startLine: 82
@ -528,7 +528,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Colors
path: Objects/Furniture.cs
startLine: 88
@ -571,7 +571,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Area
path: Objects/Furniture.cs
startLine: 92
@ -608,7 +608,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisualPosition
path: Objects/Furniture.cs
startLine: 97
@ -645,7 +645,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DevaluedThroughUse
path: Objects/Furniture.cs
startLine: 103
@ -692,7 +692,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AreUtilitiesDisabled
path: Objects/Furniture.cs
startLine: 108
@ -729,7 +729,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsStatic
path: Objects/Furniture.cs
startLine: 113
@ -776,7 +776,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreatorId
path: Objects/Furniture.cs
startLine: 119
@ -827,7 +827,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Quality
path: Objects/Furniture.cs
startLine: 127
@ -874,7 +874,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeDirty
path: Objects/Furniture.cs
startLine: 132
@ -911,7 +911,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dirty
path: Objects/Furniture.cs
startLine: 138
@ -958,7 +958,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CustomPrice
path: Objects/Furniture.cs
startLine: 144
@ -1005,7 +1005,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Creator
path: Objects/Furniture.cs
startLine: 149
@ -1042,7 +1042,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Furniture.cs
startLine: 167
@ -1093,7 +1093,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/Furniture.cs
startLine: 175
@ -1146,7 +1146,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Objects/Furniture.cs
startLine: 207
@ -1184,7 +1184,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Intersects
path: Objects/Furniture.cs
startLine: 234
@ -1226,7 +1226,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCategories
path: Objects/Furniture.cs
startLine: 239
@ -1270,7 +1270,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAdded
path: Objects/Furniture.cs
startLine: 244
@ -1305,7 +1305,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRemoved
path: Objects/Furniture.cs
startLine: 250
@ -1340,7 +1340,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAiPriority
path: Objects/Furniture.cs
startLine: 257
@ -1385,7 +1385,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVisibility
path: Objects/Furniture.cs
startLine: 266
@ -1423,7 +1423,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnActionCompleted
path: Objects/Furniture.cs
startLine: 271
@ -1468,7 +1468,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate
path: Objects/Furniture.cs
startLine: 281
@ -1519,7 +1519,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/Furniture.cs
startLine: 311
@ -1596,7 +1596,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: Objects/Furniture.cs
startLine: 319
@ -1635,7 +1635,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDescription
path: Objects/Furniture.cs
startLine: 331
@ -1672,7 +1672,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDecorativeRating
path: Objects/Furniture.cs
startLine: 363
@ -1713,7 +1713,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDirty
path: Objects/Furniture.cs
startLine: 373
@ -1751,7 +1751,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetCreator
path: Objects/Furniture.cs
startLine: 390
@ -1792,7 +1792,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnNeighborChanged
path: Objects/Furniture.cs
startLine: 408
@ -1830,7 +1830,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawUi
path: Objects/Furniture.cs
startLine: 420
@ -1881,7 +1881,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpots
path: Objects/Furniture.cs
startLine: 435
@ -1923,7 +1923,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpot
path: Objects/Furniture.cs
startLine: 451
@ -1965,7 +1965,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpotInfo
path: Objects/Furniture.cs
startLine: 458
@ -2010,7 +2010,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetActionSpotInfo
path: Objects/Furniture.cs
startLine: 470
@ -2055,7 +2055,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeObjectSpot
path: Objects/Furniture.cs
startLine: 482
@ -2065,7 +2065,7 @@ items:
summary: "\nReturns the first free <xref href=\"TinyLife.Objects.ObjectSpot\" data-throw-if-not-resolved=\"false\"></xref> on this furniture.\nFree, in this case, is any object spot that isn&apos;t already occupied by a different furniture.\n"
example: []
syntax:
content: public ObjectSpot GetFreeObjectSpot(FurnitureType type, Vector2? position = null)
content: public ObjectSpot GetFreeObjectSpot(FurnitureType type, Vector2? position = default(Vector2? ))
parameters:
- id: type
type: TinyLife.Objects.FurnitureType
@ -2100,7 +2100,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetParent
path: Objects/Furniture.cs
startLine: 496
@ -2139,7 +2139,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnlinkParentsAndChildren
path: Objects/Furniture.cs
startLine: 510
@ -2171,7 +2171,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveAndUnlink
path: Objects/Furniture.cs
startLine: 520
@ -2203,7 +2203,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetChildren
path: Objects/Furniture.cs
startLine: 530
@ -2245,7 +2245,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveChildren
path: Objects/Furniture.cs
startLine: 541
@ -2292,7 +2292,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveChild
path: Objects/Furniture.cs
startLine: 555
@ -2331,7 +2331,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddChild
path: Objects/Furniture.cs
startLine: 574
@ -2342,7 +2342,7 @@ items:
example: []
syntax:
content: >-
public T AddChild<T>(FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = null, Vector2? position = null)
public T AddChild<T>(FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = default(Guid? ), Vector2? position = default(Vector2? ))
where T : Furniture
parameters:
- id: type
@ -2390,7 +2390,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddChild
path: Objects/Furniture.cs
startLine: 589
@ -2400,7 +2400,7 @@ items:
summary: "\nAdds a child to this furniture, setting its parent (<xref href=\"TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture%2cTinyLife.Objects.ObjectSpot)\" data-throw-if-not-resolved=\"false\"></xref>) to this furniture and adding it to this furniture&apos;s <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>.\nThe object spot selected is the first available object spot.\n"
example: []
syntax:
content: public bool AddChild(Furniture item, Direction2 rotation, Vector2? position = null)
content: public bool AddChild(Furniture item, Direction2 rotation, Vector2? position = default(Vector2? ))
parameters:
- id: item
type: TinyLife.Objects.Furniture
@ -2438,7 +2438,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetChild
path: Objects/Furniture.cs
startLine: 606
@ -2448,7 +2448,7 @@ items:
summary: "\nSets the child element in the given object spot to the given furniture and adds it to this furniture&apos;s <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>.\nIf there are already children in the given object spot, those are removed prior to adding the new child.\n"
example: []
syntax:
content: public void SetChild(ObjectSpot spot, FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = null)
content: public void SetChild(ObjectSpot spot, FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = default(Guid? ))
parameters:
- id: spot
type: TinyLife.Objects.ObjectSpot
@ -2489,7 +2489,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetChild
path: Objects/Furniture.cs
startLine: 617
@ -2531,7 +2531,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotifyNeighbors
path: Objects/Furniture.cs
startLine: 629
@ -2563,7 +2563,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetNewId
path: Objects/Furniture.cs
startLine: 642

View file

@ -46,7 +46,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeSettings
path: Objects/FurnitureType.cs
startLine: 396
@ -94,7 +94,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Objects/FurnitureType.cs
startLine: 401
@ -127,7 +127,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Size
path: Objects/FurnitureType.cs
startLine: 405
@ -160,7 +160,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories
path: Objects/FurnitureType.cs
startLine: 409
@ -193,7 +193,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSpots
path: Objects/FurnitureType.cs
startLine: 414
@ -226,7 +226,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObjectSpots
path: Objects/FurnitureType.cs
startLine: 419
@ -259,7 +259,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorSchemes
path: Objects/FurnitureType.cs
startLine: 424
@ -292,7 +292,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorMap
path: Objects/FurnitureType.cs
startLine: 429
@ -325,7 +325,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DefaultColors
path: Objects/FurnitureType.cs
startLine: 434
@ -358,7 +358,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DefaultRotation
path: Objects/FurnitureType.cs
startLine: 438
@ -391,7 +391,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType
path: Objects/FurnitureType.cs
startLine: 444
@ -424,7 +424,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Price
path: Objects/FurnitureType.cs
startLine: 448
@ -457,7 +457,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuyableVariations
path: Objects/FurnitureType.cs
startLine: 454
@ -490,7 +490,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HeldScale
path: Objects/FurnitureType.cs
startLine: 458
@ -523,7 +523,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HeldPivot
path: Objects/FurnitureType.cs
startLine: 463
@ -556,7 +556,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DecorativeRating
path: Objects/FurnitureType.cs
startLine: 470
@ -589,7 +589,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: Objects/FurnitureType.cs
startLine: 475
@ -622,7 +622,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reliability
path: Objects/FurnitureType.cs
startLine: 481
@ -655,7 +655,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrokenBehavior
path: Objects/FurnitureType.cs
startLine: 486
@ -688,7 +688,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ElectricityRating
path: Objects/FurnitureType.cs
startLine: 491
@ -721,7 +721,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WaterRating
path: Objects/FurnitureType.cs
startLine: 496
@ -754,7 +754,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Visibility
path: Objects/FurnitureType.cs
startLine: 502
@ -787,7 +787,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Tab
path: Objects/FurnitureType.cs
startLine: 507
@ -820,7 +820,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TextureName
path: Objects/FurnitureType.cs
startLine: 512
@ -853,7 +853,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLights
path: Objects/FurnitureType.cs
startLine: 517
@ -886,7 +886,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyOverlayTextureName
path: Objects/FurnitureType.cs
startLine: 524
@ -919,7 +919,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistanceFromObstructions
path: Objects/FurnitureType.cs
startLine: 530
@ -952,7 +952,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/FurnitureType.cs
startLine: 542
@ -1003,7 +1003,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetData
path: Objects/FurnitureType.cs
startLine: 563
@ -1041,7 +1041,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetData
path: Objects/FurnitureType.cs
startLine: 569
@ -1084,7 +1084,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDataKeys
path: Objects/FurnitureType.cs
startLine: 574

File diff suppressed because it is too large Load diff

View file

@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Objects/Gravestone.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Gravestone
path: Objects/Gravestone.cs
startLine: 8
@ -153,7 +153,7 @@ items:
remote:
path: TinyLife/Objects/Gravestone.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeadPerson
path: Objects/Gravestone.cs
startLine: 14
@ -190,7 +190,7 @@ items:
remote:
path: TinyLife/Objects/Gravestone.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reason
path: Objects/Gravestone.cs
startLine: 22
@ -233,7 +233,7 @@ items:
remote:
path: TinyLife/Objects/Gravestone.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Gravestone.cs
startLine: 27
@ -284,7 +284,7 @@ items:
remote:
path: TinyLife/Objects/Gravestone.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo
path: Objects/Gravestone.cs
startLine: 32

View file

@ -17,7 +17,7 @@ items:
remote:
path: TinyLife/Objects/IUpdatingObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IUpdatingObject
path: Objects/IUpdatingObject.cs
startLine: 9
@ -52,7 +52,7 @@ items:
remote:
path: TinyLife/Objects/IUpdatingObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Objects/IUpdatingObject.cs
startLine: 17

View file

@ -26,7 +26,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Light
path: Objects/Light.cs
startLine: 12
@ -71,7 +71,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CircleTexture
path: Objects/Light.cs
startLine: 17
@ -108,7 +108,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: Objects/Light.cs
startLine: 22
@ -143,7 +143,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: Objects/Light.cs
startLine: 27
@ -178,7 +178,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpwardsOffset
path: Objects/Light.cs
startLine: 31
@ -211,7 +211,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Position
path: Objects/Light.cs
startLine: 36
@ -248,7 +248,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Size
path: Objects/Light.cs
startLine: 51
@ -281,7 +281,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Color
path: Objects/Light.cs
startLine: 56
@ -314,7 +314,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsDisabled
path: Objects/Light.cs
startLine: 61
@ -347,7 +347,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Light.cs
startLine: 73
@ -395,7 +395,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/Light.cs
startLine: 86

View file

@ -25,7 +25,7 @@ items:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LightFurniture
path: Objects/LightFurniture.cs
startLine: 12
@ -159,7 +159,7 @@ items:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lights
path: Objects/LightFurniture.cs
startLine: 17
@ -196,7 +196,7 @@ items:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsDisabled
path: Objects/LightFurniture.cs
startLine: 23
@ -239,7 +239,7 @@ items:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsElectrical
path: Objects/LightFurniture.cs
startLine: 29
@ -278,7 +278,7 @@ items:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/LightFurniture.cs
startLine: 32
@ -329,7 +329,7 @@ items:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Objects/LightFurniture.cs
startLine: 37
@ -375,7 +375,7 @@ items:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAdded
path: Objects/LightFurniture.cs
startLine: 45
@ -410,7 +410,7 @@ items:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRemoved
path: Objects/LightFurniture.cs
startLine: 51
@ -445,7 +445,7 @@ items:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Objects/LightFurniture.cs
startLine: 57
@ -483,7 +483,7 @@ items:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLights
path: Objects/LightFurniture.cs
startLine: 70

View file

@ -46,7 +46,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MapObject
path: Objects/MapObject.cs
startLine: 28
@ -115,7 +115,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PersonRotationOrder
path: Objects/MapObject.cs
startLine: 34
@ -152,7 +152,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCreated
path: Objects/MapObject.cs
startLine: 40
@ -187,7 +187,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnValidated
path: Objects/MapObject.cs
startLine: 45
@ -222,7 +222,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnEventsAttachable
path: Objects/MapObject.cs
startLine: 50
@ -257,7 +257,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnDraw
path: Objects/MapObject.cs
startLine: 58
@ -290,7 +290,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnUpdate
path: Objects/MapObject.cs
startLine: 64
@ -323,7 +323,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Id
path: Objects/MapObject.cs
startLine: 69
@ -372,7 +372,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: Objects/MapObject.cs
startLine: 75
@ -409,7 +409,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Position
path: Objects/MapObject.cs
startLine: 80
@ -458,7 +458,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentLot
path: Objects/MapObject.cs
startLine: 101
@ -495,7 +495,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsInWorld
path: Objects/MapObject.cs
startLine: 105
@ -532,7 +532,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/MapObject.cs
startLine: 115
@ -574,7 +574,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/MapObject.cs
startLine: 133
@ -624,7 +624,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Intersects
path: Objects/MapObject.cs
startLine: 142
@ -665,7 +665,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Objects/MapObject.cs
startLine: 152
@ -702,7 +702,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCategories
path: Objects/MapObject.cs
startLine: 163
@ -743,7 +743,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAdded
path: Objects/MapObject.cs
startLine: 171
@ -777,7 +777,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRemoved
path: Objects/MapObject.cs
startLine: 178
@ -811,7 +811,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo
path: Objects/MapObject.cs
startLine: 186
@ -848,7 +848,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAiPriority
path: Objects/MapObject.cs
startLine: 199
@ -892,7 +892,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnActionCompleted
path: Objects/MapObject.cs
startLine: 211
@ -936,7 +936,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate
path: Objects/MapObject.cs
startLine: 224
@ -986,7 +986,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVisibility
path: Objects/MapObject.cs
startLine: 233
@ -1023,7 +1023,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpotInfo
path: Objects/MapObject.cs
startLine: 243
@ -1067,7 +1067,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCameraRotationChanged
path: Objects/MapObject.cs
startLine: 253
@ -1108,7 +1108,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetMapAndValidate
path: Objects/MapObject.cs
startLine: 261
@ -1147,7 +1147,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasCategory
path: Objects/MapObject.cs
startLine: 272
@ -1189,7 +1189,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEfficiencyModifier
path: Objects/MapObject.cs
startLine: 288
@ -1242,7 +1242,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawColumns
path: Objects/MapObject.cs
startLine: 332
@ -1334,7 +1334,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetModCategory
path: Objects/MapObject.cs
startLine: 395

View file

@ -79,7 +79,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObjectCategory
path: Objects/MapObject.cs
startLine: 450
@ -145,7 +145,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Nothing
path: Objects/MapObject.cs
startLine: 453
@ -182,7 +182,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ground
path: Objects/MapObject.cs
startLine: 455
@ -219,7 +219,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Chair
path: Objects/MapObject.cs
startLine: 457
@ -256,7 +256,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Toilet
path: Objects/MapObject.cs
startLine: 459
@ -293,7 +293,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SingleBed
path: Objects/MapObject.cs
startLine: 461
@ -330,7 +330,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoubleBed
path: Objects/MapObject.cs
startLine: 463
@ -367,7 +367,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fridge
path: Objects/MapObject.cs
startLine: 465
@ -404,7 +404,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shower
path: Objects/MapObject.cs
startLine: 467
@ -441,7 +441,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Counter
path: Objects/MapObject.cs
startLine: 469
@ -478,7 +478,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stove
path: Objects/MapObject.cs
startLine: 471
@ -515,7 +515,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallObject
path: Objects/MapObject.cs
startLine: 473
@ -552,7 +552,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonBuyable
path: Objects/MapObject.cs
startLine: 475
@ -589,7 +589,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Table
path: Objects/MapObject.cs
startLine: 477
@ -626,7 +626,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Holdable
path: Objects/MapObject.cs
startLine: 479
@ -663,7 +663,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeskObject
path: Objects/MapObject.cs
startLine: 481
@ -700,7 +700,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisallowedOnGround
path: Objects/MapObject.cs
startLine: 483
@ -737,7 +737,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Computer
path: Objects/MapObject.cs
startLine: 485
@ -774,7 +774,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sink
path: Objects/MapObject.cs
startLine: 487
@ -811,7 +811,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CounterObject
path: Objects/MapObject.cs
startLine: 489
@ -848,7 +848,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cleanable
path: Objects/MapObject.cs
startLine: 491
@ -885,7 +885,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: People
path: Objects/MapObject.cs
startLine: 493
@ -922,7 +922,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mailbox
path: Objects/MapObject.cs
startLine: 495
@ -959,7 +959,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Wardrobe
path: Objects/MapObject.cs
startLine: 497
@ -996,7 +996,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NaturalGroundRequired
path: Objects/MapObject.cs
startLine: 499
@ -1033,7 +1033,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Self
path: Objects/MapObject.cs
startLine: 501
@ -1070,7 +1070,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WallHanging
path: Objects/MapObject.cs
startLine: 503
@ -1107,7 +1107,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ForceGridPlacement
path: Objects/MapObject.cs
startLine: 505
@ -1144,7 +1144,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Easel
path: Objects/MapObject.cs
startLine: 507
@ -1181,7 +1181,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mirror
path: Objects/MapObject.cs
startLine: 509
@ -1218,7 +1218,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bookshelf
path: Objects/MapObject.cs
startLine: 511
@ -1255,7 +1255,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonColliding
path: Objects/MapObject.cs
startLine: 513
@ -1292,7 +1292,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Gravestone
path: Objects/MapObject.cs
startLine: 515
@ -1329,7 +1329,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonSellable
path: Objects/MapObject.cs
startLine: 517
@ -1366,7 +1366,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonMovable
path: Objects/MapObject.cs
startLine: 519
@ -1403,7 +1403,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Tree
path: Objects/MapObject.cs
startLine: 521
@ -1440,7 +1440,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Television
path: Objects/MapObject.cs
startLine: 523
@ -1477,7 +1477,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BartendingObject
path: Objects/MapObject.cs
startLine: 525
@ -1514,7 +1514,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Walls
path: Objects/MapObject.cs
startLine: 527
@ -1551,7 +1551,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkoutEquipment
path: Objects/MapObject.cs
startLine: 529
@ -1588,7 +1588,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LargeSurfaceObject
path: Objects/MapObject.cs
startLine: 531
@ -1625,7 +1625,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingDesk
path: Objects/MapObject.cs
startLine: 533
@ -1662,7 +1662,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lamp
path: Objects/MapObject.cs
startLine: 535
@ -1699,7 +1699,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CeilingHanging
path: Objects/MapObject.cs
startLine: 537
@ -1736,7 +1736,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCoverWindow
path: Objects/MapObject.cs
startLine: 539
@ -1773,7 +1773,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCoverDoor
path: Objects/MapObject.cs
startLine: 541
@ -1810,7 +1810,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Barbecue
path: Objects/MapObject.cs
startLine: 543
@ -1847,7 +1847,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TrashCan
path: Objects/MapObject.cs
startLine: 545
@ -1884,7 +1884,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeThrownAway
path: Objects/MapObject.cs
startLine: 547
@ -1921,7 +1921,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpecialInteractable
path: Objects/MapObject.cs
startLine: 549
@ -1958,7 +1958,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeScrapped
path: Objects/MapObject.cs
startLine: 551
@ -1995,7 +1995,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObstructedByRoofs
path: Objects/MapObject.cs
startLine: 553
@ -2032,7 +2032,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RoofAttached
path: Objects/MapObject.cs
startLine: 555
@ -2069,7 +2069,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fireplaces
path: Objects/MapObject.cs
startLine: 557
@ -2106,7 +2106,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToyBox
path: Objects/MapObject.cs
startLine: 559
@ -2143,7 +2143,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/MapObject.cs
startLine: 562
@ -2179,7 +2179,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Implicit
path: Objects/MapObject.cs
startLine: 566
@ -2219,7 +2219,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Implicit
path: Objects/MapObject.cs
startLine: 567
@ -2259,7 +2259,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Implicit
path: Objects/MapObject.cs
startLine: 568
@ -2299,7 +2299,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Implicit
path: Objects/MapObject.cs
startLine: 569
@ -2339,7 +2339,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_BitwiseOr
path: Objects/MapObject.cs
startLine: 570
@ -2378,7 +2378,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_BitwiseAnd
path: Objects/MapObject.cs
startLine: 571
@ -2417,7 +2417,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_ExclusiveOr
path: Objects/MapObject.cs
startLine: 572
@ -2456,7 +2456,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_OnesComplement
path: Objects/MapObject.cs
startLine: 573

View file

@ -26,7 +26,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObjectSpot
path: Objects/ActionSpot.cs
startLine: 282
@ -83,7 +83,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsFurnitureAllowed
path: Objects/ActionSpot.cs
startLine: 287
@ -118,7 +118,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/ActionSpot.cs
startLine: 296
@ -166,7 +166,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/ActionSpot.cs
startLine: 308
@ -217,7 +217,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetContents
path: Objects/ActionSpot.cs
startLine: 322
@ -267,7 +267,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TableSpots
path: Objects/ActionSpot.cs
startLine: 334
@ -308,7 +308,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PicnicTableSpots
path: Objects/ActionSpot.cs
startLine: 357
@ -349,7 +349,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CounterSpots
path: Objects/ActionSpot.cs
startLine: 372
@ -390,7 +390,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BarSpots
path: Objects/ActionSpot.cs
startLine: 386
@ -427,7 +427,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoubleShelfSpots
path: Objects/ActionSpot.cs
startLine: 399
@ -468,7 +468,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeskSpots
path: Objects/ActionSpot.cs
startLine: 411

View file

@ -18,7 +18,7 @@ items:
remote:
path: TinyLife/Objects/OverlayWallHanging.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OverlayWallHanging
path: Objects/OverlayWallHanging.cs
startLine: 13
@ -151,7 +151,7 @@ items:
remote:
path: TinyLife/Objects/OverlayWallHanging.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/OverlayWallHanging.cs
startLine: 18
@ -202,7 +202,7 @@ items:
remote:
path: TinyLife/Objects/OverlayWallHanging.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/OverlayWallHanging.cs
startLine: 23

View file

@ -23,7 +23,7 @@ items:
remote:
path: TinyLife/Objects/Painting.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Painting
path: Objects/Painting.cs
startLine: 14
@ -153,7 +153,7 @@ items:
remote:
path: TinyLife/Objects/Painting.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PaintingType
path: Objects/Painting.cs
startLine: 20
@ -196,7 +196,7 @@ items:
remote:
path: TinyLife/Objects/Painting.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Progress
path: Objects/Painting.cs
startLine: 26
@ -239,7 +239,7 @@ items:
remote:
path: TinyLife/Objects/Painting.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Painting.cs
startLine: 30
@ -290,7 +290,7 @@ items:
remote:
path: TinyLife/Objects/Painting.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/Painting.cs
startLine: 36
@ -368,7 +368,7 @@ items:
remote:
path: TinyLife/Objects/Painting.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: Objects/Painting.cs
startLine: 51
@ -406,7 +406,7 @@ items:
remote:
path: TinyLife/Objects/Painting.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Objects/Painting.cs
startLine: 56
@ -444,7 +444,7 @@ items:
remote:
path: TinyLife/Objects/Painting.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo
path: Objects/Painting.cs
startLine: 61

Some files were not shown because too many files have changed in this diff Show more