This commit is contained in:
Ell 2022-03-28 18:01:39 +02:00
parent e010b08ce8
commit f82ee591e3
206 changed files with 3285 additions and 3079 deletions

View file

@ -1,3 +1,17 @@
# 0.20.1
> Small Fixes and Improvements
This small bugfix update also brings a few small improvements with it, which make it a little less infuriating to use a computer while guests or other household members are around.
Improvements
- Don't force-cancel any actions of the currently selected person when someone tries to socialize with them
Fixes
- Fixed actions that can be multitasked being force-canceled when other people try to socialize
- Fixed the character creator's "take off" button don't scrolling properly
- Fixed the emergency food mail crashing the game if retrieved after a game relaunch
# 0.20.0 # 0.20.0
![](media/changelog/0.20.0.png) ![](media/changelog/0.20.0.png)

View file

@ -2385,9 +2385,9 @@
"TinyLife.WallDisplay.Up": "TinyLife.WallDisplay.yml", "TinyLife.WallDisplay.Up": "TinyLife.WallDisplay.yml",
"TinyLife.World": "TinyLife.World.yml", "TinyLife.World": "TinyLife.World.yml",
"TinyLife.World.BillsMail": "TinyLife.World.BillsMail.yml", "TinyLife.World.BillsMail": "TinyLife.World.BillsMail.yml",
"TinyLife.World.BillsMail.#ctor(System.Guid,System.Single)": "TinyLife.World.BillsMail.yml", "TinyLife.World.BillsMail.#ctor(TinyLife.World.Map,System.Guid,System.Single)": "TinyLife.World.BillsMail.yml",
"TinyLife.World.BillsMail.Amount": "TinyLife.World.BillsMail.yml", "TinyLife.World.BillsMail.Amount": "TinyLife.World.BillsMail.yml",
"TinyLife.World.BillsMail.OnReceived(TinyLife.World.Map)": "TinyLife.World.BillsMail.yml", "TinyLife.World.BillsMail.OnReceived": "TinyLife.World.BillsMail.yml",
"TinyLife.World.Door": "TinyLife.World.Door.yml", "TinyLife.World.Door": "TinyLife.World.Door.yml",
"TinyLife.World.Door.#ctor(TinyLife.World.OpeningType,System.Int32)": "TinyLife.World.Door.yml", "TinyLife.World.Door.#ctor(TinyLife.World.OpeningType,System.Int32)": "TinyLife.World.Door.yml",
"TinyLife.World.Door.CanPlaceOn(TinyLife.Objects.FurnitureType)": "TinyLife.World.Door.yml", "TinyLife.World.Door.CanPlaceOn(TinyLife.Objects.FurnitureType)": "TinyLife.World.Door.yml",
@ -2414,6 +2414,7 @@
"TinyLife.World.FurnitureMail.#ctor(System.Guid,TinyLife.Objects.Furniture)": "TinyLife.World.FurnitureMail.yml", "TinyLife.World.FurnitureMail.#ctor(System.Guid,TinyLife.Objects.Furniture)": "TinyLife.World.FurnitureMail.yml",
"TinyLife.World.FurnitureMail.Item": "TinyLife.World.FurnitureMail.yml", "TinyLife.World.FurnitureMail.Item": "TinyLife.World.FurnitureMail.yml",
"TinyLife.World.FurnitureMail.OnCollected(TinyLife.Actions.Action)": "TinyLife.World.FurnitureMail.yml", "TinyLife.World.FurnitureMail.OnCollected(TinyLife.Actions.Action)": "TinyLife.World.FurnitureMail.yml",
"TinyLife.World.FurnitureMail.Validate(TinyLife.World.Map)": "TinyLife.World.FurnitureMail.yml",
"TinyLife.World.GrassyAutoTile": "TinyLife.World.GrassyAutoTile.yml", "TinyLife.World.GrassyAutoTile": "TinyLife.World.GrassyAutoTile.yml",
"TinyLife.World.GrassyAutoTile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion},TinyLife.Utilities.ColorScheme[],System.Int32[],System.Boolean,System.Single,System.Boolean,MLEM.Textures.TextureRegion,System.Int32[])": "TinyLife.World.GrassyAutoTile.yml", "TinyLife.World.GrassyAutoTile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion},TinyLife.Utilities.ColorScheme[],System.Int32[],System.Boolean,System.Single,System.Boolean,MLEM.Textures.TextureRegion,System.Int32[])": "TinyLife.World.GrassyAutoTile.yml",
"TinyLife.World.GrassyAutoTile.Draw(System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.World.GrassyAutoTile.yml", "TinyLife.World.GrassyAutoTile.Draw(System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.World.GrassyAutoTile.yml",
@ -2500,12 +2501,14 @@
"TinyLife.World.LotType.Residential": "TinyLife.World.LotType.yml", "TinyLife.World.LotType.Residential": "TinyLife.World.LotType.yml",
"TinyLife.World.LotType.Types": "TinyLife.World.LotType.yml", "TinyLife.World.LotType.Types": "TinyLife.World.LotType.yml",
"TinyLife.World.Mail": "TinyLife.World.Mail.yml", "TinyLife.World.Mail": "TinyLife.World.Mail.yml",
"TinyLife.World.Mail.#ctor(System.Guid)": "TinyLife.World.Mail.yml", "TinyLife.World.Mail.#ctor(TinyLife.World.Map,System.Guid)": "TinyLife.World.Mail.yml",
"TinyLife.World.Mail.GetReceivingLot(TinyLife.World.Map)": "TinyLife.World.Mail.yml", "TinyLife.World.Mail.GetReceivingLot": "TinyLife.World.Mail.yml",
"TinyLife.World.Mail.GetReceivingMailbox(TinyLife.World.Map)": "TinyLife.World.Mail.yml", "TinyLife.World.Mail.GetReceivingMailbox": "TinyLife.World.Mail.yml",
"TinyLife.World.Mail.Id": "TinyLife.World.Mail.yml", "TinyLife.World.Mail.Id": "TinyLife.World.Mail.yml",
"TinyLife.World.Mail.OnReceived(TinyLife.World.Map)": "TinyLife.World.Mail.yml", "TinyLife.World.Mail.Map": "TinyLife.World.Mail.yml",
"TinyLife.World.Mail.OnReceived": "TinyLife.World.Mail.yml",
"TinyLife.World.Mail.SentTime": "TinyLife.World.Mail.yml", "TinyLife.World.Mail.SentTime": "TinyLife.World.Mail.yml",
"TinyLife.World.Mail.Validate(TinyLife.World.Map)": "TinyLife.World.Mail.yml",
"TinyLife.World.Map": "TinyLife.World.Map.yml", "TinyLife.World.Map": "TinyLife.World.Map.yml",
"TinyLife.World.Map.#ctor(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", "TinyLife.World.Map.#ctor(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.AddHousehold(TinyLife.World.Lot)": "TinyLife.World.Map.yml", "TinyLife.World.Map.AddHousehold(TinyLife.World.Lot)": "TinyLife.World.Map.yml",

View file

@ -30,7 +30,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action id: Action
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
@ -124,7 +124,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
@ -169,7 +169,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
@ -208,7 +208,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
@ -253,7 +253,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
@ -292,7 +292,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
@ -334,7 +334,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask id: CanMultitask
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
@ -375,7 +375,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel id: CanCancel
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
@ -416,7 +416,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction id: GetNextAction
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
@ -457,7 +457,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject id: GetIconObject
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
@ -494,7 +494,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CausesExtremelyFastSpeed id: CausesExtremelyFastSpeed
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
@ -531,7 +531,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
@ -568,7 +568,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryForceFail id: TryForceFail
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
@ -612,7 +612,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ApplyVariety id: ApplyVariety
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
@ -650,7 +650,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation id: CanEnqueueConversation
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
@ -694,7 +694,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask id: CanMultitask
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs

View file

@ -29,7 +29,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionInfo id: ActionInfo
path: ../TinyLife/Actions/ActionInfo.cs path: ../TinyLife/Actions/ActionInfo.cs
@ -92,7 +92,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person id: Person
path: ../TinyLife/Actions/ActionInfo.cs path: ../TinyLife/Actions/ActionInfo.cs
@ -129,7 +129,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionLocation id: ActionLocation
path: ../TinyLife/Actions/ActionInfo.cs path: ../TinyLife/Actions/ActionInfo.cs
@ -174,7 +174,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSpot id: ActionSpot
path: ../TinyLife/Actions/ActionInfo.cs path: ../TinyLife/Actions/ActionInfo.cs
@ -214,7 +214,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map id: Map
path: ../TinyLife/Actions/ActionInfo.cs path: ../TinyLife/Actions/ActionInfo.cs
@ -251,7 +251,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetActionObject id: GetActionObject
path: ../TinyLife/Actions/ActionInfo.cs path: ../TinyLife/Actions/ActionInfo.cs
@ -292,7 +292,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddAuxiliaryObject id: AddAuxiliaryObject
path: ../TinyLife/Actions/ActionInfo.cs path: ../TinyLife/Actions/ActionInfo.cs
@ -331,7 +331,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedObjects id: GetInvolvedObjects
path: ../TinyLife/Actions/ActionInfo.cs path: ../TinyLife/Actions/ActionInfo.cs
@ -379,7 +379,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedObject id: GetInvolvedObject
path: ../TinyLife/Actions/ActionInfo.cs path: ../TinyLife/Actions/ActionInfo.cs
@ -432,7 +432,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedActionSpot id: GetInvolvedActionSpot
path: ../TinyLife/Actions/ActionInfo.cs path: ../TinyLife/Actions/ActionInfo.cs
@ -471,7 +471,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToFreeActionSpot id: ToFreeActionSpot
path: ../TinyLife/Actions/ActionInfo.cs path: ../TinyLife/Actions/ActionInfo.cs
@ -510,7 +510,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Actions/ActionInfo.cs path: ../TinyLife/Actions/ActionInfo.cs
@ -546,7 +546,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromLocation id: FromLocation
path: ../TinyLife/Actions/ActionInfo.cs path: ../TinyLife/Actions/ActionInfo.cs
@ -590,7 +590,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromObjectGeneric id: FromObjectGeneric
path: ../TinyLife/Actions/ActionInfo.cs path: ../TinyLife/Actions/ActionInfo.cs
@ -634,7 +634,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromSelf id: FromSelf
path: ../TinyLife/Actions/ActionInfo.cs path: ../TinyLife/Actions/ActionInfo.cs

View file

@ -20,7 +20,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AiSettings id: AiSettings
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -62,7 +62,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SolvedNeeds id: SolvedNeeds
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -95,7 +95,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassivePriority id: PassivePriority
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -128,7 +128,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoRandomly id: CanDoRandomly
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -161,7 +161,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoAtAnyPoint id: CanDoAtAnyPoint
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -194,7 +194,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedsFreeActionSpot id: NeedsFreeActionSpot
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs

View file

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

View file

@ -36,7 +36,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteResult id: CanExecuteResult
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -72,7 +72,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hidden id: Hidden
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -106,7 +106,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Valid id: Valid
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -140,7 +140,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HoldingItem id: HoldingItem
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -174,7 +174,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoSpace id: NoSpace
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -208,7 +208,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoChair id: NoChair
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -242,7 +242,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotEnoughMoney id: NotEnoughMoney
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -276,7 +276,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotEnoughSkill id: NotEnoughSkill
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -310,7 +310,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooFar id: TooFar
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -344,7 +344,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotYours id: NotYours
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -378,7 +378,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooUncomfortable id: TooUncomfortable
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -412,7 +412,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooEmbarrassed id: TooEmbarrassed
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -446,7 +446,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooSad id: TooSad
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -480,7 +480,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WrongRelationshipType id: WrongRelationshipType
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -514,7 +514,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObjectBroken id: ObjectBroken
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -548,7 +548,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoMatchingObjectAround id: NoMatchingObjectAround
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -582,7 +582,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UtilitiesDisabled id: UtilitiesDisabled
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -616,7 +616,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Expired id: Expired
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -650,7 +650,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BlockedByEmotionModifier id: BlockedByEmotionModifier
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -684,7 +684,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WaitingRequired id: WaitingRequired
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -718,7 +718,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooStunned id: TooStunned
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -752,7 +752,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AlreadyDone id: AlreadyDone
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs

View file

@ -37,7 +37,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeSettings id: TypeSettings
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -83,7 +83,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -116,7 +116,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NameWithoutCategory id: NameWithoutCategory
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -154,7 +154,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories id: Categories
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -192,7 +192,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture id: Texture
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -225,7 +225,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Context id: Context
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -258,7 +258,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute id: CanExecute
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -291,7 +291,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType id: ConstructedType
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -324,7 +324,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructorArguments id: ConstructorArguments
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -357,7 +357,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Varieties id: Varieties
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -390,7 +390,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ai id: Ai
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -423,7 +423,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsInappropriateElsewhere id: IsInappropriateElsewhere
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -456,7 +456,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IconName id: IconName
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -489,7 +489,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -522,7 +522,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill id: RequiredSkill
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -555,7 +555,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges id: RequiredAges
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -588,7 +588,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredEmotion id: RequiredEmotion
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -621,7 +621,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPersonality id: RequiredPersonality
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -654,7 +654,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IgnoreObjectConditions id: IgnoreObjectConditions
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -687,7 +687,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -729,7 +729,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetData id: SetData
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -767,7 +767,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetData id: GetData
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
@ -810,7 +810,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDataKeys id: GetDataKeys
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs

File diff suppressed because it is too large Load diff

View file

@ -31,7 +31,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionVariety id: ActionVariety
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
@ -77,7 +77,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
@ -110,7 +110,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassivePriority id: PassivePriority
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
@ -143,7 +143,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute id: CanExecute
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
@ -176,7 +176,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName id: DisplayName
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
@ -209,7 +209,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description id: Description
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
@ -242,7 +242,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CustomLayout id: CustomLayout
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
@ -275,7 +275,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
@ -311,7 +311,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
@ -346,7 +346,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeExecuted id: CanBeExecuted
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
@ -388,7 +388,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPassivePriority id: GetPassivePriority
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
@ -427,7 +427,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetData id: SetData
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
@ -465,7 +465,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetData id: GetData
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
@ -508,7 +508,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDataKeys id: GetDataKeys
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
@ -543,7 +543,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FreePeople id: FreePeople
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
@ -584,7 +584,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ImageLayout id: ImageLayout
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
@ -631,7 +631,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PortraitLayout id: PortraitLayout
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs

View file

@ -22,7 +22,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/BehaviorAction.cs path: TinyLife/Actions/BehaviorAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BehaviorAction id: BehaviorAction
path: ../TinyLife/Actions/BehaviorAction.cs path: ../TinyLife/Actions/BehaviorAction.cs
@ -127,7 +127,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/BehaviorAction.cs path: TinyLife/Actions/BehaviorAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Behavior id: Behavior
path: ../TinyLife/Actions/BehaviorAction.cs path: ../TinyLife/Actions/BehaviorAction.cs
@ -166,7 +166,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/BehaviorAction.cs path: TinyLife/Actions/BehaviorAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/BehaviorAction.cs path: ../TinyLife/Actions/BehaviorAction.cs
@ -207,7 +207,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/BehaviorAction.cs path: TinyLife/Actions/BehaviorAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: ../TinyLife/Actions/BehaviorAction.cs path: ../TinyLife/Actions/BehaviorAction.cs
@ -244,7 +244,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/BehaviorAction.cs path: TinyLife/Actions/BehaviorAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/BehaviorAction.cs path: ../TinyLife/Actions/BehaviorAction.cs
@ -291,7 +291,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/BehaviorAction.cs path: TinyLife/Actions/BehaviorAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject id: GetIconObject
path: ../TinyLife/Actions/BehaviorAction.cs path: ../TinyLife/Actions/BehaviorAction.cs
@ -331,7 +331,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/BehaviorAction.cs path: TinyLife/Actions/BehaviorAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Actions/BehaviorAction.cs path: ../TinyLife/Actions/BehaviorAction.cs
@ -372,7 +372,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/BehaviorAction.cs path: TinyLife/Actions/BehaviorAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction id: GetNextAction
path: ../TinyLife/Actions/BehaviorAction.cs path: ../TinyLife/Actions/BehaviorAction.cs

View file

@ -23,7 +23,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/BehaviorAction.cs path: TinyLife/Actions/BehaviorAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BehaviorMultiAction id: BehaviorMultiAction
path: ../TinyLife/Actions/BehaviorAction.cs path: ../TinyLife/Actions/BehaviorAction.cs
@ -137,7 +137,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/BehaviorAction.cs path: TinyLife/Actions/BehaviorAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Behavior id: Behavior
path: ../TinyLife/Actions/BehaviorAction.cs path: ../TinyLife/Actions/BehaviorAction.cs
@ -176,7 +176,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/BehaviorAction.cs path: TinyLife/Actions/BehaviorAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/BehaviorAction.cs path: ../TinyLife/Actions/BehaviorAction.cs
@ -217,7 +217,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/BehaviorAction.cs path: TinyLife/Actions/BehaviorAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/BehaviorAction.cs path: ../TinyLife/Actions/BehaviorAction.cs
@ -257,7 +257,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/BehaviorAction.cs path: TinyLife/Actions/BehaviorAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: ../TinyLife/Actions/BehaviorAction.cs path: ../TinyLife/Actions/BehaviorAction.cs
@ -294,7 +294,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/BehaviorAction.cs path: TinyLife/Actions/BehaviorAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate id: AndThenUpdate
path: ../TinyLife/Actions/BehaviorAction.cs path: ../TinyLife/Actions/BehaviorAction.cs
@ -341,7 +341,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/BehaviorAction.cs path: TinyLife/Actions/BehaviorAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject id: GetIconObject
path: ../TinyLife/Actions/BehaviorAction.cs path: ../TinyLife/Actions/BehaviorAction.cs
@ -381,7 +381,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/BehaviorAction.cs path: TinyLife/Actions/BehaviorAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted id: AndThenOnCompleted
path: ../TinyLife/Actions/BehaviorAction.cs path: ../TinyLife/Actions/BehaviorAction.cs
@ -422,7 +422,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/BehaviorAction.cs path: TinyLife/Actions/BehaviorAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction id: GetNextAction
path: ../TinyLife/Actions/BehaviorAction.cs path: ../TinyLife/Actions/BehaviorAction.cs

View file

@ -23,7 +23,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionBehavior id: ActionBehavior
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -72,7 +72,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action id: Action
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -107,7 +107,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -143,7 +143,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -177,7 +177,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -221,7 +221,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject id: GetIconObject
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -258,7 +258,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -296,7 +296,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction id: GetNextAction
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -337,7 +337,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateDefaultInstance id: CreateDefaultInstance
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs

View file

@ -19,7 +19,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComputerBehavior id: ComputerBehavior
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
@ -74,7 +74,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
@ -110,7 +110,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
@ -145,7 +145,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
@ -190,7 +190,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs

View file

@ -23,7 +23,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAndSitDownBehavior id: GetAndSitDownBehavior
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
@ -75,7 +75,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
@ -123,7 +123,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
@ -161,7 +161,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
@ -196,7 +196,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
@ -241,7 +241,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject id: GetIconObject
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
@ -279,7 +279,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction id: GetNextAction
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
@ -321,7 +321,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInteractingItem id: GetInteractingItem
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
@ -364,7 +364,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInteractingItemForAction id: GetInteractingItemForAction
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs

View file

@ -17,7 +17,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MultiActionBehavior id: MultiActionBehavior
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -78,7 +78,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -114,7 +114,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs

View file

@ -19,7 +19,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SinkBehavior id: SinkBehavior
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
@ -73,7 +73,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
@ -109,7 +109,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
@ -147,7 +147,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
@ -192,7 +192,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs

View file

@ -19,7 +19,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkAtDeskObjectBehavior id: WorkAtDeskObjectBehavior
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
@ -75,7 +75,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
@ -111,7 +111,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
@ -149,7 +149,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
@ -194,7 +194,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction id: GetNextAction
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs

View file

@ -19,7 +19,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/CompletionType.cs path: TinyLife/Actions/CompletionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompletionType id: CompletionType
path: ../TinyLife/Actions/CompletionType.cs path: ../TinyLife/Actions/CompletionType.cs
@ -56,7 +56,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/CompletionType.cs path: TinyLife/Actions/CompletionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Active id: Active
path: ../TinyLife/Actions/CompletionType.cs path: ../TinyLife/Actions/CompletionType.cs
@ -90,7 +90,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/CompletionType.cs path: TinyLife/Actions/CompletionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed id: Completed
path: ../TinyLife/Actions/CompletionType.cs path: ../TinyLife/Actions/CompletionType.cs
@ -124,7 +124,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/CompletionType.cs path: TinyLife/Actions/CompletionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Failed id: Failed
path: ../TinyLife/Actions/CompletionType.cs path: ../TinyLife/Actions/CompletionType.cs
@ -158,7 +158,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/CompletionType.cs path: TinyLife/Actions/CompletionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Canceled id: Canceled
path: ../TinyLife/Actions/CompletionType.cs path: ../TinyLife/Actions/CompletionType.cs

View file

@ -25,7 +25,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DieAction id: DieAction
path: ../TinyLife/Actions/DieAction.cs path: ../TinyLife/Actions/DieAction.cs
@ -120,7 +120,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reason id: Reason
path: ../TinyLife/Actions/DieAction.cs path: ../TinyLife/Actions/DieAction.cs
@ -163,7 +163,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/DieAction.cs path: ../TinyLife/Actions/DieAction.cs
@ -202,7 +202,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: ../TinyLife/Actions/DieAction.cs path: ../TinyLife/Actions/DieAction.cs
@ -237,7 +237,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: ../TinyLife/Actions/DieAction.cs path: ../TinyLife/Actions/DieAction.cs
@ -275,7 +275,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel id: CanCancel
path: ../TinyLife/Actions/DieAction.cs path: ../TinyLife/Actions/DieAction.cs
@ -317,7 +317,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation id: CanEnqueueConversation
path: ../TinyLife/Actions/DieAction.cs path: ../TinyLife/Actions/DieAction.cs
@ -362,7 +362,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/DieAction.cs path: ../TinyLife/Actions/DieAction.cs
@ -407,7 +407,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: ../TinyLife/Actions/DieAction.cs path: ../TinyLife/Actions/DieAction.cs
@ -445,7 +445,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Actions/DieAction.cs path: ../TinyLife/Actions/DieAction.cs
@ -484,7 +484,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Enqueue id: Enqueue
path: ../TinyLife/Actions/DieAction.cs path: ../TinyLife/Actions/DieAction.cs

View file

@ -22,7 +22,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emote id: Emote
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -67,7 +67,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllCategories id: AllCategories
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -104,7 +104,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture id: Texture
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -139,7 +139,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories id: Categories
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -174,7 +174,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -213,7 +213,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomEmote id: GetRandomEmote
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -254,7 +254,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEmotes id: GetEmotes
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -295,7 +295,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs

View file

@ -20,7 +20,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmoteCategory id: EmoteCategory
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -65,7 +65,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: General id: General
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -99,7 +99,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Travel id: Travel
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -133,7 +133,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Negative id: Negative
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -167,7 +167,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Flirty id: Flirty
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
@ -201,7 +201,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Unable id: Unable
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs

View file

@ -20,7 +20,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/GoHereAction.cs path: TinyLife/Actions/GoHereAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoHereAction id: GoHereAction
path: ../TinyLife/Actions/GoHereAction.cs path: ../TinyLife/Actions/GoHereAction.cs
@ -128,7 +128,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/GoHereAction.cs path: TinyLife/Actions/GoHereAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/GoHereAction.cs path: ../TinyLife/Actions/GoHereAction.cs
@ -167,7 +167,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/GoHereAction.cs path: TinyLife/Actions/GoHereAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/GoHereAction.cs path: ../TinyLife/Actions/GoHereAction.cs
@ -205,7 +205,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/GoHereAction.cs path: TinyLife/Actions/GoHereAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: ../TinyLife/Actions/GoHereAction.cs path: ../TinyLife/Actions/GoHereAction.cs
@ -240,7 +240,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/GoHereAction.cs path: TinyLife/Actions/GoHereAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted id: AndThenIsCompleted
path: ../TinyLife/Actions/GoHereAction.cs path: ../TinyLife/Actions/GoHereAction.cs
@ -278,7 +278,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/GoHereAction.cs path: TinyLife/Actions/GoHereAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel id: CanCancel
path: ../TinyLife/Actions/GoHereAction.cs path: ../TinyLife/Actions/GoHereAction.cs

View file

@ -21,7 +21,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MultiActionHandler id: MultiActionHandler
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
@ -76,7 +76,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Actions id: Actions
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
@ -123,7 +123,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
@ -168,7 +168,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
@ -213,7 +213,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
@ -252,7 +252,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
@ -287,7 +287,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs

View file

@ -22,7 +22,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnderlyingActionHandler id: UnderlyingActionHandler
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
@ -77,7 +77,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action id: Action
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
@ -124,7 +124,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
@ -171,7 +171,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeExact id: InitializeExact
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
@ -210,7 +210,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
@ -252,7 +252,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
@ -291,7 +291,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
@ -326,7 +326,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs

View file

@ -32,7 +32,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MultiAction id: MultiAction
path: ../TinyLife/Actions/MultiAction.cs path: ../TinyLife/Actions/MultiAction.cs
@ -140,7 +140,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Handler id: Handler
path: ../TinyLife/Actions/MultiAction.cs path: ../TinyLife/Actions/MultiAction.cs
@ -185,7 +185,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainElapsedTime id: MainElapsedTime
path: ../TinyLife/Actions/MultiAction.cs path: ../TinyLife/Actions/MultiAction.cs
@ -234,7 +234,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InProgressTime id: InProgressTime
path: ../TinyLife/Actions/MultiAction.cs path: ../TinyLife/Actions/MultiAction.cs
@ -275,7 +275,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/MultiAction.cs path: ../TinyLife/Actions/MultiAction.cs
@ -314,7 +314,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/MultiAction.cs path: ../TinyLife/Actions/MultiAction.cs
@ -351,7 +351,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: ../TinyLife/Actions/MultiAction.cs path: ../TinyLife/Actions/MultiAction.cs
@ -385,7 +385,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted id: AndThenIsCompleted
path: ../TinyLife/Actions/MultiAction.cs path: ../TinyLife/Actions/MultiAction.cs
@ -422,7 +422,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate id: AndThenUpdate
path: ../TinyLife/Actions/MultiAction.cs path: ../TinyLife/Actions/MultiAction.cs
@ -466,7 +466,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted id: AndThenOnCompleted
path: ../TinyLife/Actions/MultiAction.cs path: ../TinyLife/Actions/MultiAction.cs
@ -504,7 +504,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PreInitialize id: PreInitialize
path: ../TinyLife/Actions/MultiAction.cs path: ../TinyLife/Actions/MultiAction.cs
@ -538,7 +538,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/MultiAction.cs path: ../TinyLife/Actions/MultiAction.cs
@ -585,7 +585,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: ../TinyLife/Actions/MultiAction.cs path: ../TinyLife/Actions/MultiAction.cs
@ -622,7 +622,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: ../TinyLife/Actions/MultiAction.cs path: ../TinyLife/Actions/MultiAction.cs
@ -662,7 +662,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Actions/MultiAction.cs path: ../TinyLife/Actions/MultiAction.cs
@ -703,7 +703,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Actions/MultiAction.cs path: ../TinyLife/Actions/MultiAction.cs
@ -745,7 +745,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel id: CanCancel
path: ../TinyLife/Actions/MultiAction.cs path: ../TinyLife/Actions/MultiAction.cs
@ -787,7 +787,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoToActionLocation id: GoToActionLocation
path: ../TinyLife/Actions/MultiAction.cs path: ../TinyLife/Actions/MultiAction.cs

View file

@ -24,7 +24,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OutOfTownAction id: OutOfTownAction
path: ../TinyLife/Actions/OutOfTownAction.cs path: ../TinyLife/Actions/OutOfTownAction.cs
@ -134,7 +134,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedsToTakeCareOf id: NeedsToTakeCareOf
path: ../TinyLife/Actions/OutOfTownAction.cs path: ../TinyLife/Actions/OutOfTownAction.cs
@ -169,7 +169,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/OutOfTownAction.cs path: ../TinyLife/Actions/OutOfTownAction.cs
@ -217,7 +217,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/OutOfTownAction.cs path: ../TinyLife/Actions/OutOfTownAction.cs
@ -255,7 +255,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: ../TinyLife/Actions/OutOfTownAction.cs path: ../TinyLife/Actions/OutOfTownAction.cs
@ -290,7 +290,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate id: AndThenUpdate
path: ../TinyLife/Actions/OutOfTownAction.cs path: ../TinyLife/Actions/OutOfTownAction.cs
@ -335,7 +335,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction id: GetNextAction
path: ../TinyLife/Actions/OutOfTownAction.cs path: ../TinyLife/Actions/OutOfTownAction.cs
@ -377,7 +377,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation id: CanEnqueueConversation
path: ../TinyLife/Actions/OutOfTownAction.cs path: ../TinyLife/Actions/OutOfTownAction.cs
@ -422,7 +422,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CausesExtremelyFastSpeed id: CausesExtremelyFastSpeed
path: ../TinyLife/Actions/OutOfTownAction.cs path: ../TinyLife/Actions/OutOfTownAction.cs
@ -460,7 +460,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetClosestExitRoad id: GetClosestExitRoad
path: ../TinyLife/Actions/OutOfTownAction.cs path: ../TinyLife/Actions/OutOfTownAction.cs

View file

@ -27,7 +27,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PathfindAction id: PathfindAction
path: ../TinyLife/Actions/PathfindAction.cs path: ../TinyLife/Actions/PathfindAction.cs
@ -128,7 +128,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeedMultiplier id: SpeedMultiplier
path: ../TinyLife/Actions/PathfindAction.cs path: ../TinyLife/Actions/PathfindAction.cs
@ -171,7 +171,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Path id: Path
path: ../TinyLife/Actions/PathfindAction.cs path: ../TinyLife/Actions/PathfindAction.cs
@ -208,7 +208,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PathReady id: PathReady
path: ../TinyLife/Actions/PathfindAction.cs path: ../TinyLife/Actions/PathfindAction.cs
@ -245,7 +245,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/PathfindAction.cs path: ../TinyLife/Actions/PathfindAction.cs
@ -284,7 +284,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindPath id: FindPath
path: ../TinyLife/Actions/PathfindAction.cs path: ../TinyLife/Actions/PathfindAction.cs
@ -325,7 +325,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSpeed id: GetSpeed
path: ../TinyLife/Actions/PathfindAction.cs path: ../TinyLife/Actions/PathfindAction.cs
@ -362,7 +362,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnPathReady id: OnPathReady
path: ../TinyLife/Actions/PathfindAction.cs path: ../TinyLife/Actions/PathfindAction.cs
@ -396,7 +396,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: ../TinyLife/Actions/PathfindAction.cs path: ../TinyLife/Actions/PathfindAction.cs
@ -431,7 +431,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/PathfindAction.cs path: ../TinyLife/Actions/PathfindAction.cs
@ -476,7 +476,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: ../TinyLife/Actions/PathfindAction.cs path: ../TinyLife/Actions/PathfindAction.cs
@ -514,7 +514,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Actions/PathfindAction.cs path: ../TinyLife/Actions/PathfindAction.cs
@ -553,7 +553,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Actions/PathfindAction.cs path: ../TinyLife/Actions/PathfindAction.cs

View file

@ -21,7 +21,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUpOrSpawnAction id: PickUpOrSpawnAction
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
@ -133,7 +133,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ItemCategory id: ItemCategory
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
@ -172,7 +172,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ItemToSpawn id: ItemToSpawn
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
@ -211,7 +211,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorsToSpawn id: ColorsToSpawn
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
@ -250,7 +250,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
@ -289,7 +289,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
@ -327,7 +327,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject id: GetIconObject
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs path: ../TinyLife/Actions/PickUpOrSpawnAction.cs

View file

@ -19,7 +19,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PutAwayAction.cs path: TinyLife/Actions/PutAwayAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutAwayAction id: PutAwayAction
path: ../TinyLife/Actions/PutAwayAction.cs path: ../TinyLife/Actions/PutAwayAction.cs
@ -128,7 +128,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PutAwayAction.cs path: TinyLife/Actions/PutAwayAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Items id: Items
path: ../TinyLife/Actions/PutAwayAction.cs path: ../TinyLife/Actions/PutAwayAction.cs
@ -165,7 +165,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PutAwayAction.cs path: TinyLife/Actions/PutAwayAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/PutAwayAction.cs path: ../TinyLife/Actions/PutAwayAction.cs
@ -203,7 +203,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PutAwayAction.cs path: TinyLife/Actions/PutAwayAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: ../TinyLife/Actions/PutAwayAction.cs path: ../TinyLife/Actions/PutAwayAction.cs
@ -238,7 +238,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/PutAwayAction.cs path: TinyLife/Actions/PutAwayAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted id: AndThenIsCompleted
path: ../TinyLife/Actions/PutAwayAction.cs path: ../TinyLife/Actions/PutAwayAction.cs

View file

@ -20,7 +20,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SellAction.cs path: TinyLife/Actions/SellAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SellAction id: SellAction
path: ../TinyLife/Actions/SellAction.cs path: ../TinyLife/Actions/SellAction.cs
@ -129,7 +129,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SellAction.cs path: TinyLife/Actions/SellAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Items id: Items
path: ../TinyLife/Actions/SellAction.cs path: ../TinyLife/Actions/SellAction.cs
@ -166,7 +166,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SellAction.cs path: TinyLife/Actions/SellAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/SellAction.cs path: ../TinyLife/Actions/SellAction.cs
@ -204,7 +204,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SellAction.cs path: TinyLife/Actions/SellAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: ../TinyLife/Actions/SellAction.cs path: ../TinyLife/Actions/SellAction.cs
@ -239,7 +239,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SellAction.cs path: TinyLife/Actions/SellAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted id: AndThenIsCompleted
path: ../TinyLife/Actions/SellAction.cs path: ../TinyLife/Actions/SellAction.cs
@ -277,7 +277,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SellAction.cs path: TinyLife/Actions/SellAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSoldObject id: GetSoldObject
path: ../TinyLife/Actions/SellAction.cs path: ../TinyLife/Actions/SellAction.cs

View file

@ -21,7 +21,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SitAction id: SitAction
path: ../TinyLife/Actions/SitAction.cs path: ../TinyLife/Actions/SitAction.cs
@ -128,7 +128,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/SitAction.cs path: ../TinyLife/Actions/SitAction.cs
@ -167,7 +167,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/SitAction.cs path: ../TinyLife/Actions/SitAction.cs
@ -205,7 +205,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: ../TinyLife/Actions/SitAction.cs path: ../TinyLife/Actions/SitAction.cs
@ -240,7 +240,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate id: AndThenUpdate
path: ../TinyLife/Actions/SitAction.cs path: ../TinyLife/Actions/SitAction.cs
@ -285,7 +285,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted id: AndThenIsCompleted
path: ../TinyLife/Actions/SitAction.cs path: ../TinyLife/Actions/SitAction.cs
@ -323,7 +323,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask id: CanMultitask
path: ../TinyLife/Actions/SitAction.cs path: ../TinyLife/Actions/SitAction.cs

View file

@ -36,11 +36,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SocialAction id: SocialAction
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 16 startLine: 17
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -143,11 +143,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsMain id: IsMain
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 22 startLine: 23
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -192,11 +192,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Partner id: Partner
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 27 startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -229,11 +229,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerAction id: PartnerAction
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 31 startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -266,11 +266,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConversationTime id: ConversationTime
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 36 startLine: 37
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -315,11 +315,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InProgressTime id: InProgressTime
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 40 startLine: 41
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -356,11 +356,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Id id: Id
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 45 startLine: 46
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -403,11 +403,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerCompletion id: PartnerCompletion
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 51 startLine: 52
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -436,11 +436,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 54 startLine: 55
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -475,11 +475,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 57 startLine: 58
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -513,11 +513,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateConversation id: UpdateConversation
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 74 startLine: 75
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -557,11 +557,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsConversationCompleted id: IsConversationCompleted
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 84 startLine: 85
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -594,11 +594,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeConversation id: InitializeConversation
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 93 startLine: 94
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -628,11 +628,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMaxWaitTime id: GetMaxWaitTime
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 100 startLine: 101
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -665,11 +665,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 105 startLine: 106
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -700,11 +700,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate id: AndThenUpdate
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 132 startLine: 137
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -745,11 +745,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted id: AndThenIsCompleted
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 143 startLine: 148
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -785,11 +785,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel id: CanCancel
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 164 startLine: 169
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -827,11 +827,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted id: AndThenOnCompleted
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 171 startLine: 176
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -866,11 +866,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask id: CanMultitask
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 177 startLine: 182
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -908,11 +908,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 188 startLine: 193
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -946,11 +946,11 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvokeForBoth id: InvokeForBoth
path: ../TinyLife/Actions/SocialAction.cs path: ../TinyLife/Actions/SocialAction.cs
startLine: 196 startLine: 201
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -21,7 +21,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/StoreAction.cs path: TinyLife/Actions/StoreAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StoreAction id: StoreAction
path: ../TinyLife/Actions/StoreAction.cs path: ../TinyLife/Actions/StoreAction.cs
@ -128,7 +128,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/StoreAction.cs path: TinyLife/Actions/StoreAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Items id: Items
path: ../TinyLife/Actions/StoreAction.cs path: ../TinyLife/Actions/StoreAction.cs
@ -165,7 +165,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/StoreAction.cs path: TinyLife/Actions/StoreAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/StoreAction.cs path: ../TinyLife/Actions/StoreAction.cs
@ -203,7 +203,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/StoreAction.cs path: TinyLife/Actions/StoreAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: ../TinyLife/Actions/StoreAction.cs path: ../TinyLife/Actions/StoreAction.cs
@ -238,7 +238,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/StoreAction.cs path: TinyLife/Actions/StoreAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate id: AndThenUpdate
path: ../TinyLife/Actions/StoreAction.cs path: ../TinyLife/Actions/StoreAction.cs
@ -283,7 +283,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/StoreAction.cs path: TinyLife/Actions/StoreAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted id: AndThenIsCompleted
path: ../TinyLife/Actions/StoreAction.cs path: ../TinyLife/Actions/StoreAction.cs
@ -321,7 +321,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/StoreAction.cs path: TinyLife/Actions/StoreAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted id: AndThenOnCompleted
path: ../TinyLife/Actions/StoreAction.cs path: ../TinyLife/Actions/StoreAction.cs

View file

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

View file

@ -42,7 +42,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkSettings id: TalkSettings
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -96,7 +96,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendshipGain id: FriendshipGain
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -129,7 +129,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoBadlyChance id: GoBadlyChance
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -162,7 +162,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkMinutes id: TalkMinutes
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -195,7 +195,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmoteCategory id: EmoteCategory
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -228,7 +228,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakStyle id: SpeakStyle
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -261,7 +261,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerEmoteCategory id: PartnerEmoteCategory
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -294,7 +294,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerSpeakStyle id: PartnerSpeakStyle
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -327,7 +327,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainedSkill id: GainedSkill
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -360,7 +360,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainSkillOnFailure id: GainSkillOnFailure
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -393,7 +393,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoredNeed id: RestoredNeed
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -426,7 +426,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredEmotion id: RequiredEmotion
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -459,7 +459,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPersonality id: RequiredPersonality
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -492,7 +492,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill id: RequiredSkill
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -525,7 +525,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges id: RequiredAges
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -558,7 +558,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPartnerAges id: RequiredPartnerAges
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -591,7 +591,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute id: CanExecute
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -624,7 +624,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailEmotion id: FailEmotion
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -657,7 +657,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessEmotion id: SuccessEmotion
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -690,7 +690,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainRomancePercentage id: GainRomancePercentage
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -723,7 +723,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoweredEmotion id: LoweredEmotion
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -756,7 +756,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnSuccess id: OnSuccess
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -789,7 +789,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnFailure id: OnFailure
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -822,7 +822,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoRandomly id: CanDoRandomly
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -855,7 +855,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -899,7 +899,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluateFully id: EvaluateFully
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -937,7 +937,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluateSimple id: EvaluateSimple
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -984,7 +984,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CheckCanExecute id: CheckCanExecute
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs

View file

@ -27,7 +27,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkAction id: TalkAction
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -148,7 +148,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnEvaluate id: OnEvaluate
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -183,7 +183,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnTalkSuccess id: OnTalkSuccess
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -218,7 +218,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnTalkFailure id: OnTalkFailure
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -253,7 +253,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Settings id: Settings
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -290,7 +290,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -329,7 +329,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateConversation id: UpdateConversation
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -374,7 +374,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted id: AndThenOnCompleted
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -413,7 +413,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsConversationCompleted id: IsConversationCompleted
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -451,7 +451,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Create id: Create
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -501,7 +501,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFunny id: CreateFunny
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -557,7 +557,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateMean id: CreateMean
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
@ -607,7 +607,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateRomantic id: CreateRomantic
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs

View file

@ -22,7 +22,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PathfindToPersonAction id: PathfindToPersonAction
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
@ -107,7 +107,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
@ -143,7 +143,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMaxPathfindTime id: GetMaxPathfindTime
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
@ -180,7 +180,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
@ -215,7 +215,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
@ -260,7 +260,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
@ -302,7 +302,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
@ -340,7 +340,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs

View file

@ -22,7 +22,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpawnItemInHandAction id: SpawnItemInHandAction
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
@ -108,7 +108,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ItemToSpawn id: ItemToSpawn
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
@ -151,7 +151,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorsToSpawn id: ColorsToSpawn
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
@ -198,7 +198,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
@ -239,7 +239,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
@ -274,7 +274,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
@ -312,7 +312,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
@ -357,7 +357,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs

View file

@ -21,7 +21,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TellPeopleToLeaveRoomAction id: TellPeopleToLeaveRoomAction
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
@ -108,7 +108,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExcludedPeople id: ExcludedPeople
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
@ -153,7 +153,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
@ -192,7 +192,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
@ -227,7 +227,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
@ -265,7 +265,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
@ -304,7 +304,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryToLeaveRoom id: TryToLeaveRoom
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs

View file

@ -51,7 +51,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypelessAction id: TypelessAction
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -121,7 +121,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Random id: Random
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -158,7 +158,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info id: Info
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -203,7 +203,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartedAutomatically id: StartedAutomatically
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -250,7 +250,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsUnderlying id: IsUnderlying
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -287,7 +287,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map id: Map
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -324,7 +324,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person id: Person
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -361,7 +361,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ElapsedTime id: ElapsedTime
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -410,7 +410,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayerPromptOpen id: PlayerPromptOpen
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -447,7 +447,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InProgressTime id: InProgressTime
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -487,7 +487,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress id: FullyInProgress
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -527,7 +527,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ForceFail id: ForceFail
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -560,7 +560,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -596,7 +596,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -630,7 +630,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -674,7 +674,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -711,7 +711,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -749,7 +749,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -790,7 +790,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenPlayerPrompt id: OpenPlayerPrompt
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -847,7 +847,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenYesNoPrompt id: OpenYesNoPrompt
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -889,7 +889,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenTextPrompt id: OpenTextPrompt
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -940,7 +940,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakAlone id: SpeakAlone
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -991,7 +991,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakInConversation id: SpeakInConversation
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -1054,7 +1054,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteInTime id: CompleteInTime
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -1105,7 +1105,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteIfNeedFull id: CompleteIfNeedFull
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -1152,7 +1152,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutDownOrGoTo id: PutDownOrGoTo
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -1202,7 +1202,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPlaceDirection id: GetPlaceDirection
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -1246,7 +1246,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sit id: Sit
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -1296,7 +1296,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeChair id: GetFreeChair
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -1340,7 +1340,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeChairs id: GetFreeChairs
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -1390,7 +1390,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreePeople id: FindAllFreePeople
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -1446,7 +1446,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeFurniture id: FindAllFreeFurniture
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -1511,7 +1511,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeWalls id: FindAllFreeWalls
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -1564,7 +1564,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeGround id: FindAllFreeGround
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -1617,7 +1617,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindFreeFurniture id: FindFreeFurniture
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -1676,7 +1676,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTableSpot id: GetTableSpot
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs
@ -1720,7 +1720,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvokeForBoth id: InvokeForBoth
path: ../TinyLife/Actions/Typeless/TypelessAction.cs path: ../TinyLife/Actions/Typeless/TypelessAction.cs

View file

@ -20,7 +20,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WalkAction.cs path: TinyLife/Actions/WalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkAction id: WalkAction
path: ../TinyLife/Actions/WalkAction.cs path: ../TinyLife/Actions/WalkAction.cs
@ -126,7 +126,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WalkAction.cs path: TinyLife/Actions/WalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrainEnergy id: DrainEnergy
path: ../TinyLife/Actions/WalkAction.cs path: ../TinyLife/Actions/WalkAction.cs
@ -169,7 +169,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WalkAction.cs path: TinyLife/Actions/WalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/WalkAction.cs path: ../TinyLife/Actions/WalkAction.cs
@ -208,7 +208,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WalkAction.cs path: TinyLife/Actions/WalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindPath id: FindPath
path: ../TinyLife/Actions/WalkAction.cs path: ../TinyLife/Actions/WalkAction.cs
@ -250,7 +250,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WalkAction.cs path: TinyLife/Actions/WalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSpeed id: GetSpeed
path: ../TinyLife/Actions/WalkAction.cs path: ../TinyLife/Actions/WalkAction.cs
@ -288,7 +288,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WalkAction.cs path: TinyLife/Actions/WalkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/WalkAction.cs path: ../TinyLife/Actions/WalkAction.cs

View file

@ -21,7 +21,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Channel id: Channel
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
@ -56,7 +56,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Comedy id: Comedy
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
@ -90,7 +90,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cooking id: Cooking
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
@ -124,7 +124,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Romance id: Romance
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
@ -158,7 +158,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Drama id: Drama
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
@ -192,7 +192,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: News id: News
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
@ -226,7 +226,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cartoons id: Cartoons
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs

View file

@ -26,7 +26,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WatchTvAction id: WatchTvAction
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
@ -131,7 +131,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress id: FullyInProgress
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
@ -172,7 +172,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
@ -210,7 +210,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
@ -248,7 +248,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
@ -283,7 +283,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate id: AndThenUpdate
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
@ -328,7 +328,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted id: AndThenIsCompleted
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
@ -366,7 +366,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask id: CanMultitask
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
@ -408,7 +408,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted id: AndThenOnCompleted
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
@ -447,7 +447,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetViewingArea id: GetViewingArea
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
@ -491,7 +491,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSeating id: GetSeating
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
@ -538,7 +538,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetViewers id: GetViewers
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs

View file

@ -20,7 +20,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WorkAction.cs path: TinyLife/Actions/WorkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkAction id: WorkAction
path: ../TinyLife/Actions/WorkAction.cs path: ../TinyLife/Actions/WorkAction.cs
@ -131,7 +131,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WorkAction.cs path: TinyLife/Actions/WorkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/WorkAction.cs path: ../TinyLife/Actions/WorkAction.cs
@ -167,7 +167,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WorkAction.cs path: TinyLife/Actions/WorkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PreInitialize id: PreInitialize
path: ../TinyLife/Actions/WorkAction.cs path: ../TinyLife/Actions/WorkAction.cs
@ -202,7 +202,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WorkAction.cs path: TinyLife/Actions/WorkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: ../TinyLife/Actions/WorkAction.cs path: ../TinyLife/Actions/WorkAction.cs
@ -237,7 +237,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WorkAction.cs path: TinyLife/Actions/WorkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted id: AndThenIsCompleted
path: ../TinyLife/Actions/WorkAction.cs path: ../TinyLife/Actions/WorkAction.cs
@ -275,7 +275,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Actions/WorkAction.cs path: TinyLife/Actions/WorkAction.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted id: AndThenOnCompleted
path: ../TinyLife/Actions/WorkAction.cs path: ../TinyLife/Actions/WorkAction.cs

View file

@ -15,7 +15,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Debug.cs path: TinyLife/Debug.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CheatDelegate id: CheatDelegate
path: ../TinyLife/Debug.cs path: ../TinyLife/Debug.cs

View file

@ -15,7 +15,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Debug.cs path: TinyLife/Debug.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DebugDelegate id: DebugDelegate
path: ../TinyLife/Debug.cs path: ../TinyLife/Debug.cs

View file

@ -18,7 +18,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Debug.cs path: TinyLife/Debug.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Debug id: Debug
path: ../TinyLife/Debug.cs path: ../TinyLife/Debug.cs
@ -63,7 +63,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Debug.cs path: TinyLife/Debug.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cheats id: Cheats
path: ../TinyLife/Debug.cs path: ../TinyLife/Debug.cs
@ -100,7 +100,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Debug.cs path: TinyLife/Debug.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DebugLines id: DebugLines
path: ../TinyLife/Debug.cs path: ../TinyLife/Debug.cs
@ -137,7 +137,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Debug.cs path: TinyLife/Debug.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryCheat id: TryCheat
path: ../TinyLife/Debug.cs path: ../TinyLife/Debug.cs

View file

@ -22,7 +22,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance id: Instance
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -77,7 +77,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -122,7 +122,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Amount id: Amount
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -167,7 +167,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TotalTime id: TotalTime
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -212,7 +212,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Time id: Time
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -259,7 +259,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Source id: Source
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -296,7 +296,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassTime id: PassTime
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -332,7 +332,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs

View file

@ -138,7 +138,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionModifier id: EmotionModifier
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -189,7 +189,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types id: Types
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -226,7 +226,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Asleep id: Asleep
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -261,7 +261,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PeedSelf id: PeedSelf
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -296,7 +296,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassedOut id: PassedOut
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -331,7 +331,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadBook id: ReadBook
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -366,7 +366,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailedJoke id: FailedJoke
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -401,7 +401,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyDishes id: DirtyDishes
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -436,7 +436,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadCreation id: BadCreation
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -471,7 +471,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadCreationAngry id: BadCreationAngry
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -506,7 +506,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PerfectCreation id: PerfectCreation
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -541,7 +541,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendDied id: FriendDied
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -576,7 +576,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SleptOutside id: SleptOutside
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -611,7 +611,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyConversationPartner id: DirtyConversationPartner
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -646,7 +646,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CaughtBeingInappropriate id: CaughtBeingInappropriate
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -681,7 +681,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoringWork id: BoringWork
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -716,7 +716,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SawSomethingPersonal id: SawSomethingPersonal
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -751,7 +751,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodFood id: GoodFood
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -786,7 +786,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PleasantInteraction id: PleasantInteraction
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -821,7 +821,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LovelyInteraction id: LovelyInteraction
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -856,7 +856,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailedRomance id: FailedRomance
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -891,7 +891,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartedDating id: StartedDating
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -926,7 +926,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrokenUpWith id: BrokenUpWith
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -961,7 +961,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Promoted id: Promoted
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -996,7 +996,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Demoted id: Demoted
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1031,7 +1031,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fired id: Fired
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1066,7 +1066,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadFood id: BadFood
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1101,7 +1101,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunFoolingAround id: FunFoolingAround
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1136,7 +1136,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FinishedMod id: FinishedMod
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1171,7 +1171,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FinishedApp id: FinishedApp
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1206,7 +1206,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HackingFail id: HackingFail
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1241,7 +1241,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PositiveGauge id: PositiveGauge
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1276,7 +1276,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NegativeGauge id: NegativeGauge
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1311,7 +1311,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MeanConversationPartner id: MeanConversationPartner
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1346,7 +1346,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RepairFail id: RepairFail
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1381,7 +1381,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoolAroundFail id: FoolAroundFail
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1416,7 +1416,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WritersBlock id: WritersBlock
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1451,7 +1451,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FinishedBook id: FinishedBook
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1486,7 +1486,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ScrappedBook id: ScrappedBook
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1521,7 +1521,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessfullyPublished id: SuccessfullyPublished
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1556,7 +1556,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailedPublishing id: FailedPublishing
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1591,7 +1591,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InspiringIdeas id: InspiringIdeas
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1626,7 +1626,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreativelyInspired id: CreativelyInspired
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1661,7 +1661,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StrokeOfGenius id: StrokeOfGenius
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1696,7 +1696,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedOverstimulated id: IntrovertedOverstimulated
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1731,7 +1731,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InspiredByPride id: InspiredByPride
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1766,7 +1766,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TvInspiredToCook id: TvInspiredToCook
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1801,7 +1801,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TvSaddenedByNews id: TvSaddenedByNews
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1836,7 +1836,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TvExcitedByNews id: TvExcitedByNews
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1871,7 +1871,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TvRomantic id: TvRomantic
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1906,7 +1906,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodWalkthrough id: GoodWalkthrough
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1941,7 +1941,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoringWalkthrough id: BoringWalkthrough
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -1976,7 +1976,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadTeammates id: BadTeammates
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2011,7 +2011,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RageQuit id: RageQuit
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2046,7 +2046,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WonTournament id: WonTournament
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2081,7 +2081,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LostTournament id: LostTournament
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2116,7 +2116,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AsexualFoolingPartner id: AsexualFoolingPartner
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2151,7 +2151,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AsexualFoolingDeclined id: AsexualFoolingDeclined
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2186,7 +2186,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoolingDeclined id: FoolingDeclined
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2221,7 +2221,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnergizingJog id: EnergizingJog
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2256,7 +2256,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnergizingDumbbells id: EnergizingDumbbells
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2291,7 +2291,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PulledMuscle id: PulledMuscle
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2326,7 +2326,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingDeskPositive id: StandingDeskPositive
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2361,7 +2361,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingDeskSore id: StandingDeskSore
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2396,7 +2396,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FitnessLevelUp id: FitnessLevelUp
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2431,7 +2431,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LazyWorkout id: LazyWorkout
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2466,7 +2466,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeEnergetic id: ProteinShakeEnergetic
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2501,7 +2501,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFrisky id: ProteinShakeFrisky
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2536,7 +2536,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFocused id: ProteinShakeFocused
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2571,7 +2571,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFine id: ProteinShakeFine
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2606,7 +2606,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooMuchProtein id: TooMuchProtein
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2641,7 +2641,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFriskyAsexual id: ProteinShakeFriskyAsexual
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2676,7 +2676,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyHandsAfterToilet id: DirtyHandsAfterToilet
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2711,7 +2711,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DarkRoom id: DarkRoom
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2746,7 +2746,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ThrewAwayInsteadOfCleaning id: ThrewAwayInsteadOfCleaning
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2781,7 +2781,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedCloseConversation id: IntrovertedCloseConversation
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2816,7 +2816,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedStrangerDanger id: IntrovertedStrangerDanger
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2851,7 +2851,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedHomeLong id: IntrovertedHomeLong
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2886,7 +2886,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtrovertedNewRelationship id: ExtrovertedNewRelationship
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2921,7 +2921,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtrovertedConfusedByIntroversion id: ExtrovertedConfusedByIntroversion
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2956,7 +2956,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyObject id: DirtyObject
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -2991,7 +2991,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UncomfortableCraftedFurniture id: UncomfortableCraftedFurniture
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3026,7 +3026,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AmazingCraftedFurniture id: AmazingCraftedFurniture
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3061,7 +3061,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelfCraftedFurniture id: SelfCraftedFurniture
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3096,7 +3096,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodworkingSplinter id: WoodworkingSplinter
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3131,7 +3131,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ScrappedSomeonesProject id: ScrappedSomeonesProject
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3166,7 +3166,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RoughSchoolDay id: RoughSchoolDay
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3201,7 +3201,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunSchoolDay id: FunSchoolDay
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3236,7 +3236,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TerribleAtSchool id: TerribleAtSchool
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3271,7 +3271,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GradesDown id: GradesDown
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3306,7 +3306,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GradesUp id: GradesUp
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3341,7 +3341,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoringHomework id: BoringHomework
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3376,7 +3376,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ForgotHomework id: ForgotHomework
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3411,7 +3411,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InterestingStory id: InterestingStory
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3446,7 +3446,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunnyCartoons id: FunnyCartoons
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3481,7 +3481,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunPlaying id: FunPlaying
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3516,7 +3516,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InspiringPlaying id: InspiringPlaying
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3551,7 +3551,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PsychedUp id: PsychedUp
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3586,7 +3586,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AggravatingConversation id: AggravatingConversation
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3621,7 +3621,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpsettingConversation id: UpsettingConversation
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3656,7 +3656,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HadToGetFoodSomewhereElse id: HadToGetFoodSomewhereElse
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3691,7 +3691,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UsefulProgrammingResearch id: UsefulProgrammingResearch
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3726,7 +3726,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PublishedApp id: PublishedApp
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3761,7 +3761,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmergencyFood id: EmergencyFood
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3796,7 +3796,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChildChef id: ChildChef
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3831,7 +3831,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SomeoneTriedMyFood id: SomeoneTriedMyFood
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3866,7 +3866,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadChildFood id: BadChildFood
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3901,7 +3901,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodChildFood id: GoodChildFood
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3936,7 +3936,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SandboxPositive id: SandboxPositive
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -3971,7 +3971,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SandboxNegative id: SandboxNegative
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -4006,7 +4006,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SandboxSocialPositive id: SandboxSocialPositive
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -4041,7 +4041,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SandboxSocialNegative id: SandboxSocialNegative
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -4076,7 +4076,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PuzzlePositive id: PuzzlePositive
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -4111,7 +4111,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PuzzleNegative id: PuzzleNegative
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -4146,7 +4146,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PuzzleNegativeChild id: PuzzleNegativeChild
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -4181,7 +4181,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShoodChild id: ShoodChild
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -4216,7 +4216,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -4251,7 +4251,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon id: Icon
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -4286,7 +4286,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emotion id: Emotion
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -4321,7 +4321,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Condition id: Condition
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -4356,7 +4356,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -4404,7 +4404,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -4452,7 +4452,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCausedEmotion id: GetCausedEmotion
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
@ -4491,7 +4491,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs

View file

@ -18,7 +18,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeCategory id: TypeCategory
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -53,7 +53,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Negative id: Negative
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -87,7 +87,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Positive id: Positive
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -121,7 +121,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neutral id: Neutral
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs

View file

@ -35,7 +35,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionType id: EmotionType
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -86,7 +86,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types id: Types
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -123,7 +123,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fine id: Fine
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -158,7 +158,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Uncomfortable id: Uncomfortable
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -193,7 +193,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Asleep id: Asleep
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -228,7 +228,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Happy id: Happy
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -263,7 +263,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Embarrassed id: Embarrassed
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -298,7 +298,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sad id: Sad
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -333,7 +333,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bored id: Bored
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -368,7 +368,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Frisky id: Frisky
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -403,7 +403,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Creative id: Creative
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -438,7 +438,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Focused id: Focused
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -473,7 +473,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stunned id: Stunned
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -508,7 +508,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Angry id: Angry
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -543,7 +543,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Energetic id: Energetic
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -578,7 +578,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -613,7 +613,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon id: Icon
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -648,7 +648,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Color id: Color
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -683,7 +683,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Category id: Category
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -718,7 +718,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs
@ -763,7 +763,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: ../TinyLife/Emotions/EmotionType.cs path: ../TinyLife/Emotions/EmotionType.cs

View file

@ -16,7 +16,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/IEmotionSource.cs path: TinyLife/Emotions/IEmotionSource.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IEmotionSource id: IEmotionSource
path: ../TinyLife/Emotions/IEmotionSource.cs path: ../TinyLife/Emotions/IEmotionSource.cs
@ -51,7 +51,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Emotions/IEmotionSource.cs path: TinyLife/Emotions/IEmotionSource.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString id: SourceString
path: ../TinyLife/Emotions/IEmotionSource.cs path: ../TinyLife/Emotions/IEmotionSource.cs

View file

@ -20,7 +20,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameMode id: GameMode
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -55,7 +55,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Splash id: Splash
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -89,7 +89,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainMenu id: MainMenu
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -123,7 +123,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectHousehold id: SelectHousehold
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -157,7 +157,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHousehold id: InGameHousehold
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -191,7 +191,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildOnly id: BuildOnly
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs

View file

@ -42,7 +42,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameImpl id: GameImpl
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -140,7 +140,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Version id: Version
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -177,7 +177,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance id: Instance
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -216,7 +216,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GraphicsMetrics id: GraphicsMetrics
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -253,7 +253,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Camera id: Camera
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -290,7 +290,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Listener id: Listener
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -327,7 +327,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map id: Map
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -364,7 +364,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentTool id: CurrentTool
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -401,7 +401,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentTime id: CurrentTime
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -438,7 +438,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Weekday id: Weekday
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -475,7 +475,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentHousehold id: CurrentHousehold
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -512,7 +512,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Money id: Money
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -549,7 +549,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentLot id: CurrentLot
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -586,7 +586,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Speed id: Speed
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -623,7 +623,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FollowingPerson id: FollowingPerson
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -660,7 +660,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SaveName id: SaveName
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -697,7 +697,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mode id: Mode
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -734,7 +734,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoadContent id: LoadContent
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -768,7 +768,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoUpdate id: DoUpdate
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -805,7 +805,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoDraw id: DoDraw
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -842,7 +842,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dispose id: Dispose
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -879,7 +879,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeDefaultUiStyle id: InitializeDefaultUiStyle
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -918,7 +918,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsMouseOnUi id: IsMouseOnUi
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -953,7 +953,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SwitchGameMode id: SwitchGameMode
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -989,7 +989,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeExtremelyFast id: CanBeExtremelyFast
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -1024,7 +1024,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanSwitchGameModes id: CanSwitchGameModes
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -1059,7 +1059,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FadeKeyboardLighting id: FadeKeyboardLighting
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
@ -1095,7 +1095,7 @@ items:
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeScreenshot id: TakeScreenshot
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs

View file

@ -20,7 +20,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameSpeed id: GameSpeed
path: ../TinyLife/Options.cs path: ../TinyLife/Options.cs
@ -55,7 +55,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Paused id: Paused
path: ../TinyLife/Options.cs path: ../TinyLife/Options.cs
@ -89,7 +89,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Regular id: Regular
path: ../TinyLife/Options.cs path: ../TinyLife/Options.cs
@ -123,7 +123,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fast id: Fast
path: ../TinyLife/Options.cs path: ../TinyLife/Options.cs
@ -157,7 +157,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryFast id: VeryFast
path: ../TinyLife/Options.cs path: ../TinyLife/Options.cs
@ -191,7 +191,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtremelyFast id: ExtremelyFast
path: ../TinyLife/Options.cs path: ../TinyLife/Options.cs

View file

@ -24,7 +24,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenealogyType id: GenealogyType
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
@ -61,7 +61,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Unrelated id: Unrelated
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
@ -95,7 +95,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Parent id: Parent
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
@ -129,7 +129,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child id: Child
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
@ -163,7 +163,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sibling id: Sibling
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
@ -197,7 +197,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Nibling id: Nibling
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
@ -231,7 +231,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pibling id: Pibling
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
@ -265,7 +265,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandparent id: Grandparent
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
@ -299,7 +299,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandchild id: Grandchild
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
@ -333,7 +333,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistantlyRelated id: DistantlyRelated
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs

View file

@ -20,7 +20,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/AmountGoal.cs path: TinyLife/Goals/AmountGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AmountGoal id: AmountGoal
path: ../TinyLife/Goals/AmountGoal.cs path: ../TinyLife/Goals/AmountGoal.cs
@ -83,7 +83,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/AmountGoal.cs path: TinyLife/Goals/AmountGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/AmountGoal.cs path: ../TinyLife/Goals/AmountGoal.cs
@ -119,7 +119,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/AmountGoal.cs path: TinyLife/Goals/AmountGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress id: GetProgress
path: ../TinyLife/Goals/AmountGoal.cs path: ../TinyLife/Goals/AmountGoal.cs
@ -157,7 +157,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/AmountGoal.cs path: TinyLife/Goals/AmountGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset id: Reset
path: ../TinyLife/Goals/AmountGoal.cs path: ../TinyLife/Goals/AmountGoal.cs
@ -192,7 +192,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/AmountGoal.cs path: TinyLife/Goals/AmountGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress id: GetDisplayedProgress
path: ../TinyLife/Goals/AmountGoal.cs path: ../TinyLife/Goals/AmountGoal.cs
@ -230,7 +230,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/AmountGoal.cs path: TinyLife/Goals/AmountGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger id: Trigger
path: ../TinyLife/Goals/AmountGoal.cs path: ../TinyLife/Goals/AmountGoal.cs

View file

@ -23,7 +23,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AutoGoalInfo id: AutoGoalInfo
path: ../TinyLife/Goals/GoalInfo.cs path: ../TinyLife/Goals/GoalInfo.cs
@ -80,7 +80,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Triggers id: Triggers
path: ../TinyLife/Goals/GoalInfo.cs path: ../TinyLife/Goals/GoalInfo.cs
@ -115,7 +115,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Condition id: Condition
path: ../TinyLife/Goals/GoalInfo.cs path: ../TinyLife/Goals/GoalInfo.cs
@ -150,7 +150,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Timed id: Timed
path: ../TinyLife/Goals/GoalInfo.cs path: ../TinyLife/Goals/GoalInfo.cs
@ -206,7 +206,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Amount id: Amount
path: ../TinyLife/Goals/GoalInfo.cs path: ../TinyLife/Goals/GoalInfo.cs
@ -262,7 +262,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Distinct id: Distinct
path: ../TinyLife/Goals/GoalInfo.cs path: ../TinyLife/Goals/GoalInfo.cs
@ -321,7 +321,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Distinct id: Distinct
path: ../TinyLife/Goals/GoalInfo.cs path: ../TinyLife/Goals/GoalInfo.cs
@ -380,7 +380,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Conditioned id: Conditioned
path: ../TinyLife/Goals/GoalInfo.cs path: ../TinyLife/Goals/GoalInfo.cs
@ -433,7 +433,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/GoalInfo.cs path: ../TinyLife/Goals/GoalInfo.cs

View file

@ -21,7 +21,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/AutoTriggerGoal.cs path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AutoTriggerGoal id: AutoTriggerGoal
path: ../TinyLife/Goals/AutoTriggerGoal.cs path: ../TinyLife/Goals/AutoTriggerGoal.cs
@ -95,7 +95,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/AutoTriggerGoal.cs path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AutoInfo id: AutoInfo
path: ../TinyLife/Goals/AutoTriggerGoal.cs path: ../TinyLife/Goals/AutoTriggerGoal.cs
@ -130,7 +130,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/AutoTriggerGoal.cs path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/AutoTriggerGoal.cs path: ../TinyLife/Goals/AutoTriggerGoal.cs
@ -168,7 +168,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/AutoTriggerGoal.cs path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger id: Trigger
path: ../TinyLife/Goals/AutoTriggerGoal.cs path: ../TinyLife/Goals/AutoTriggerGoal.cs
@ -208,7 +208,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/AutoTriggerGoal.cs path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Goals/AutoTriggerGoal.cs path: ../TinyLife/Goals/AutoTriggerGoal.cs
@ -252,7 +252,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/AutoTriggerGoal.cs path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger id: Trigger
path: ../TinyLife/Goals/AutoTriggerGoal.cs path: ../TinyLife/Goals/AutoTriggerGoal.cs
@ -301,7 +301,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/AutoTriggerGoal.cs path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger id: Trigger
path: ../TinyLife/Goals/AutoTriggerGoal.cs path: ../TinyLife/Goals/AutoTriggerGoal.cs

View file

@ -20,7 +20,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/ConditionedGoal.cs path: TinyLife/Goals/ConditionedGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConditionedGoal id: ConditionedGoal
path: ../TinyLife/Goals/ConditionedGoal.cs path: ../TinyLife/Goals/ConditionedGoal.cs
@ -83,7 +83,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/ConditionedGoal.cs path: TinyLife/Goals/ConditionedGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/ConditionedGoal.cs path: ../TinyLife/Goals/ConditionedGoal.cs
@ -119,7 +119,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/ConditionedGoal.cs path: TinyLife/Goals/ConditionedGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress id: GetProgress
path: ../TinyLife/Goals/ConditionedGoal.cs path: ../TinyLife/Goals/ConditionedGoal.cs
@ -157,7 +157,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/ConditionedGoal.cs path: TinyLife/Goals/ConditionedGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset id: Reset
path: ../TinyLife/Goals/ConditionedGoal.cs path: ../TinyLife/Goals/ConditionedGoal.cs
@ -192,7 +192,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/ConditionedGoal.cs path: TinyLife/Goals/ConditionedGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress id: GetDisplayedProgress
path: ../TinyLife/Goals/ConditionedGoal.cs path: ../TinyLife/Goals/ConditionedGoal.cs
@ -230,7 +230,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/ConditionedGoal.cs path: TinyLife/Goals/ConditionedGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger id: Trigger
path: ../TinyLife/Goals/ConditionedGoal.cs path: ../TinyLife/Goals/ConditionedGoal.cs

View file

@ -21,7 +21,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/DistinctGoal.cs path: TinyLife/Goals/DistinctGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistinctGoal id: DistinctGoal
path: ../TinyLife/Goals/DistinctGoal.cs path: ../TinyLife/Goals/DistinctGoal.cs
@ -83,7 +83,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/DistinctGoal.cs path: TinyLife/Goals/DistinctGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/DistinctGoal.cs path: ../TinyLife/Goals/DistinctGoal.cs
@ -119,7 +119,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/DistinctGoal.cs path: TinyLife/Goals/DistinctGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress id: GetProgress
path: ../TinyLife/Goals/DistinctGoal.cs path: ../TinyLife/Goals/DistinctGoal.cs
@ -157,7 +157,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/DistinctGoal.cs path: TinyLife/Goals/DistinctGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset id: Reset
path: ../TinyLife/Goals/DistinctGoal.cs path: ../TinyLife/Goals/DistinctGoal.cs
@ -192,7 +192,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/DistinctGoal.cs path: TinyLife/Goals/DistinctGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress id: GetDisplayedProgress
path: ../TinyLife/Goals/DistinctGoal.cs path: ../TinyLife/Goals/DistinctGoal.cs
@ -230,7 +230,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/DistinctGoal.cs path: TinyLife/Goals/DistinctGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Goals/DistinctGoal.cs path: ../TinyLife/Goals/DistinctGoal.cs
@ -272,7 +272,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/DistinctGoal.cs path: TinyLife/Goals/DistinctGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger id: Trigger
path: ../TinyLife/Goals/DistinctGoal.cs path: ../TinyLife/Goals/DistinctGoal.cs

View file

@ -23,7 +23,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Goal.cs path: TinyLife/Goals/Goal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goal id: Goal
path: ../TinyLife/Goals/Goal.cs path: ../TinyLife/Goals/Goal.cs
@ -91,7 +91,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Goal.cs path: TinyLife/Goals/Goal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Goals/Goal.cs path: ../TinyLife/Goals/Goal.cs
@ -136,7 +136,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Goal.cs path: TinyLife/Goals/Goal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Set id: Set
path: ../TinyLife/Goals/Goal.cs path: ../TinyLife/Goals/Goal.cs
@ -173,7 +173,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Goal.cs path: TinyLife/Goals/Goal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info id: Info
path: ../TinyLife/Goals/Goal.cs path: ../TinyLife/Goals/Goal.cs
@ -210,7 +210,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Goal.cs path: TinyLife/Goals/Goal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/Goal.cs path: ../TinyLife/Goals/Goal.cs
@ -249,7 +249,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Goal.cs path: TinyLife/Goals/Goal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress id: GetProgress
path: ../TinyLife/Goals/Goal.cs path: ../TinyLife/Goals/Goal.cs
@ -286,7 +286,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Goal.cs path: TinyLife/Goals/Goal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset id: Reset
path: ../TinyLife/Goals/Goal.cs path: ../TinyLife/Goals/Goal.cs
@ -320,7 +320,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Goal.cs path: TinyLife/Goals/Goal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress id: GetDisplayedProgress
path: ../TinyLife/Goals/Goal.cs path: ../TinyLife/Goals/Goal.cs
@ -357,7 +357,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Goal.cs path: TinyLife/Goals/Goal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Goals/Goal.cs path: ../TinyLife/Goals/Goal.cs

View file

@ -18,7 +18,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalInfo id: GoalInfo
path: ../TinyLife/Goals/GoalInfo.cs path: ../TinyLife/Goals/GoalInfo.cs
@ -74,7 +74,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Goals/GoalInfo.cs path: ../TinyLife/Goals/GoalInfo.cs
@ -109,7 +109,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/GoalInfo.cs path: ../TinyLife/Goals/GoalInfo.cs
@ -151,7 +151,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct id: Construct
path: ../TinyLife/Goals/GoalInfo.cs path: ../TinyLife/Goals/GoalInfo.cs

View file

@ -26,7 +26,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalSet id: GoalSet
path: ../TinyLife/Goals/GoalSet.cs path: ../TinyLife/Goals/GoalSet.cs
@ -89,7 +89,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info id: Info
path: ../TinyLife/Goals/GoalSet.cs path: ../TinyLife/Goals/GoalSet.cs
@ -126,7 +126,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person id: Person
path: ../TinyLife/Goals/GoalSet.cs path: ../TinyLife/Goals/GoalSet.cs
@ -163,7 +163,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/GoalSet.cs path: ../TinyLife/Goals/GoalSet.cs
@ -202,7 +202,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress id: GetProgress
path: ../TinyLife/Goals/GoalSet.cs path: ../TinyLife/Goals/GoalSet.cs
@ -237,7 +237,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: ../TinyLife/Goals/GoalSet.cs path: ../TinyLife/Goals/GoalSet.cs
@ -272,7 +272,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset id: Reset
path: ../TinyLife/Goals/GoalSet.cs path: ../TinyLife/Goals/GoalSet.cs
@ -304,7 +304,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoals id: GetGoals
path: ../TinyLife/Goals/GoalSet.cs path: ../TinyLife/Goals/GoalSet.cs
@ -347,7 +347,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoal id: GetGoal
path: ../TinyLife/Goals/GoalSet.cs path: ../TinyLife/Goals/GoalSet.cs
@ -394,7 +394,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoal id: GetGoal
path: ../TinyLife/Goals/GoalSet.cs path: ../TinyLife/Goals/GoalSet.cs
@ -437,7 +437,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplay id: GetDisplay
path: ../TinyLife/Goals/GoalSet.cs path: ../TinyLife/Goals/GoalSet.cs
@ -476,7 +476,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Goals/GoalSet.cs path: ../TinyLife/Goals/GoalSet.cs

View file

@ -18,7 +18,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalSetInfo id: GoalSetInfo
path: ../TinyLife/Goals/GoalSet.cs path: ../TinyLife/Goals/GoalSet.cs
@ -72,7 +72,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Configurations id: Configurations
path: ../TinyLife/Goals/GoalSet.cs path: ../TinyLife/Goals/GoalSet.cs
@ -107,7 +107,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/GoalSet.cs path: ../TinyLife/Goals/GoalSet.cs
@ -146,7 +146,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct id: Construct
path: ../TinyLife/Goals/GoalSet.cs path: ../TinyLife/Goals/GoalSet.cs

View file

@ -20,7 +20,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalTrigger.cs path: TinyLife/Goals/GoalTrigger.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalTrigger id: GoalTrigger
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
@ -65,7 +65,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalTrigger.cs path: TinyLife/Goals/GoalTrigger.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PersonUpdate id: PersonUpdate
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
@ -99,7 +99,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalTrigger.cs path: TinyLife/Goals/GoalTrigger.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurnitureCreated id: FurnitureCreated
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
@ -133,7 +133,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalTrigger.cs path: TinyLife/Goals/GoalTrigger.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionCompleted id: ActionCompleted
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
@ -167,7 +167,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalTrigger.cs path: TinyLife/Goals/GoalTrigger.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate id: ActionUpdate
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
@ -201,7 +201,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/GoalTrigger.cs path: TinyLife/Goals/GoalTrigger.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EarnMoney id: EarnMoney
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs

View file

@ -27,7 +27,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Job id: Job
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
@ -90,7 +90,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
@ -135,7 +135,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person id: Person
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
@ -172,7 +172,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Performance id: Performance
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
@ -219,7 +219,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Level id: Level
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
@ -266,7 +266,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTasks id: DailyTasks
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
@ -313,7 +313,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentHourlyPay id: CurrentHourlyPay
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
@ -350,7 +350,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
@ -392,7 +392,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
@ -428,7 +428,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddPerformance id: AddPerformance
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
@ -464,7 +464,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddLevel id: AddLevel
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
@ -500,7 +500,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasRequiredPromotionSkills id: HasRequiredPromotionSkills
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
@ -535,7 +535,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs

View file

@ -41,7 +41,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JobType id: JobType
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -103,7 +103,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types id: Types
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -140,7 +140,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PrimarySchoolStudent id: PrimarySchoolStudent
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -175,7 +175,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -210,7 +210,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HourlyPay id: HourlyPay
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -245,7 +245,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkHours id: WorkHours
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -280,7 +280,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OffWorkDays id: OffWorkDays
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -315,7 +315,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPromotionSkills id: RequiredPromotionSkills
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -352,7 +352,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxLevel id: MaxLevel
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -389,7 +389,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasSpecialLocalization id: HasSpecialLocalization
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -426,7 +426,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges id: RequiredAges
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -463,7 +463,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanQuitOrBeFired id: CanQuitOrBeFired
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -500,7 +500,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTasks id: DailyTasks
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -537,7 +537,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTaskImportance id: DailyTaskImportance
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -574,7 +574,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString id: SourceString
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -613,7 +613,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -661,7 +661,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct id: Construct
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -703,7 +703,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsTimeToWork id: IsTimeToWork
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -747,7 +747,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToScheduleString id: ToScheduleString
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -784,7 +784,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -828,7 +828,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRequiredPromotionSkills id: GetRequiredPromotionSkills
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -869,7 +869,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkStartsInAnHour id: OnWorkStartsInAnHour
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -907,7 +907,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkHoursOver id: OnWorkHoursOver
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -945,7 +945,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkFinished id: OnWorkFinished
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -986,7 +986,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkStarted id: OnWorkStarted
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -1027,7 +1027,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLevelChanged id: OnLevelChanged
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
@ -1068,7 +1068,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs

View file

@ -25,7 +25,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance id: Instance
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -80,7 +80,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goal id: Goal
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -125,7 +125,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentGoals id: CurrentGoals
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -172,7 +172,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StageIndex id: StageIndex
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -219,7 +219,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person id: Person
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -256,7 +256,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stage id: Stage
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -293,7 +293,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed id: Completed
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -330,7 +330,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -372,7 +372,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -404,7 +404,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Advance id: Advance
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -436,7 +436,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs

View file

@ -32,7 +32,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LifeGoal id: LifeGoal
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -83,7 +83,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals id: Goals
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -120,7 +120,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Chef id: Chef
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -155,7 +155,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmartKid id: SmartKid
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -190,7 +190,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GymRat id: GymRat
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -225,7 +225,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HouseholdHero id: HouseholdHero
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -260,7 +260,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComputerAddict id: ComputerAddict
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -295,7 +295,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendOfEveryone id: FriendOfEveryone
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -330,7 +330,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Millionaire id: Millionaire
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -365,7 +365,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAdvanced id: OnAdvanced
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -400,7 +400,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -435,7 +435,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -470,7 +470,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stages id: Stages
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -505,7 +505,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RewardPersonality id: RewardPersonality
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -540,7 +540,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllowedAges id: AllowedAges
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -577,7 +577,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -622,7 +622,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs
@ -661,7 +661,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: ../TinyLife/Goals/LifeGoal.cs path: ../TinyLife/Goals/LifeGoal.cs

View file

@ -19,7 +19,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/ManualProgressGoal.cs path: TinyLife/Goals/ManualProgressGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ManualProgressGoal id: ManualProgressGoal
path: ../TinyLife/Goals/ManualProgressGoal.cs path: ../TinyLife/Goals/ManualProgressGoal.cs
@ -79,7 +79,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/ManualProgressGoal.cs path: TinyLife/Goals/ManualProgressGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/ManualProgressGoal.cs path: ../TinyLife/Goals/ManualProgressGoal.cs
@ -118,7 +118,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/ManualProgressGoal.cs path: TinyLife/Goals/ManualProgressGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress id: GetProgress
path: ../TinyLife/Goals/ManualProgressGoal.cs path: ../TinyLife/Goals/ManualProgressGoal.cs
@ -156,7 +156,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/ManualProgressGoal.cs path: TinyLife/Goals/ManualProgressGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset id: Reset
path: ../TinyLife/Goals/ManualProgressGoal.cs path: ../TinyLife/Goals/ManualProgressGoal.cs
@ -191,7 +191,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/ManualProgressGoal.cs path: TinyLife/Goals/ManualProgressGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeProgress id: MakeProgress
path: ../TinyLife/Goals/ManualProgressGoal.cs path: ../TinyLife/Goals/ManualProgressGoal.cs

View file

@ -27,7 +27,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSettings id: ActionSettings
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -69,7 +69,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -102,7 +102,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Context id: Context
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -135,7 +135,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -168,7 +168,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType id: ConstructedType
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -201,7 +201,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedTypeScrap id: ConstructedTypeScrap
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -234,7 +234,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute id: CanExecute
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -267,7 +267,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill id: RequiredSkill
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -300,7 +300,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges id: RequiredAges
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -333,7 +333,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProjectDisplayName id: ProjectDisplayName
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -366,7 +366,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanContinue id: CanContinue
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -399,7 +399,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IncludeProject id: IncludeProject
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -432,7 +432,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs

View file

@ -32,7 +32,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Project id: Project
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -95,7 +95,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -140,7 +140,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -185,7 +185,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Quality id: Quality
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -232,7 +232,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Progress id: Progress
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -281,7 +281,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyPay id: DailyPay
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -334,7 +334,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyPayReductionFactor id: DailyPayReductionFactor
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -387,7 +387,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person id: Person
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -426,7 +426,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -468,7 +468,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -509,7 +509,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeProgress id: MakeProgress
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -559,7 +559,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Remove id: Remove
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -593,7 +593,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnNewDay id: OnNewDay
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -627,7 +627,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetDailyPay id: SetDailyPay
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -669,7 +669,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateActions id: CreateActions
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -710,7 +710,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVarieties id: GetVarieties
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -763,7 +763,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenNamePrompt id: OpenNamePrompt
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
@ -813,7 +813,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenScrapPrompt id: OpenScrapPrompt
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs

View file

@ -18,7 +18,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/StudentJobType.cs path: TinyLife/Goals/StudentJobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StudentJobType id: StudentJobType
path: ../TinyLife/Goals/StudentJobType.cs path: ../TinyLife/Goals/StudentJobType.cs
@ -97,7 +97,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/StudentJobType.cs path: TinyLife/Goals/StudentJobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/StudentJobType.cs path: ../TinyLife/Goals/StudentJobType.cs
@ -145,7 +145,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/StudentJobType.cs path: TinyLife/Goals/StudentJobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkFinished id: OnWorkFinished
path: ../TinyLife/Goals/StudentJobType.cs path: ../TinyLife/Goals/StudentJobType.cs
@ -187,7 +187,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/StudentJobType.cs path: TinyLife/Goals/StudentJobType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLevelChanged id: OnLevelChanged
path: ../TinyLife/Goals/StudentJobType.cs path: ../TinyLife/Goals/StudentJobType.cs

View file

@ -20,7 +20,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/TimedGoal.cs path: TinyLife/Goals/TimedGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TimedGoal id: TimedGoal
path: ../TinyLife/Goals/TimedGoal.cs path: ../TinyLife/Goals/TimedGoal.cs
@ -83,7 +83,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/TimedGoal.cs path: TinyLife/Goals/TimedGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/TimedGoal.cs path: ../TinyLife/Goals/TimedGoal.cs
@ -119,7 +119,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/TimedGoal.cs path: TinyLife/Goals/TimedGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress id: GetProgress
path: ../TinyLife/Goals/TimedGoal.cs path: ../TinyLife/Goals/TimedGoal.cs
@ -157,7 +157,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/TimedGoal.cs path: TinyLife/Goals/TimedGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset id: Reset
path: ../TinyLife/Goals/TimedGoal.cs path: ../TinyLife/Goals/TimedGoal.cs
@ -192,7 +192,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/TimedGoal.cs path: TinyLife/Goals/TimedGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress id: GetDisplayedProgress
path: ../TinyLife/Goals/TimedGoal.cs path: ../TinyLife/Goals/TimedGoal.cs
@ -230,7 +230,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Goals/TimedGoal.cs path: TinyLife/Goals/TimedGoal.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger id: Trigger
path: ../TinyLife/Goals/TimedGoal.cs path: ../TinyLife/Goals/TimedGoal.cs

View file

@ -28,7 +28,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LnCategory id: LnCategory
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
@ -63,7 +63,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ui id: Ui
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
@ -97,7 +97,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Actions id: Actions
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
@ -131,7 +131,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildMode id: BuildMode
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
@ -165,7 +165,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clothes id: Clothes
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
@ -199,7 +199,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Food id: Food
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
@ -233,7 +233,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Personalities id: Personalities
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
@ -267,7 +267,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Skills id: Skills
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
@ -301,7 +301,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Jobs id: Jobs
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
@ -335,7 +335,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emotions id: Emotions
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
@ -369,7 +369,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hints id: Hints
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
@ -403,7 +403,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHints id: InGameHints
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
@ -437,7 +437,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals id: Goals
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
@ -471,7 +471,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Names id: Names
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs

View file

@ -21,7 +21,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Localization id: Localization
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
@ -65,7 +65,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LanguageNames id: LanguageNames
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
@ -102,7 +102,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Names id: Names
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
@ -139,7 +139,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetLanguage id: SetLanguage
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
@ -177,7 +177,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Get id: Get
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
@ -221,7 +221,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Get id: Get
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
@ -271,7 +271,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetKeys id: GetKeys
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs

View file

@ -17,7 +17,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/EventPhase.cs path: TinyLife/Mods/EventPhase.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EventPhase id: EventPhase
path: ../TinyLife/Mods/EventPhase.cs path: ../TinyLife/Mods/EventPhase.cs
@ -52,7 +52,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/EventPhase.cs path: TinyLife/Mods/EventPhase.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pre id: Pre
path: ../TinyLife/Mods/EventPhase.cs path: ../TinyLife/Mods/EventPhase.cs
@ -86,7 +86,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/EventPhase.cs path: TinyLife/Mods/EventPhase.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Post id: Post
path: ../TinyLife/Mods/EventPhase.cs path: ../TinyLife/Mods/EventPhase.cs

View file

@ -21,7 +21,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mod id: Mod
path: ../TinyLife/Mods/Mod.cs path: ../TinyLife/Mods/Mod.cs
@ -68,7 +68,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Mods/Mod.cs path: ../TinyLife/Mods/Mod.cs
@ -107,7 +107,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description id: Description
path: ../TinyLife/Mods/Mod.cs path: ../TinyLife/Mods/Mod.cs
@ -146,7 +146,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon id: Icon
path: ../TinyLife/Mods/Mod.cs path: ../TinyLife/Mods/Mod.cs
@ -185,7 +185,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: ../TinyLife/Mods/Mod.cs path: ../TinyLife/Mods/Mod.cs
@ -232,7 +232,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddGameContent id: AddGameContent
path: ../TinyLife/Mods/Mod.cs path: ../TinyLife/Mods/Mod.cs
@ -273,7 +273,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCustomFurnitureTextures id: GetCustomFurnitureTextures
path: ../TinyLife/Mods/Mod.cs path: ../TinyLife/Mods/Mod.cs

View file

@ -23,7 +23,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModInfo id: ModInfo
path: ../TinyLife/Mods/ModLoader.cs path: ../TinyLife/Mods/ModLoader.cs
@ -71,7 +71,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Id id: Id
path: ../TinyLife/Mods/ModLoader.cs path: ../TinyLife/Mods/ModLoader.cs
@ -106,7 +106,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mod id: Mod
path: ../TinyLife/Mods/ModLoader.cs path: ../TinyLife/Mods/ModLoader.cs
@ -141,7 +141,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Logger id: Logger
path: ../TinyLife/Mods/ModLoader.cs path: ../TinyLife/Mods/ModLoader.cs
@ -176,7 +176,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Content id: Content
path: ../TinyLife/Mods/ModLoader.cs path: ../TinyLife/Mods/ModLoader.cs
@ -211,7 +211,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Harmony id: Harmony
path: ../TinyLife/Mods/ModLoader.cs path: ../TinyLife/Mods/ModLoader.cs
@ -246,7 +246,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Finalize id: Finalize
path: ../TinyLife/Mods/ModLoader.cs path: ../TinyLife/Mods/ModLoader.cs
@ -277,7 +277,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dispose id: Dispose
path: ../TinyLife/Mods/ModLoader.cs path: ../TinyLife/Mods/ModLoader.cs
@ -310,7 +310,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToString id: ToString
path: ../TinyLife/Mods/ModLoader.cs path: ../TinyLife/Mods/ModLoader.cs

View file

@ -17,7 +17,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModLoader id: ModLoader
path: ../TinyLife/Mods/ModLoader.cs path: ../TinyLife/Mods/ModLoader.cs
@ -61,7 +61,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryGetModInfo id: TryGetModInfo
path: ../TinyLife/Mods/ModLoader.cs path: ../TinyLife/Mods/ModLoader.cs
@ -108,7 +108,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetModsFolder id: GetModsFolder
path: ../TinyLife/Mods/ModLoader.cs path: ../TinyLife/Mods/ModLoader.cs

View file

@ -20,7 +20,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Need id: Need
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs
@ -75,7 +75,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Max id: Max
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs
@ -110,7 +110,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs
@ -155,7 +155,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Value id: Value
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs
@ -202,7 +202,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Percentage id: Percentage
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs
@ -239,7 +239,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs

View file

@ -30,7 +30,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedType id: NeedType
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs
@ -84,7 +84,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types id: Types
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs
@ -121,7 +121,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Energy id: Energy
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs
@ -156,7 +156,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hunger id: Hunger
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs
@ -191,7 +191,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Social id: Social
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs
@ -226,7 +226,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Toilet id: Toilet
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs
@ -261,7 +261,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hygiene id: Hygiene
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs
@ -296,7 +296,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Entertainment id: Entertainment
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs
@ -331,7 +331,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs
@ -366,7 +366,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveReduction id: PassiveReduction
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs
@ -401,7 +401,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedLowAction id: NeedLowAction
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs
@ -436,7 +436,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedLowTime id: NeedLowTime
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs
@ -471,7 +471,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SolveImportance id: SolveImportance
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs
@ -506,7 +506,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString id: SourceString
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs
@ -545,7 +545,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs
@ -596,7 +596,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: ../TinyLife/Need.cs path: ../TinyLife/Need.cs

View file

@ -26,7 +26,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AbstractSpot id: AbstractSpot
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -76,7 +76,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: YOffset id: YOffset
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -113,7 +113,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Offset id: Offset
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -146,7 +146,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisualOffset id: VisualOffset
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -179,7 +179,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ValidDirections id: ValidDirections
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -214,7 +214,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Group id: Group
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -247,7 +247,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawLayer id: DrawLayer
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -280,7 +280,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasVisualOffset id: HasVisualOffset
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -317,7 +317,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -365,7 +365,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetValidDirections id: GetValidDirections
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -404,7 +404,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetLocation id: GetLocation
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -446,7 +446,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoGroupsOverlap id: DoGroupsOverlap
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs

View file

@ -26,7 +26,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSpot id: ActionSpot
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -84,7 +84,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CategoryRestriction id: CategoryRestriction
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -117,7 +117,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -159,7 +159,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -204,7 +204,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -252,7 +252,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeDirections id: GetFreeDirections
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -294,7 +294,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetOccupants id: GetOccupants
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -339,7 +339,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BedSpots id: BedSpots
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -380,7 +380,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BenchSpots id: BenchSpots
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -421,7 +421,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PicnicTableSpots id: PicnicTableSpots
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -462,7 +462,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllSpots id: AllSpots
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
@ -506,7 +506,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPicnicBenchDrawLayer id: GetPicnicBenchDrawLayer
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs

View file

@ -17,7 +17,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AgeGroup id: AgeGroup
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
@ -62,7 +62,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child id: Child
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
@ -96,7 +96,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Adult id: Adult
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs

View file

@ -20,7 +20,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrokenBehavior id: BrokenBehavior
path: ../TinyLife/Objects/BreakableFurniture.cs path: ../TinyLife/Objects/BreakableFurniture.cs
@ -65,7 +65,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Puddles id: Puddles
path: ../TinyLife/Objects/BreakableFurniture.cs path: ../TinyLife/Objects/BreakableFurniture.cs
@ -99,7 +99,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dripping id: Dripping
path: ../TinyLife/Objects/BreakableFurniture.cs path: ../TinyLife/Objects/BreakableFurniture.cs
@ -133,7 +133,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ElectricityCrackle id: ElectricityCrackle
path: ../TinyLife/Objects/BreakableFurniture.cs path: ../TinyLife/Objects/BreakableFurniture.cs
@ -167,7 +167,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Smoke id: Smoke
path: ../TinyLife/Objects/BreakableFurniture.cs path: ../TinyLife/Objects/BreakableFurniture.cs
@ -201,7 +201,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Electrocution id: Electrocution
path: ../TinyLife/Objects/BreakableFurniture.cs path: ../TinyLife/Objects/BreakableFurniture.cs

View file

@ -26,7 +26,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BreakableFurniture id: BreakableFurniture
path: ../TinyLife/Objects/BreakableFurniture.cs path: ../TinyLife/Objects/BreakableFurniture.cs
@ -159,7 +159,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWearDown id: OnWearDown
path: ../TinyLife/Objects/BreakableFurniture.cs path: ../TinyLife/Objects/BreakableFurniture.cs
@ -192,7 +192,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnBreak id: OnBreak
path: ../TinyLife/Objects/BreakableFurniture.cs path: ../TinyLife/Objects/BreakableFurniture.cs
@ -225,7 +225,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Broken id: Broken
path: ../TinyLife/Objects/BreakableFurniture.cs path: ../TinyLife/Objects/BreakableFurniture.cs
@ -268,7 +268,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/BreakableFurniture.cs path: ../TinyLife/Objects/BreakableFurniture.cs
@ -319,7 +319,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Objects/BreakableFurniture.cs path: ../TinyLife/Objects/BreakableFurniture.cs
@ -365,7 +365,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WearDown id: WearDown
path: ../TinyLife/Objects/BreakableFurniture.cs path: ../TinyLife/Objects/BreakableFurniture.cs
@ -403,7 +403,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteAction id: CanExecuteAction
path: ../TinyLife/Objects/BreakableFurniture.cs path: ../TinyLife/Objects/BreakableFurniture.cs
@ -454,7 +454,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate id: ActionUpdate
path: ../TinyLife/Objects/BreakableFurniture.cs path: ../TinyLife/Objects/BreakableFurniture.cs
@ -505,7 +505,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice id: GetPrice
path: ../TinyLife/Objects/BreakableFurniture.cs path: ../TinyLife/Objects/BreakableFurniture.cs
@ -543,7 +543,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDescription id: GetDescription
path: ../TinyLife/Objects/BreakableFurniture.cs path: ../TinyLife/Objects/BreakableFurniture.cs
@ -581,7 +581,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDecorativeRating id: GetDecorativeRating
path: ../TinyLife/Objects/BreakableFurniture.cs path: ../TinyLife/Objects/BreakableFurniture.cs

View file

@ -35,7 +35,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clothes id: Clothes
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -89,7 +89,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types id: Types
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -126,7 +126,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Layers id: Layers
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -163,7 +163,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllIntentions id: AllIntentions
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -200,7 +200,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReferencePrice id: ReferencePrice
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -235,7 +235,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -270,7 +270,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Layer id: Layer
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -305,7 +305,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TextureRegions id: TextureRegions
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -340,7 +340,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Colors id: Colors
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -375,7 +375,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Price id: Price
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -410,7 +410,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Intentions id: Intentions
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -445,7 +445,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon id: Icon
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -482,7 +482,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonBuyable id: NonBuyable
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -519,7 +519,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ages id: Ages
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -556,7 +556,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DepthFunction id: DepthFunction
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -593,7 +593,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TextureBehaviorLayer id: TextureBehaviorLayer
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -630,7 +630,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -684,7 +684,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice id: GetPrice
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -721,7 +721,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIntentionDescription id: GetIntentionDescription
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -756,7 +756,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -794,7 +794,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetClothes id: GetClothes
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs

View file

@ -25,7 +25,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ClothesIntention id: ClothesIntention
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -71,7 +71,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: None id: None
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -103,7 +103,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Everyday id: Everyday
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -135,7 +135,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Party id: Party
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -167,7 +167,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Formal id: Formal
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -199,7 +199,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Workout id: Workout
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -231,7 +231,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Swimwear id: Swimwear
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -263,7 +263,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sleep id: Sleep
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -295,7 +295,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Summer id: Summer
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -327,7 +327,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Winter id: Winter
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -359,7 +359,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Work id: Work
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs

View file

@ -26,7 +26,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ClothesLayer id: ClothesLayer
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -74,7 +74,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Body id: Body
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -108,7 +108,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Eyes id: Eyes
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -142,7 +142,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pants id: Pants
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -176,7 +176,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Arms id: Arms
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -210,7 +210,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shirt id: Shirt
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -244,7 +244,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Accessories id: Accessories
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -278,7 +278,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hair id: Hair
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -312,7 +312,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HeadAccessories id: HeadAccessories
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -346,7 +346,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FaceAccessories id: FaceAccessories
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -380,7 +380,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ArmAccessories id: ArmAccessories
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
@ -414,7 +414,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shoes id: Shoes
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs

View file

@ -18,7 +18,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Counter id: Counter
path: ../TinyLife/Objects/CornerFurniture.cs path: ../TinyLife/Objects/CornerFurniture.cs
@ -154,7 +154,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/CornerFurniture.cs path: ../TinyLife/Objects/CornerFurniture.cs
@ -205,7 +205,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldConnectTo id: ShouldConnectTo
path: ../TinyLife/Objects/CornerFurniture.cs path: ../TinyLife/Objects/CornerFurniture.cs
@ -247,7 +247,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCornerStatus id: GetCornerStatus
path: ../TinyLife/Objects/CornerFurniture.cs path: ../TinyLife/Objects/CornerFurniture.cs

View file

@ -21,7 +21,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CornerFurniture id: CornerFurniture
path: ../TinyLife/Objects/CornerFurniture.cs path: ../TinyLife/Objects/CornerFurniture.cs
@ -155,7 +155,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/CornerFurniture.cs path: ../TinyLife/Objects/CornerFurniture.cs
@ -206,7 +206,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldConnectTo id: ShouldConnectTo
path: ../TinyLife/Objects/CornerFurniture.cs path: ../TinyLife/Objects/CornerFurniture.cs
@ -247,7 +247,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCornerStatus id: GetCornerStatus
path: ../TinyLife/Objects/CornerFurniture.cs path: ../TinyLife/Objects/CornerFurniture.cs
@ -291,7 +291,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw id: Draw
path: ../TinyLife/Objects/CornerFurniture.cs path: ../TinyLife/Objects/CornerFurniture.cs
@ -369,7 +369,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnNeighborChanged id: OnNeighborChanged
path: ../TinyLife/Objects/CornerFurniture.cs path: ../TinyLife/Objects/CornerFurniture.cs
@ -408,7 +408,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Objects/CornerFurniture.cs path: ../TinyLife/Objects/CornerFurniture.cs

View file

@ -20,7 +20,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Fence.cs path: TinyLife/Objects/Fence.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fence id: Fence
path: ../TinyLife/Objects/Fence.cs path: ../TinyLife/Objects/Fence.cs
@ -152,7 +152,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Fence.cs path: TinyLife/Objects/Fence.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/Fence.cs path: ../TinyLife/Objects/Fence.cs
@ -203,7 +203,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Fence.cs path: TinyLife/Objects/Fence.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw id: Draw
path: ../TinyLife/Objects/Fence.cs path: ../TinyLife/Objects/Fence.cs
@ -281,7 +281,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Fence.cs path: TinyLife/Objects/Fence.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Objects/Fence.cs path: ../TinyLife/Objects/Fence.cs
@ -319,7 +319,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Fence.cs path: TinyLife/Objects/Fence.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnNeighborChanged id: OnNeighborChanged
path: ../TinyLife/Objects/Fence.cs path: ../TinyLife/Objects/Fence.cs
@ -358,7 +358,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Fence.cs path: TinyLife/Objects/Fence.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldConnectTo id: ShouldConnectTo
path: ../TinyLife/Objects/Fence.cs path: ../TinyLife/Objects/Fence.cs

View file

@ -22,7 +22,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Fireplace.cs path: TinyLife/Objects/Fireplace.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fireplace id: Fireplace
path: ../TinyLife/Objects/Fireplace.cs path: ../TinyLife/Objects/Fireplace.cs
@ -159,7 +159,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Fireplace.cs path: TinyLife/Objects/Fireplace.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsElectrical id: IsElectrical
path: ../TinyLife/Objects/Fireplace.cs path: ../TinyLife/Objects/Fireplace.cs
@ -199,7 +199,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Fireplace.cs path: TinyLife/Objects/Fireplace.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LightSize id: LightSize
path: ../TinyLife/Objects/Fireplace.cs path: ../TinyLife/Objects/Fireplace.cs
@ -238,7 +238,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Fireplace.cs path: TinyLife/Objects/Fireplace.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/Fireplace.cs path: ../TinyLife/Objects/Fireplace.cs
@ -289,7 +289,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Fireplace.cs path: TinyLife/Objects/Fireplace.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw id: Draw
path: ../TinyLife/Objects/Fireplace.cs path: ../TinyLife/Objects/Fireplace.cs
@ -367,7 +367,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Fireplace.cs path: TinyLife/Objects/Fireplace.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Objects/Fireplace.cs path: ../TinyLife/Objects/Fireplace.cs
@ -412,7 +412,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Fireplace.cs path: TinyLife/Objects/Fireplace.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLights id: CreateLights
path: ../TinyLife/Objects/Fireplace.cs path: ../TinyLife/Objects/Fireplace.cs
@ -450,7 +450,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Fireplace.cs path: TinyLife/Objects/Fireplace.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRemoved id: OnRemoved
path: ../TinyLife/Objects/Fireplace.cs path: ../TinyLife/Objects/Fireplace.cs

View file

@ -19,7 +19,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Food.cs path: TinyLife/Objects/Food.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Food id: Food
path: ../TinyLife/Objects/Food.cs path: ../TinyLife/Objects/Food.cs
@ -159,7 +159,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Food.cs path: TinyLife/Objects/Food.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodLeft id: FoodLeft
path: ../TinyLife/Objects/Food.cs path: ../TinyLife/Objects/Food.cs
@ -202,7 +202,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Food.cs path: TinyLife/Objects/Food.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/Food.cs path: ../TinyLife/Objects/Food.cs
@ -253,7 +253,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Food.cs path: TinyLife/Objects/Food.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw id: Draw
path: ../TinyLife/Objects/Food.cs path: ../TinyLife/Objects/Food.cs
@ -331,7 +331,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Food.cs path: TinyLife/Objects/Food.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo id: GetHoverInfo
path: ../TinyLife/Objects/Food.cs path: ../TinyLife/Objects/Food.cs

View file

@ -23,7 +23,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodTypedItem id: FoodTypedItem
path: ../TinyLife/Objects/FoodTypedItem.cs path: ../TinyLife/Objects/FoodTypedItem.cs
@ -159,7 +159,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodType id: FoodType
path: ../TinyLife/Objects/FoodTypedItem.cs path: ../TinyLife/Objects/FoodTypedItem.cs
@ -202,7 +202,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExpirationTime id: ExpirationTime
path: ../TinyLife/Objects/FoodTypedItem.cs path: ../TinyLife/Objects/FoodTypedItem.cs
@ -245,7 +245,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ServingSize id: ServingSize
path: ../TinyLife/Objects/FoodTypedItem.cs path: ../TinyLife/Objects/FoodTypedItem.cs
@ -288,7 +288,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Expired id: Expired
path: ../TinyLife/Objects/FoodTypedItem.cs path: ../TinyLife/Objects/FoodTypedItem.cs
@ -325,7 +325,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/FoodTypedItem.cs path: ../TinyLife/Objects/FoodTypedItem.cs
@ -376,7 +376,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Objects/FoodTypedItem.cs path: ../TinyLife/Objects/FoodTypedItem.cs
@ -414,7 +414,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo id: GetHoverInfo
path: ../TinyLife/Objects/FoodTypedItem.cs path: ../TinyLife/Objects/FoodTypedItem.cs
@ -452,7 +452,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Objects/FoodTypedItem.cs path: ../TinyLife/Objects/FoodTypedItem.cs

View file

@ -76,7 +76,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Furniture id: Furniture
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -160,7 +160,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Random id: Random
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -197,7 +197,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnGetDescription id: OnGetDescription
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -230,7 +230,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnSetCreator id: OnSetCreator
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -263,7 +263,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnGetDirty id: OnGetDirty
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -296,7 +296,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnDirty id: OnDirty
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -329,7 +329,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -374,7 +374,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Rotation id: Rotation
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -417,7 +417,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParentFurniture id: ParentFurniture
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -454,7 +454,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParentObjectSpot id: ParentObjectSpot
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -491,7 +491,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasParent id: HasParent
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -528,7 +528,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Colors id: Colors
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -571,7 +571,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Area id: Area
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -608,7 +608,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisualPosition id: VisualPosition
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -645,7 +645,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DevaluedThroughUse id: DevaluedThroughUse
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -692,7 +692,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AreUtilitiesDisabled id: AreUtilitiesDisabled
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -729,7 +729,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsStatic id: IsStatic
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -776,7 +776,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreatorId id: CreatorId
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -827,7 +827,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Quality id: Quality
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -874,7 +874,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeDirty id: CanBeDirty
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -911,7 +911,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dirty id: Dirty
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -958,7 +958,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CustomPrice id: CustomPrice
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1005,7 +1005,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Creator id: Creator
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1042,7 +1042,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1093,7 +1093,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw id: Draw
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1146,7 +1146,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1184,7 +1184,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Intersects id: Intersects
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1226,7 +1226,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCategories id: GetCategories
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1270,7 +1270,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAdded id: OnAdded
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1305,7 +1305,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRemoved id: OnRemoved
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1340,7 +1340,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAiPriority id: GetAiPriority
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1385,7 +1385,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVisibility id: GetVisibility
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1423,7 +1423,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteAction id: CanExecuteAction
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1474,7 +1474,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnActionCompleted id: OnActionCompleted
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1519,7 +1519,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate id: ActionUpdate
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1570,7 +1570,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw id: Draw
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1647,7 +1647,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice id: GetPrice
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1686,7 +1686,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDescription id: GetDescription
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1723,7 +1723,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDecorativeRating id: GetDecorativeRating
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1764,7 +1764,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDirty id: GetDirty
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1805,7 +1805,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetCreator id: SetCreator
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1846,7 +1846,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1883,7 +1883,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnNeighborChanged id: OnNeighborChanged
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1921,7 +1921,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawUi id: DrawUi
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -1972,7 +1972,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetOccupants id: GetOccupants
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -2014,7 +2014,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpots id: GetFreeActionSpots
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -2056,7 +2056,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpot id: GetFreeActionSpot
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -2098,7 +2098,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpotInfo id: GetFreeActionSpotInfo
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -2143,7 +2143,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetActionSpotInfo id: GetActionSpotInfo
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -2188,7 +2188,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeObjectSpot id: GetFreeObjectSpot
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -2233,7 +2233,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetParent id: SetParent
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -2272,7 +2272,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnlinkParentsAndChildren id: UnlinkParentsAndChildren
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -2304,7 +2304,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveAndUnlink id: RemoveAndUnlink
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -2336,7 +2336,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetChildren id: GetChildren
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -2378,7 +2378,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveChildren id: RemoveChildren
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -2425,7 +2425,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveChild id: RemoveChild
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -2464,7 +2464,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddChild id: AddChild
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -2523,7 +2523,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddChild id: AddChild
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -2571,7 +2571,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetChild id: SetChild
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -2622,7 +2622,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetChild id: SetChild
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -2664,7 +2664,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotifyNeighbors id: NotifyNeighbors
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
@ -2696,7 +2696,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetNewId id: SetNewId
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs

View file

@ -47,7 +47,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeSettings id: TypeSettings
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -93,7 +93,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -126,7 +126,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Size id: Size
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -159,7 +159,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories id: Categories
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -192,7 +192,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSpots id: ActionSpots
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -225,7 +225,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObjectSpots id: ObjectSpots
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -258,7 +258,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorSchemes id: ColorSchemes
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -291,7 +291,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorMap id: ColorMap
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -324,7 +324,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DefaultColors id: DefaultColors
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -357,7 +357,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DefaultRotation id: DefaultRotation
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -390,7 +390,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType id: ConstructedType
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -423,7 +423,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Price id: Price
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -456,7 +456,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuyableVariations id: BuyableVariations
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -489,7 +489,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HeldScale id: HeldScale
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -522,7 +522,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HeldPivot id: HeldPivot
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -555,7 +555,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DecorativeRating id: DecorativeRating
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -588,7 +588,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon id: Icon
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -621,7 +621,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reliability id: Reliability
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -654,7 +654,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrokenBehavior id: BrokenBehavior
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -687,7 +687,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ElectricityRating id: ElectricityRating
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -720,7 +720,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WaterRating id: WaterRating
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -753,7 +753,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Visibility id: Visibility
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -786,7 +786,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Tab id: Tab
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -819,7 +819,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TextureName id: TextureName
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -852,7 +852,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLights id: CreateLights
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -885,7 +885,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyOverlayTextureName id: DirtyOverlayTextureName
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -918,7 +918,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistanceFromObstructions id: DistanceFromObstructions
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -951,7 +951,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -984,7 +984,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteAction id: CanExecuteAction
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -1017,7 +1017,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -1068,7 +1068,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetData id: SetData
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -1106,7 +1106,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetData id: GetData
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs
@ -1149,7 +1149,7 @@ items:
source: source:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: 0.20.1
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDataKeys id: GetDataKeys
path: ../TinyLife/Objects/FurnitureType.cs path: ../TinyLife/Objects/FurnitureType.cs

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