This commit is contained in:
Ell 2023-11-18 12:57:05 +01:00
parent eb9aad106c
commit d6e6695ff7
271 changed files with 5453 additions and 4847 deletions

View file

@ -1,3 +1,24 @@
# 0.37.5
*November 18, 2023*
In preparation for the Steam Autumn Sale, here's a bugfix update that addresses a lot of common issues!
Improvements
- Try to avoid walking over lots to get to a goal
- Only allow toggling newspaper deliveries at your home lot's mailbox
- Allow painting low-level paintings with higher skill level too
- Put an upper bound on flood filling tiles to avoid issues when creating custom worlds
Fixes
- Fixed being unable to jog on dirt paths
- Fixed fireflies spawning out of bounds
- Fixed lights from particles staying around when switching the viewed map
- Fixed being able to place furniture in fences
- Fixed people being able to put down babies on empty tiles on higher floors
- Fixed notification history lag when closing
- Fixed help action exception when a partner is missing
- Fixed an exception when genetic influences have no hair
# 0.37.4
*November 6, 2023*

View file

@ -1853,8 +1853,8 @@
"TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.GetPrice": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Misc.Direction2,System.Collections.Generic.ICollection{TinyLife.World.Roof})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.GetWallsInTheWay(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,System.Collections.Generic.ICollection{TinyLife.World.Wall})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.HideFromDraw": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.Furniture.yml",
@ -3039,9 +3039,9 @@
"TinyLife.Skills.FoodType.SourceString": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.Types": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.PaintingType": "TinyLife.Skills.PaintingType.yml",
"TinyLife.Skills.PaintingType.#ctor(System.String,System.ValueTuple{System.Int32,System.Int32},System.Single)": "TinyLife.Skills.PaintingType.yml",
"TinyLife.Skills.PaintingType.#ctor(System.String,System.Int32,System.Single)": "TinyLife.Skills.PaintingType.yml",
"TinyLife.Skills.PaintingType.BaseMarkup": "TinyLife.Skills.PaintingType.yml",
"TinyLife.Skills.PaintingType.LevelRange": "TinyLife.Skills.PaintingType.yml",
"TinyLife.Skills.PaintingType.MinLevel": "TinyLife.Skills.PaintingType.yml",
"TinyLife.Skills.PaintingType.Name": "TinyLife.Skills.PaintingType.yml",
"TinyLife.Skills.PaintingType.Register(TinyLife.Skills.PaintingType)": "TinyLife.Skills.PaintingType.yml",
"TinyLife.Skills.PaintingType.Texture": "TinyLife.Skills.PaintingType.yml",
@ -3686,7 +3686,7 @@
"TinyLife.World.Map.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D,System.Boolean)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.Finalize": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetAllLotEmployments": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetClosestEmptyTile(Microsoft.Xna.Framework.Vector2,System.Single,System.Int32,System.Boolean,System.Boolean,System.Boolean)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetClosestEmptyTile(Microsoft.Xna.Framework.Vector2,System.Single,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetClosestFreeExitPoint(Microsoft.Xna.Framework.Vector2)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetClosestRoads(Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetClosestRoadsidePosition(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Vector2)": "TinyLife.World.Map.yml",
@ -3703,7 +3703,7 @@
"TinyLife.World.Map.GetObjects``1(MLEM.Misc.RectangleF)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetPathCost(TinyLife.Objects.Person,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetPeople": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetRandomTile(System.Random,Microsoft.Xna.Framework.Vector2,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Predicate{Microsoft.Xna.Framework.Point})": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetRandomTile(System.Random,Microsoft.Xna.Framework.Vector2,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Predicate{Microsoft.Xna.Framework.Point})": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetRegularVisitors": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetRoads": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetRoof(Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Map.yml",
@ -3716,7 +3716,7 @@
"TinyLife.World.Map.GetStairs(MLEM.Misc.RectangleF)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetStoredDeadPeople": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetTile(Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetTilesAround(Microsoft.Xna.Framework.Vector2,System.Single,System.Int32,System.Boolean,System.Boolean,System.Predicate{Microsoft.Xna.Framework.Point})": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetTilesAround(Microsoft.Xna.Framework.Vector2,System.Single,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Predicate{Microsoft.Xna.Framework.Point})": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetVisibleWorldArea(MLEM.Misc.RectangleF)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetWallBetween``1(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetWalls``1(MLEM.Misc.RectangleF)": "TinyLife.World.Map.yml",

View file

@ -78,7 +78,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action
path: ../TinyLife/Actions/Action.cs
@ -145,7 +145,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Random
path: ../TinyLife/Actions/Action.cs
@ -174,7 +174,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InProgressTime
path: ../TinyLife/Actions/Action.cs
@ -206,7 +206,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress
path: ../TinyLife/Actions/Action.cs
@ -238,7 +238,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Actions/Action.cs
@ -277,7 +277,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info
path: ../TinyLife/Actions/Action.cs
@ -316,7 +316,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Id
path: ../TinyLife/Actions/Action.cs
@ -355,7 +355,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartedAutomatically
path: ../TinyLife/Actions/Action.cs
@ -396,7 +396,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Parent
path: ../TinyLife/Actions/Action.cs
@ -427,7 +427,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: ../TinyLife/Actions/Action.cs
@ -458,7 +458,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ElapsedTime
path: ../TinyLife/Actions/Action.cs
@ -499,7 +499,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayerPromptOpen
path: ../TinyLife/Actions/Action.cs
@ -530,7 +530,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ForceResult
path: ../TinyLife/Actions/Action.cs
@ -559,7 +559,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Action.cs
@ -594,7 +594,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Action.cs
@ -632,7 +632,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/Action.cs
@ -660,7 +660,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Action.cs
@ -701,7 +701,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/Action.cs
@ -732,7 +732,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/Action.cs
@ -764,7 +764,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/Action.cs
@ -799,7 +799,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryForceResult
path: ../TinyLife/Actions/Action.cs
@ -840,7 +840,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/Action.cs
@ -875,7 +875,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanStartNow
path: ../TinyLife/Actions/Action.cs
@ -906,7 +906,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/Action.cs
@ -941,7 +941,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/Action.cs
@ -976,7 +976,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: ../TinyLife/Actions/Action.cs
@ -1007,7 +1007,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CausesExtremelyFastSpeed
path: ../TinyLife/Actions/Action.cs
@ -1038,7 +1038,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Actions/Action.cs
@ -1069,7 +1069,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation
path: ../TinyLife/Actions/Action.cs
@ -1107,7 +1107,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: ../TinyLife/Actions/Action.cs
@ -1138,7 +1138,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnChildCompleted
path: ../TinyLife/Actions/Action.cs
@ -1179,7 +1179,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenPlayerPrompt
path: ../TinyLife/Actions/Action.cs
@ -1235,7 +1235,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenYesNoPrompt
path: ../TinyLife/Actions/Action.cs
@ -1281,7 +1281,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenTextPrompt
path: ../TinyLife/Actions/Action.cs
@ -1333,7 +1333,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenChoicePrompt
path: ../TinyLife/Actions/Action.cs
@ -1368,7 +1368,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakAlone
path: ../TinyLife/Actions/Action.cs
@ -1430,7 +1430,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ThinkAlone
path: ../TinyLife/Actions/Action.cs
@ -1489,7 +1489,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakInConversation
path: ../TinyLife/Actions/Action.cs
@ -1560,7 +1560,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResetSpeech
path: ../TinyLife/Actions/Action.cs
@ -1588,7 +1588,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FacePartner
path: ../TinyLife/Actions/Action.cs
@ -1622,7 +1622,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteIfNeedFull
path: ../TinyLife/Actions/Action.cs
@ -1660,7 +1660,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteIfTimeUp
path: ../TinyLife/Actions/Action.cs
@ -1710,7 +1710,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CancelIfEmotional
path: ../TinyLife/Actions/Action.cs
@ -1752,7 +1752,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sit
path: ../TinyLife/Actions/Action.cs
@ -1796,7 +1796,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetChildren
path: ../TinyLife/Actions/Action.cs
@ -1834,7 +1834,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetChild
path: ../TinyLife/Actions/Action.cs
@ -1878,7 +1878,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUpAndGoTo
path: ../TinyLife/Actions/Action.cs
@ -1925,7 +1925,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUpAndGoTo
path: ../TinyLife/Actions/Action.cs
@ -1972,7 +1972,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeChair
path: ../TinyLife/Actions/Action.cs
@ -2010,7 +2010,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeChairs
path: ../TinyLife/Actions/Action.cs
@ -2054,7 +2054,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSeatCategory
path: ../TinyLife/Actions/Action.cs
@ -2089,7 +2089,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreePeople
path: ../TinyLife/Actions/Action.cs
@ -2151,7 +2151,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeFurniture
path: ../TinyLife/Actions/Action.cs
@ -2216,7 +2216,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeWalls
path: ../TinyLife/Actions/Action.cs
@ -2271,7 +2271,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeGround
path: ../TinyLife/Actions/Action.cs
@ -2324,7 +2324,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindFreeFurniture
path: ../TinyLife/Actions/Action.cs
@ -2380,7 +2380,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllActionObjects
path: ../TinyLife/Actions/Action.cs
@ -2424,7 +2424,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindValidActionObjects
path: ../TinyLife/Actions/Action.cs
@ -2480,7 +2480,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomValidArguments
path: ../TinyLife/Actions/Action.cs
@ -2524,7 +2524,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTableSpot
path: ../TinyLife/Actions/Action.cs
@ -2562,7 +2562,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvokeForBoth
path: ../TinyLife/Actions/Action.cs
@ -2603,7 +2603,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/Action.cs
@ -2641,7 +2641,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsInappropriate
path: ../TinyLife/Actions/Action.cs
@ -2679,7 +2679,7 @@ items:
source:
remote:
path: TinyLife/Actions/Action.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsLotContentVisible
path: ../TinyLife/Actions/Action.cs

View file

@ -32,7 +32,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionArgument
path: ../TinyLife/Actions/ActionArgument.cs
@ -78,7 +78,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Actions/ActionArgument.cs
@ -107,7 +107,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddedConstructorArguments
path: ../TinyLife/Actions/ActionArgument.cs
@ -136,7 +136,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassivePriority
path: ../TinyLife/Actions/ActionArgument.cs
@ -165,7 +165,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute
path: ../TinyLife/Actions/ActionArgument.cs
@ -194,7 +194,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName
path: ../TinyLife/Actions/ActionArgument.cs
@ -223,7 +223,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description
path: ../TinyLife/Actions/ActionArgument.cs
@ -252,7 +252,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CustomLayout
path: ../TinyLife/Actions/ActionArgument.cs
@ -281,7 +281,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ActionArgument.cs
@ -319,7 +319,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ActionArgument.cs
@ -357,7 +357,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ActionArgument.cs
@ -392,7 +392,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Actions/ActionArgument.cs
@ -423,7 +423,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeExecuted
path: ../TinyLife/Actions/ActionArgument.cs
@ -464,7 +464,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPassivePriority
path: ../TinyLife/Actions/ActionArgument.cs
@ -499,7 +499,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FreePeople
path: ../TinyLife/Actions/ActionArgument.cs
@ -543,7 +543,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StoredFurniture
path: ../TinyLife/Actions/ActionArgument.cs
@ -584,7 +584,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ImageLayout
path: ../TinyLife/Actions/ActionArgument.cs
@ -628,7 +628,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionArgument.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PortraitLayout
path: ../TinyLife/Actions/ActionArgument.cs

View file

@ -39,7 +39,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionInfo
path: ../TinyLife/Actions/ActionInfo.cs
@ -95,7 +95,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: ../TinyLife/Actions/ActionInfo.cs
@ -126,7 +126,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionLocation
path: ../TinyLife/Actions/ActionInfo.cs
@ -165,7 +165,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionFloor
path: ../TinyLife/Actions/ActionInfo.cs
@ -204,7 +204,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSpot
path: ../TinyLife/Actions/ActionInfo.cs
@ -238,7 +238,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentMap
path: ../TinyLife/Actions/ActionInfo.cs
@ -269,7 +269,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalMap
path: ../TinyLife/Actions/ActionInfo.cs
@ -300,7 +300,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lot
path: ../TinyLife/Actions/ActionInfo.cs
@ -331,7 +331,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetActionObject
path: ../TinyLife/Actions/ActionInfo.cs
@ -371,7 +371,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddAuxiliaryLocation
path: ../TinyLife/Actions/ActionInfo.cs
@ -414,7 +414,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddAuxiliaryLocation
path: ../TinyLife/Actions/ActionInfo.cs
@ -457,7 +457,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedLocations
path: ../TinyLife/Actions/ActionInfo.cs
@ -488,7 +488,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddAuxiliaryObject
path: ../TinyLife/Actions/ActionInfo.cs
@ -525,7 +525,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedObjects
path: ../TinyLife/Actions/ActionInfo.cs
@ -572,7 +572,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedObject
path: ../TinyLife/Actions/ActionInfo.cs
@ -622,7 +622,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedActionSpot
path: ../TinyLife/Actions/ActionInfo.cs
@ -657,7 +657,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToFreeActionSpot
path: ../TinyLife/Actions/ActionInfo.cs
@ -692,7 +692,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedObjectIds
path: ../TinyLife/Actions/ActionInfo.cs
@ -723,7 +723,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/ActionInfo.cs
@ -757,7 +757,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromLocation
path: ../TinyLife/Actions/ActionInfo.cs
@ -804,7 +804,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromLocation
path: ../TinyLife/Actions/ActionInfo.cs
@ -851,7 +851,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromObjectGeneric
path: ../TinyLife/Actions/ActionInfo.cs
@ -901,7 +901,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromObjectGeneric
path: ../TinyLife/Actions/ActionInfo.cs
@ -939,7 +939,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromSelf
path: ../TinyLife/Actions/ActionInfo.cs
@ -974,7 +974,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromActionInfo
path: ../TinyLife/Actions/ActionInfo.cs

View file

@ -23,7 +23,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AiSettings
path: ../TinyLife/Actions/ActionType.cs
@ -59,7 +59,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SolvedNeeds
path: ../TinyLife/Actions/ActionType.cs
@ -88,7 +88,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassivePriority
path: ../TinyLife/Actions/ActionType.cs
@ -117,7 +117,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoRandomly
path: ../TinyLife/Actions/ActionType.cs
@ -146,7 +146,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoAtAnyPoint
path: ../TinyLife/Actions/ActionType.cs
@ -175,7 +175,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedsFreeActionSpot
path: ../TinyLife/Actions/ActionType.cs
@ -204,7 +204,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IgnoreAiDisabled
path: ../TinyLife/Actions/ActionType.cs
@ -233,7 +233,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnqueuePriority
path: ../TinyLife/Actions/ActionType.cs
@ -262,7 +262,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ActionType.cs

View file

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

View file

@ -44,7 +44,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeSettings
path: ../TinyLife/Actions/ActionType.cs
@ -82,7 +82,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Actions/ActionType.cs
@ -111,7 +111,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NameWithoutCategory
path: ../TinyLife/Actions/ActionType.cs
@ -142,7 +142,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories
path: ../TinyLife/Actions/ActionType.cs
@ -173,7 +173,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: ../TinyLife/Actions/ActionType.cs
@ -202,7 +202,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Context
path: ../TinyLife/Actions/ActionType.cs
@ -231,7 +231,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute
path: ../TinyLife/Actions/ActionType.cs
@ -260,7 +260,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType
path: ../TinyLife/Actions/ActionType.cs
@ -289,7 +289,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructorArguments
path: ../TinyLife/Actions/ActionType.cs
@ -318,7 +318,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PossibleArguments
path: ../TinyLife/Actions/ActionType.cs
@ -347,7 +347,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaximumArguments
path: ../TinyLife/Actions/ActionType.cs
@ -376,7 +376,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoValidArgumentsResult
path: ../TinyLife/Actions/ActionType.cs
@ -405,7 +405,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ai
path: ../TinyLife/Actions/ActionType.cs
@ -434,7 +434,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsInappropriateElsewhere
path: ../TinyLife/Actions/ActionType.cs
@ -463,7 +463,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IconName
path: ../TinyLife/Actions/ActionType.cs
@ -492,7 +492,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Actions/ActionType.cs
@ -521,7 +521,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill
path: ../TinyLife/Actions/ActionType.cs
@ -550,7 +550,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges
path: ../TinyLife/Actions/ActionType.cs
@ -579,7 +579,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredEmotion
path: ../TinyLife/Actions/ActionType.cs
@ -608,7 +608,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPersonality
path: ../TinyLife/Actions/ActionType.cs
@ -637,7 +637,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IgnoreObjectConditions
path: ../TinyLife/Actions/ActionType.cs
@ -666,7 +666,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPartnerEmployment
path: ../TinyLife/Actions/ActionType.cs
@ -695,7 +695,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPartnerAges
path: ../TinyLife/Actions/ActionType.cs
@ -724,7 +724,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredJob
path: ../TinyLife/Actions/ActionType.cs
@ -753,7 +753,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ActionType.cs
@ -794,7 +794,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ActionType.cs
@ -825,7 +825,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetData
path: ../TinyLife/Actions/ActionType.cs
@ -862,7 +862,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetData
path: ../TinyLife/Actions/ActionType.cs
@ -901,7 +901,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetData
path: ../TinyLife/Actions/ActionType.cs
@ -940,7 +940,7 @@ items:
source:
remote:
path: TinyLife/Actions/ActionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDataKeys
path: ../TinyLife/Actions/ActionType.cs

File diff suppressed because it is too large Load diff

View file

@ -18,7 +18,7 @@ items:
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BehaviorAction
path: ../TinyLife/Actions/BehaviorAction.cs
@ -146,7 +146,7 @@ items:
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Behavior
path: ../TinyLife/Actions/BehaviorAction.cs
@ -179,7 +179,7 @@ items:
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/BehaviorAction.cs
@ -212,7 +212,7 @@ items:
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/BehaviorAction.cs

View file

@ -27,7 +27,7 @@ items:
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BehaviorAction
path: ../TinyLife/Actions/BehaviorAction.cs
@ -141,7 +141,7 @@ items:
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress
path: ../TinyLife/Actions/BehaviorAction.cs
@ -174,7 +174,7 @@ items:
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Behavior
path: ../TinyLife/Actions/BehaviorAction.cs
@ -205,7 +205,7 @@ items:
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/BehaviorAction.cs
@ -242,7 +242,7 @@ items:
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/BehaviorAction.cs
@ -277,7 +277,7 @@ items:
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/BehaviorAction.cs
@ -309,7 +309,7 @@ items:
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLastActions
path: ../TinyLife/Actions/BehaviorAction.cs
@ -341,7 +341,7 @@ items:
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/BehaviorAction.cs
@ -370,7 +370,7 @@ items:
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/BehaviorAction.cs
@ -412,7 +412,7 @@ items:
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: ../TinyLife/Actions/BehaviorAction.cs
@ -444,7 +444,7 @@ items:
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/BehaviorAction.cs
@ -480,7 +480,7 @@ items:
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/BehaviorAction.cs
@ -513,7 +513,7 @@ items:
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/BehaviorAction.cs

View file

@ -27,7 +27,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionBehavior
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -72,7 +72,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -101,7 +101,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -132,7 +132,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -167,7 +167,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -198,7 +198,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLastActions
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -229,7 +229,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -257,7 +257,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -298,7 +298,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -329,7 +329,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -364,7 +364,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -396,7 +396,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
@ -431,7 +431,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateDefaultInstance
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs

View file

@ -20,7 +20,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComputerBehavior
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
@ -70,7 +70,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
@ -108,7 +108,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
@ -152,7 +152,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
@ -181,7 +181,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
@ -223,7 +223,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs

View file

@ -23,7 +23,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAndSitDownBehavior
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
@ -69,7 +69,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
@ -113,7 +113,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
@ -145,7 +145,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
@ -174,7 +174,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
@ -216,7 +216,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
@ -248,7 +248,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
@ -284,7 +284,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInteractingItem
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
@ -321,7 +321,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInteractingItemForAction
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs

View file

@ -22,7 +22,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PhoneBehavior
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
@ -67,7 +67,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
@ -104,7 +104,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
@ -136,7 +136,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
@ -168,7 +168,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
@ -197,7 +197,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
@ -239,7 +239,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs
@ -275,7 +275,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/PhoneBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/Behaviors/PhoneBehavior.cs

View file

@ -18,7 +18,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUpOrSpawnBehavior
path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
@ -69,7 +69,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
@ -117,7 +117,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
@ -149,7 +149,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs

View file

@ -21,7 +21,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadBehavior
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
@ -68,7 +68,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
@ -100,7 +100,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
@ -148,7 +148,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
@ -177,7 +177,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
@ -219,7 +219,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
@ -255,7 +255,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/ReadBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs

View file

@ -19,7 +19,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SinkBehavior
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
@ -67,7 +67,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
@ -102,7 +102,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
@ -134,7 +134,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
@ -176,7 +176,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs

View file

@ -21,7 +21,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkAtDeskObjectBehavior
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
@ -71,7 +71,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsWorking
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
@ -102,7 +102,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
@ -137,7 +137,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
@ -178,7 +178,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
@ -210,7 +210,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
@ -252,7 +252,7 @@ items:
source:
remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs

View file

@ -18,7 +18,7 @@ items:
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResultType
path: ../TinyLife/Actions/CanExecuteResult.cs
@ -47,7 +47,7 @@ items:
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Valid
path: ../TinyLife/Actions/CanExecuteResult.cs
@ -75,7 +75,7 @@ items:
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Invalid
path: ../TinyLife/Actions/CanExecuteResult.cs
@ -103,7 +103,7 @@ items:
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hidden
path: ../TinyLife/Actions/CanExecuteResult.cs

View file

@ -26,7 +26,7 @@ items:
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteResult
path: ../TinyLife/Actions/CanExecuteResult.cs
@ -66,7 +66,7 @@ items:
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/CanExecuteResult.cs
@ -104,7 +104,7 @@ items:
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Actions/CanExecuteResult.cs
@ -135,7 +135,7 @@ items:
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Actions/CanExecuteResult.cs
@ -166,7 +166,7 @@ items:
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Valid
path: ../TinyLife/Actions/CanExecuteResult.cs
@ -193,7 +193,7 @@ items:
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hidden
path: ../TinyLife/Actions/CanExecuteResult.cs
@ -220,7 +220,7 @@ items:
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObjectBroken
path: ../TinyLife/Actions/CanExecuteResult.cs
@ -247,7 +247,7 @@ items:
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotYours
path: ../TinyLife/Actions/CanExecuteResult.cs
@ -274,7 +274,7 @@ items:
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotEnoughMoney
path: ../TinyLife/Actions/CanExecuteResult.cs
@ -301,7 +301,7 @@ items:
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotEnoughSkill
path: ../TinyLife/Actions/CanExecuteResult.cs
@ -328,7 +328,7 @@ items:
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LotStaffOnly
path: ../TinyLife/Actions/CanExecuteResult.cs
@ -355,7 +355,7 @@ items:
source:
remote:
path: TinyLife/Actions/CanExecuteResult.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoOneFree
path: ../TinyLife/Actions/CanExecuteResult.cs

View file

@ -23,7 +23,7 @@ items:
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Option
path: ../TinyLife/Actions/ChoicePromptInfo.cs
@ -62,7 +62,7 @@ items:
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Actions/ChoicePromptInfo.cs
@ -91,7 +91,7 @@ items:
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessAction
path: ../TinyLife/Actions/ChoicePromptInfo.cs
@ -120,7 +120,7 @@ items:
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailAction
path: ../TinyLife/Actions/ChoicePromptInfo.cs
@ -149,7 +149,7 @@ items:
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessChance
path: ../TinyLife/Actions/ChoicePromptInfo.cs
@ -178,7 +178,7 @@ items:
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ChoicePromptInfo.cs
@ -222,7 +222,7 @@ items:
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ChoicePromptInfo.cs
@ -266,7 +266,7 @@ items:
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ChoicePromptInfo.cs
@ -316,7 +316,7 @@ items:
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Execute
path: ../TinyLife/Actions/ChoicePromptInfo.cs

View file

@ -19,7 +19,7 @@ items:
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChoicePromptInfo
path: ../TinyLife/Actions/ChoicePromptInfo.cs
@ -58,7 +58,7 @@ items:
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Actions/ChoicePromptInfo.cs
@ -87,7 +87,7 @@ items:
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Options
path: ../TinyLife/Actions/ChoicePromptInfo.cs
@ -116,7 +116,7 @@ items:
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ChoicePromptInfo.cs
@ -154,7 +154,7 @@ items:
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreatePromptContent
path: ../TinyLife/Actions/ChoicePromptInfo.cs

View file

@ -21,7 +21,7 @@ items:
source:
remote:
path: TinyLife/Actions/CleanEverythingAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CleanEverythingAction
path: ../TinyLife/Actions/CleanEverythingAction.cs
@ -125,7 +125,7 @@ items:
source:
remote:
path: TinyLife/Actions/CleanEverythingAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CleaningActions
path: ../TinyLife/Actions/CleanEverythingAction.cs
@ -154,7 +154,7 @@ items:
source:
remote:
path: TinyLife/Actions/CleanEverythingAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/CleanEverythingAction.cs
@ -192,7 +192,7 @@ items:
source:
remote:
path: TinyLife/Actions/CleanEverythingAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/CleanEverythingAction.cs
@ -234,7 +234,7 @@ items:
source:
remote:
path: TinyLife/Actions/CleanEverythingAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/CleanEverythingAction.cs
@ -270,7 +270,7 @@ items:
source:
remote:
path: TinyLife/Actions/CleanEverythingAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/CleanEverythingAction.cs
@ -302,7 +302,7 @@ items:
source:
remote:
path: TinyLife/Actions/CleanEverythingAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/CleanEverythingAction.cs

View file

@ -19,7 +19,7 @@ items:
source:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompletionType
path: ../TinyLife/Actions/CompletionType.cs
@ -52,7 +52,7 @@ items:
source:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Active
path: ../TinyLife/Actions/CompletionType.cs
@ -80,7 +80,7 @@ items:
source:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed
path: ../TinyLife/Actions/CompletionType.cs
@ -108,7 +108,7 @@ items:
source:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Failed
path: ../TinyLife/Actions/CompletionType.cs
@ -136,7 +136,7 @@ items:
source:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Canceled
path: ../TinyLife/Actions/CompletionType.cs

View file

@ -20,7 +20,7 @@ items:
source:
remote:
path: TinyLife/Actions/DebugAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DebugAction
path: ../TinyLife/Actions/DebugAction.cs
@ -126,7 +126,7 @@ items:
source:
remote:
path: TinyLife/Actions/DebugAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/DebugAction.cs
@ -164,7 +164,7 @@ items:
source:
remote:
path: TinyLife/Actions/DebugAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Run
path: ../TinyLife/Actions/DebugAction.cs
@ -192,7 +192,7 @@ items:
source:
remote:
path: TinyLife/Actions/DebugAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/DebugAction.cs
@ -224,7 +224,7 @@ items:
source:
remote:
path: TinyLife/Actions/DebugAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/DebugAction.cs
@ -257,7 +257,7 @@ items:
source:
remote:
path: TinyLife/Actions/DebugAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Create
path: ../TinyLife/Actions/DebugAction.cs

View file

@ -27,7 +27,7 @@ items:
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeferredAction
path: ../TinyLife/Actions/DeferredAction.cs
@ -127,7 +127,7 @@ items:
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress
path: ../TinyLife/Actions/DeferredAction.cs
@ -160,7 +160,7 @@ items:
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InProgressTime
path: ../TinyLife/Actions/DeferredAction.cs
@ -193,7 +193,7 @@ items:
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action
path: ../TinyLife/Actions/DeferredAction.cs
@ -224,7 +224,7 @@ items:
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/DeferredAction.cs
@ -259,7 +259,7 @@ items:
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/DeferredAction.cs
@ -297,7 +297,7 @@ items:
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateAction
path: ../TinyLife/Actions/DeferredAction.cs
@ -328,7 +328,7 @@ items:
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/DeferredAction.cs
@ -357,7 +357,7 @@ items:
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/DeferredAction.cs
@ -399,7 +399,7 @@ items:
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/DeferredAction.cs
@ -435,7 +435,7 @@ items:
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/DeferredAction.cs
@ -471,7 +471,7 @@ items:
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/DeferredAction.cs
@ -503,7 +503,7 @@ items:
source:
remote:
path: TinyLife/Actions/DeferredAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/DeferredAction.cs

View file

@ -25,7 +25,7 @@ items:
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DieAction
path: ../TinyLife/Actions/DieAction.cs
@ -126,7 +126,7 @@ items:
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reason
path: ../TinyLife/Actions/DieAction.cs
@ -165,7 +165,7 @@ items:
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/DieAction.cs
@ -203,7 +203,7 @@ items:
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/DieAction.cs
@ -232,7 +232,7 @@ items:
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Actions/DieAction.cs
@ -264,7 +264,7 @@ items:
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/DieAction.cs
@ -300,7 +300,7 @@ items:
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation
path: ../TinyLife/Actions/DieAction.cs
@ -339,7 +339,7 @@ items:
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/DieAction.cs
@ -381,7 +381,7 @@ items:
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/DieAction.cs
@ -413,7 +413,7 @@ items:
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/DieAction.cs
@ -446,7 +446,7 @@ items:
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Enqueue
path: ../TinyLife/Actions/DieAction.cs

View file

@ -22,7 +22,7 @@ items:
source:
remote:
path: TinyLife/Actions/DriveAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DriveAction
path: ../TinyLife/Actions/DriveAction.cs
@ -131,7 +131,7 @@ items:
source:
remote:
path: TinyLife/Actions/DriveAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/DriveAction.cs
@ -166,7 +166,7 @@ items:
source:
remote:
path: TinyLife/Actions/DriveAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindPath
path: ../TinyLife/Actions/DriveAction.cs
@ -205,7 +205,7 @@ items:
source:
remote:
path: TinyLife/Actions/DriveAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSpeed
path: ../TinyLife/Actions/DriveAction.cs
@ -237,7 +237,7 @@ items:
source:
remote:
path: TinyLife/Actions/DriveAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnPathReady
path: ../TinyLife/Actions/DriveAction.cs
@ -266,7 +266,7 @@ items:
source:
remote:
path: TinyLife/Actions/DriveAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/DriveAction.cs
@ -308,7 +308,7 @@ items:
source:
remote:
path: TinyLife/Actions/DriveAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/DriveAction.cs
@ -340,7 +340,7 @@ items:
source:
remote:
path: TinyLife/Actions/DriveAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/DriveAction.cs

View file

@ -21,7 +21,7 @@ items:
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emote
path: ../TinyLife/Actions/Emote.cs
@ -60,7 +60,7 @@ items:
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: ../TinyLife/Actions/Emote.cs
@ -89,7 +89,7 @@ items:
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories
path: ../TinyLife/Actions/Emote.cs
@ -118,7 +118,7 @@ items:
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: ../TinyLife/Actions/Emote.cs
@ -171,7 +171,7 @@ items:
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomEmote
path: ../TinyLife/Actions/Emote.cs
@ -206,7 +206,7 @@ items:
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEmotes
path: ../TinyLife/Actions/Emote.cs
@ -241,7 +241,7 @@ items:
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Actions/Emote.cs

View file

@ -23,7 +23,7 @@ items:
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmoteCategory
path: ../TinyLife/Actions/Emote.cs
@ -62,7 +62,7 @@ items:
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: General
path: ../TinyLife/Actions/Emote.cs
@ -88,7 +88,7 @@ items:
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Travel
path: ../TinyLife/Actions/Emote.cs
@ -114,7 +114,7 @@ items:
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Negative
path: ../TinyLife/Actions/Emote.cs
@ -140,7 +140,7 @@ items:
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Flirty
path: ../TinyLife/Actions/Emote.cs
@ -166,7 +166,7 @@ items:
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Unable
path: ../TinyLife/Actions/Emote.cs
@ -192,7 +192,7 @@ items:
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Food
path: ../TinyLife/Actions/Emote.cs
@ -218,7 +218,7 @@ items:
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Object
path: ../TinyLife/Actions/Emote.cs
@ -244,7 +244,7 @@ items:
source:
remote:
path: TinyLife/Actions/Emote.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emotion
path: ../TinyLife/Actions/Emote.cs

View file

@ -21,7 +21,7 @@ items:
source:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoHereAction
path: ../TinyLife/Actions/GoHereAction.cs
@ -139,7 +139,7 @@ items:
source:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkSpeedMultiplier
path: ../TinyLife/Actions/GoHereAction.cs
@ -178,7 +178,7 @@ items:
source:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DriveSpeedMultiplier
path: ../TinyLife/Actions/GoHereAction.cs
@ -217,7 +217,7 @@ items:
source:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/GoHereAction.cs
@ -255,7 +255,7 @@ items:
source:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/GoHereAction.cs
@ -287,7 +287,7 @@ items:
source:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/GoHereAction.cs
@ -319,7 +319,7 @@ items:
source:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/GoHereAction.cs

View file

@ -24,7 +24,7 @@ items:
source:
remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MultiActionHandler
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
@ -73,7 +73,7 @@ items:
source:
remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnInitialize
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
@ -102,7 +102,7 @@ items:
source:
remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Actions
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
@ -143,7 +143,7 @@ items:
source:
remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Current
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
@ -174,7 +174,7 @@ items:
source:
remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
@ -209,7 +209,7 @@ items:
source:
remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
@ -247,7 +247,7 @@ items:
source:
remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
@ -291,7 +291,7 @@ items:
source:
remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
@ -329,7 +329,7 @@ items:
source:
remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
@ -360,7 +360,7 @@ items:
source:
remote:
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs

View file

@ -23,7 +23,7 @@ items:
source:
remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnderlyingActionHandler
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
@ -72,7 +72,7 @@ items:
source:
remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
@ -113,7 +113,7 @@ items:
source:
remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
@ -148,7 +148,7 @@ items:
source:
remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
@ -193,7 +193,7 @@ items:
source:
remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeExact
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
@ -225,7 +225,7 @@ items:
source:
remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
@ -266,7 +266,7 @@ items:
source:
remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
@ -304,7 +304,7 @@ items:
source:
remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
@ -335,7 +335,7 @@ items:
source:
remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs

View file

@ -33,7 +33,7 @@ items:
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HelpAction
path: ../TinyLife/Actions/HelpAction.cs
@ -163,7 +163,7 @@ items:
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsHelper
path: ../TinyLife/Actions/HelpAction.cs
@ -194,7 +194,7 @@ items:
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HelpedAction
path: ../TinyLife/Actions/HelpAction.cs
@ -225,7 +225,7 @@ items:
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Helper
path: ../TinyLife/Actions/HelpAction.cs
@ -256,7 +256,7 @@ items:
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/HelpAction.cs
@ -293,7 +293,7 @@ items:
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/HelpAction.cs
@ -332,7 +332,7 @@ items:
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateHelpedAction
path: ../TinyLife/Actions/HelpAction.cs
@ -367,7 +367,7 @@ items:
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateHelpedAction
path: ../TinyLife/Actions/HelpAction.cs
@ -411,7 +411,7 @@ items:
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnHelpedActionCompleted
path: ../TinyLife/Actions/HelpAction.cs
@ -446,7 +446,7 @@ items:
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/HelpAction.cs
@ -482,7 +482,7 @@ items:
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/HelpAction.cs
@ -518,7 +518,7 @@ items:
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/HelpAction.cs
@ -554,7 +554,7 @@ items:
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: ../TinyLife/Actions/HelpAction.cs
@ -586,7 +586,7 @@ items:
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/HelpAction.cs
@ -618,7 +618,7 @@ items:
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeConversation
path: ../TinyLife/Actions/HelpAction.cs
@ -647,7 +647,7 @@ items:
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateConversation
path: ../TinyLife/Actions/HelpAction.cs
@ -689,7 +689,7 @@ items:
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/HelpAction.cs
@ -722,7 +722,7 @@ items:
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnChildCompleted
path: ../TinyLife/Actions/HelpAction.cs
@ -764,7 +764,7 @@ items:
source:
remote:
path: TinyLife/Actions/HelpAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateActions
path: ../TinyLife/Actions/HelpAction.cs

View file

@ -22,7 +22,7 @@ items:
source:
remote:
path: TinyLife/Actions/HoldingPersonAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HoldingPersonAction
path: ../TinyLife/Actions/HoldingPersonAction.cs
@ -157,7 +157,7 @@ items:
source:
remote:
path: TinyLife/Actions/HoldingPersonAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsHoldingParty
path: ../TinyLife/Actions/HoldingPersonAction.cs
@ -188,7 +188,7 @@ items:
source:
remote:
path: TinyLife/Actions/HoldingPersonAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/HoldingPersonAction.cs
@ -223,7 +223,7 @@ items:
source:
remote:
path: TinyLife/Actions/HoldingPersonAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/HoldingPersonAction.cs
@ -261,7 +261,7 @@ items:
source:
remote:
path: TinyLife/Actions/HoldingPersonAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/HoldingPersonAction.cs
@ -293,7 +293,7 @@ items:
source:
remote:
path: TinyLife/Actions/HoldingPersonAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLastActions
path: ../TinyLife/Actions/HoldingPersonAction.cs
@ -325,7 +325,7 @@ items:
source:
remote:
path: TinyLife/Actions/HoldingPersonAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/HoldingPersonAction.cs
@ -361,7 +361,7 @@ items:
source:
remote:
path: TinyLife/Actions/HoldingPersonAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/HoldingPersonAction.cs

View file

@ -19,7 +19,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stage
path: ../TinyLife/Actions/MultiAction.cs
@ -48,7 +48,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: First
path: ../TinyLife/Actions/MultiAction.cs
@ -76,7 +76,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Main
path: ../TinyLife/Actions/MultiAction.cs
@ -104,7 +104,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Last
path: ../TinyLife/Actions/MultiAction.cs
@ -132,7 +132,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Done
path: ../TinyLife/Actions/MultiAction.cs

View file

@ -37,7 +37,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MultiAction
path: ../TinyLife/Actions/MultiAction.cs
@ -147,7 +147,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Handler
path: ../TinyLife/Actions/MultiAction.cs
@ -186,7 +186,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainElapsedTime
path: ../TinyLife/Actions/MultiAction.cs
@ -227,7 +227,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InProgressTime
path: ../TinyLife/Actions/MultiAction.cs
@ -260,7 +260,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentStage
path: ../TinyLife/Actions/MultiAction.cs
@ -301,7 +301,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/MultiAction.cs
@ -336,7 +336,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/MultiAction.cs
@ -374,7 +374,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/MultiAction.cs
@ -405,7 +405,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLastActions
path: ../TinyLife/Actions/MultiAction.cs
@ -436,7 +436,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/MultiAction.cs
@ -464,7 +464,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/MultiAction.cs
@ -495,7 +495,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/MultiAction.cs
@ -536,7 +536,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/MultiAction.cs
@ -568,7 +568,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PreInitialize
path: ../TinyLife/Actions/MultiAction.cs
@ -596,7 +596,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PreCompleted
path: ../TinyLife/Actions/MultiAction.cs
@ -628,7 +628,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/MultiAction.cs
@ -670,7 +670,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/MultiAction.cs
@ -699,7 +699,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/MultiAction.cs
@ -731,7 +731,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/MultiAction.cs
@ -764,7 +764,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/MultiAction.cs
@ -800,7 +800,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/MultiAction.cs
@ -836,7 +836,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanStartNow
path: ../TinyLife/Actions/MultiAction.cs
@ -868,7 +868,7 @@ items:
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoToActionLocation
path: ../TinyLife/Actions/MultiAction.cs

View file

@ -26,7 +26,7 @@ items:
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OrderFromStaffAction
path: ../TinyLife/Actions/OrderFromStaffAction.cs
@ -160,7 +160,7 @@ items:
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ImportantObject
path: ../TinyLife/Actions/OrderFromStaffAction.cs
@ -191,7 +191,7 @@ items:
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUpOrderAction
path: ../TinyLife/Actions/OrderFromStaffAction.cs
@ -222,7 +222,7 @@ items:
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxDistanceFromObject
path: ../TinyLife/Actions/OrderFromStaffAction.cs
@ -253,7 +253,7 @@ items:
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/OrderFromStaffAction.cs
@ -291,7 +291,7 @@ items:
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/OrderFromStaffAction.cs
@ -326,7 +326,7 @@ items:
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreatePrepareAction
path: ../TinyLife/Actions/OrderFromStaffAction.cs
@ -361,7 +361,7 @@ items:
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/OrderFromStaffAction.cs
@ -393,7 +393,7 @@ items:
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateConversation
path: ../TinyLife/Actions/OrderFromStaffAction.cs
@ -435,7 +435,7 @@ items:
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsConversationCompleted
path: ../TinyLife/Actions/OrderFromStaffAction.cs
@ -467,7 +467,7 @@ items:
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/OrderFromStaffAction.cs
@ -503,7 +503,7 @@ items:
source:
remote:
path: TinyLife/Actions/OrderFromStaffAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/OrderFromStaffAction.cs

View file

@ -24,7 +24,7 @@ items:
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OutOfTownAction
path: ../TinyLife/Actions/OutOfTownAction.cs
@ -141,7 +141,7 @@ items:
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedsToTakeCareOf
path: ../TinyLife/Actions/OutOfTownAction.cs
@ -170,7 +170,7 @@ items:
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/OutOfTownAction.cs
@ -214,7 +214,7 @@ items:
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/OutOfTownAction.cs
@ -255,7 +255,7 @@ items:
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/OutOfTownAction.cs
@ -287,7 +287,7 @@ items:
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/OutOfTownAction.cs
@ -316,7 +316,7 @@ items:
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/OutOfTownAction.cs
@ -358,7 +358,7 @@ items:
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/OutOfTownAction.cs
@ -394,7 +394,7 @@ items:
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation
path: ../TinyLife/Actions/OutOfTownAction.cs
@ -433,7 +433,7 @@ items:
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CausesExtremelyFastSpeed
path: ../TinyLife/Actions/OutOfTownAction.cs

View file

@ -28,7 +28,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PathfindAction
path: ../TinyLife/Actions/PathfindAction.cs
@ -134,7 +134,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeedMultiplier
path: ../TinyLife/Actions/PathfindAction.cs
@ -173,7 +173,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Path
path: ../TinyLife/Actions/PathfindAction.cs
@ -204,7 +204,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PathReady
path: ../TinyLife/Actions/PathfindAction.cs
@ -235,7 +235,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/PathfindAction.cs
@ -273,7 +273,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/PathfindAction.cs
@ -308,7 +308,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindPath
path: ../TinyLife/Actions/PathfindAction.cs
@ -346,7 +346,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSpeed
path: ../TinyLife/Actions/PathfindAction.cs
@ -377,7 +377,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnPathReady
path: ../TinyLife/Actions/PathfindAction.cs
@ -405,7 +405,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/PathfindAction.cs
@ -434,7 +434,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/PathfindAction.cs
@ -476,7 +476,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/PathfindAction.cs
@ -508,7 +508,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/PathfindAction.cs
@ -541,7 +541,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/PathfindAction.cs

View file

@ -25,7 +25,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PathfindToPersonAction
path: ../TinyLife/Actions/PathfindToPersonAction.cs
@ -129,7 +129,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkSpeedMultiplier
path: ../TinyLife/Actions/PathfindToPersonAction.cs
@ -168,7 +168,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DriveSpeedMultiplier
path: ../TinyLife/Actions/PathfindToPersonAction.cs
@ -207,7 +207,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Target
path: ../TinyLife/Actions/PathfindToPersonAction.cs
@ -238,7 +238,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/PathfindToPersonAction.cs
@ -276,7 +276,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/PathfindToPersonAction.cs
@ -321,7 +321,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMaxPathfindTime
path: ../TinyLife/Actions/PathfindToPersonAction.cs
@ -352,7 +352,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/PathfindToPersonAction.cs
@ -394,7 +394,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/PathfindToPersonAction.cs
@ -430,7 +430,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/PathfindToPersonAction.cs
@ -462,7 +462,7 @@ items:
source:
remote:
path: TinyLife/Actions/PathfindToPersonAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/PathfindToPersonAction.cs

View file

@ -19,7 +19,7 @@ items:
source:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutAwayAction
path: ../TinyLife/Actions/PutAwayAction.cs
@ -137,7 +137,7 @@ items:
source:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Items
path: ../TinyLife/Actions/PutAwayAction.cs
@ -166,7 +166,7 @@ items:
source:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/PutAwayAction.cs
@ -198,7 +198,7 @@ items:
source:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/PutAwayAction.cs
@ -227,7 +227,7 @@ items:
source:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/PutAwayAction.cs

View file

@ -20,7 +20,7 @@ items:
source:
remote:
path: TinyLife/Actions/SellAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SellAction
path: ../TinyLife/Actions/SellAction.cs
@ -138,7 +138,7 @@ items:
source:
remote:
path: TinyLife/Actions/SellAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Items
path: ../TinyLife/Actions/SellAction.cs
@ -167,7 +167,7 @@ items:
source:
remote:
path: TinyLife/Actions/SellAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/SellAction.cs
@ -199,7 +199,7 @@ items:
source:
remote:
path: TinyLife/Actions/SellAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/SellAction.cs
@ -228,7 +228,7 @@ items:
source:
remote:
path: TinyLife/Actions/SellAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/SellAction.cs
@ -260,7 +260,7 @@ items:
source:
remote:
path: TinyLife/Actions/SellAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSoldObject
path: ../TinyLife/Actions/SellAction.cs

View file

@ -20,7 +20,7 @@ items:
source:
remote:
path: TinyLife/Actions/SitAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SitAction
path: ../TinyLife/Actions/SitAction.cs
@ -137,7 +137,7 @@ items:
source:
remote:
path: TinyLife/Actions/SitAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/SitAction.cs
@ -175,7 +175,7 @@ items:
source:
remote:
path: TinyLife/Actions/SitAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/SitAction.cs
@ -207,7 +207,7 @@ items:
source:
remote:
path: TinyLife/Actions/SitAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/SitAction.cs
@ -249,7 +249,7 @@ items:
source:
remote:
path: TinyLife/Actions/SitAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/SitAction.cs
@ -281,7 +281,7 @@ items:
source:
remote:
path: TinyLife/Actions/SitAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/SitAction.cs

View file

@ -18,7 +18,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartPartnerAction
path: ../TinyLife/Actions/SocialAction.cs
@ -124,7 +124,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/SocialAction.cs
@ -159,7 +159,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/SocialAction.cs
@ -188,7 +188,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/SocialAction.cs

View file

@ -45,7 +45,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SocialAction
path: ../TinyLife/Actions/SocialAction.cs
@ -160,7 +160,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsMain
path: ../TinyLife/Actions/SocialAction.cs
@ -201,7 +201,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Partner
path: ../TinyLife/Actions/SocialAction.cs
@ -232,7 +232,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerAction
path: ../TinyLife/Actions/SocialAction.cs
@ -263,7 +263,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainAction
path: ../TinyLife/Actions/SocialAction.cs
@ -294,7 +294,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConversationTime
path: ../TinyLife/Actions/SocialAction.cs
@ -335,7 +335,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InProgressTime
path: ../TinyLife/Actions/SocialAction.cs
@ -368,7 +368,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/SocialAction.cs
@ -403,7 +403,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/SocialAction.cs
@ -441,7 +441,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/SocialAction.cs
@ -473,7 +473,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeConversation
path: ../TinyLife/Actions/SocialAction.cs
@ -501,7 +501,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateConversation
path: ../TinyLife/Actions/SocialAction.cs
@ -542,7 +542,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsConversationCompleted
path: ../TinyLife/Actions/SocialAction.cs
@ -573,7 +573,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMaxWaitTime
path: ../TinyLife/Actions/SocialAction.cs
@ -604,7 +604,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnqueuePartnerAction
path: ../TinyLife/Actions/SocialAction.cs
@ -639,7 +639,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPartnerArguments
path: ../TinyLife/Actions/SocialAction.cs
@ -674,7 +674,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnBothCompleted
path: ../TinyLife/Actions/SocialAction.cs
@ -706,7 +706,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/SocialAction.cs
@ -748,7 +748,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/SocialAction.cs
@ -780,7 +780,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/SocialAction.cs
@ -809,7 +809,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/SocialAction.cs
@ -842,7 +842,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/SocialAction.cs
@ -878,7 +878,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/SocialAction.cs
@ -914,7 +914,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanStartNow
path: ../TinyLife/Actions/SocialAction.cs
@ -946,7 +946,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Actions/SocialAction.cs
@ -978,7 +978,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryForceResult
path: ../TinyLife/Actions/SocialAction.cs
@ -1020,7 +1020,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvokeForBoth
path: ../TinyLife/Actions/SocialAction.cs
@ -1055,7 +1055,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsHelper
path: ../TinyLife/Actions/SocialAction.cs
@ -1093,7 +1093,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHelper
path: ../TinyLife/Actions/SocialAction.cs
@ -1131,7 +1131,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRecipientAction
path: ../TinyLife/Actions/SocialAction.cs
@ -1169,7 +1169,7 @@ items:
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateAskOffer
path: ../TinyLife/Actions/SocialAction.cs

View file

@ -21,7 +21,7 @@ items:
source:
remote:
path: TinyLife/Actions/StoreAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StoreAction
path: ../TinyLife/Actions/StoreAction.cs
@ -137,7 +137,7 @@ items:
source:
remote:
path: TinyLife/Actions/StoreAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Items
path: ../TinyLife/Actions/StoreAction.cs
@ -166,7 +166,7 @@ items:
source:
remote:
path: TinyLife/Actions/StoreAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/StoreAction.cs
@ -198,7 +198,7 @@ items:
source:
remote:
path: TinyLife/Actions/StoreAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/StoreAction.cs
@ -227,7 +227,7 @@ items:
source:
remote:
path: TinyLife/Actions/StoreAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/StoreAction.cs
@ -269,7 +269,7 @@ items:
source:
remote:
path: TinyLife/Actions/StoreAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/StoreAction.cs
@ -301,7 +301,7 @@ items:
source:
remote:
path: TinyLife/Actions/StoreAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/StoreAction.cs

View file

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

View file

@ -46,7 +46,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkSettings
path: ../TinyLife/Actions/TalkAction.cs
@ -92,7 +92,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendshipGain
path: ../TinyLife/Actions/TalkAction.cs
@ -121,7 +121,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoBadlyChance
path: ../TinyLife/Actions/TalkAction.cs
@ -150,7 +150,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkMinutes
path: ../TinyLife/Actions/TalkAction.cs
@ -179,7 +179,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmoteCategory
path: ../TinyLife/Actions/TalkAction.cs
@ -208,7 +208,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakStyle
path: ../TinyLife/Actions/TalkAction.cs
@ -237,7 +237,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerEmoteCategory
path: ../TinyLife/Actions/TalkAction.cs
@ -266,7 +266,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerSpeakStyle
path: ../TinyLife/Actions/TalkAction.cs
@ -295,7 +295,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainedSkill
path: ../TinyLife/Actions/TalkAction.cs
@ -324,7 +324,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainSkillOnFailure
path: ../TinyLife/Actions/TalkAction.cs
@ -353,7 +353,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoredNeed
path: ../TinyLife/Actions/TalkAction.cs
@ -382,7 +382,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredEmotion
path: ../TinyLife/Actions/TalkAction.cs
@ -411,7 +411,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPersonality
path: ../TinyLife/Actions/TalkAction.cs
@ -440,7 +440,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill
path: ../TinyLife/Actions/TalkAction.cs
@ -469,7 +469,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges
path: ../TinyLife/Actions/TalkAction.cs
@ -498,7 +498,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPartnerAges
path: ../TinyLife/Actions/TalkAction.cs
@ -527,7 +527,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredJob
path: ../TinyLife/Actions/TalkAction.cs
@ -556,7 +556,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPartnerEmployment
path: ../TinyLife/Actions/TalkAction.cs
@ -585,7 +585,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute
path: ../TinyLife/Actions/TalkAction.cs
@ -614,7 +614,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailEmotion
path: ../TinyLife/Actions/TalkAction.cs
@ -643,7 +643,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessEmotion
path: ../TinyLife/Actions/TalkAction.cs
@ -672,7 +672,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainRomancePercentage
path: ../TinyLife/Actions/TalkAction.cs
@ -701,7 +701,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoweredEmotion
path: ../TinyLife/Actions/TalkAction.cs
@ -730,7 +730,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnSuccess
path: ../TinyLife/Actions/TalkAction.cs
@ -759,7 +759,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnFailure
path: ../TinyLife/Actions/TalkAction.cs
@ -788,7 +788,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoRandomly
path: ../TinyLife/Actions/TalkAction.cs
@ -817,7 +817,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/TalkAction.cs
@ -848,7 +848,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/TalkAction.cs
@ -889,7 +889,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluateFully
path: ../TinyLife/Actions/TalkAction.cs
@ -921,7 +921,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluateSimple
path: ../TinyLife/Actions/TalkAction.cs
@ -965,7 +965,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluateValues
path: ../TinyLife/Actions/TalkAction.cs
@ -1012,7 +1012,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CheckCanExecute
path: ../TinyLife/Actions/TalkAction.cs

View file

@ -27,7 +27,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkAction
path: ../TinyLife/Actions/TalkAction.cs
@ -163,7 +163,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnEvaluate
path: ../TinyLife/Actions/TalkAction.cs
@ -192,7 +192,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnTalkSuccess
path: ../TinyLife/Actions/TalkAction.cs
@ -221,7 +221,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnTalkFailure
path: ../TinyLife/Actions/TalkAction.cs
@ -250,7 +250,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Settings
path: ../TinyLife/Actions/TalkAction.cs
@ -281,7 +281,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/TalkAction.cs
@ -319,7 +319,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateConversation
path: ../TinyLife/Actions/TalkAction.cs
@ -361,7 +361,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/TalkAction.cs
@ -394,7 +394,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsConversationCompleted
path: ../TinyLife/Actions/TalkAction.cs
@ -426,7 +426,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Create
path: ../TinyLife/Actions/TalkAction.cs
@ -470,7 +470,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFunny
path: ../TinyLife/Actions/TalkAction.cs
@ -520,7 +520,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateMean
path: ../TinyLife/Actions/TalkAction.cs
@ -564,7 +564,7 @@ items:
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateRomantic
path: ../TinyLife/Actions/TalkAction.cs

View file

@ -21,7 +21,7 @@ items:
source:
remote:
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TellPeopleToLeaveRoomAction
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
@ -126,7 +126,7 @@ items:
source:
remote:
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExcludedPeople
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
@ -165,7 +165,7 @@ items:
source:
remote:
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
@ -200,7 +200,7 @@ items:
source:
remote:
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
@ -229,7 +229,7 @@ items:
source:
remote:
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
@ -261,7 +261,7 @@ items:
source:
remote:
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
@ -294,7 +294,7 @@ items:
source:
remote:
path: TinyLife/Actions/TellPeopleToLeaveRoomAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryToLeaveRoom
path: ../TinyLife/Actions/TellPeopleToLeaveRoomAction.cs

View file

@ -22,7 +22,7 @@ items:
source:
remote:
path: TinyLife/Actions/TryGoHereAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryGoHereAction
path: ../TinyLife/Actions/TryGoHereAction.cs
@ -125,7 +125,7 @@ items:
source:
remote:
path: TinyLife/Actions/TryGoHereAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PositionsToTry
path: ../TinyLife/Actions/TryGoHereAction.cs
@ -164,7 +164,7 @@ items:
source:
remote:
path: TinyLife/Actions/TryGoHereAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/TryGoHereAction.cs
@ -199,7 +199,7 @@ items:
source:
remote:
path: TinyLife/Actions/TryGoHereAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/TryGoHereAction.cs
@ -228,7 +228,7 @@ items:
source:
remote:
path: TinyLife/Actions/TryGoHereAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/TryGoHereAction.cs
@ -270,7 +270,7 @@ items:
source:
remote:
path: TinyLife/Actions/TryGoHereAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/TryGoHereAction.cs
@ -306,7 +306,7 @@ items:
source:
remote:
path: TinyLife/Actions/TryGoHereAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/TryGoHereAction.cs
@ -338,7 +338,7 @@ items:
source:
remote:
path: TinyLife/Actions/TryGoHereAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/TryGoHereAction.cs

View file

@ -20,7 +20,7 @@ items:
source:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkAction
path: ../TinyLife/Actions/WalkAction.cs
@ -132,7 +132,7 @@ items:
source:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrainEnergy
path: ../TinyLife/Actions/WalkAction.cs
@ -171,7 +171,7 @@ items:
source:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/WalkAction.cs
@ -206,7 +206,7 @@ items:
source:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindPath
path: ../TinyLife/Actions/WalkAction.cs
@ -245,7 +245,7 @@ items:
source:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSpeed
path: ../TinyLife/Actions/WalkAction.cs
@ -277,7 +277,7 @@ items:
source:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/WalkAction.cs

View file

@ -21,7 +21,7 @@ items:
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Channel
path: ../TinyLife/Actions/WatchTvAction.cs
@ -50,7 +50,7 @@ items:
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Comedy
path: ../TinyLife/Actions/WatchTvAction.cs
@ -78,7 +78,7 @@ items:
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cooking
path: ../TinyLife/Actions/WatchTvAction.cs
@ -106,7 +106,7 @@ items:
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Romance
path: ../TinyLife/Actions/WatchTvAction.cs
@ -134,7 +134,7 @@ items:
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Drama
path: ../TinyLife/Actions/WatchTvAction.cs
@ -162,7 +162,7 @@ items:
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: News
path: ../TinyLife/Actions/WatchTvAction.cs
@ -190,7 +190,7 @@ items:
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cartoons
path: ../TinyLife/Actions/WatchTvAction.cs

View file

@ -26,7 +26,7 @@ items:
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WatchTvAction
path: ../TinyLife/Actions/WatchTvAction.cs
@ -140,7 +140,7 @@ items:
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress
path: ../TinyLife/Actions/WatchTvAction.cs
@ -173,7 +173,7 @@ items:
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/WatchTvAction.cs
@ -210,7 +210,7 @@ items:
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/WatchTvAction.cs
@ -242,7 +242,7 @@ items:
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/WatchTvAction.cs
@ -271,7 +271,7 @@ items:
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/WatchTvAction.cs
@ -313,7 +313,7 @@ items:
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/WatchTvAction.cs
@ -345,7 +345,7 @@ items:
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/WatchTvAction.cs
@ -381,7 +381,7 @@ items:
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/WatchTvAction.cs
@ -414,7 +414,7 @@ items:
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetViewingArea
path: ../TinyLife/Actions/WatchTvAction.cs
@ -455,7 +455,7 @@ items:
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSeating
path: ../TinyLife/Actions/WatchTvAction.cs
@ -499,7 +499,7 @@ items:
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetViewers
path: ../TinyLife/Actions/WatchTvAction.cs

View file

@ -24,7 +24,7 @@ items:
source:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkAction
path: ../TinyLife/Actions/WorkAction.cs
@ -140,7 +140,7 @@ items:
source:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Job
path: ../TinyLife/Actions/WorkAction.cs
@ -171,7 +171,7 @@ items:
source:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/WorkAction.cs
@ -206,7 +206,7 @@ items:
source:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/WorkAction.cs
@ -242,7 +242,7 @@ items:
source:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/WorkAction.cs
@ -274,7 +274,7 @@ items:
source:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PreInitialize
path: ../TinyLife/Actions/WorkAction.cs
@ -303,7 +303,7 @@ items:
source:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/WorkAction.cs
@ -332,7 +332,7 @@ items:
source:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/WorkAction.cs
@ -374,7 +374,7 @@ items:
source:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/WorkAction.cs
@ -406,7 +406,7 @@ items:
source:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/WorkAction.cs

View file

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

View file

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

View file

@ -18,7 +18,7 @@ items:
source:
remote:
path: TinyLife/Debug.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Debug
path: ../TinyLife/Debug.cs
@ -57,7 +57,7 @@ items:
source:
remote:
path: TinyLife/Debug.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cheats
path: ../TinyLife/Debug.cs
@ -86,7 +86,7 @@ items:
source:
remote:
path: TinyLife/Debug.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DebugLines
path: ../TinyLife/Debug.cs
@ -115,7 +115,7 @@ items:
source:
remote:
path: TinyLife/Debug.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryCheat
path: ../TinyLife/Debug.cs

View file

@ -17,7 +17,7 @@ items:
source:
remote:
path: TinyLife/Emotions/IEmotionSource.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CombinedEmotionSource
path: ../TinyLife/Emotions/IEmotionSource.cs
@ -58,7 +58,7 @@ items:
source:
remote:
path: TinyLife/Emotions/IEmotionSource.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: ../TinyLife/Emotions/IEmotionSource.cs
@ -91,7 +91,7 @@ items:
source:
remote:
path: TinyLife/Emotions/IEmotionSource.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Emotions/IEmotionSource.cs

View file

@ -23,7 +23,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: ../TinyLife/Emotions/EmotionModifier.cs
@ -72,7 +72,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Emotions/EmotionModifier.cs
@ -111,7 +111,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Amount
path: ../TinyLife/Emotions/EmotionModifier.cs
@ -150,7 +150,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TotalTime
path: ../TinyLife/Emotions/EmotionModifier.cs
@ -189,7 +189,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Time
path: ../TinyLife/Emotions/EmotionModifier.cs
@ -230,7 +230,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: ../TinyLife/Emotions/EmotionModifier.cs
@ -271,7 +271,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: ../TinyLife/Emotions/EmotionModifier.cs
@ -302,7 +302,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassTime
path: ../TinyLife/Emotions/EmotionModifier.cs
@ -334,7 +334,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Emotions/EmotionModifier.cs

File diff suppressed because it is too large Load diff

View file

@ -18,7 +18,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeCategory
path: ../TinyLife/Emotions/EmotionType.cs
@ -47,7 +47,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Negative
path: ../TinyLife/Emotions/EmotionType.cs
@ -75,7 +75,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Positive
path: ../TinyLife/Emotions/EmotionType.cs
@ -103,7 +103,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neutral
path: ../TinyLife/Emotions/EmotionType.cs

View file

@ -39,7 +39,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionType
path: ../TinyLife/Emotions/EmotionType.cs
@ -84,7 +84,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: ../TinyLife/Emotions/EmotionType.cs
@ -113,7 +113,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fine
path: ../TinyLife/Emotions/EmotionType.cs
@ -140,7 +140,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Uncomfortable
path: ../TinyLife/Emotions/EmotionType.cs
@ -167,7 +167,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Asleep
path: ../TinyLife/Emotions/EmotionType.cs
@ -194,7 +194,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Happy
path: ../TinyLife/Emotions/EmotionType.cs
@ -221,7 +221,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Embarrassed
path: ../TinyLife/Emotions/EmotionType.cs
@ -248,7 +248,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sad
path: ../TinyLife/Emotions/EmotionType.cs
@ -275,7 +275,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bored
path: ../TinyLife/Emotions/EmotionType.cs
@ -302,7 +302,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Frisky
path: ../TinyLife/Emotions/EmotionType.cs
@ -329,7 +329,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Creative
path: ../TinyLife/Emotions/EmotionType.cs
@ -356,7 +356,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Focused
path: ../TinyLife/Emotions/EmotionType.cs
@ -383,7 +383,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stunned
path: ../TinyLife/Emotions/EmotionType.cs
@ -410,7 +410,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Angry
path: ../TinyLife/Emotions/EmotionType.cs
@ -437,7 +437,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Energetic
path: ../TinyLife/Emotions/EmotionType.cs
@ -464,7 +464,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Uneasy
path: ../TinyLife/Emotions/EmotionType.cs
@ -491,7 +491,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Relaxed
path: ../TinyLife/Emotions/EmotionType.cs
@ -518,7 +518,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Confident
path: ../TinyLife/Emotions/EmotionType.cs
@ -545,7 +545,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goofy
path: ../TinyLife/Emotions/EmotionType.cs
@ -572,7 +572,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Emotions/EmotionType.cs
@ -601,7 +601,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/Emotions/EmotionType.cs
@ -630,7 +630,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Color
path: ../TinyLife/Emotions/EmotionType.cs
@ -659,7 +659,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Category
path: ../TinyLife/Emotions/EmotionType.cs
@ -688,7 +688,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Emotions/EmotionType.cs
@ -732,7 +732,7 @@ items:
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Emotions/EmotionType.cs

View file

@ -16,7 +16,7 @@ items:
source:
remote:
path: TinyLife/Emotions/IEmotionSource.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IEmotionSource
path: ../TinyLife/Emotions/IEmotionSource.cs
@ -45,7 +45,7 @@ items:
source:
remote:
path: TinyLife/Emotions/IEmotionSource.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: ../TinyLife/Emotions/IEmotionSource.cs

View file

@ -22,7 +22,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameMode
path: ../TinyLife/GameImpl.cs
@ -51,7 +51,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitialLoad
path: ../TinyLife/GameImpl.cs
@ -79,7 +79,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Splash
path: ../TinyLife/GameImpl.cs
@ -107,7 +107,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainMenu
path: ../TinyLife/GameImpl.cs
@ -135,7 +135,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectHousehold
path: ../TinyLife/GameImpl.cs
@ -163,7 +163,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHousehold
path: ../TinyLife/GameImpl.cs
@ -191,7 +191,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildOnly
path: ../TinyLife/GameImpl.cs
@ -219,7 +219,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CharacterCreation
path: ../TinyLife/GameImpl.cs

View file

@ -52,7 +52,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameImpl
path: ../TinyLife/GameImpl.cs
@ -142,7 +142,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Version
path: ../TinyLife/GameImpl.cs
@ -171,7 +171,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: ../TinyLife/GameImpl.cs
@ -202,7 +202,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Achievements
path: ../TinyLife/GameImpl.cs
@ -231,7 +231,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GraphicsMetrics
path: ../TinyLife/GameImpl.cs
@ -262,7 +262,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Camera
path: ../TinyLife/GameImpl.cs
@ -293,7 +293,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Listener
path: ../TinyLife/GameImpl.cs
@ -324,7 +324,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentTool
path: ../TinyLife/GameImpl.cs
@ -355,7 +355,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentHousehold
path: ../TinyLife/GameImpl.cs
@ -386,7 +386,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Money
path: ../TinyLife/GameImpl.cs
@ -417,7 +417,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentLot
path: ../TinyLife/GameImpl.cs
@ -448,7 +448,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Speed
path: ../TinyLife/GameImpl.cs
@ -479,7 +479,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FollowingPerson
path: ../TinyLife/GameImpl.cs
@ -510,7 +510,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SaveName
path: ../TinyLife/GameImpl.cs
@ -541,7 +541,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mode
path: ../TinyLife/GameImpl.cs
@ -572,7 +572,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CursorPosition
path: ../TinyLife/GameImpl.cs
@ -603,7 +603,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentCursor
path: ../TinyLife/GameImpl.cs
@ -632,7 +632,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentMaps
path: ../TinyLife/GameImpl.cs
@ -663,7 +663,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentMap
path: ../TinyLife/GameImpl.cs
@ -694,7 +694,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLoadContentLater
path: ../TinyLife/GameImpl.cs
@ -723,7 +723,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnFinishedLoading
path: ../TinyLife/GameImpl.cs
@ -752,7 +752,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoadContent
path: ../TinyLife/GameImpl.cs
@ -780,7 +780,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoUpdate
path: ../TinyLife/GameImpl.cs
@ -811,7 +811,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoDraw
path: ../TinyLife/GameImpl.cs
@ -842,7 +842,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dispose
path: ../TinyLife/GameImpl.cs
@ -876,7 +876,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RotateCamera
path: ../TinyLife/GameImpl.cs
@ -911,7 +911,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCursorOnUi
path: ../TinyLife/GameImpl.cs
@ -942,7 +942,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SwitchGameMode
path: ../TinyLife/GameImpl.cs
@ -974,7 +974,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SwitchMap
path: ../TinyLife/GameImpl.cs
@ -1012,7 +1012,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeExtremelyFast
path: ../TinyLife/GameImpl.cs
@ -1043,7 +1043,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanSwitchGameModes
path: ../TinyLife/GameImpl.cs
@ -1074,7 +1074,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FadeKeyboardLighting
path: ../TinyLife/GameImpl.cs
@ -1106,7 +1106,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeScreenshot
path: ../TinyLife/GameImpl.cs
@ -1147,7 +1147,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MarkLotVisible
path: ../TinyLife/GameImpl.cs
@ -1179,7 +1179,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MarkLotNonVisible
path: ../TinyLife/GameImpl.cs
@ -1211,7 +1211,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsLotVisible
path: ../TinyLife/GameImpl.cs
@ -1246,7 +1246,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FollowPerson
path: ../TinyLife/GameImpl.cs
@ -1290,7 +1290,7 @@ items:
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteAchievement
path: ../TinyLife/GameImpl.cs

View file

@ -20,7 +20,7 @@ items:
source:
remote:
path: TinyLife/Options.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameSpeed
path: ../TinyLife/Options.cs
@ -49,7 +49,7 @@ items:
source:
remote:
path: TinyLife/Options.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Paused
path: ../TinyLife/Options.cs
@ -77,7 +77,7 @@ items:
source:
remote:
path: TinyLife/Options.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Regular
path: ../TinyLife/Options.cs
@ -105,7 +105,7 @@ items:
source:
remote:
path: TinyLife/Options.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fast
path: ../TinyLife/Options.cs
@ -133,7 +133,7 @@ items:
source:
remote:
path: TinyLife/Options.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryFast
path: ../TinyLife/Options.cs
@ -161,7 +161,7 @@ items:
source:
remote:
path: TinyLife/Options.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtremelyFast
path: ../TinyLife/Options.cs

View file

@ -25,7 +25,7 @@ items:
source:
remote:
path: TinyLife/Relationship.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenealogyType
path: ../TinyLife/Relationship.cs
@ -57,7 +57,7 @@ items:
source:
remote:
path: TinyLife/Relationship.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Unrelated
path: ../TinyLife/Relationship.cs
@ -85,7 +85,7 @@ items:
source:
remote:
path: TinyLife/Relationship.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Parent
path: ../TinyLife/Relationship.cs
@ -113,7 +113,7 @@ items:
source:
remote:
path: TinyLife/Relationship.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child
path: ../TinyLife/Relationship.cs
@ -141,7 +141,7 @@ items:
source:
remote:
path: TinyLife/Relationship.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sibling
path: ../TinyLife/Relationship.cs
@ -169,7 +169,7 @@ items:
source:
remote:
path: TinyLife/Relationship.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Nibling
path: ../TinyLife/Relationship.cs
@ -197,7 +197,7 @@ items:
source:
remote:
path: TinyLife/Relationship.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pibling
path: ../TinyLife/Relationship.cs
@ -225,7 +225,7 @@ items:
source:
remote:
path: TinyLife/Relationship.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandparent
path: ../TinyLife/Relationship.cs
@ -253,7 +253,7 @@ items:
source:
remote:
path: TinyLife/Relationship.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandchild
path: ../TinyLife/Relationship.cs
@ -281,7 +281,7 @@ items:
source:
remote:
path: TinyLife/Relationship.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cousin
path: ../TinyLife/Relationship.cs
@ -309,7 +309,7 @@ items:
source:
remote:
path: TinyLife/Relationship.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistantlyRelated
path: ../TinyLife/Relationship.cs

View file

@ -23,7 +23,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Achievement
path: ../TinyLife/Goals/Achievement.cs
@ -72,7 +72,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Goals/Achievement.cs
@ -111,7 +111,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals
path: ../TinyLife/Goals/Achievement.cs
@ -156,7 +156,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed
path: ../TinyLife/Goals/Achievement.cs
@ -201,7 +201,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Achievement.cs
@ -239,7 +239,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Goals/Achievement.cs
@ -280,7 +280,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateElement
path: ../TinyLife/Goals/Achievement.cs
@ -311,7 +311,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Goals/Achievement.cs
@ -342,7 +342,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Complete
path: ../TinyLife/Goals/Achievement.cs

View file

@ -26,7 +26,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AchievementType
path: ../TinyLife/Goals/Achievement.cs
@ -71,7 +71,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: ../TinyLife/Goals/Achievement.cs
@ -100,7 +100,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SomeoneDiesOnYourLot
path: ../TinyLife/Goals/Achievement.cs
@ -127,7 +127,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DieOnPublicLot
path: ../TinyLife/Goals/Achievement.cs
@ -154,7 +154,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/Achievement.cs
@ -183,7 +183,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/Goals/Achievement.cs
@ -212,7 +212,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals
path: ../TinyLife/Goals/Achievement.cs
@ -241,7 +241,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName
path: ../TinyLife/Goals/Achievement.cs
@ -272,7 +272,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Achievement.cs
@ -313,7 +313,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Achievement.cs
@ -354,7 +354,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: ../TinyLife/Goals/Achievement.cs
@ -385,7 +385,7 @@ items:
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Goals/Achievement.cs

View file

@ -20,7 +20,7 @@ items:
source:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AmountGoal
path: ../TinyLife/Goals/AmountGoal.cs
@ -76,7 +76,7 @@ items:
source:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/AmountGoal.cs
@ -111,7 +111,7 @@ items:
source:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: ../TinyLife/Goals/AmountGoal.cs
@ -143,7 +143,7 @@ items:
source:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: ../TinyLife/Goals/AmountGoal.cs
@ -172,7 +172,7 @@ items:
source:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress
path: ../TinyLife/Goals/AmountGoal.cs
@ -204,7 +204,7 @@ items:
source:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: ../TinyLife/Goals/AmountGoal.cs

View file

@ -23,7 +23,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AutoGoalInfo
path: ../TinyLife/Goals/GoalInfo.cs
@ -72,7 +72,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Triggers
path: ../TinyLife/Goals/GoalInfo.cs
@ -101,7 +101,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Condition
path: ../TinyLife/Goals/GoalInfo.cs
@ -130,7 +130,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/GoalInfo.cs
@ -174,7 +174,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Timed
path: ../TinyLife/Goals/GoalInfo.cs
@ -224,7 +224,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Amount
path: ../TinyLife/Goals/GoalInfo.cs
@ -274,7 +274,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Distinct
path: ../TinyLife/Goals/GoalInfo.cs
@ -327,7 +327,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Distinct
path: ../TinyLife/Goals/GoalInfo.cs
@ -380,7 +380,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Conditioned
path: ../TinyLife/Goals/GoalInfo.cs

View file

@ -19,7 +19,7 @@ items:
source:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AutoTriggerGoal
path: ../TinyLife/Goals/AutoTriggerGoal.cs
@ -85,7 +85,7 @@ items:
source:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/AutoTriggerGoal.cs
@ -120,7 +120,7 @@ items:
source:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: ../TinyLife/Goals/AutoTriggerGoal.cs
@ -153,7 +153,7 @@ items:
source:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: ../TinyLife/Goals/AutoTriggerGoal.cs
@ -189,7 +189,7 @@ items:
source:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanTrigger
path: ../TinyLife/Goals/AutoTriggerGoal.cs

View file

@ -18,7 +18,7 @@ items:
source:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AutoTriggerGoal
path: ../TinyLife/Goals/AutoTriggerGoal.cs
@ -75,7 +75,7 @@ items:
source:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/AutoTriggerGoal.cs
@ -110,7 +110,7 @@ items:
source:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: ../TinyLife/Goals/AutoTriggerGoal.cs
@ -145,7 +145,7 @@ items:
source:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanTrigger
path: ../TinyLife/Goals/AutoTriggerGoal.cs

View file

@ -20,7 +20,7 @@ items:
source:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConditionedGoal
path: ../TinyLife/Goals/ConditionedGoal.cs
@ -76,7 +76,7 @@ items:
source:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/ConditionedGoal.cs
@ -111,7 +111,7 @@ items:
source:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: ../TinyLife/Goals/ConditionedGoal.cs
@ -143,7 +143,7 @@ items:
source:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: ../TinyLife/Goals/ConditionedGoal.cs
@ -172,7 +172,7 @@ items:
source:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress
path: ../TinyLife/Goals/ConditionedGoal.cs
@ -204,7 +204,7 @@ items:
source:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: ../TinyLife/Goals/ConditionedGoal.cs

View file

@ -22,7 +22,7 @@ items:
source:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistinctGoal
path: ../TinyLife/Goals/DistinctGoal.cs
@ -81,7 +81,7 @@ items:
source:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/DistinctGoal.cs
@ -116,7 +116,7 @@ items:
source:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: ../TinyLife/Goals/DistinctGoal.cs
@ -150,7 +150,7 @@ items:
source:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: ../TinyLife/Goals/DistinctGoal.cs
@ -181,7 +181,7 @@ items:
source:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress
path: ../TinyLife/Goals/DistinctGoal.cs
@ -215,7 +215,7 @@ items:
source:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Goals/DistinctGoal.cs
@ -253,7 +253,7 @@ items:
source:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: ../TinyLife/Goals/DistinctGoal.cs
@ -287,7 +287,7 @@ items:
source:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanTrigger
path: ../TinyLife/Goals/DistinctGoal.cs

View file

@ -17,7 +17,7 @@ items:
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goal
path: ../TinyLife/Goals/Goal.cs
@ -77,7 +77,7 @@ items:
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info
path: ../TinyLife/Goals/Goal.cs
@ -110,7 +110,7 @@ items:
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Goal.cs

View file

@ -23,7 +23,7 @@ items:
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goal
path: ../TinyLife/Goals/Goal.cs
@ -82,7 +82,7 @@ items:
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/Goal.cs
@ -121,7 +121,7 @@ items:
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Set
path: ../TinyLife/Goals/Goal.cs
@ -152,7 +152,7 @@ items:
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info
path: ../TinyLife/Goals/Goal.cs
@ -183,7 +183,7 @@ items:
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Goal.cs
@ -221,7 +221,7 @@ items:
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: ../TinyLife/Goals/Goal.cs
@ -252,7 +252,7 @@ items:
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: ../TinyLife/Goals/Goal.cs
@ -280,7 +280,7 @@ items:
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress
path: ../TinyLife/Goals/Goal.cs
@ -311,7 +311,7 @@ items:
source:
remote:
path: TinyLife/Goals/Goal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Goals/Goal.cs

View file

@ -18,7 +18,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalInfo
path: ../TinyLife/Goals/GoalInfo.cs
@ -66,7 +66,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/GoalInfo.cs
@ -95,7 +95,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/GoalInfo.cs
@ -133,7 +133,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: ../TinyLife/Goals/GoalInfo.cs

View file

@ -25,7 +25,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalSet
path: ../TinyLife/Goals/GoalSet.cs
@ -82,7 +82,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info
path: ../TinyLife/Goals/GoalSet.cs
@ -113,7 +113,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/GoalSet.cs
@ -148,7 +148,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: ../TinyLife/Goals/GoalSet.cs
@ -179,7 +179,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Goals/GoalSet.cs
@ -210,7 +210,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: ../TinyLife/Goals/GoalSet.cs
@ -238,7 +238,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoals
path: ../TinyLife/Goals/GoalSet.cs
@ -275,7 +275,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoal
path: ../TinyLife/Goals/GoalSet.cs
@ -316,7 +316,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoal
path: ../TinyLife/Goals/GoalSet.cs
@ -353,7 +353,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplay
path: ../TinyLife/Goals/GoalSet.cs
@ -394,7 +394,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Goals/GoalSet.cs

View file

@ -18,7 +18,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalSetInfo
path: ../TinyLife/Goals/GoalSet.cs
@ -64,7 +64,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Configurations
path: ../TinyLife/Goals/GoalSet.cs
@ -93,7 +93,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/GoalSet.cs
@ -128,7 +128,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: ../TinyLife/Goals/GoalSet.cs

View file

@ -34,7 +34,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalTrigger
path: ../TinyLife/Goals/GoalTrigger.cs
@ -73,7 +73,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PersonUpdate
path: ../TinyLife/Goals/GoalTrigger.cs
@ -102,7 +102,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurnitureCreated
path: ../TinyLife/Goals/GoalTrigger.cs
@ -131,7 +131,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionCompleted
path: ../TinyLife/Goals/GoalTrigger.cs
@ -160,7 +160,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionEnded
path: ../TinyLife/Goals/GoalTrigger.cs
@ -189,7 +189,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate
path: ../TinyLife/Goals/GoalTrigger.cs
@ -218,7 +218,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EarnMoney
path: ../TinyLife/Goals/GoalTrigger.cs
@ -247,7 +247,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionGained
path: ../TinyLife/Goals/GoalTrigger.cs
@ -276,7 +276,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionLost
path: ../TinyLife/Goals/GoalTrigger.cs
@ -305,7 +305,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodEaten
path: ../TinyLife/Goals/GoalTrigger.cs
@ -334,7 +334,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProjectCompleted
path: ../TinyLife/Goals/GoalTrigger.cs
@ -363,7 +363,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/GoalTrigger.cs
@ -392,7 +392,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ValidObjects
path: ../TinyLife/Goals/GoalTrigger.cs
@ -421,7 +421,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ValidValues
path: ../TinyLife/Goals/GoalTrigger.cs
@ -450,7 +450,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/GoalTrigger.cs
@ -491,7 +491,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsObjectCompatible
path: ../TinyLife/Goals/GoalTrigger.cs
@ -526,7 +526,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsValueCompatible
path: ../TinyLife/Goals/GoalTrigger.cs
@ -561,7 +561,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Equals
path: ../TinyLife/Goals/GoalTrigger.cs
@ -595,7 +595,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Equals
path: ../TinyLife/Goals/GoalTrigger.cs
@ -631,7 +631,7 @@ items:
source:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHashCode
path: ../TinyLife/Goals/GoalTrigger.cs

View file

@ -18,7 +18,7 @@ items:
source:
remote:
path: TinyLife/Goals/IGoalTriggerable.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IGoalTriggerable
path: ../TinyLife/Goals/IGoalTriggerable.cs
@ -47,7 +47,7 @@ items:
source:
remote:
path: TinyLife/Goals/IGoalTriggerable.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryTrigger
path: ../TinyLife/Goals/IGoalTriggerable.cs
@ -91,7 +91,7 @@ items:
source:
remote:
path: TinyLife/Goals/IGoalTriggerable.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: ../TinyLife/Goals/IGoalTriggerable.cs
@ -138,7 +138,7 @@ items:
source:
remote:
path: TinyLife/Goals/IGoalTriggerable.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: ../TinyLife/Goals/IGoalTriggerable.cs

View file

@ -15,7 +15,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JobPerformanceDelegate
path: ../TinyLife/Goals/Job.cs

View file

@ -37,7 +37,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Job
path: ../TinyLife/Goals/Job.cs
@ -93,7 +93,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnGetWorkingPerformance
path: ../TinyLife/Goals/Job.cs
@ -122,7 +122,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Goals/Job.cs
@ -161,7 +161,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: ../TinyLife/Goals/Job.cs
@ -192,7 +192,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Performance
path: ../TinyLife/Goals/Job.cs
@ -233,7 +233,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPromotionPerformance
path: ../TinyLife/Goals/Job.cs
@ -264,7 +264,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Level
path: ../TinyLife/Goals/Job.cs
@ -305,7 +305,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTasks
path: ../TinyLife/Goals/Job.cs
@ -346,7 +346,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AmountOfRaises
path: ../TinyLife/Goals/Job.cs
@ -387,7 +387,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentHourlyPay
path: ../TinyLife/Goals/Job.cs
@ -418,7 +418,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VacationDaysAvailable
path: ../TinyLife/Goals/Job.cs
@ -457,7 +457,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DaysOnVacation
path: ../TinyLife/Goals/Job.cs
@ -498,7 +498,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Job.cs
@ -539,7 +539,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Goals/Job.cs
@ -571,7 +571,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateWorking
path: ../TinyLife/Goals/Job.cs
@ -612,7 +612,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddPerformance
path: ../TinyLife/Goals/Job.cs
@ -647,7 +647,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddLevel
path: ../TinyLife/Goals/Job.cs
@ -685,7 +685,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRaise
path: ../TinyLife/Goals/Job.cs
@ -716,7 +716,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasRequiredPromotionSkills
path: ../TinyLife/Goals/Job.cs
@ -747,7 +747,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCoworkers
path: ../TinyLife/Goals/Job.cs
@ -778,7 +778,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCoworkersAtWork
path: ../TinyLife/Goals/Job.cs
@ -809,7 +809,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Goals/Job.cs
@ -843,7 +843,7 @@ items:
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartVacation
path: ../TinyLife/Goals/Job.cs

View file

@ -53,7 +53,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JobType
path: ../TinyLife/Goals/JobType.cs
@ -108,7 +108,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: ../TinyLife/Goals/JobType.cs
@ -137,7 +137,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PrimarySchoolStudent
path: ../TinyLife/Goals/JobType.cs
@ -164,7 +164,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Businessperson
path: ../TinyLife/Goals/JobType.cs
@ -191,7 +191,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Firefighter
path: ../TinyLife/Goals/JobType.cs
@ -218,7 +218,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Doctor
path: ../TinyLife/Goals/JobType.cs
@ -245,7 +245,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Programmer
path: ../TinyLife/Goals/JobType.cs
@ -272,7 +272,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RetailWorker
path: ../TinyLife/Goals/JobType.cs
@ -299,7 +299,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Teacher
path: ../TinyLife/Goals/JobType.cs
@ -326,7 +326,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Scientist
path: ../TinyLife/Goals/JobType.cs
@ -353,7 +353,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/JobType.cs
@ -382,7 +382,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/Goals/JobType.cs
@ -411,7 +411,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HourlyPay
path: ../TinyLife/Goals/JobType.cs
@ -440,7 +440,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkHours
path: ../TinyLife/Goals/JobType.cs
@ -469,7 +469,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OffWorkDays
path: ../TinyLife/Goals/JobType.cs
@ -498,7 +498,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPromotionSkills
path: ../TinyLife/Goals/JobType.cs
@ -529,7 +529,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxLevel
path: ../TinyLife/Goals/JobType.cs
@ -560,7 +560,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasSpecialLocalization
path: ../TinyLife/Goals/JobType.cs
@ -591,7 +591,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges
path: ../TinyLife/Goals/JobType.cs
@ -622,7 +622,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanQuitOrBeFired
path: ../TinyLife/Goals/JobType.cs
@ -653,7 +653,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanGetRaise
path: ../TinyLife/Goals/JobType.cs
@ -684,7 +684,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTasks
path: ../TinyLife/Goals/JobType.cs
@ -715,7 +715,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTaskImportance
path: ../TinyLife/Goals/JobType.cs
@ -746,7 +746,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChoicePrompts
path: ../TinyLife/Goals/JobType.cs
@ -777,7 +777,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: ../TinyLife/Goals/JobType.cs
@ -810,7 +810,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/JobType.cs
@ -857,7 +857,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: ../TinyLife/Goals/JobType.cs
@ -898,7 +898,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsTimeToWork
path: ../TinyLife/Goals/JobType.cs
@ -933,7 +933,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToScheduleString
path: ../TinyLife/Goals/JobType.cs
@ -967,7 +967,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Goals/JobType.cs
@ -1005,7 +1005,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRequiredPromotionSkills
path: ../TinyLife/Goals/JobType.cs
@ -1040,7 +1040,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkStartsInAnHour
path: ../TinyLife/Goals/JobType.cs
@ -1072,7 +1072,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkHoursOver
path: ../TinyLife/Goals/JobType.cs
@ -1104,7 +1104,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkFinished
path: ../TinyLife/Goals/JobType.cs
@ -1139,7 +1139,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkStarted
path: ../TinyLife/Goals/JobType.cs
@ -1174,7 +1174,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLevelChanged
path: ../TinyLife/Goals/JobType.cs
@ -1212,7 +1212,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRaiseReceived
path: ../TinyLife/Goals/JobType.cs
@ -1244,7 +1244,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateWorking
path: ../TinyLife/Goals/JobType.cs
@ -1288,7 +1288,7 @@ items:
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Goals/JobType.cs

View file

@ -25,7 +25,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: ../TinyLife/Goals/LifeGoal.cs
@ -74,7 +74,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goal
path: ../TinyLife/Goals/LifeGoal.cs
@ -113,7 +113,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentGoals
path: ../TinyLife/Goals/LifeGoal.cs
@ -154,7 +154,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StageIndex
path: ../TinyLife/Goals/LifeGoal.cs
@ -195,7 +195,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: ../TinyLife/Goals/LifeGoal.cs
@ -226,7 +226,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stage
path: ../TinyLife/Goals/LifeGoal.cs
@ -257,7 +257,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed
path: ../TinyLife/Goals/LifeGoal.cs
@ -288,7 +288,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/LifeGoal.cs
@ -329,7 +329,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Goals/LifeGoal.cs
@ -357,7 +357,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Advance
path: ../TinyLife/Goals/LifeGoal.cs
@ -385,7 +385,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Goals/LifeGoal.cs

View file

@ -35,7 +35,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LifeGoal
path: ../TinyLife/Goals/LifeGoal.cs
@ -80,7 +80,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals
path: ../TinyLife/Goals/LifeGoal.cs
@ -109,7 +109,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Chef
path: ../TinyLife/Goals/LifeGoal.cs
@ -136,7 +136,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmartKid
path: ../TinyLife/Goals/LifeGoal.cs
@ -163,7 +163,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HouseholdHero
path: ../TinyLife/Goals/LifeGoal.cs
@ -190,7 +190,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComputerAddict
path: ../TinyLife/Goals/LifeGoal.cs
@ -217,7 +217,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendOfEveryone
path: ../TinyLife/Goals/LifeGoal.cs
@ -244,7 +244,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Millionaire
path: ../TinyLife/Goals/LifeGoal.cs
@ -271,7 +271,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PerfectPainter
path: ../TinyLife/Goals/LifeGoal.cs
@ -298,7 +298,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreativeChild
path: ../TinyLife/Goals/LifeGoal.cs
@ -325,7 +325,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CapableCarpenter
path: ../TinyLife/Goals/LifeGoal.cs
@ -352,7 +352,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GymRat
path: ../TinyLife/Goals/LifeGoal.cs
@ -379,7 +379,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAdvanced
path: ../TinyLife/Goals/LifeGoal.cs
@ -408,7 +408,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Goals/LifeGoal.cs
@ -437,7 +437,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/LifeGoal.cs
@ -466,7 +466,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stages
path: ../TinyLife/Goals/LifeGoal.cs
@ -495,7 +495,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RewardPersonality
path: ../TinyLife/Goals/LifeGoal.cs
@ -524,7 +524,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllowedAges
path: ../TinyLife/Goals/LifeGoal.cs
@ -555,7 +555,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/LifeGoal.cs
@ -596,7 +596,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Goals/LifeGoal.cs
@ -631,7 +631,7 @@ items:
source:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Goals/LifeGoal.cs

View file

@ -19,7 +19,7 @@ items:
source:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ManualProgressGoal
path: ../TinyLife/Goals/ManualProgressGoal.cs
@ -71,7 +71,7 @@ items:
source:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/ManualProgressGoal.cs
@ -109,7 +109,7 @@ items:
source:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: ../TinyLife/Goals/ManualProgressGoal.cs
@ -141,7 +141,7 @@ items:
source:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: ../TinyLife/Goals/ManualProgressGoal.cs
@ -170,7 +170,7 @@ items:
source:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeProgress
path: ../TinyLife/Goals/ManualProgressGoal.cs

View file

@ -22,7 +22,7 @@ items:
source:
remote:
path: TinyLife/Goals/Memory.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Memory
path: ../TinyLife/Goals/Memory.cs
@ -78,7 +78,7 @@ items:
source:
remote:
path: TinyLife/Goals/Memory.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Goals/Memory.cs
@ -117,7 +117,7 @@ items:
source:
remote:
path: TinyLife/Goals/Memory.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TimeOccured
path: ../TinyLife/Goals/Memory.cs
@ -158,7 +158,7 @@ items:
source:
remote:
path: TinyLife/Goals/Memory.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info
path: ../TinyLife/Goals/Memory.cs
@ -199,7 +199,7 @@ items:
source:
remote:
path: TinyLife/Goals/Memory.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TimeSinceOccured
path: ../TinyLife/Goals/Memory.cs
@ -230,7 +230,7 @@ items:
source:
remote:
path: TinyLife/Goals/Memory.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Memory.cs
@ -271,7 +271,7 @@ items:
source:
remote:
path: TinyLife/Goals/Memory.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Goals/Memory.cs
@ -306,7 +306,7 @@ items:
source:
remote:
path: TinyLife/Goals/Memory.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Goals/Memory.cs

View file

@ -39,7 +39,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MemoryType
path: ../TinyLife/Goals/MemoryType.cs
@ -86,7 +86,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: ../TinyLife/Goals/MemoryType.cs
@ -115,7 +115,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PublishFailure
path: ../TinyLife/Goals/MemoryType.cs
@ -142,7 +142,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SocialAction
path: ../TinyLife/Goals/MemoryType.cs
@ -169,7 +169,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PromotionOrRaise
path: ../TinyLife/Goals/MemoryType.cs
@ -196,7 +196,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FamilySocial
path: ../TinyLife/Goals/MemoryType.cs
@ -223,7 +223,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UsedSkillCategory
path: ../TinyLife/Goals/MemoryType.cs
@ -250,7 +250,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WasOutside
path: ../TinyLife/Goals/MemoryType.cs
@ -277,7 +277,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UsedFurniture
path: ../TinyLife/Goals/MemoryType.cs
@ -304,7 +304,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkedAtJob
path: ../TinyLife/Goals/MemoryType.cs
@ -331,7 +331,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WasRomanticWithSomeoneElse
path: ../TinyLife/Goals/MemoryType.cs
@ -358,7 +358,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HadFirstKiss
path: ../TinyLife/Goals/MemoryType.cs
@ -385,7 +385,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HadChild
path: ../TinyLife/Goals/MemoryType.cs
@ -412,7 +412,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AskedForFood
path: ../TinyLife/Goals/MemoryType.cs
@ -439,7 +439,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Slept
path: ../TinyLife/Goals/MemoryType.cs
@ -466,7 +466,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HadAbortion
path: ../TinyLife/Goals/MemoryType.cs
@ -493,7 +493,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MayBePregnant
path: ../TinyLife/Goals/MemoryType.cs
@ -520,7 +520,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoundOutPregnancy
path: ../TinyLife/Goals/MemoryType.cs
@ -547,7 +547,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToldAboutPregnancy
path: ../TinyLife/Goals/MemoryType.cs
@ -574,7 +574,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/MemoryType.cs
@ -603,7 +603,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType
path: ../TinyLife/Goals/MemoryType.cs
@ -632,7 +632,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: ../TinyLife/Goals/MemoryType.cs
@ -665,7 +665,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/MemoryType.cs
@ -703,7 +703,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: ../TinyLife/Goals/MemoryType.cs
@ -750,7 +750,7 @@ items:
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Goals/MemoryType.cs

View file

@ -27,7 +27,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSettings
path: ../TinyLife/Goals/Project.cs
@ -63,7 +63,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/Project.cs
@ -92,7 +92,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Context
path: ../TinyLife/Goals/Project.cs
@ -121,7 +121,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Goals/Project.cs
@ -150,7 +150,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType
path: ../TinyLife/Goals/Project.cs
@ -179,7 +179,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedTypeScrap
path: ../TinyLife/Goals/Project.cs
@ -208,7 +208,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute
path: ../TinyLife/Goals/Project.cs
@ -237,7 +237,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill
path: ../TinyLife/Goals/Project.cs
@ -266,7 +266,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges
path: ../TinyLife/Goals/Project.cs
@ -295,7 +295,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProjectDisplayName
path: ../TinyLife/Goals/Project.cs
@ -324,7 +324,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanContinue
path: ../TinyLife/Goals/Project.cs
@ -353,7 +353,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IncludeProject
path: ../TinyLife/Goals/Project.cs
@ -382,7 +382,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Project.cs

View file

@ -35,7 +35,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Project
path: ../TinyLife/Goals/Project.cs
@ -91,7 +91,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Goals/Project.cs
@ -130,7 +130,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/Project.cs
@ -169,7 +169,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed
path: ../TinyLife/Goals/Project.cs
@ -200,7 +200,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Quality
path: ../TinyLife/Goals/Project.cs
@ -243,7 +243,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Progress
path: ../TinyLife/Goals/Project.cs
@ -274,7 +274,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyPay
path: ../TinyLife/Goals/Project.cs
@ -319,7 +319,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyPayReductionFactor
path: ../TinyLife/Goals/Project.cs
@ -364,7 +364,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: ../TinyLife/Goals/Project.cs
@ -395,7 +395,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Archived
path: ../TinyLife/Goals/Project.cs
@ -436,7 +436,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Project.cs
@ -477,7 +477,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Goals/Project.cs
@ -512,7 +512,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeProgress
path: ../TinyLife/Goals/Project.cs
@ -559,7 +559,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Remove
path: ../TinyLife/Goals/Project.cs
@ -587,7 +587,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnNewDay
path: ../TinyLife/Goals/Project.cs
@ -615,7 +615,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Goals/Project.cs
@ -643,7 +643,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetDailyPay
path: ../TinyLife/Goals/Project.cs
@ -684,7 +684,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateActions
path: ../TinyLife/Goals/Project.cs
@ -719,7 +719,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPossibleArguments
path: ../TinyLife/Goals/Project.cs
@ -766,7 +766,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenNamePrompt
path: ../TinyLife/Goals/Project.cs
@ -810,7 +810,7 @@ items:
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenScrapPrompt
path: ../TinyLife/Goals/Project.cs

View file

@ -20,7 +20,7 @@ items:
source:
remote:
path: TinyLife/Goals/StudentJobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StudentJobType
path: ../TinyLife/Goals/StudentJobType.cs
@ -102,7 +102,7 @@ items:
source:
remote:
path: TinyLife/Goals/StudentJobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Schedule
path: ../TinyLife/Goals/StudentJobType.cs
@ -131,7 +131,7 @@ items:
source:
remote:
path: TinyLife/Goals/StudentJobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/StudentJobType.cs
@ -178,7 +178,7 @@ items:
source:
remote:
path: TinyLife/Goals/StudentJobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkFinished
path: ../TinyLife/Goals/StudentJobType.cs
@ -214,7 +214,7 @@ items:
source:
remote:
path: TinyLife/Goals/StudentJobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLevelChanged
path: ../TinyLife/Goals/StudentJobType.cs
@ -253,7 +253,7 @@ items:
source:
remote:
path: TinyLife/Goals/StudentJobType.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateWorking
path: ../TinyLife/Goals/StudentJobType.cs

View file

@ -20,7 +20,7 @@ items:
source:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TimedGoal
path: ../TinyLife/Goals/TimedGoal.cs
@ -76,7 +76,7 @@ items:
source:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/TimedGoal.cs
@ -111,7 +111,7 @@ items:
source:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: ../TinyLife/Goals/TimedGoal.cs
@ -143,7 +143,7 @@ items:
source:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: ../TinyLife/Goals/TimedGoal.cs
@ -172,7 +172,7 @@ items:
source:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress
path: ../TinyLife/Goals/TimedGoal.cs
@ -204,7 +204,7 @@ items:
source:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: ../TinyLife/Goals/TimedGoal.cs

View file

@ -31,7 +31,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LnCategory
path: ../TinyLife/Localization.cs
@ -60,7 +60,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ui
path: ../TinyLife/Localization.cs
@ -88,7 +88,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Actions
path: ../TinyLife/Localization.cs
@ -116,7 +116,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildMode
path: ../TinyLife/Localization.cs
@ -144,7 +144,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clothes
path: ../TinyLife/Localization.cs
@ -172,7 +172,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Food
path: ../TinyLife/Localization.cs
@ -200,7 +200,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Personalities
path: ../TinyLife/Localization.cs
@ -228,7 +228,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Skills
path: ../TinyLife/Localization.cs
@ -256,7 +256,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Jobs
path: ../TinyLife/Localization.cs
@ -284,7 +284,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emotions
path: ../TinyLife/Localization.cs
@ -312,7 +312,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hints
path: ../TinyLife/Localization.cs
@ -340,7 +340,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHints
path: ../TinyLife/Localization.cs
@ -368,7 +368,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals
path: ../TinyLife/Localization.cs
@ -396,7 +396,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Names
path: ../TinyLife/Localization.cs
@ -424,7 +424,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChoicePrompts
path: ../TinyLife/Localization.cs
@ -452,7 +452,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Achievements
path: ../TinyLife/Localization.cs
@ -480,7 +480,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Overrides
path: ../TinyLife/Localization.cs

View file

@ -22,7 +22,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Localization
path: ../TinyLife/Localization.cs
@ -59,7 +59,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LanguageNames
path: ../TinyLife/Localization.cs
@ -88,7 +88,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Names
path: ../TinyLife/Localization.cs
@ -117,7 +117,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetLanguage
path: ../TinyLife/Localization.cs
@ -152,7 +152,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reload
path: ../TinyLife/Localization.cs
@ -180,7 +180,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Get
path: ../TinyLife/Localization.cs
@ -221,7 +221,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Get
path: ../TinyLife/Localization.cs
@ -265,7 +265,7 @@ items:
source:
remote:
path: TinyLife/Localization.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetKeys
path: ../TinyLife/Localization.cs

View file

@ -17,7 +17,7 @@ items:
source:
remote:
path: TinyLife/Mods/EventPhase.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EventPhase
path: ../TinyLife/Mods/EventPhase.cs
@ -46,7 +46,7 @@ items:
source:
remote:
path: TinyLife/Mods/EventPhase.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pre
path: ../TinyLife/Mods/EventPhase.cs
@ -74,7 +74,7 @@ items:
source:
remote:
path: TinyLife/Mods/EventPhase.cs
branch: main
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Post
path: ../TinyLife/Mods/EventPhase.cs

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