Compare commits

...

38 commits
0.41.0 ... main

Author SHA1 Message Date
Ell d6afff2059 fixed a missing space 2024-05-21 22:05:14 +02:00
Ell 8247d70f04 made the more button bold 2024-05-21 21:59:47 +02:00
Ell 2346822be7 clarify show more button 2024-05-21 21:51:06 +02:00
Ell 9f9a3b911a added "show more" button to posts sections 2024-05-21 21:49:10 +02:00
Ell 5ab1a6b17d reduce empty space in compiled blog html 2024-05-21 21:03:41 +02:00
Ell 5978931868 added remaining archive of itch posts 2024-05-21 19:48:31 +02:00
Ell ba4d11f03c added some more older posts 2024-05-21 18:39:43 +02:00
Ell fdfbec2f52 add emoji to blog categories 2024-05-21 18:20:14 +02:00
Ell 618edc6add flip wording 2024-05-21 18:16:20 +02:00
Ell 750f7579f7 made itch and steam links optional 2024-05-21 18:15:21 +02:00
Ell 1e2245bc97 this is my last attempt and if this doesn't work i'll just cry instead 2024-05-21 16:37:22 +02:00
Ell f3076d1db1 this is the least fun i've ever had with web design 2024-05-21 16:31:30 +02:00
Ell 3341056607 turns out firefox doesn't like *just* a max width (apparently) 2024-05-21 16:29:14 +02:00
Ell af011cf1ab wrap the devlog image in a div to hopefully make firefox mobile happy 2024-05-21 16:22:12 +02:00
Ell 596131e7d8 use 100% width for devlog images 2024-05-21 16:17:55 +02:00
Ell 2e9ff2c94b also assign max width to image 2024-05-21 16:15:02 +02:00
Ell 88f08a6d04 update css 2024-05-21 16:11:24 +02:00
Ell deb17ce465 make css expire more quickly 2024-05-21 16:05:42 +02:00
Ell b2127d97f9 added images to post list 2024-05-21 15:56:58 +02:00
Ell 8b4106a280 reorder posts categories 2024-05-21 15:22:31 +02:00
Ell a059141b5e move posts to /posts directory 2024-05-21 15:05:07 +02:00
Ell 7540f5a0bc added blog categories 2024-05-21 12:45:00 +02:00
Ell c594538047 remove community showcase mention from modding tutorials 2024-05-20 22:56:49 +02:00
Ell b577a301ad removed the community showcase site for now 2024-05-20 22:53:24 +02:00
Ell 2b71ea46ec width isn't an issue 2024-05-17 22:13:56 +02:00
Ell 5f18c6f51f force twitter widget to be full height 2024-05-17 22:10:15 +02:00
Ell acfd91bba5 updated dependencies 2024-05-17 21:51:50 +02:00
Ell c5d8df7e8a actions: automatically purge CF caches 2024-05-03 15:46:03 +02:00
Ell 88de317ee2 added a cookie notification to the website 2024-05-03 15:34:43 +02:00
Ell 685233c73e 0.41.2 2024-05-01 17:57:34 +02:00
Ell 5f1b877f90 elaborate on the verbose argument for translation testing 2024-04-28 20:20:27 +02:00
Ell f075f57fa7 hmm 2024-04-27 13:52:53 +02:00
Ell 7ad22366c7 some roadmap updates 2024-04-27 13:52:13 +02:00
Ell 972d2c5c38 0.41.1 2024-04-21 10:22:04 +02:00
Ell 697c45e361 improved styling & made subsites less wide 2024-04-17 20:10:06 +02:00
Ell 8711a857e0 fixed redirects 2024-04-16 10:17:05 +02:00
Ell 699184ede5 updated policy history link 2024-04-16 10:15:23 +02:00
Ell 72365f9fa8 moved common issues, preview version info, and the community policy, to the normal website 2024-04-16 10:14:15 +02:00
130 changed files with 1854 additions and 1262 deletions

View file

@ -38,8 +38,13 @@ jobs:
run: |
curl -L --output cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb && sudo dpkg -i cloudflared.deb
mkdir ~/.ssh && echo "${{ secrets.ELLBOT_KEY }}" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
rsync -rv --delete -e 'ssh -o "ProxyCommand cloudflared access ssh --hostname %h" -o "StrictHostKeyChecking=no"' web/_site/. ellbot@ssh.ellpeck.de:/var/www/tinylifegame
rsync -rv --delete -e 'ssh -o "ProxyCommand cloudflared access ssh --hostname %h" -o "StrictHostKeyChecking=no"' web/_site/. ellbot@ssh.ellpeck.de:/var/www/tinylifegame
- name: Purge Cloudflare cache
uses: NathanVaughn/actions-cloudflare-purge@v3.1.0
with:
cf_zone: ${{ secrets.CLOUDFLARE_ZONE }}
cf_auth: ${{ secrets.CLOUDFLARE_TOKEN }}
docs:
runs-on: ubuntu-latest
permissions:
@ -73,3 +78,8 @@ jobs:
curl -L --output cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb && sudo dpkg -i cloudflared.deb
mkdir ~/.ssh && echo "${{ secrets.ELLBOT_KEY }}" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
rsync -rv --delete -e 'ssh -o "ProxyCommand cloudflared access ssh --hostname %h" -o "StrictHostKeyChecking=no"' docs/_site/. ellbot@ssh.ellpeck.de:/var/www/tinylifedocs
- name: Purge Cloudflare cache
uses: NathanVaughn/actions-cloudflare-purge@v3.1.0
with:
cf_zone: ${{ secrets.CLOUDFLARE_ZONE }}
cf_auth: ${{ secrets.CLOUDFLARE_TOKEN }}

View file

@ -1,3 +1,46 @@
# 0.41.2
*May 1, 2024*
Additions
- Added a romantic action to ask other people about their reproductive abilities
Improvements
- Improved occasions that the Clean Everything action displays on
- Lower the chance of people visiting residential lots further
- Made it likelier for family members to visit each other
- Allow disabling controls hints through the in-game hint about them
- The pregnancy ability and voice style is now randomized when a baby is born, rather than selectable by the player
- Cleaned up the relationships tooltip
- Include the lot type and lot's covered areas as a tag when uploading a lot to the Steam workshop
- Made babies gain communication skill even when someone else initiated an interaction with them
- Increased the speed of reading skill gain again
- Made babies gain communication skill when being helped with actions
Fixes
- Fixed being able to view art through walls
- Fixed a rare exception when pathfinding to the current location
- Fixed the credits menu not being gamepad scrollable
- Fixed babies being unable to put down items if the only available parent object is on another floor
- Fixed babies trying to follow adults who are on different floors
- Fixed being unable to switch the viewed floor while following a person with the camera
- Fixed the new bee particle being able to go through walls
API
- Shortened the game's log message prefix by removing the date and shortening the log level to its initial
# 0.41.1
*April 21, 2024*
Additions
- Added two new achievements, one of which is hidden
Improvements
- Made food expire immediately when thrown in the trash
Fixes
- Fixed a rare crash when adding a new map with lot employments set
- Fixed an exception during payment when a babysitter has a life goal
# 0.41.0
*April 14, 2024*

View file

@ -3,7 +3,7 @@
"isRoot": false,
"tools": {
"docfx": {
"version": "2.74.1",
"version": "2.76.0",
"commands": [
"docfx"
]

View file

@ -10,3 +10,6 @@ RewriteBase /
# legacy redirects
RewriteRule ^Changelog(.html)?$ "https://tinylifegame.com/changelog" [R=301,L]
RewriteRule ^InGameNews(.html)?$ "https://tinylifegame.com/ingamenews" [R=301,L]
RewriteRule ^articles/content_policy(.html)?$ "https://tinylifegame.com/content_policy" [R=301,L]
RewriteRule ^articles/common_issues(.html)?$ "https://tinylifegame.com/common_issues" [R=301,L]
RewriteRule ^articles/preview(.html)?$ "https://tinylifegame.com/preview" [R=301,L]

View file

@ -138,6 +138,7 @@
"TinyLife.Actions.ActionType.AskAboutNonfictionBooks": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskAboutParenting": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskAboutPersonality": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskAboutReproductiveAbilities": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskBabysitterBabiesSat": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskBabysitterBrewConsumption": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskBabysitterCredentials": "TinyLife.Actions.ActionType.yml",
@ -1212,6 +1213,7 @@
"TinyLife.Emotions.IEmotionSource.SourceString": "TinyLife.Emotions.IEmotionSource.yml",
"TinyLife.GameImpl": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.Achievements": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.AddMapToSave(TinyLife.PerSaveOptions.MapInfo,System.Action)": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.Camera": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.CanBeExtremelyFast": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.CanSwitchGameModes": "TinyLife.GameImpl.yml",
@ -1249,6 +1251,7 @@
"TinyLife.GameImpl.Money": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.OnFinalizingGameContent": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.OnFinishedLoading": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.RemoveMapFromSave(TinyLife.World.Map)": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.RotateCamera(System.Boolean)": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.SaveName": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.Speed": "TinyLife.GameImpl.yml",
@ -1285,12 +1288,14 @@
"TinyLife.Goals.Achievement.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Goals.Achievement.yml",
"TinyLife.Goals.Achievement.Validate": "TinyLife.Goals.Achievement.yml",
"TinyLife.Goals.AchievementType": "TinyLife.Goals.AchievementType.yml",
"TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalInfo)": "TinyLife.Goals.AchievementType.yml",
"TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalSetInfo)": "TinyLife.Goals.AchievementType.yml",
"TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalInfo,System.Boolean)": "TinyLife.Goals.AchievementType.yml",
"TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalSetInfo,System.Boolean)": "TinyLife.Goals.AchievementType.yml",
"TinyLife.Goals.AchievementType.Construct": "TinyLife.Goals.AchievementType.yml",
"TinyLife.Goals.AchievementType.DieOnPublicLot": "TinyLife.Goals.AchievementType.yml",
"TinyLife.Goals.AchievementType.DisplayName": "TinyLife.Goals.AchievementType.yml",
"TinyLife.Goals.AchievementType.Goals": "TinyLife.Goals.AchievementType.yml",
"TinyLife.Goals.AchievementType.Hidden": "TinyLife.Goals.AchievementType.yml",
"TinyLife.Goals.AchievementType.HiddenTrash": "TinyLife.Goals.AchievementType.yml",
"TinyLife.Goals.AchievementType.Icon": "TinyLife.Goals.AchievementType.yml",
"TinyLife.Goals.AchievementType.Name": "TinyLife.Goals.AchievementType.yml",
"TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)": "TinyLife.Goals.AchievementType.yml",
@ -1365,7 +1370,7 @@
"TinyLife.Goals.GoalSetInfo.Configurations": "TinyLife.Goals.GoalSetInfo.yml",
"TinyLife.Goals.GoalSetInfo.Construct": "TinyLife.Goals.GoalSetInfo.yml",
"TinyLife.Goals.GoalTrigger": "TinyLife.Goals.GoalTrigger.yml",
"TinyLife.Goals.GoalTrigger.#ctor(System.String,System.Type[],System.Type[])": "TinyLife.Goals.GoalTrigger.yml",
"TinyLife.Goals.GoalTrigger.#ctor(System.String,System.Collections.Generic.IEnumerable{System.Type},System.Collections.Generic.IEnumerable{System.Type})": "TinyLife.Goals.GoalTrigger.yml",
"TinyLife.Goals.GoalTrigger.ActionCompleted": "TinyLife.Goals.GoalTrigger.yml",
"TinyLife.Goals.GoalTrigger.ActionEnded": "TinyLife.Goals.GoalTrigger.yml",
"TinyLife.Goals.GoalTrigger.ActionUpdate": "TinyLife.Goals.GoalTrigger.yml",
@ -1509,6 +1514,7 @@
"TinyLife.Goals.MemoryType.ConstructedType": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.FamilySocial": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.FoundOutPregnancy": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.HadAbortion": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.HadChild": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.HadFirstKiss": "TinyLife.Goals.MemoryType.yml",
@ -2078,6 +2084,7 @@
"TinyLife.Objects.FurnitureType.PaperPendantLight": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ParkTrashCan": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Pen": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.PenguinPainting": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.PlainCoffeeTable": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.PlateStack": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Pot": "TinyLife.Objects.FurnitureType.yml",
@ -2986,9 +2993,6 @@
"TinyLife.PerSaveOptions.MapInfo": "TinyLife.PerSaveOptions.MapInfo.yml",
"TinyLife.PerSaveOptions.MapInfo.#ctor(System.String,System.Boolean)": "TinyLife.PerSaveOptions.MapInfo.yml",
"TinyLife.PerSaveOptions.MapInfo.Custom": "TinyLife.PerSaveOptions.MapInfo.yml",
"TinyLife.PerSaveOptions.MapInfo.Equals(System.Object)": "TinyLife.PerSaveOptions.MapInfo.yml",
"TinyLife.PerSaveOptions.MapInfo.Equals(TinyLife.PerSaveOptions.MapInfo)": "TinyLife.PerSaveOptions.MapInfo.yml",
"TinyLife.PerSaveOptions.MapInfo.GetHashCode": "TinyLife.PerSaveOptions.MapInfo.yml",
"TinyLife.PerSaveOptions.MapInfo.Name": "TinyLife.PerSaveOptions.MapInfo.yml",
"TinyLife.PerSaveOptions.MapName": "TinyLife.PerSaveOptions.yml",
"TinyLife.PerSaveOptions.Maps": "TinyLife.PerSaveOptions.yml",
@ -3797,7 +3801,6 @@
"TinyLife.World.Household.FurnitureStorage": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Generate(TinyLife.World.Map,System.Random,System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation})": "TinyLife.World.Household.yml",
"TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})": "TinyLife.World.Household.yml",
"TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.GetMatchingConstellations(TinyLife.Objects.AgeGroup)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.HasBeenPlayed": "TinyLife.World.Household.yml",
"TinyLife.World.Household.HasMember(System.Guid)": "TinyLife.World.Household.yml",

View file

@ -26,6 +26,7 @@ items:
- TinyLife.Actions.ActionType.AskAboutNonfictionBooks
- TinyLife.Actions.ActionType.AskAboutParenting
- TinyLife.Actions.ActionType.AskAboutPersonality
- TinyLife.Actions.ActionType.AskAboutReproductiveAbilities
- TinyLife.Actions.ActionType.AskBabysitterBabiesSat
- TinyLife.Actions.ActionType.AskBabysitterBrewConsumption
- TinyLife.Actions.ActionType.AskBabysitterCredentials
@ -3246,7 +3247,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clean
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 511
startLine: 516
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3273,7 +3274,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Light
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 519
startLine: 524
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3300,7 +3301,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoHomework
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 527
startLine: 532
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3327,7 +3328,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayWithToy
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 539
startLine: 544
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3354,7 +3355,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CookChildFood
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 551
startLine: 556
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3381,7 +3382,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayInSandbox
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 564
startLine: 569
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3408,7 +3409,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShufflePuzzle
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 573
startLine: 578
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3435,7 +3436,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Puzzle
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 581
startLine: 586
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3462,7 +3463,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Store
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 589
startLine: 594
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3489,7 +3490,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFurnitureMail
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 600
startLine: 605
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3516,7 +3517,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadNewspaper
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 608
startLine: 613
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3543,7 +3544,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadJokes
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 616
startLine: 621
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3570,7 +3571,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrewCoffee
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 624
startLine: 629
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3597,7 +3598,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeTea
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 633
startLine: 638
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3624,7 +3625,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TinkerWith
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 642
startLine: 647
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3651,7 +3652,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdmireFood
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 659
startLine: 664
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3678,7 +3679,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddALittleSomething
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 667
startLine: 672
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3705,7 +3706,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RunAround
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 681
startLine: 686
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3732,7 +3733,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Rummage
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 690
startLine: 695
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3759,7 +3760,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddCandle
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 697
startLine: 702
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3786,7 +3787,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BlowOutCandles
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 703
startLine: 708
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3813,7 +3814,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutInFridge
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 707
startLine: 712
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3840,7 +3841,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeFromFridge
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 721
startLine: 726
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3867,7 +3868,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CleanOutFridge
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 724
startLine: 729
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3894,7 +3895,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetLeftovers
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 731
startLine: 736
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3921,7 +3922,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdoptChild
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 738
startLine: 743
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3948,7 +3949,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResearchBusinessPlans
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 746
startLine: 751
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3975,7 +3976,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeSalesPitch
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 760
startLine: 765
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4002,7 +4003,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadSkillBook
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 768
startLine: 773
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4029,7 +4030,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleNewspapers
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 777
startLine: 782
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4056,7 +4057,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleVisitors
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 782
startLine: 787
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4083,7 +4084,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeOutTrash
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 789
startLine: 794
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4110,7 +4111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayOnJungleGym
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 801
startLine: 806
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4137,7 +4138,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorColoringBook
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 810
startLine: 815
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4164,7 +4165,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CollectSunlight
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 819
startLine: 824
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4191,7 +4192,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoJogging
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 822
startLine: 827
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4218,7 +4219,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MoveHere
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 830
startLine: 835
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4245,7 +4246,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChatOnPhone
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 836
startLine: 841
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4272,7 +4273,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChatOnPhoneWith
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 843
startLine: 848
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4299,7 +4300,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetPhoneColor
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 848
startLine: 853
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4326,7 +4327,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetJobPhone
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 852
startLine: 857
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4353,7 +4354,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: QuitJobPhone
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 853
startLine: 858
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4380,7 +4381,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeVacationDayPhone
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 863
startLine: 868
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4407,7 +4408,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HireBabysitter
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 873
startLine: 878
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4434,7 +4435,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InviteOver
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 891
startLine: 896
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4461,7 +4462,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChangePronouns
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 907
startLine: 912
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4488,7 +4489,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvestigateRocks
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 910
startLine: 915
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4515,7 +4516,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TravelToMap
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 918
startLine: 923
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4542,7 +4543,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PsychSelfUp
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 922
startLine: 927
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4569,7 +4570,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadBabyBook
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 926
startLine: 931
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4596,7 +4597,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Potty
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 938
startLine: 943
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4623,7 +4624,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UseDiaper
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 950
startLine: 955
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4650,7 +4651,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FollowAdult
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 958
startLine: 963
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4677,7 +4678,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HaveBaby
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 975
startLine: 980
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4704,7 +4705,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HaveAbortion
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 983
startLine: 988
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4731,7 +4732,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakePregnancyTest
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 986
startLine: 991
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4758,7 +4759,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeOutOfCrib
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 993
startLine: 998
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4785,7 +4786,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SleepInCrib
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 1002
startLine: 1007
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4812,7 +4813,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeDrinks
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 1016
startLine: 1021
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4839,7 +4840,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpgradeFurniture
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 1024
startLine: 1029
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4866,7 +4867,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResearchUpgrades
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 1029
startLine: 1034
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4893,7 +4894,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeEmotionShower
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 1033
startLine: 1038
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -8871,6 +8872,33 @@ items:
return:
type: TinyLife.Actions.ActionType
content.vb: Public Shared ReadOnly BreakUp As ActionType
- uid: TinyLife.Actions.ActionType.AskAboutReproductiveAbilities
commentId: F:TinyLife.Actions.ActionType.AskAboutReproductiveAbilities
id: AskAboutReproductiveAbilities
parent: TinyLife.Actions.ActionType
langs:
- csharp
- vb
name: AskAboutReproductiveAbilities
nameWithType: ActionType.AskAboutReproductiveAbilities
fullName: TinyLife.Actions.ActionType.AskAboutReproductiveAbilities
type: Field
source:
remote:
path: TinyLife/Actions/ActionType.Social.Romantic.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AskAboutReproductiveAbilities
path: ../TinyLife/Actions/ActionType.Social.Romantic.cs
startLine: 131
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: public static readonly ActionType AskAboutReproductiveAbilities
return:
type: TinyLife.Actions.ActionType
content.vb: Public Shared ReadOnly AskAboutReproductiveAbilities As ActionType
- uid: TinyLife.Actions.ActionType.ToggleTryingForBaby
commentId: F:TinyLife.Actions.ActionType.ToggleTryingForBaby
id: ToggleTryingForBaby
@ -8889,7 +8917,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleTryingForBaby
path: ../TinyLife/Actions/ActionType.Social.Romantic.cs
startLine: 134
startLine: 144
assemblies:
- Tiny Life
namespace: TinyLife.Actions

View file

@ -247,7 +247,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/DiscardHeldItemAction.cs
startLine: 50
startLine: 51
assemblies:
- Tiny Life
namespace: TinyLife.Actions

View file

@ -497,7 +497,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/PathfindAction.cs
startLine: 106
startLine: 107
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -534,7 +534,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/PathfindAction.cs
startLine: 117
startLine: 118
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -572,7 +572,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/PathfindAction.cs
startLine: 125
startLine: 126
assemblies:
- Tiny Life
namespace: TinyLife.Actions

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluationResult
path: ../TinyLife/Actions/TalkAction.cs
startLine: 462
startLine: 464
assemblies:
- Tiny Life
namespace: TinyLife.Actions

View file

@ -760,7 +760,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluateValues
path: ../TinyLife/Actions/TalkAction.cs
startLine: 375
startLine: 377
assemblies:
- Tiny Life
namespace: TinyLife.Actions

View file

@ -609,7 +609,7 @@ items:
summary: >-
A helper method to create a <xref href="TinyLife.Actions.TalkAction" data-throw-if-not-resolved="false"></xref> using <xref href="TinyLife.Actions.TalkAction.Create(System.String%2cSystem.Func%7bTinyLife.Objects.Person%2cSystem.Single%7d%2cTinyLife.Actions.TalkAction.TalkSettings)" data-throw-if-not-resolved="false"></xref>, but with default settings applied for an action in the Romantic category.
The passed <xref href="TinyLife.Actions.TalkAction.TalkSettings" data-throw-if-not-resolved="false"></xref> will be modified in this method, modifying its <xref href="TinyLife.Actions.ActionType.TypeSettings.CanExecute" data-throw-if-not-resolved="false"></xref> delegate to check <xref href="TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> as well, modifying its <xref href="TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance" data-throw-if-not-resolved="false"></xref> to be increased if the partner is already <xref href="TinyLife.Relationship.Dating" data-throw-if-not-resolved="false"></xref> someone else, and settings its <xref href="TinyLife.Actions.TalkAction.TalkSettings.FailEmotion" data-throw-if-not-resolved="false"></xref> to <xref href="TinyLife.Emotions.EmotionModifier.FailedRomance" data-throw-if-not-resolved="false"></xref>.
The passed <xref href="TinyLife.Actions.TalkAction.TalkSettings" data-throw-if-not-resolved="false"></xref> will be modified in this method, modifying its <xref href="TinyLife.Actions.ActionType.TypeSettings.CanExecute" data-throw-if-not-resolved="false"></xref> delegate to check <xref href="TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> as well, modifying its <xref href="TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance" data-throw-if-not-resolved="false"></xref> to be increased if the partner is already <xref href="TinyLife.Relationship.Dating" data-throw-if-not-resolved="false"></xref> someone else, defaulting its <xref href="TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage" data-throw-if-not-resolved="false"></xref> to return 1 if not already set, and settings its <xref href="TinyLife.Actions.TalkAction.TalkSettings.FailEmotion" data-throw-if-not-resolved="false"></xref> to <xref href="TinyLife.Emotions.EmotionModifier.FailedRomance" data-throw-if-not-resolved="false"></xref>.
example: []
syntax:
content: public static ActionType.TypeSettings CreateRomantic(string name, Func<Person, float> priority, TalkAction.TalkSettings settings)
@ -5614,6 +5614,12 @@ references:
name: Dating
nameWithType: Relationship.Dating
fullName: TinyLife.Relationship.Dating
- uid: TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage
href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_GainRomancePercentage
name: GainRomancePercentage
nameWithType: TalkAction.TalkSettings.GainRomancePercentage
fullName: TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage
- uid: TinyLife.Actions.TalkAction.TalkSettings.FailEmotion
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.FailEmotion
href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_FailEmotion

View file

@ -26,7 +26,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameMode
path: ../TinyLife/GameImpl.cs
startLine: 1362
startLine: 1387
assemblies:
- Tiny Life
namespace: TinyLife
@ -55,7 +55,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitialLoad
path: ../TinyLife/GameImpl.cs
startLine: 1365
startLine: 1390
assemblies:
- Tiny Life
namespace: TinyLife
@ -83,7 +83,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Splash
path: ../TinyLife/GameImpl.cs
startLine: 1367
startLine: 1392
assemblies:
- Tiny Life
namespace: TinyLife
@ -111,7 +111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainMenu
path: ../TinyLife/GameImpl.cs
startLine: 1369
startLine: 1394
assemblies:
- Tiny Life
namespace: TinyLife
@ -139,7 +139,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectHousehold
path: ../TinyLife/GameImpl.cs
startLine: 1371
startLine: 1396
assemblies:
- Tiny Life
namespace: TinyLife
@ -167,7 +167,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHousehold
path: ../TinyLife/GameImpl.cs
startLine: 1373
startLine: 1398
assemblies:
- Tiny Life
namespace: TinyLife
@ -195,7 +195,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildOnly
path: ../TinyLife/GameImpl.cs
startLine: 1375
startLine: 1400
assemblies:
- Tiny Life
namespace: TinyLife
@ -223,7 +223,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CharacterCreation
path: ../TinyLife/GameImpl.cs
startLine: 1377
startLine: 1402
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -6,6 +6,7 @@ items:
parent: TinyLife
children:
- TinyLife.GameImpl.Achievements
- TinyLife.GameImpl.AddMapToSave(TinyLife.PerSaveOptions.MapInfo,System.Action)
- TinyLife.GameImpl.Camera
- TinyLife.GameImpl.CanBeExtremelyFast
- TinyLife.GameImpl.CanSwitchGameModes
@ -35,6 +36,7 @@ items:
- TinyLife.GameImpl.Money
- TinyLife.GameImpl.OnFinalizingGameContent
- TinyLife.GameImpl.OnFinishedLoading
- TinyLife.GameImpl.RemoveMapFromSave(TinyLife.World.Map)
- TinyLife.GameImpl.RotateCamera(System.Boolean)
- TinyLife.GameImpl.SaveName
- TinyLife.GameImpl.Speed
@ -57,7 +59,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameImpl
path: ../TinyLife/GameImpl.cs
startLine: 56
startLine: 57
assemblies:
- Tiny Life
namespace: TinyLife
@ -147,7 +149,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Version
path: ../TinyLife/GameImpl.cs
startLine: 61
startLine: 62
assemblies:
- Tiny Life
namespace: TinyLife
@ -176,7 +178,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: ../TinyLife/GameImpl.cs
startLine: 66
startLine: 67
assemblies:
- Tiny Life
namespace: TinyLife
@ -207,7 +209,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Achievements
path: ../TinyLife/GameImpl.cs
startLine: 74
startLine: 75
assemblies:
- Tiny Life
namespace: TinyLife
@ -216,7 +218,7 @@ items:
Achievements are automatically added to this collection if they are registered as <xref href="TinyLife.Goals.AchievementType" data-throw-if-not-resolved="false"></xref> instances.
To complete an achievement, use <xref href="TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)" data-throw-if-not-resolved="false"></xref>.
To complete an achievement that doesn't have any goals manually, use <xref href="TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)" data-throw-if-not-resolved="false"></xref>.
example: []
syntax:
content: public readonly HashSet<Achievement> Achievements
@ -241,7 +243,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GraphicsMetrics
path: ../TinyLife/GameImpl.cs
startLine: 80
startLine: 81
assemblies:
- Tiny Life
namespace: TinyLife
@ -272,7 +274,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Camera
path: ../TinyLife/GameImpl.cs
startLine: 84
startLine: 85
assemblies:
- Tiny Life
namespace: TinyLife
@ -303,7 +305,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Listener
path: ../TinyLife/GameImpl.cs
startLine: 88
startLine: 89
assemblies:
- Tiny Life
namespace: TinyLife
@ -334,7 +336,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentTool
path: ../TinyLife/GameImpl.cs
startLine: 92
startLine: 93
assemblies:
- Tiny Life
namespace: TinyLife
@ -365,7 +367,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentHousehold
path: ../TinyLife/GameImpl.cs
startLine: 107
startLine: 108
assemblies:
- Tiny Life
namespace: TinyLife
@ -396,7 +398,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Money
path: ../TinyLife/GameImpl.cs
startLine: 111
startLine: 112
assemblies:
- Tiny Life
namespace: TinyLife
@ -427,7 +429,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentLot
path: ../TinyLife/GameImpl.cs
startLine: 121
startLine: 122
assemblies:
- Tiny Life
namespace: TinyLife
@ -458,7 +460,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Speed
path: ../TinyLife/GameImpl.cs
startLine: 127
startLine: 128
assemblies:
- Tiny Life
namespace: TinyLife
@ -494,7 +496,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FollowingPerson
path: ../TinyLife/GameImpl.cs
startLine: 140
startLine: 141
assemblies:
- Tiny Life
namespace: TinyLife
@ -525,7 +527,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SaveName
path: ../TinyLife/GameImpl.cs
startLine: 144
startLine: 145
assemblies:
- Tiny Life
namespace: TinyLife
@ -556,7 +558,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mode
path: ../TinyLife/GameImpl.cs
startLine: 148
startLine: 149
assemblies:
- Tiny Life
namespace: TinyLife
@ -587,7 +589,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CursorPosition
path: ../TinyLife/GameImpl.cs
startLine: 153
startLine: 154
assemblies:
- Tiny Life
namespace: TinyLife
@ -621,7 +623,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentCursor
path: ../TinyLife/GameImpl.cs
startLine: 158
startLine: 159
assemblies:
- Tiny Life
namespace: TinyLife
@ -653,7 +655,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentMaps
path: ../TinyLife/GameImpl.cs
startLine: 162
startLine: 163
assemblies:
- Tiny Life
namespace: TinyLife
@ -684,7 +686,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentMap
path: ../TinyLife/GameImpl.cs
startLine: 166
startLine: 167
assemblies:
- Tiny Life
namespace: TinyLife
@ -715,7 +717,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnFinalizingGameContent
path: ../TinyLife/GameImpl.cs
startLine: 172
startLine: 173
assemblies:
- Tiny Life
namespace: TinyLife
@ -747,7 +749,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnFinishedLoading
path: ../TinyLife/GameImpl.cs
startLine: 176
startLine: 177
assemblies:
- Tiny Life
namespace: TinyLife
@ -776,7 +778,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoadContent
path: ../TinyLife/GameImpl.cs
startLine: 270
startLine: 271
assemblies:
- Tiny Life
namespace: TinyLife
@ -805,7 +807,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoUpdate
path: ../TinyLife/GameImpl.cs
startLine: 320
startLine: 321
assemblies:
- Tiny Life
namespace: TinyLife
@ -841,7 +843,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoDraw
path: ../TinyLife/GameImpl.cs
startLine: 626
startLine: 627
assemblies:
- Tiny Life
namespace: TinyLife
@ -877,7 +879,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dispose
path: ../TinyLife/GameImpl.cs
startLine: 662
startLine: 663
assemblies:
- Tiny Life
namespace: TinyLife
@ -911,7 +913,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RotateCamera
path: ../TinyLife/GameImpl.cs
startLine: 680
startLine: 681
assemblies:
- Tiny Life
namespace: TinyLife
@ -946,7 +948,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ZoomCamera
path: ../TinyLife/GameImpl.cs
startLine: 696
startLine: 697
assemblies:
- Tiny Life
namespace: TinyLife
@ -981,7 +983,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCursorOnUi
path: ../TinyLife/GameImpl.cs
startLine: 708
startLine: 709
assemblies:
- Tiny Life
namespace: TinyLife
@ -1012,7 +1014,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SwitchGameMode
path: ../TinyLife/GameImpl.cs
startLine: 720
startLine: 721
assemblies:
- Tiny Life
namespace: TinyLife
@ -1047,7 +1049,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SwitchMap
path: ../TinyLife/GameImpl.cs
startLine: 818
startLine: 819
assemblies:
- Tiny Life
namespace: TinyLife
@ -1085,7 +1087,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeExtremelyFast
path: ../TinyLife/GameImpl.cs
startLine: 845
startLine: 846
assemblies:
- Tiny Life
namespace: TinyLife
@ -1119,7 +1121,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanSwitchGameModes
path: ../TinyLife/GameImpl.cs
startLine: 856
startLine: 857
assemblies:
- Tiny Life
namespace: TinyLife
@ -1153,7 +1155,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FadeKeyboardLighting
path: ../TinyLife/GameImpl.cs
startLine: 871
startLine: 872
assemblies:
- Tiny Life
namespace: TinyLife
@ -1188,7 +1190,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeScreenshot
path: ../TinyLife/GameImpl.cs
startLine: 897
startLine: 898
assemblies:
- Tiny Life
namespace: TinyLife
@ -1229,7 +1231,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MarkLotVisible
path: ../TinyLife/GameImpl.cs
startLine: 925
startLine: 926
assemblies:
- Tiny Life
namespace: TinyLife
@ -1266,7 +1268,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MarkLotNonVisible
path: ../TinyLife/GameImpl.cs
startLine: 941
startLine: 942
assemblies:
- Tiny Life
namespace: TinyLife
@ -1298,7 +1300,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsLotVisible
path: ../TinyLife/GameImpl.cs
startLine: 952
startLine: 953
assemblies:
- Tiny Life
namespace: TinyLife
@ -1336,7 +1338,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FollowPerson
path: ../TinyLife/GameImpl.cs
startLine: 965
startLine: 966
assemblies:
- Tiny Life
namespace: TinyLife
@ -1362,6 +1364,66 @@ items:
nameWithType.vb: GameImpl.FollowPerson(Person, Boolean, Action)
fullName.vb: TinyLife.GameImpl.FollowPerson(TinyLife.Objects.Person, Boolean, System.Action)
name.vb: FollowPerson(Person, Boolean, Action)
- uid: TinyLife.GameImpl.AddMapToSave(TinyLife.PerSaveOptions.MapInfo,System.Action)
commentId: M:TinyLife.GameImpl.AddMapToSave(TinyLife.PerSaveOptions.MapInfo,System.Action)
id: AddMapToSave(TinyLife.PerSaveOptions.MapInfo,System.Action)
parent: TinyLife.GameImpl
langs:
- csharp
- vb
name: AddMapToSave(MapInfo, Action)
nameWithType: GameImpl.AddMapToSave(PerSaveOptions.MapInfo, Action)
fullName: TinyLife.GameImpl.AddMapToSave(TinyLife.PerSaveOptions.MapInfo, System.Action)
type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddMapToSave
path: ../TinyLife/GameImpl.cs
startLine: 990
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public void AddMapToSave(PerSaveOptions.MapInfo info, Action after = null)
parameters:
- id: info
type: TinyLife.PerSaveOptions.MapInfo
- id: after
type: System.Action
content.vb: Public Sub AddMapToSave(info As PerSaveOptions.MapInfo, after As Action = Nothing)
overload: TinyLife.GameImpl.AddMapToSave*
- uid: TinyLife.GameImpl.RemoveMapFromSave(TinyLife.World.Map)
commentId: M:TinyLife.GameImpl.RemoveMapFromSave(TinyLife.World.Map)
id: RemoveMapFromSave(TinyLife.World.Map)
parent: TinyLife.GameImpl
langs:
- csharp
- vb
name: RemoveMapFromSave(Map)
nameWithType: GameImpl.RemoveMapFromSave(Map)
fullName: TinyLife.GameImpl.RemoveMapFromSave(TinyLife.World.Map)
type: Method
source:
remote:
path: TinyLife/GameImpl.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveMapFromSave
path: ../TinyLife/GameImpl.cs
startLine: 1008
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public void RemoveMapFromSave(Map map)
parameters:
- id: map
type: TinyLife.World.Map
content.vb: Public Sub RemoveMapFromSave(map As Map)
overload: TinyLife.GameImpl.RemoveMapFromSave*
- uid: TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)
commentId: M:TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)
id: CompleteAchievement(TinyLife.Goals.AchievementType)
@ -1380,7 +1442,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteAchievement
path: ../TinyLife/GameImpl.cs
startLine: 994
startLine: 1019
assemblies:
- Tiny Life
namespace: TinyLife
@ -3955,6 +4017,41 @@ references:
name: FollowPerson
nameWithType: GameImpl.FollowPerson
fullName: TinyLife.GameImpl.FollowPerson
- uid: TinyLife.GameImpl.AddMapToSave*
commentId: Overload:TinyLife.GameImpl.AddMapToSave
href: TinyLife.GameImpl.html#TinyLife_GameImpl_AddMapToSave_TinyLife_PerSaveOptions_MapInfo_System_Action_
name: AddMapToSave
nameWithType: GameImpl.AddMapToSave
fullName: TinyLife.GameImpl.AddMapToSave
- uid: TinyLife.PerSaveOptions.MapInfo
commentId: T:TinyLife.PerSaveOptions.MapInfo
parent: TinyLife
href: TinyLife.PerSaveOptions.html
name: PerSaveOptions.MapInfo
nameWithType: PerSaveOptions.MapInfo
fullName: TinyLife.PerSaveOptions.MapInfo
spec.csharp:
- uid: TinyLife.PerSaveOptions
name: PerSaveOptions
href: TinyLife.PerSaveOptions.html
- name: .
- uid: TinyLife.PerSaveOptions.MapInfo
name: MapInfo
href: TinyLife.PerSaveOptions.MapInfo.html
spec.vb:
- uid: TinyLife.PerSaveOptions
name: PerSaveOptions
href: TinyLife.PerSaveOptions.html
- name: .
- uid: TinyLife.PerSaveOptions.MapInfo
name: MapInfo
href: TinyLife.PerSaveOptions.MapInfo.html
- uid: TinyLife.GameImpl.RemoveMapFromSave*
commentId: Overload:TinyLife.GameImpl.RemoveMapFromSave
href: TinyLife.GameImpl.html#TinyLife_GameImpl_RemoveMapFromSave_TinyLife_World_Map_
name: RemoveMapFromSave
nameWithType: GameImpl.RemoveMapFromSave
fullName: TinyLife.GameImpl.RemoveMapFromSave
- uid: TinyLife.GameImpl.Achievements
commentId: F:TinyLife.GameImpl.Achievements
href: TinyLife.GameImpl.html#TinyLife_GameImpl_Achievements

View file

@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameSpeed
path: ../TinyLife/Options.cs
startLine: 620
startLine: 603
assemblies:
- Tiny Life
namespace: TinyLife
@ -56,7 +56,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Paused
path: ../TinyLife/Options.cs
startLine: 625
startLine: 608
assemblies:
- Tiny Life
namespace: TinyLife
@ -84,7 +84,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Regular
path: ../TinyLife/Options.cs
startLine: 629
startLine: 612
assemblies:
- Tiny Life
namespace: TinyLife
@ -112,7 +112,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fast
path: ../TinyLife/Options.cs
startLine: 633
startLine: 616
assemblies:
- Tiny Life
namespace: TinyLife
@ -140,7 +140,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryFast
path: ../TinyLife/Options.cs
startLine: 637
startLine: 620
assemblies:
- Tiny Life
namespace: TinyLife
@ -168,7 +168,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtremelyFast
path: ../TinyLife/Options.cs
startLine: 642
startLine: 625
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -29,7 +29,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenealogyType
path: ../TinyLife/Relationship.cs
startLine: 544
startLine: 550
assemblies:
- Tiny Life
namespace: TinyLife
@ -64,7 +64,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Unrelated
path: ../TinyLife/Relationship.cs
startLine: 549
startLine: 555
assemblies:
- Tiny Life
namespace: TinyLife
@ -92,7 +92,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Parent
path: ../TinyLife/Relationship.cs
startLine: 553
startLine: 559
assemblies:
- Tiny Life
namespace: TinyLife
@ -120,7 +120,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child
path: ../TinyLife/Relationship.cs
startLine: 557
startLine: 563
assemblies:
- Tiny Life
namespace: TinyLife
@ -148,7 +148,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sibling
path: ../TinyLife/Relationship.cs
startLine: 561
startLine: 567
assemblies:
- Tiny Life
namespace: TinyLife
@ -176,7 +176,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Nibling
path: ../TinyLife/Relationship.cs
startLine: 565
startLine: 571
assemblies:
- Tiny Life
namespace: TinyLife
@ -204,7 +204,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pibling
path: ../TinyLife/Relationship.cs
startLine: 569
startLine: 575
assemblies:
- Tiny Life
namespace: TinyLife
@ -232,7 +232,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandparent
path: ../TinyLife/Relationship.cs
startLine: 573
startLine: 579
assemblies:
- Tiny Life
namespace: TinyLife
@ -260,7 +260,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandchild
path: ../TinyLife/Relationship.cs
startLine: 577
startLine: 583
assemblies:
- Tiny Life
namespace: TinyLife
@ -288,7 +288,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cousin
path: ../TinyLife/Relationship.cs
startLine: 581
startLine: 587
assemblies:
- Tiny Life
namespace: TinyLife
@ -316,7 +316,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistantlyRelated
path: ../TinyLife/Relationship.cs
startLine: 585
startLine: 591
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -27,7 +27,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Achievement
path: ../TinyLife/Goals/Achievement.cs
startLine: 159
startLine: 172
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -79,7 +79,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Goals/Achievement.cs
startLine: 166
startLine: 179
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -118,7 +118,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals
path: ../TinyLife/Goals/Achievement.cs
startLine: 170
startLine: 183
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -163,7 +163,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed
path: ../TinyLife/Goals/Achievement.cs
startLine: 176
startLine: 189
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -211,7 +211,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Achievement.cs
startLine: 185
startLine: 198
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -252,7 +252,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Goals/Achievement.cs
startLine: 197
startLine: 210
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -296,7 +296,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateElement
path: ../TinyLife/Goals/Achievement.cs
startLine: 207
startLine: 220
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -330,7 +330,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Goals/Achievement.cs
startLine: 237
startLine: 250
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -361,7 +361,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Complete
path: ../TinyLife/Goals/Achievement.cs
startLine: 245
startLine: 258
assemblies:
- Tiny Life
namespace: TinyLife.Goals

View file

@ -5,12 +5,14 @@ items:
id: AchievementType
parent: TinyLife.Goals
children:
- TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalInfo)
- TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalSetInfo)
- TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalInfo,System.Boolean)
- TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalSetInfo,System.Boolean)
- TinyLife.Goals.AchievementType.Construct
- TinyLife.Goals.AchievementType.DieOnPublicLot
- TinyLife.Goals.AchievementType.DisplayName
- TinyLife.Goals.AchievementType.Goals
- TinyLife.Goals.AchievementType.Hidden
- TinyLife.Goals.AchievementType.HiddenTrash
- TinyLife.Goals.AchievementType.Icon
- TinyLife.Goals.AchievementType.Name
- TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
@ -143,6 +145,33 @@ items:
return:
type: TinyLife.Goals.AchievementType
content.vb: Public Shared ReadOnly DieOnPublicLot As AchievementType
- uid: TinyLife.Goals.AchievementType.HiddenTrash
commentId: F:TinyLife.Goals.AchievementType.HiddenTrash
id: HiddenTrash
parent: TinyLife.Goals.AchievementType
langs:
- csharp
- vb
name: HiddenTrash
nameWithType: AchievementType.HiddenTrash
fullName: TinyLife.Goals.AchievementType.HiddenTrash
type: Field
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HiddenTrash
path: ../TinyLife/Goals/Achievement.cs
startLine: 38
assemblies:
- Tiny Life
namespace: TinyLife.Goals
syntax:
content: public static readonly AchievementType HiddenTrash
return:
type: TinyLife.Goals.AchievementType
content.vb: Public Shared ReadOnly HiddenTrash As AchievementType
- uid: TinyLife.Goals.AchievementType.Name
commentId: F:TinyLife.Goals.AchievementType.Name
id: Name
@ -161,7 +190,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/Achievement.cs
startLine: 68
startLine: 71
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -190,7 +219,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/Goals/Achievement.cs
startLine: 72
startLine: 75
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -219,7 +248,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals
path: ../TinyLife/Goals/Achievement.cs
startLine: 77
startLine: 80
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -233,6 +262,33 @@ items:
return:
type: TinyLife.Goals.GoalSetInfo
content.vb: Public ReadOnly Goals As GoalSetInfo
- uid: TinyLife.Goals.AchievementType.Hidden
commentId: F:TinyLife.Goals.AchievementType.Hidden
id: Hidden
parent: TinyLife.Goals.AchievementType
langs:
- csharp
- vb
name: Hidden
nameWithType: AchievementType.Hidden
fullName: TinyLife.Goals.AchievementType.Hidden
type: Field
source:
remote:
path: TinyLife/Goals/Achievement.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hidden
path: ../TinyLife/Goals/Achievement.cs
startLine: 81
assemblies:
- Tiny Life
namespace: TinyLife.Goals
syntax:
content: public readonly bool Hidden
return:
type: System.Boolean
content.vb: Public ReadOnly Hidden As Boolean
- uid: TinyLife.Goals.AchievementType.DisplayName
commentId: P:TinyLife.Goals.AchievementType.DisplayName
id: DisplayName
@ -251,7 +307,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName
path: ../TinyLife/Goals/Achievement.cs
startLine: 82
startLine: 86
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -264,16 +320,16 @@ items:
type: System.String
content.vb: Public ReadOnly Property DisplayName As String
overload: TinyLife.Goals.AchievementType.DisplayName*
- uid: TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalInfo)
commentId: M:TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalInfo)
id: '#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalInfo)'
- uid: TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalInfo,System.Boolean)
commentId: M:TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalInfo,System.Boolean)
id: '#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalInfo,System.Boolean)'
parent: TinyLife.Goals.AchievementType
langs:
- csharp
- vb
name: AchievementType(string, TextureRegion, GoalInfo)
nameWithType: AchievementType.AchievementType(string, TextureRegion, GoalInfo)
fullName: TinyLife.Goals.AchievementType.AchievementType(string, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalInfo)
name: AchievementType(string, TextureRegion, GoalInfo, bool)
nameWithType: AchievementType.AchievementType(string, TextureRegion, GoalInfo, bool)
fullName: TinyLife.Goals.AchievementType.AchievementType(string, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalInfo, bool)
type: Constructor
source:
remote:
@ -282,14 +338,14 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Achievement.cs
startLine: 90
startLine: 94
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: Creates a new achievement type with the given settings.
example: []
syntax:
content: public AchievementType(string name, TextureRegion icon, GoalInfo goal)
content: public AchievementType(string name, TextureRegion icon, GoalInfo goal, bool hidden = false)
parameters:
- id: name
type: System.String
@ -300,21 +356,23 @@ items:
- id: goal
type: TinyLife.Goals.GoalInfo
description: The goal that have to be fulfilled for this achievement to be completed. If this is null, <xref href="TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)" data-throw-if-not-resolved="false"></xref> has to be used to complete an achievement of this type.
content.vb: Public Sub New(name As String, icon As TextureRegion, goal As GoalInfo)
- id: hidden
type: System.Boolean
content.vb: Public Sub New(name As String, icon As TextureRegion, goal As GoalInfo, hidden As Boolean = False)
overload: TinyLife.Goals.AchievementType.#ctor*
nameWithType.vb: AchievementType.New(String, TextureRegion, GoalInfo)
fullName.vb: TinyLife.Goals.AchievementType.New(String, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalInfo)
name.vb: New(String, TextureRegion, GoalInfo)
- uid: TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalSetInfo)
commentId: M:TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalSetInfo)
id: '#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalSetInfo)'
nameWithType.vb: AchievementType.New(String, TextureRegion, GoalInfo, Boolean)
fullName.vb: TinyLife.Goals.AchievementType.New(String, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalInfo, Boolean)
name.vb: New(String, TextureRegion, GoalInfo, Boolean)
- uid: TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalSetInfo,System.Boolean)
commentId: M:TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalSetInfo,System.Boolean)
id: '#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalSetInfo,System.Boolean)'
parent: TinyLife.Goals.AchievementType
langs:
- csharp
- vb
name: AchievementType(string, TextureRegion, GoalSetInfo)
nameWithType: AchievementType.AchievementType(string, TextureRegion, GoalSetInfo)
fullName: TinyLife.Goals.AchievementType.AchievementType(string, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalSetInfo)
name: AchievementType(string, TextureRegion, GoalSetInfo, bool)
nameWithType: AchievementType.AchievementType(string, TextureRegion, GoalSetInfo, bool)
fullName: TinyLife.Goals.AchievementType.AchievementType(string, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalSetInfo, bool)
type: Constructor
source:
remote:
@ -323,14 +381,14 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/Achievement.cs
startLine: 98
startLine: 102
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: Creates a new achievement type with the given settings.
example: []
syntax:
content: public AchievementType(string name, TextureRegion icon, GoalSetInfo goals = null)
content: public AchievementType(string name, TextureRegion icon, GoalSetInfo goals = null, bool hidden = false)
parameters:
- id: name
type: System.String
@ -341,11 +399,13 @@ items:
- id: goals
type: TinyLife.Goals.GoalSetInfo
description: The set of goals that have to be fulfilled for this achievement to be completed. If this is null, <xref href="TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)" data-throw-if-not-resolved="false"></xref> has to be used to complete an achievement of this type.
content.vb: Public Sub New(name As String, icon As TextureRegion, goals As GoalSetInfo = Nothing)
- id: hidden
type: System.Boolean
content.vb: Public Sub New(name As String, icon As TextureRegion, goals As GoalSetInfo = Nothing, hidden As Boolean = False)
overload: TinyLife.Goals.AchievementType.#ctor*
nameWithType.vb: AchievementType.New(String, TextureRegion, GoalSetInfo)
fullName.vb: TinyLife.Goals.AchievementType.New(String, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalSetInfo)
name.vb: New(String, TextureRegion, GoalSetInfo)
nameWithType.vb: AchievementType.New(String, TextureRegion, GoalSetInfo, Boolean)
fullName.vb: TinyLife.Goals.AchievementType.New(String, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalSetInfo, Boolean)
name.vb: New(String, TextureRegion, GoalSetInfo, Boolean)
- uid: TinyLife.Goals.AchievementType.Construct
commentId: M:TinyLife.Goals.AchievementType.Construct
id: Construct
@ -364,7 +424,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: ../TinyLife/Goals/Achievement.cs
startLine: 108
startLine: 113
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -395,7 +455,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Goals/Achievement.cs
startLine: 117
startLine: 122
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -1004,6 +1064,17 @@ references:
name: GoalSetInfo
nameWithType: GoalSetInfo
fullName: TinyLife.Goals.GoalSetInfo
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
- uid: TinyLife.Goals.AchievementType.Name
commentId: F:TinyLife.Goals.AchievementType.Name
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType_Name
@ -1018,7 +1089,7 @@ references:
fullName: TinyLife.Goals.AchievementType.DisplayName
- uid: TinyLife.Goals.AchievementType.#ctor*
commentId: Overload:TinyLife.Goals.AchievementType.#ctor
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType__ctor_System_String_MLEM_Textures_TextureRegion_TinyLife_Goals_GoalInfo_
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType__ctor_System_String_MLEM_Textures_TextureRegion_TinyLife_Goals_GoalInfo_System_Boolean_
name: AchievementType
nameWithType: AchievementType.AchievementType
fullName: TinyLife.Goals.AchievementType.AchievementType

View file

@ -5,7 +5,7 @@ items:
id: GoalTrigger
parent: TinyLife.Goals
children:
- TinyLife.Goals.GoalTrigger.#ctor(System.String,System.Type[],System.Type[])
- TinyLife.Goals.GoalTrigger.#ctor(System.String,System.Collections.Generic.IEnumerable{System.Type},System.Collections.Generic.IEnumerable{System.Type})
- TinyLife.Goals.GoalTrigger.ActionCompleted
- TinyLife.Goals.GoalTrigger.ActionEnded
- TinyLife.Goals.GoalTrigger.ActionUpdate
@ -38,7 +38,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalTrigger
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 14
startLine: 16
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -80,7 +80,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PersonUpdate
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 20
startLine: 22
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -112,7 +112,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurnitureCreated
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 26
startLine: 28
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -146,7 +146,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionCompleted
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 31
startLine: 33
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -178,7 +178,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionEnded
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 36
startLine: 38
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -210,7 +210,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 41
startLine: 43
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -242,7 +242,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EarnMoney
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 47
startLine: 49
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -251,7 +251,7 @@ items:
By default, this trigger is used in <xref href="TinyLife.Objects.Person.EarnMoney(System.Single%2cSystem.Object)" data-throw-if-not-resolved="false"></xref>.
This goal trigger supports the <xref href="TinyLife.Goals.Project" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Actions.Action" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Goals.Job" data-throw-if-not-resolved="false"></xref> object types and the <xref href="TinyLife.Goals.ConditionedGoal" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Goals.AmountGoal" data-throw-if-not-resolved="false"></xref> goal types.
This goal trigger supports the <xref href="TinyLife.Goals.Project" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Actions.Action" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Goals.Job" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.World.LotEmployment.Instance" data-throw-if-not-resolved="false"></xref> object types and the <xref href="TinyLife.Goals.ConditionedGoal" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Goals.AmountGoal" data-throw-if-not-resolved="false"></xref> goal types.
example: []
syntax:
content: public static readonly GoalTrigger EarnMoney
@ -276,7 +276,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionGained
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 52
startLine: 54
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -308,7 +308,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionLost
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 57
startLine: 59
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -340,7 +340,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodEaten
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 62
startLine: 64
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -372,7 +372,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProjectCompleted
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 67
startLine: 69
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -404,7 +404,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 72
startLine: 74
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -433,17 +433,17 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ValidObjects
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 76
startLine: 78
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: A set of types that determine which objects are valid trigger objects for this goal trigger. This validates the <code>obj</code> parameter of <xref href="TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable%2cSystem.Object%2cTinyLife.Goals.GoalTrigger%2cSystem.Object%5b%5d)" data-throw-if-not-resolved="false"></xref>.
example: []
syntax:
content: public readonly Type[] ValidObjects
content: public readonly List<Type> ValidObjects
return:
type: System.Type[]
content.vb: Public ReadOnly ValidObjects As Type()
type: System.Collections.Generic.List{System.Type}
content.vb: Public ReadOnly ValidObjects As List(Of Type)
- uid: TinyLife.Goals.GoalTrigger.ValidValues
commentId: F:TinyLife.Goals.GoalTrigger.ValidValues
id: ValidValues
@ -462,27 +462,27 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ValidValues
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 80
startLine: 82
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: A set of types that determine which values are valud trigger values for this goal trigger. This validates the <code>values</code> parameter of <xref href="TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable%2cSystem.Object%2cTinyLife.Goals.GoalTrigger%2cSystem.Object%5b%5d)" data-throw-if-not-resolved="false"></xref>.
summary: A set of types that determine which values are valid trigger values for this goal trigger. This validates the <code>values</code> parameter of <xref href="TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable%2cSystem.Object%2cTinyLife.Goals.GoalTrigger%2cSystem.Object%5b%5d)" data-throw-if-not-resolved="false"></xref>.
example: []
syntax:
content: public readonly Type[] ValidValues
content: public readonly List<Type> ValidValues
return:
type: System.Type[]
content.vb: Public ReadOnly ValidValues As Type()
- uid: TinyLife.Goals.GoalTrigger.#ctor(System.String,System.Type[],System.Type[])
commentId: M:TinyLife.Goals.GoalTrigger.#ctor(System.String,System.Type[],System.Type[])
id: '#ctor(System.String,System.Type[],System.Type[])'
type: System.Collections.Generic.List{System.Type}
content.vb: Public ReadOnly ValidValues As List(Of Type)
- uid: TinyLife.Goals.GoalTrigger.#ctor(System.String,System.Collections.Generic.IEnumerable{System.Type},System.Collections.Generic.IEnumerable{System.Type})
commentId: M:TinyLife.Goals.GoalTrigger.#ctor(System.String,System.Collections.Generic.IEnumerable{System.Type},System.Collections.Generic.IEnumerable{System.Type})
id: '#ctor(System.String,System.Collections.Generic.IEnumerable{System.Type},System.Collections.Generic.IEnumerable{System.Type})'
parent: TinyLife.Goals.GoalTrigger
langs:
- csharp
- vb
name: GoalTrigger(string, Type[], Type[])
nameWithType: GoalTrigger.GoalTrigger(string, Type[], Type[])
fullName: TinyLife.Goals.GoalTrigger.GoalTrigger(string, System.Type[], System.Type[])
name: GoalTrigger(string, IEnumerable<Type>, IEnumerable<Type>)
nameWithType: GoalTrigger.GoalTrigger(string, IEnumerable<Type>, IEnumerable<Type>)
fullName: TinyLife.Goals.GoalTrigger.GoalTrigger(string, System.Collections.Generic.IEnumerable<System.Type>, System.Collections.Generic.IEnumerable<System.Type>)
type: Constructor
source:
remote:
@ -491,29 +491,29 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 88
startLine: 90
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: Creates a new goal trigger with the given settings.
example: []
syntax:
content: public GoalTrigger(string name, Type[] validObjects, Type[] validGoals)
content: public GoalTrigger(string name, IEnumerable<Type> validObjects, IEnumerable<Type> validGoals)
parameters:
- id: name
type: System.String
description: This goal trigger's name.
- id: validObjects
type: System.Type[]
type: System.Collections.Generic.IEnumerable{System.Type}
description: A set of types that determine which objects are valid trigger objects for this goal trigger. This validates the <code>obj</code> parameter of <xref href="TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable%2cSystem.Object%2cTinyLife.Goals.GoalTrigger%2cSystem.Object%5b%5d)" data-throw-if-not-resolved="false"></xref>.
- id: validGoals
type: System.Type[]
description: A set of types that determine which values are valud trigger values for this goal trigger. This validates the <code>values</code> parameter of <xref href="TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable%2cSystem.Object%2cTinyLife.Goals.GoalTrigger%2cSystem.Object%5b%5d)" data-throw-if-not-resolved="false"></xref>.
content.vb: Public Sub New(name As String, validObjects As Type(), validGoals As Type())
type: System.Collections.Generic.IEnumerable{System.Type}
description: A set of types that determine which values are valid trigger values for this goal trigger. This validates the <code>values</code> parameter of <xref href="TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable%2cSystem.Object%2cTinyLife.Goals.GoalTrigger%2cSystem.Object%5b%5d)" data-throw-if-not-resolved="false"></xref>.
content.vb: Public Sub New(name As String, validObjects As IEnumerable(Of Type), validGoals As IEnumerable(Of Type))
overload: TinyLife.Goals.GoalTrigger.#ctor*
nameWithType.vb: GoalTrigger.New(String, Type(), Type())
fullName.vb: TinyLife.Goals.GoalTrigger.New(String, System.Type(), System.Type())
name.vb: New(String, Type(), Type())
nameWithType.vb: GoalTrigger.New(String, IEnumerable(Of Type), IEnumerable(Of Type))
fullName.vb: TinyLife.Goals.GoalTrigger.New(String, System.Collections.Generic.IEnumerable(Of System.Type), System.Collections.Generic.IEnumerable(Of System.Type))
name.vb: New(String, IEnumerable(Of Type), IEnumerable(Of Type))
- uid: TinyLife.Goals.GoalTrigger.IsObjectCompatible(System.Type)
commentId: M:TinyLife.Goals.GoalTrigger.IsObjectCompatible(System.Type)
id: IsObjectCompatible(System.Type)
@ -532,7 +532,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsObjectCompatible
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 111
startLine: 113
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -570,7 +570,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsValueCompatible
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 125
startLine: 127
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -608,7 +608,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Equals
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 134
startLine: 136
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -645,7 +645,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Equals
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 139
startLine: 141
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -684,7 +684,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHashCode
path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 144
startLine: 146
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -1353,6 +1353,51 @@ references:
name: Job
nameWithType: Job
fullName: TinyLife.Goals.Job
- uid: TinyLife.World.LotEmployment.Instance
commentId: T:TinyLife.World.LotEmployment.Instance
parent: TinyLife.World
href: TinyLife.World.LotEmployment.html
name: LotEmployment.Instance
nameWithType: LotEmployment.Instance
fullName: TinyLife.World.LotEmployment.Instance
spec.csharp:
- uid: TinyLife.World.LotEmployment
name: LotEmployment
href: TinyLife.World.LotEmployment.html
- name: .
- uid: TinyLife.World.LotEmployment.Instance
name: Instance
href: TinyLife.World.LotEmployment.Instance.html
spec.vb:
- uid: TinyLife.World.LotEmployment
name: LotEmployment
href: TinyLife.World.LotEmployment.html
- name: .
- uid: TinyLife.World.LotEmployment.Instance
name: Instance
href: TinyLife.World.LotEmployment.Instance.html
- uid: TinyLife.World
commentId: N:TinyLife.World
href: TinyLife.html
name: TinyLife.World
nameWithType: TinyLife.World
fullName: TinyLife.World
spec.csharp:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.World
name: World
href: TinyLife.World.html
spec.vb:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.World
name: World
href: TinyLife.World.html
- uid: TinyLife.Emotions.EmotionModifier
commentId: T:TinyLife.Emotions.EmotionModifier
parent: TinyLife.Emotions
@ -1672,38 +1717,178 @@ references:
- name: (
- name: )
- name: )
- uid: System.Type[]
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.type
name: Type[]
nameWithType: Type[]
fullName: System.Type[]
nameWithType.vb: Type()
fullName.vb: System.Type()
name.vb: Type()
- uid: System.Collections.Generic.List{System.Type}
commentId: T:System.Collections.Generic.List{System.Type}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<Type>
nameWithType: List<Type>
fullName: System.Collections.Generic.List<System.Type>
nameWithType.vb: List(Of Type)
fullName.vb: System.Collections.Generic.List(Of System.Type)
name.vb: List(Of Type)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- uid: System.Type
name: Type
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.type
- name: '['
- name: ']'
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- uid: System.Type
name: Type
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.type
- name: (
- name: )
- uid: System.Collections.Generic.List`1
commentId: T:System.Collections.Generic.List`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<T>
nameWithType: List<T>
fullName: System.Collections.Generic.List<T>
nameWithType.vb: List(Of T)
fullName.vb: System.Collections.Generic.List(Of T)
name.vb: List(Of T)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
- uid: TinyLife.Goals.GoalTrigger.#ctor*
commentId: Overload:TinyLife.Goals.GoalTrigger.#ctor
href: TinyLife.Goals.GoalTrigger.html#TinyLife_Goals_GoalTrigger__ctor_System_String_System_Type___System_Type___
href: TinyLife.Goals.GoalTrigger.html#TinyLife_Goals_GoalTrigger__ctor_System_String_System_Collections_Generic_IEnumerable_System_Type__System_Collections_Generic_IEnumerable_System_Type__
name: GoalTrigger
nameWithType: GoalTrigger.GoalTrigger
fullName: TinyLife.Goals.GoalTrigger.GoalTrigger
nameWithType.vb: GoalTrigger.New
fullName.vb: TinyLife.Goals.GoalTrigger.New
name.vb: New
- uid: System.Collections.Generic.IEnumerable{System.Type}
commentId: T:System.Collections.Generic.IEnumerable{System.Type}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<Type>
nameWithType: IEnumerable<Type>
fullName: System.Collections.Generic.IEnumerable<System.Type>
nameWithType.vb: IEnumerable(Of Type)
fullName.vb: System.Collections.Generic.IEnumerable(Of System.Type)
name.vb: IEnumerable(Of Type)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- uid: System.Type
name: Type
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.type
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
- uid: System.Type
name: Type
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.type
- name: )
- uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<T>
nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T>
nameWithType.vb: IEnumerable(Of T)
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
name.vb: IEnumerable(Of T)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: TinyLife.Goals.GoalTrigger.ValidObjects
commentId: F:TinyLife.Goals.GoalTrigger.ValidObjects
href: TinyLife.Goals.GoalTrigger.html#TinyLife_Goals_GoalTrigger_ValidObjects

View file

@ -13,6 +13,7 @@ items:
- TinyLife.Goals.MemoryType.ConstructedType
- TinyLife.Goals.MemoryType.FamilySocial
- TinyLife.Goals.MemoryType.FoundOutPregnancy
- TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities
- TinyLife.Goals.MemoryType.HadAbortion
- TinyLife.Goals.MemoryType.HadChild
- TinyLife.Goals.MemoryType.HadFirstKiss
@ -377,6 +378,33 @@ items:
return:
type: TinyLife.Goals.MemoryType
content.vb: Public Shared ReadOnly Slept As MemoryType
- uid: TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities
commentId: F:TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities
id: FoundOutReproductiveAbilities
parent: TinyLife.Goals.MemoryType
langs:
- csharp
- vb
name: FoundOutReproductiveAbilities
nameWithType: MemoryType.FoundOutReproductiveAbilities
fullName: TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities
type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoundOutReproductiveAbilities
path: ../TinyLife/Goals/MemoryType.cs
startLine: 40
assemblies:
- Tiny Life
namespace: TinyLife.Goals
syntax:
content: public static readonly MemoryType FoundOutReproductiveAbilities
return:
type: TinyLife.Goals.MemoryType
content.vb: Public Shared ReadOnly FoundOutReproductiveAbilities As MemoryType
- uid: TinyLife.Goals.MemoryType.HadAbortion
commentId: F:TinyLife.Goals.MemoryType.HadAbortion
id: HadAbortion
@ -395,7 +423,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HadAbortion
path: ../TinyLife/Goals/MemoryType.cs
startLine: 41
startLine: 42
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -422,7 +450,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MayBePregnant
path: ../TinyLife/Goals/MemoryType.cs
startLine: 42
startLine: 43
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -449,7 +477,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoundOutPregnancy
path: ../TinyLife/Goals/MemoryType.cs
startLine: 43
startLine: 44
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -476,7 +504,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToldAboutPregnancy
path: ../TinyLife/Goals/MemoryType.cs
startLine: 44
startLine: 45
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -503,7 +531,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionDone
path: ../TinyLife/Goals/MemoryType.cs
startLine: 47
startLine: 48
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -532,7 +560,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UsedSkillCategory
path: ../TinyLife/Goals/MemoryType.cs
startLine: 48
startLine: 49
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -561,7 +589,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UsedFurniture
path: ../TinyLife/Goals/MemoryType.cs
startLine: 49
startLine: 50
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -590,7 +618,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkedAtJob
path: ../TinyLife/Goals/MemoryType.cs
startLine: 50
startLine: 51
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -619,7 +647,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AteFood
path: ../TinyLife/Goals/MemoryType.cs
startLine: 51
startLine: 52
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -648,7 +676,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpgradeLearned
path: ../TinyLife/Goals/MemoryType.cs
startLine: 53
startLine: 54
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -677,7 +705,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/MemoryType.cs
startLine: 60
startLine: 61
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -706,7 +734,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType
path: ../TinyLife/Goals/MemoryType.cs
startLine: 64
startLine: 65
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -735,7 +763,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: ../TinyLife/Goals/MemoryType.cs
startLine: 67
startLine: 68
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -768,7 +796,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/MemoryType.cs
startLine: 74
startLine: 75
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -806,7 +834,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: ../TinyLife/Goals/MemoryType.cs
startLine: 86
startLine: 87
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -853,7 +881,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Goals/MemoryType.cs
startLine: 101
startLine: 102
assemblies:
- Tiny Life
namespace: TinyLife.Goals

View file

@ -319,7 +319,7 @@ items:
summary: >-
Returns whether this object is expired.
This property compares the current in-game time to <xref href="TinyLife.Objects.FoodTypedItem.ExpirationTime" data-throw-if-not-resolved="false"></xref>.+
This property compares the current in-game time to <xref href="TinyLife.Objects.FoodTypedItem.ExpirationTime" data-throw-if-not-resolved="false"></xref>.
example: []
syntax:
content: public bool Expired { get; }

View file

@ -1544,7 +1544,7 @@ items:
summary: Returns a set of <xref href="TinyLife.Objects.ObjectCategory" data-throw-if-not-resolved="false"></xref> flags that this object has, based on the given <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref>.
example: []
syntax:
content: public override sealed ObjectCategory GetCategories(Person person)
content: public override ObjectCategory GetCategories(Person person)
parameters:
- id: person
type: TinyLife.Objects.Person
@ -1552,7 +1552,7 @@ items:
return:
type: TinyLife.Objects.ObjectCategory
description: A set of categories that this object has
content.vb: Public NotOverridable Overrides Function GetCategories(person As Person) As ObjectCategory
content.vb: Public Overrides Function GetCategories(person As Person) As ObjectCategory
overridden: TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.Person)
overload: TinyLife.Objects.Furniture.GetCategories*
- uid: TinyLife.Objects.Furniture.OnAdded

View file

@ -131,6 +131,7 @@ items:
- TinyLife.Objects.FurnitureType.PaperPendantLight
- TinyLife.Objects.FurnitureType.ParkTrashCan
- TinyLife.Objects.FurnitureType.Pen
- TinyLife.Objects.FurnitureType.PenguinPainting
- TinyLife.Objects.FurnitureType.PlainCoffeeTable
- TinyLife.Objects.FurnitureType.PlateStack
- TinyLife.Objects.FurnitureType.Pot
@ -2333,6 +2334,33 @@ items:
return:
type: TinyLife.Objects.FurnitureType[]
content.vb: Public Shared ReadOnly Sunflowers As FurnitureType()
- uid: TinyLife.Objects.FurnitureType.PenguinPainting
commentId: F:TinyLife.Objects.FurnitureType.PenguinPainting
id: PenguinPainting
parent: TinyLife.Objects.FurnitureType
langs:
- csharp
- vb
name: PenguinPainting
nameWithType: FurnitureType.PenguinPainting
fullName: TinyLife.Objects.FurnitureType.PenguinPainting
type: Field
source:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PenguinPainting
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 249
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public static readonly FurnitureType PenguinPainting
return:
type: TinyLife.Objects.FurnitureType
content.vb: Public Shared ReadOnly PenguinPainting As FurnitureType
- uid: TinyLife.Objects.FurnitureType.SimpleDesk
commentId: F:TinyLife.Objects.FurnitureType.SimpleDesk
id: SimpleDesk

View file

@ -2051,7 +2051,7 @@ items:
summary: Updates this map object if it is an <xref href="TinyLife.Objects.IUpdatingObject" data-throw-if-not-resolved="false"></xref>, additionally invoking all required events.
example: []
syntax:
content: public void DoUpdate(GameTime time, TimeSpan passedInGame, float speedMultiplier)
content: public bool DoUpdate(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@ -2062,7 +2062,9 @@ items:
- id: speedMultiplier
type: System.Single
description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Sub DoUpdate(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
return:
type: System.Boolean
content.vb: Public Function DoUpdate(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single) As Boolean
overload: TinyLife.Objects.MapObject.DoUpdate*
nameWithType.vb: MapObject.DoUpdate(GameTime, TimeSpan, Single)
fullName.vb: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
@ -2085,7 +2087,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawColumns
path: ../TinyLife/Objects/MapObject.cs
startLine: 573
startLine: 574
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2167,7 +2169,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetModCategory
path: ../TinyLife/Objects/MapObject.cs
startLine: 639
startLine: 640
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -104,7 +104,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObjectCategory
path: ../TinyLife/Objects/MapObject.cs
startLine: 667
startLine: 668
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -171,7 +171,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Nothing
path: ../TinyLife/Objects/MapObject.cs
startLine: 670
startLine: 671
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -200,7 +200,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ground
path: ../TinyLife/Objects/MapObject.cs
startLine: 672
startLine: 673
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -229,7 +229,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Chair
path: ../TinyLife/Objects/MapObject.cs
startLine: 674
startLine: 675
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -258,7 +258,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sofa
path: ../TinyLife/Objects/MapObject.cs
startLine: 676
startLine: 677
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -287,7 +287,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BabySittable
path: ../TinyLife/Objects/MapObject.cs
startLine: 678
startLine: 679
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -316,7 +316,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Toilet
path: ../TinyLife/Objects/MapObject.cs
startLine: 680
startLine: 681
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -345,7 +345,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SingleBed
path: ../TinyLife/Objects/MapObject.cs
startLine: 682
startLine: 683
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -374,7 +374,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoubleBed
path: ../TinyLife/Objects/MapObject.cs
startLine: 684
startLine: 685
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -403,7 +403,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fridge
path: ../TinyLife/Objects/MapObject.cs
startLine: 686
startLine: 687
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -432,7 +432,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shower
path: ../TinyLife/Objects/MapObject.cs
startLine: 688
startLine: 689
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -461,7 +461,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Counter
path: ../TinyLife/Objects/MapObject.cs
startLine: 690
startLine: 691
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -490,7 +490,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stove
path: ../TinyLife/Objects/MapObject.cs
startLine: 692
startLine: 693
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -519,7 +519,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Oven
path: ../TinyLife/Objects/MapObject.cs
startLine: 694
startLine: 695
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -548,7 +548,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallObject
path: ../TinyLife/Objects/MapObject.cs
startLine: 696
startLine: 697
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -577,7 +577,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonBuyable
path: ../TinyLife/Objects/MapObject.cs
startLine: 698
startLine: 699
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -606,7 +606,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Table
path: ../TinyLife/Objects/MapObject.cs
startLine: 700
startLine: 701
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -635,7 +635,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Holdable
path: ../TinyLife/Objects/MapObject.cs
startLine: 702
startLine: 703
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -664,7 +664,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeskObject
path: ../TinyLife/Objects/MapObject.cs
startLine: 704
startLine: 705
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -693,7 +693,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisallowedOnGround
path: ../TinyLife/Objects/MapObject.cs
startLine: 706
startLine: 707
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -722,7 +722,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Computer
path: ../TinyLife/Objects/MapObject.cs
startLine: 708
startLine: 709
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -751,7 +751,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sink
path: ../TinyLife/Objects/MapObject.cs
startLine: 710
startLine: 711
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -780,7 +780,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CounterObject
path: ../TinyLife/Objects/MapObject.cs
startLine: 712
startLine: 713
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -809,7 +809,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cleanable
path: ../TinyLife/Objects/MapObject.cs
startLine: 714
startLine: 715
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -838,7 +838,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: People
path: ../TinyLife/Objects/MapObject.cs
startLine: 716
startLine: 717
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -867,7 +867,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mailbox
path: ../TinyLife/Objects/MapObject.cs
startLine: 718
startLine: 719
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -896,7 +896,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Wardrobe
path: ../TinyLife/Objects/MapObject.cs
startLine: 720
startLine: 721
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -925,7 +925,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NaturalGroundRequired
path: ../TinyLife/Objects/MapObject.cs
startLine: 722
startLine: 723
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -954,7 +954,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WaterRequired
path: ../TinyLife/Objects/MapObject.cs
startLine: 724
startLine: 725
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -983,7 +983,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllowedOnWater
path: ../TinyLife/Objects/MapObject.cs
startLine: 726
startLine: 727
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1012,7 +1012,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Self
path: ../TinyLife/Objects/MapObject.cs
startLine: 728
startLine: 729
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1041,7 +1041,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WallHanging
path: ../TinyLife/Objects/MapObject.cs
startLine: 730
startLine: 731
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1070,7 +1070,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ForceGridPlacement
path: ../TinyLife/Objects/MapObject.cs
startLine: 732
startLine: 733
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1099,7 +1099,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Easel
path: ../TinyLife/Objects/MapObject.cs
startLine: 734
startLine: 735
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1128,7 +1128,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mirror
path: ../TinyLife/Objects/MapObject.cs
startLine: 736
startLine: 737
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1157,7 +1157,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bookshelf
path: ../TinyLife/Objects/MapObject.cs
startLine: 738
startLine: 739
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1186,7 +1186,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonColliding
path: ../TinyLife/Objects/MapObject.cs
startLine: 740
startLine: 741
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1215,7 +1215,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Gravestone
path: ../TinyLife/Objects/MapObject.cs
startLine: 742
startLine: 743
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1244,7 +1244,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonSellable
path: ../TinyLife/Objects/MapObject.cs
startLine: 744
startLine: 745
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1273,7 +1273,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonMovable
path: ../TinyLife/Objects/MapObject.cs
startLine: 746
startLine: 747
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1302,7 +1302,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Tree
path: ../TinyLife/Objects/MapObject.cs
startLine: 748
startLine: 749
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1331,7 +1331,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Television
path: ../TinyLife/Objects/MapObject.cs
startLine: 750
startLine: 751
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1360,7 +1360,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BartendingObject
path: ../TinyLife/Objects/MapObject.cs
startLine: 752
startLine: 753
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1389,7 +1389,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Walls
path: ../TinyLife/Objects/MapObject.cs
startLine: 754
startLine: 755
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1418,7 +1418,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LargeSurfaceObject
path: ../TinyLife/Objects/MapObject.cs
startLine: 756
startLine: 757
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1447,7 +1447,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingDesk
path: ../TinyLife/Objects/MapObject.cs
startLine: 758
startLine: 759
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1476,7 +1476,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lamp
path: ../TinyLife/Objects/MapObject.cs
startLine: 760
startLine: 761
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1505,7 +1505,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CeilingHanging
path: ../TinyLife/Objects/MapObject.cs
startLine: 762
startLine: 763
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1534,7 +1534,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCoverWindow
path: ../TinyLife/Objects/MapObject.cs
startLine: 764
startLine: 765
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1563,7 +1563,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCoverDoor
path: ../TinyLife/Objects/MapObject.cs
startLine: 766
startLine: 767
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1592,7 +1592,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Barbecue
path: ../TinyLife/Objects/MapObject.cs
startLine: 768
startLine: 769
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1621,7 +1621,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TrashCan
path: ../TinyLife/Objects/MapObject.cs
startLine: 770
startLine: 771
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1650,7 +1650,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeThrownAway
path: ../TinyLife/Objects/MapObject.cs
startLine: 772
startLine: 773
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1679,7 +1679,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeScrapped
path: ../TinyLife/Objects/MapObject.cs
startLine: 774
startLine: 775
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1708,7 +1708,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObstructedByRoofs
path: ../TinyLife/Objects/MapObject.cs
startLine: 776
startLine: 777
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1737,7 +1737,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RoofAttached
path: ../TinyLife/Objects/MapObject.cs
startLine: 778
startLine: 779
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1766,7 +1766,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FireLight
path: ../TinyLife/Objects/MapObject.cs
startLine: 780
startLine: 781
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1795,7 +1795,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToyBox
path: ../TinyLife/Objects/MapObject.cs
startLine: 782
startLine: 783
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1824,7 +1824,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChildStove
path: ../TinyLife/Objects/MapObject.cs
startLine: 784
startLine: 785
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1853,7 +1853,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sandbox
path: ../TinyLife/Objects/MapObject.cs
startLine: 786
startLine: 787
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1882,7 +1882,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JungleGym
path: ../TinyLife/Objects/MapObject.cs
startLine: 788
startLine: 789
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1911,7 +1911,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Newspaper
path: ../TinyLife/Objects/MapObject.cs
startLine: 790
startLine: 791
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1940,7 +1940,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CoffeeMachine
path: ../TinyLife/Objects/MapObject.cs
startLine: 792
startLine: 793
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1969,7 +1969,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CafeDisplayCase
path: ../TinyLife/Objects/MapObject.cs
startLine: 794
startLine: 795
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1998,7 +1998,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GroundItem
path: ../TinyLife/Objects/MapObject.cs
startLine: 796
startLine: 797
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2027,7 +2027,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TreeDecor
path: ../TinyLife/Objects/MapObject.cs
startLine: 798
startLine: 799
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2056,7 +2056,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpeningHoursSign
path: ../TinyLife/Objects/MapObject.cs
startLine: 800
startLine: 801
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2085,7 +2085,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TeaKit
path: ../TinyLife/Objects/MapObject.cs
startLine: 802
startLine: 803
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2114,7 +2114,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LandlinePhone
path: ../TinyLife/Objects/MapObject.cs
startLine: 804
startLine: 805
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2143,7 +2143,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Rocks
path: ../TinyLife/Objects/MapObject.cs
startLine: 806
startLine: 807
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2172,7 +2172,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ArtPiece
path: ../TinyLife/Objects/MapObject.cs
startLine: 808
startLine: 809
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2201,7 +2201,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Potty
path: ../TinyLife/Objects/MapObject.cs
startLine: 812
startLine: 813
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2230,7 +2230,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Treadmill
path: ../TinyLife/Objects/MapObject.cs
startLine: 814
startLine: 815
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2259,7 +2259,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DumbbellHolder
path: ../TinyLife/Objects/MapObject.cs
startLine: 816
startLine: 817
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2288,7 +2288,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodworkingItem
path: ../TinyLife/Objects/MapObject.cs
startLine: 818
startLine: 819
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2317,7 +2317,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChangingStation
path: ../TinyLife/Objects/MapObject.cs
startLine: 820
startLine: 821
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2346,7 +2346,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Crib
path: ../TinyLife/Objects/MapObject.cs
startLine: 822
startLine: 823
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2375,7 +2375,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BabyBathtub
path: ../TinyLife/Objects/MapObject.cs
startLine: 824
startLine: 825
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2404,7 +2404,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeMaker
path: ../TinyLife/Objects/MapObject.cs
startLine: 826
startLine: 827
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2433,7 +2433,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/MapObject.cs
startLine: 830
startLine: 831
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2477,7 +2477,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Implicit
path: ../TinyLife/Objects/MapObject.cs
startLine: 833
startLine: 834
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2514,7 +2514,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Implicit
path: ../TinyLife/Objects/MapObject.cs
startLine: 838
startLine: 839
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2552,7 +2552,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_BitwiseOr
path: ../TinyLife/Objects/MapObject.cs
startLine: 843
startLine: 844
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2593,7 +2593,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_BitwiseAnd
path: ../TinyLife/Objects/MapObject.cs
startLine: 848
startLine: 849
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2634,7 +2634,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_ExclusiveOr
path: ../TinyLife/Objects/MapObject.cs
startLine: 853
startLine: 854
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2675,7 +2675,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_OnesComplement
path: ../TinyLife/Objects/MapObject.cs
startLine: 858
startLine: 859
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -28,7 +28,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AttachmentType
path: ../TinyLife/Objects/MapObject.cs
startLine: 1132
startLine: 1133
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -57,7 +57,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: None
path: ../TinyLife/Objects/MapObject.cs
startLine: 1135
startLine: 1136
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -83,7 +83,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Furniture
path: ../TinyLife/Objects/MapObject.cs
startLine: 1136
startLine: 1137
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -109,7 +109,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: ../TinyLife/Objects/MapObject.cs
startLine: 1137
startLine: 1138
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -135,7 +135,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Wall
path: ../TinyLife/Objects/MapObject.cs
startLine: 1138
startLine: 1139
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -161,7 +161,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Roof
path: ../TinyLife/Objects/MapObject.cs
startLine: 1139
startLine: 1140
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -187,7 +187,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stairs
path: ../TinyLife/Objects/MapObject.cs
startLine: 1140
startLine: 1141
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -213,7 +213,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ceiling
path: ../TinyLife/Objects/MapObject.cs
startLine: 1141
startLine: 1142
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -239,7 +239,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ground
path: ../TinyLife/Objects/MapObject.cs
startLine: 1142
startLine: 1143
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -265,7 +265,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ui
path: ../TinyLife/Objects/MapObject.cs
startLine: 1143
startLine: 1144
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -30,7 +30,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParentInfo
path: ../TinyLife/Objects/MapObject.cs
startLine: 893
startLine: 894
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -69,7 +69,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Objects/MapObject.cs
startLine: 898
startLine: 899
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -98,7 +98,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LayerDepth
path: ../TinyLife/Objects/MapObject.cs
startLine: 904
startLine: 905
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -132,7 +132,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldDraw
path: ../TinyLife/Objects/MapObject.cs
startLine: 908
startLine: 909
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -163,7 +163,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/MapObject.cs
startLine: 922
startLine: 923
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -201,7 +201,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/MapObject.cs
startLine: 932
startLine: 933
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -236,7 +236,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/MapObject.cs
startLine: 941
startLine: 942
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -271,7 +271,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/MapObject.cs
startLine: 950
startLine: 951
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -306,7 +306,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/MapObject.cs
startLine: 959
startLine: 960
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -341,7 +341,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/MapObject.cs
startLine: 970
startLine: 971
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -383,7 +383,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDrawOffset
path: ../TinyLife/Objects/MapObject.cs
startLine: 981
startLine: 982
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -418,7 +418,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDepthOffset
path: ../TinyLife/Objects/MapObject.cs
startLine: 1000
startLine: 1001
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -7008,7 +7008,7 @@ items:
description: The money to earn.
- id: triggerObject
type: System.Object
description: The object that caused the money to be earned, which is passed to <xref href="TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable%2cSystem.Object%2cTinyLife.Goals.GoalTrigger%2cSystem.Object%5b%5d)" data-throw-if-not-resolved="false"></xref>.
description: The object that caused the money to be earned, which is passed to <xref href="TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable%2cSystem.Object%2cTinyLife.Goals.GoalTrigger%2cSystem.Object%5b%5d)" data-throw-if-not-resolved="false"></xref>. Note that this needs to be compatible with the <xref href="TinyLife.Goals.GoalTrigger.EarnMoney" data-throw-if-not-resolved="false"></xref>'s <xref href="TinyLife.Goals.GoalTrigger.ValidObjects" data-throw-if-not-resolved="false"></xref>.
content.vb: Public Overridable Sub EarnMoney(money As Single, triggerObject As Object)
overload: TinyLife.Objects.Person.EarnMoney*
nameWithType.vb: Person.EarnMoney(Single, Object)
@ -17205,6 +17205,12 @@ references:
- name: (
- name: )
- name: )
- uid: TinyLife.Goals.GoalTrigger.ValidObjects
commentId: F:TinyLife.Goals.GoalTrigger.ValidObjects
href: TinyLife.Goals.GoalTrigger.html#TinyLife_Goals_GoalTrigger_ValidObjects
name: ValidObjects
nameWithType: GoalTrigger.ValidObjects
fullName: TinyLife.Goals.GoalTrigger.ValidObjects
- uid: TinyLife.Objects.Person.EarnMoney*
commentId: Overload:TinyLife.Objects.Person.EarnMoney
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_EarnMoney_System_Single_System_Object_

View file

@ -358,7 +358,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: ../TinyLife/Objects/TrashCan.cs
startLine: 45
startLine: 48
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -433,7 +433,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Objects/TrashCan.cs
startLine: 56
startLine: 59
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -470,7 +470,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDecorativeRating
path: ../TinyLife/Objects/TrashCan.cs
startLine: 62
startLine: 65
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Visibility
path: ../TinyLife/Objects/MapObject.cs
startLine: 867
startLine: 868
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -52,7 +52,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WhenVisible
path: ../TinyLife/Objects/MapObject.cs
startLine: 872
startLine: 873
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -80,7 +80,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WhenVisibleExt
path: ../TinyLife/Objects/MapObject.cs
startLine: 876
startLine: 877
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -108,7 +108,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HideZoomedOut
path: ../TinyLife/Objects/MapObject.cs
startLine: 880
startLine: 881
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -136,7 +136,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Static
path: ../TinyLife/Objects/MapObject.cs
startLine: 885
startLine: 886
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -7,9 +7,6 @@ items:
children:
- TinyLife.PerSaveOptions.MapInfo.#ctor(System.String,System.Boolean)
- TinyLife.PerSaveOptions.MapInfo.Custom
- TinyLife.PerSaveOptions.MapInfo.Equals(System.Object)
- TinyLife.PerSaveOptions.MapInfo.Equals(TinyLife.PerSaveOptions.MapInfo)
- TinyLife.PerSaveOptions.MapInfo.GetHashCode
- TinyLife.PerSaveOptions.MapInfo.Name
langs:
- csharp
@ -35,20 +32,21 @@ items:
Additional data can be added due to this class being a <xref href="MLEM.Data.Json.JsonTypeSafeGenericDataHolder" data-throw-if-not-resolved="false"></xref>.
example: []
syntax:
content: 'public class PerSaveOptions.MapInfo : JsonTypeSafeGenericDataHolder, IGenericDataHolder, IEquatable<PerSaveOptions.MapInfo>'
content.vb: Public Class PerSaveOptions.MapInfo Inherits JsonTypeSafeGenericDataHolder Implements IGenericDataHolder, IEquatable(Of PerSaveOptions.MapInfo)
content: 'public class PerSaveOptions.MapInfo : JsonTypeSafeGenericDataHolder, IGenericDataHolder'
content.vb: Public Class PerSaveOptions.MapInfo Inherits JsonTypeSafeGenericDataHolder Implements IGenericDataHolder
inheritance:
- System.Object
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
implements:
- MLEM.Misc.IGenericDataHolder
- System.IEquatable{TinyLife.PerSaveOptions.MapInfo}
inheritedMembers:
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
@ -151,114 +149,6 @@ items:
nameWithType.vb: PerSaveOptions.MapInfo.New(String, Boolean)
fullName.vb: TinyLife.PerSaveOptions.MapInfo.New(String, Boolean)
name.vb: New(String, Boolean)
- uid: TinyLife.PerSaveOptions.MapInfo.Equals(TinyLife.PerSaveOptions.MapInfo)
commentId: M:TinyLife.PerSaveOptions.MapInfo.Equals(TinyLife.PerSaveOptions.MapInfo)
id: Equals(TinyLife.PerSaveOptions.MapInfo)
parent: TinyLife.PerSaveOptions.MapInfo
langs:
- csharp
- vb
name: Equals(MapInfo)
nameWithType: PerSaveOptions.MapInfo.Equals(PerSaveOptions.MapInfo)
fullName: TinyLife.PerSaveOptions.MapInfo.Equals(TinyLife.PerSaveOptions.MapInfo)
type: Method
source:
remote:
path: TinyLife/Options.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Equals
path: ../TinyLife/Options.cs
startLine: 596
assemblies:
- Tiny Life
namespace: TinyLife
summary: Indicates whether the current object is equal to another object of the same type.
example: []
syntax:
content: public bool Equals(PerSaveOptions.MapInfo other)
parameters:
- id: other
type: TinyLife.PerSaveOptions.MapInfo
description: An object to compare with this object.
return:
type: System.Boolean
description: <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if the current object is equal to the <code class="paramref">other</code> parameter; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.
content.vb: Public Function Equals(other As PerSaveOptions.MapInfo) As Boolean
overload: TinyLife.PerSaveOptions.MapInfo.Equals*
implements:
- System.IEquatable{TinyLife.PerSaveOptions.MapInfo}.Equals(TinyLife.PerSaveOptions.MapInfo)
- uid: TinyLife.PerSaveOptions.MapInfo.Equals(System.Object)
commentId: M:TinyLife.PerSaveOptions.MapInfo.Equals(System.Object)
id: Equals(System.Object)
parent: TinyLife.PerSaveOptions.MapInfo
langs:
- csharp
- vb
name: Equals(object)
nameWithType: PerSaveOptions.MapInfo.Equals(object)
fullName: TinyLife.PerSaveOptions.MapInfo.Equals(object)
type: Method
source:
remote:
path: TinyLife/Options.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Equals
path: ../TinyLife/Options.cs
startLine: 603
assemblies:
- Tiny Life
namespace: TinyLife
summary: Determines whether the specified object is equal to the current object.
example: []
syntax:
content: public override bool Equals(object obj)
parameters:
- id: obj
type: System.Object
description: The object to compare with the current object.
return:
type: System.Boolean
description: <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if the specified object is equal to the current object; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.
content.vb: Public Overrides Function Equals(obj As Object) As Boolean
overridden: System.Object.Equals(System.Object)
overload: TinyLife.PerSaveOptions.MapInfo.Equals*
nameWithType.vb: PerSaveOptions.MapInfo.Equals(Object)
fullName.vb: TinyLife.PerSaveOptions.MapInfo.Equals(Object)
name.vb: Equals(Object)
- uid: TinyLife.PerSaveOptions.MapInfo.GetHashCode
commentId: M:TinyLife.PerSaveOptions.MapInfo.GetHashCode
id: GetHashCode
parent: TinyLife.PerSaveOptions.MapInfo
langs:
- csharp
- vb
name: GetHashCode()
nameWithType: PerSaveOptions.MapInfo.GetHashCode()
fullName: TinyLife.PerSaveOptions.MapInfo.GetHashCode()
type: Method
source:
remote:
path: TinyLife/Options.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHashCode
path: ../TinyLife/Options.cs
startLine: 608
assemblies:
- Tiny Life
namespace: TinyLife
summary: Serves as the default hash function.
example: []
syntax:
content: public override int GetHashCode()
return:
type: System.Int32
description: A hash code for the current object.
content.vb: Public Overrides Function GetHashCode() As Integer
overridden: System.Object.GetHashCode
overload: TinyLife.PerSaveOptions.MapInfo.GetHashCode*
references:
- uid: TinyLife.PerSaveOptions.Maps
commentId: F:TinyLife.PerSaveOptions.Maps
@ -297,47 +187,6 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
- uid: System.IEquatable{TinyLife.PerSaveOptions.MapInfo}
commentId: T:System.IEquatable{TinyLife.PerSaveOptions.MapInfo}
parent: System
definition: System.IEquatable`1
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
name: IEquatable<PerSaveOptions.MapInfo>
nameWithType: IEquatable<PerSaveOptions.MapInfo>
fullName: System.IEquatable<TinyLife.PerSaveOptions.MapInfo>
nameWithType.vb: IEquatable(Of PerSaveOptions.MapInfo)
fullName.vb: System.IEquatable(Of TinyLife.PerSaveOptions.MapInfo)
name.vb: IEquatable(Of PerSaveOptions.MapInfo)
spec.csharp:
- uid: System.IEquatable`1
name: IEquatable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
- name: <
- uid: TinyLife.PerSaveOptions
name: PerSaveOptions
href: TinyLife.PerSaveOptions.html
- name: .
- uid: TinyLife.PerSaveOptions.MapInfo
name: MapInfo
href: TinyLife.PerSaveOptions.MapInfo.html
- name: '>'
spec.vb:
- uid: System.IEquatable`1
name: IEquatable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
- name: (
- name: Of
- name: " "
- uid: TinyLife.PerSaveOptions
name: PerSaveOptions
href: TinyLife.PerSaveOptions.html
- name: .
- uid: TinyLife.PerSaveOptions.MapInfo
name: MapInfo
href: TinyLife.PerSaveOptions.MapInfo.html
- name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
@ -484,6 +333,39 @@ references:
isExternal: true
- name: (
- name: )
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
@ -529,6 +411,30 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
@ -746,34 +652,6 @@ references:
- uid: MLEM.Misc
name: Misc
isExternal: true
- uid: System.IEquatable`1
commentId: T:System.IEquatable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
name: IEquatable<T>
nameWithType: IEquatable<T>
fullName: System.IEquatable<T>
nameWithType.vb: IEquatable(Of T)
fullName.vb: System.IEquatable(Of T)
name.vb: IEquatable(Of T)
spec.csharp:
- uid: System.IEquatable`1
name: IEquatable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.IEquatable`1
name: IEquatable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
isExternal: true
@ -909,161 +787,3 @@ references:
nameWithType.vb: PerSaveOptions.MapInfo.New
fullName.vb: TinyLife.PerSaveOptions.MapInfo.New
name.vb: New
- uid: TinyLife.PerSaveOptions.MapInfo.Equals*
commentId: Overload:TinyLife.PerSaveOptions.MapInfo.Equals
href: TinyLife.PerSaveOptions.MapInfo.html#TinyLife_PerSaveOptions_MapInfo_Equals_TinyLife_PerSaveOptions_MapInfo_
name: Equals
nameWithType: PerSaveOptions.MapInfo.Equals
fullName: TinyLife.PerSaveOptions.MapInfo.Equals
- uid: System.IEquatable{TinyLife.PerSaveOptions.MapInfo}.Equals(TinyLife.PerSaveOptions.MapInfo)
commentId: M:System.IEquatable{TinyLife.PerSaveOptions.MapInfo}.Equals(TinyLife.PerSaveOptions.MapInfo)
parent: System.IEquatable{TinyLife.PerSaveOptions.MapInfo}
definition: System.IEquatable`1.Equals(`0)
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
name: Equals(MapInfo)
nameWithType: IEquatable<PerSaveOptions.MapInfo>.Equals(PerSaveOptions.MapInfo)
fullName: System.IEquatable<TinyLife.PerSaveOptions.MapInfo>.Equals(TinyLife.PerSaveOptions.MapInfo)
nameWithType.vb: IEquatable(Of PerSaveOptions.MapInfo).Equals(PerSaveOptions.MapInfo)
fullName.vb: System.IEquatable(Of TinyLife.PerSaveOptions.MapInfo).Equals(TinyLife.PerSaveOptions.MapInfo)
spec.csharp:
- uid: System.IEquatable{TinyLife.PerSaveOptions.MapInfo}.Equals(TinyLife.PerSaveOptions.MapInfo)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
- name: (
- uid: TinyLife.PerSaveOptions.MapInfo
name: MapInfo
href: TinyLife.PerSaveOptions.MapInfo.html
- name: )
spec.vb:
- uid: System.IEquatable{TinyLife.PerSaveOptions.MapInfo}.Equals(TinyLife.PerSaveOptions.MapInfo)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
- name: (
- uid: TinyLife.PerSaveOptions.MapInfo
name: MapInfo
href: TinyLife.PerSaveOptions.MapInfo.html
- name: )
- uid: TinyLife.PerSaveOptions.MapInfo
commentId: T:TinyLife.PerSaveOptions.MapInfo
parent: TinyLife
href: TinyLife.PerSaveOptions.html
name: PerSaveOptions.MapInfo
nameWithType: PerSaveOptions.MapInfo
fullName: TinyLife.PerSaveOptions.MapInfo
spec.csharp:
- uid: TinyLife.PerSaveOptions
name: PerSaveOptions
href: TinyLife.PerSaveOptions.html
- name: .
- uid: TinyLife.PerSaveOptions.MapInfo
name: MapInfo
href: TinyLife.PerSaveOptions.MapInfo.html
spec.vb:
- uid: TinyLife.PerSaveOptions
name: PerSaveOptions
href: TinyLife.PerSaveOptions.html
- name: .
- uid: TinyLife.PerSaveOptions.MapInfo
name: MapInfo
href: TinyLife.PerSaveOptions.MapInfo.html
- uid: System.IEquatable`1.Equals(`0)
commentId: M:System.IEquatable`1.Equals(`0)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
name: Equals(T)
nameWithType: IEquatable<T>.Equals(T)
fullName: System.IEquatable<T>.Equals(T)
nameWithType.vb: IEquatable(Of T).Equals(T)
fullName.vb: System.IEquatable(Of T).Equals(T)
spec.csharp:
- uid: System.IEquatable`1.Equals(`0)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
- name: (
- name: T
- name: )
spec.vb:
- uid: System.IEquatable`1.Equals(`0)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
- name: (
- name: T
- name: )
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
- uid: TinyLife.PerSaveOptions.MapInfo.GetHashCode*
commentId: Overload:TinyLife.PerSaveOptions.MapInfo.GetHashCode
href: TinyLife.PerSaveOptions.MapInfo.html#TinyLife_PerSaveOptions_MapInfo_GetHashCode
name: GetHashCode
nameWithType: PerSaveOptions.MapInfo.GetHashCode
fullName: TinyLife.PerSaveOptions.MapInfo.GetHashCode
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
name: int
nameWithType: int
fullName: int
nameWithType.vb: Integer
fullName.vb: Integer
name.vb: Integer

View file

@ -180,13 +180,13 @@ items:
content: >-
[DataMember]
public readonly HashSet<PerSaveOptions.MapInfo> Maps
public readonly List<PerSaveOptions.MapInfo> Maps
return:
type: System.Collections.Generic.HashSet{TinyLife.PerSaveOptions.MapInfo}
type: System.Collections.Generic.List{TinyLife.PerSaveOptions.MapInfo}
content.vb: >-
<DataMember>
Public ReadOnly Maps As HashSet(Of PerSaveOptions.MapInfo)
Public ReadOnly Maps As List(Of PerSaveOptions.MapInfo)
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
@ -1665,22 +1665,22 @@ references:
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
- uid: System.Collections.Generic.HashSet{TinyLife.PerSaveOptions.MapInfo}
commentId: T:System.Collections.Generic.HashSet{TinyLife.PerSaveOptions.MapInfo}
- uid: System.Collections.Generic.List{TinyLife.PerSaveOptions.MapInfo}
commentId: T:System.Collections.Generic.List{TinyLife.PerSaveOptions.MapInfo}
parent: System.Collections.Generic
definition: System.Collections.Generic.HashSet`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
name: HashSet<PerSaveOptions.MapInfo>
nameWithType: HashSet<PerSaveOptions.MapInfo>
fullName: System.Collections.Generic.HashSet<TinyLife.PerSaveOptions.MapInfo>
nameWithType.vb: HashSet(Of PerSaveOptions.MapInfo)
fullName.vb: System.Collections.Generic.HashSet(Of TinyLife.PerSaveOptions.MapInfo)
name.vb: HashSet(Of PerSaveOptions.MapInfo)
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<PerSaveOptions.MapInfo>
nameWithType: List<PerSaveOptions.MapInfo>
fullName: System.Collections.Generic.List<TinyLife.PerSaveOptions.MapInfo>
nameWithType.vb: List(Of PerSaveOptions.MapInfo)
fullName.vb: System.Collections.Generic.List(Of TinyLife.PerSaveOptions.MapInfo)
name.vb: List(Of PerSaveOptions.MapInfo)
spec.csharp:
- uid: System.Collections.Generic.HashSet`1
name: HashSet
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- uid: TinyLife.PerSaveOptions
name: PerSaveOptions
@ -1691,10 +1691,10 @@ references:
href: TinyLife.PerSaveOptions.MapInfo.html
- name: '>'
spec.vb:
- uid: System.Collections.Generic.HashSet`1
name: HashSet
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
@ -1706,6 +1706,34 @@ references:
name: MapInfo
href: TinyLife.PerSaveOptions.MapInfo.html
- name: )
- uid: System.Collections.Generic.List`1
commentId: T:System.Collections.Generic.List`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<T>
nameWithType: List<T>
fullName: System.Collections.Generic.List<T>
nameWithType.vb: List(Of T)
fullName.vb: System.Collections.Generic.List(Of T)
name.vb: List(Of T)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: TinyLife.Tools.PlayModeTool.SelectedPerson
commentId: P:TinyLife.Tools.PlayModeTool.SelectedPerson
href: TinyLife.Tools.PlayModeTool.html#TinyLife_Tools_PlayModeTool_SelectedPerson

View file

@ -974,7 +974,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetGenealogy
path: ../TinyLife/Relationship.cs
startLine: 275
startLine: 277
assemblies:
- Tiny Life
namespace: TinyLife
@ -1018,7 +1018,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddMemory
path: ../TinyLife/Relationship.cs
startLine: 317
startLine: 319
assemblies:
- Tiny Life
namespace: TinyLife
@ -1067,7 +1067,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMemories
path: ../TinyLife/Relationship.cs
startLine: 331
startLine: 333
assemblies:
- Tiny Life
namespace: TinyLife
@ -1110,7 +1110,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveMemory
path: ../TinyLife/Relationship.cs
startLine: 346
startLine: 348
assemblies:
- Tiny Life
namespace: TinyLife
@ -1159,7 +1159,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTimeSinceMemory
path: ../TinyLife/Relationship.cs
startLine: 361
startLine: 363
assemblies:
- Tiny Life
namespace: TinyLife
@ -1208,7 +1208,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreatePanel
path: ../TinyLife/Relationship.cs
startLine: 380
startLine: 382
assemblies:
- Tiny Life
namespace: TinyLife
@ -1255,7 +1255,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateBars
path: ../TinyLife/Relationship.cs
startLine: 404
startLine: 406
assemblies:
- Tiny Life
namespace: TinyLife
@ -1308,7 +1308,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PopulateTooltip
path: ../TinyLife/Relationship.cs
startLine: 444
startLine: 446
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RelationshipType
path: ../TinyLife/Relationship.cs
startLine: 490
startLine: 496
assemblies:
- Tiny Life
namespace: TinyLife
@ -56,7 +56,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Enemies
path: ../TinyLife/Relationship.cs
startLine: 495
startLine: 501
assemblies:
- Tiny Life
namespace: TinyLife
@ -84,7 +84,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Disliked
path: ../TinyLife/Relationship.cs
startLine: 499
startLine: 505
assemblies:
- Tiny Life
namespace: TinyLife
@ -112,7 +112,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Acquaintances
path: ../TinyLife/Relationship.cs
startLine: 503
startLine: 509
assemblies:
- Tiny Life
namespace: TinyLife
@ -140,7 +140,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Friends
path: ../TinyLife/Relationship.cs
startLine: 507
startLine: 513
assemblies:
- Tiny Life
namespace: TinyLife
@ -168,7 +168,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodFriends
path: ../TinyLife/Relationship.cs
startLine: 511
startLine: 517
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomanceType
path: ../TinyLife/Relationship.cs
startLine: 519
startLine: 525
assemblies:
- Tiny Life
namespace: TinyLife
@ -55,7 +55,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoRomance
path: ../TinyLife/Relationship.cs
startLine: 524
startLine: 530
assemblies:
- Tiny Life
namespace: TinyLife
@ -83,7 +83,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Interested
path: ../TinyLife/Relationship.cs
startLine: 528
startLine: 534
assemblies:
- Tiny Life
namespace: TinyLife
@ -111,7 +111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sweethearts
path: ../TinyLife/Relationship.cs
startLine: 532
startLine: 538
assemblies:
- Tiny Life
namespace: TinyLife
@ -139,7 +139,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Soulmates
path: ../TinyLife/Relationship.cs
startLine: 536
startLine: 542
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Set
path: ../TinyLife/GameImpl.cs
startLine: 1406
startLine: 1431
assemblies:
- Tiny Life
namespace: TinyLife
@ -56,7 +56,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Woodworking
path: ../TinyLife/GameImpl.cs
startLine: 1412
startLine: 1437
assemblies:
- Tiny Life
namespace: TinyLife
@ -84,7 +84,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Workout
path: ../TinyLife/GameImpl.cs
startLine: 1416
startLine: 1441
assemblies:
- Tiny Life
namespace: TinyLife
@ -112,7 +112,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChildClothes
path: ../TinyLife/GameImpl.cs
startLine: 1420
startLine: 1445
assemblies:
- Tiny Life
namespace: TinyLife
@ -140,7 +140,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RetroFurniture
path: ../TinyLife/GameImpl.cs
startLine: 1424
startLine: 1449
assemblies:
- Tiny Life
namespace: TinyLife
@ -168,7 +168,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ContemporaryComplements
path: ../TinyLife/GameImpl.cs
startLine: 1428
startLine: 1453
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -410,7 +410,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Uis/InGameHint.cs
startLine: 75
startLine: 83
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -439,7 +439,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/Uis/InGameHint.cs
startLine: 79
startLine: 87
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -468,7 +468,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Condition
path: ../TinyLife/Uis/InGameHint.cs
startLine: 83
startLine: 91
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -497,7 +497,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdditionalContent
path: ../TinyLife/Uis/InGameHint.cs
startLine: 87
startLine: 95
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -526,7 +526,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasBeenDisplayed
path: ../TinyLife/Uis/InGameHint.cs
startLine: 92
startLine: 100
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -557,7 +557,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Uis/InGameHint.cs
startLine: 101
startLine: 109
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -601,7 +601,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Display
path: ../TinyLife/Uis/InGameHint.cs
startLine: 111
startLine: 119
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -629,7 +629,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Uis/InGameHint.cs
startLine: 138
startLine: 146
assemblies:
- Tiny Life
namespace: TinyLife.Uis

View file

@ -21,7 +21,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TransitionType
path: ../TinyLife/Uis/Menus.cs
startLine: 1321
startLine: 1323
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -50,7 +50,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Swipe
path: ../TinyLife/Uis/Menus.cs
startLine: 1327
startLine: 1329
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -81,7 +81,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fade
path: ../TinyLife/Uis/Menus.cs
startLine: 1332
startLine: 1334
assemblies:
- Tiny Life
namespace: TinyLife.Uis

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WallDisplay
path: ../TinyLife/Options.cs
startLine: 650
startLine: 633
assemblies:
- Tiny Life
namespace: TinyLife
@ -54,7 +54,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Up
path: ../TinyLife/Options.cs
startLine: 655
startLine: 638
assemblies:
- Tiny Life
namespace: TinyLife
@ -82,7 +82,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Auto
path: ../TinyLife/Options.cs
startLine: 659
startLine: 642
assemblies:
- Tiny Life
namespace: TinyLife
@ -110,7 +110,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Down
path: ../TinyLife/Options.cs
startLine: 663
startLine: 646
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExportedHousehold
path: ../TinyLife/World/Household.cs
startLine: 649
startLine: 637
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -64,7 +64,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExportedVersion
path: ../TinyLife/World/Household.cs
startLine: 654
startLine: 642
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -93,7 +93,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Members
path: ../TinyLife/World/Household.cs
startLine: 658
startLine: 646
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -122,7 +122,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Money
path: ../TinyLife/World/Household.cs
startLine: 662
startLine: 650
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -151,7 +151,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurnitureStorage
path: ../TinyLife/World/Household.cs
startLine: 666
startLine: 654
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -180,7 +180,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ClothesStorage
path: ../TinyLife/World/Household.cs
startLine: 670
startLine: 658
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -209,7 +209,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description
path: ../TinyLife/World/Household.cs
startLine: 674
startLine: 662
assemblies:
- Tiny Life
namespace: TinyLife.World

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RandomConstellation
path: ../TinyLife/World/Household.cs
startLine: 476
startLine: 464
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -59,7 +59,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PossibleMembers
path: ../TinyLife/World/Household.cs
startLine: 482
startLine: 470
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -91,7 +91,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PossibleRelations
path: ../TinyLife/World/Household.cs
startLine: 487
startLine: 475
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -123,7 +123,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/Household.cs
startLine: 494
startLine: 482
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -161,7 +161,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Generate
path: ../TinyLife/World/Household.cs
startLine: 505
startLine: 493
assemblies:
- Tiny Life
namespace: TinyLife.World

View file

@ -27,7 +27,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RandomRelation
path: ../TinyLife/World/Household.cs
startLine: 573
startLine: 561
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -63,7 +63,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FirstPerson
path: ../TinyLife/World/Household.cs
startLine: 578
startLine: 566
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -92,7 +92,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SecondPerson
path: ../TinyLife/World/Household.cs
startLine: 582
startLine: 570
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -121,7 +121,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Relation
path: ../TinyLife/World/Household.cs
startLine: 586
startLine: 574
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -150,7 +150,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Max
path: ../TinyLife/World/Household.cs
startLine: 590
startLine: 578
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -179,7 +179,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/Household.cs
startLine: 601
startLine: 589
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -229,7 +229,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/Household.cs
startLine: 612
startLine: 600
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -276,7 +276,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/Household.cs
startLine: 622
startLine: 610
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -320,7 +320,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/Household.cs
startLine: 632
startLine: 620
assemblies:
- Tiny Life
namespace: TinyLife.World

View file

@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Relation
path: ../TinyLife/World/Household.cs
startLine: 535
startLine: 523
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -60,7 +60,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenealogyType
path: ../TinyLife/World/Household.cs
startLine: 540
startLine: 528
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -89,7 +89,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RelationshipType
path: ../TinyLife/World/Household.cs
startLine: 544
startLine: 532
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -118,7 +118,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomanceType
path: ../TinyLife/World/Household.cs
startLine: 548
startLine: 536
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -147,7 +147,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dating
path: ../TinyLife/World/Household.cs
startLine: 552
startLine: 540
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -176,7 +176,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/Household.cs
startLine: 561
startLine: 549
assemblies:
- Tiny Life
namespace: TinyLife.World

View file

@ -19,7 +19,6 @@ items:
- TinyLife.World.Household.FurnitureStorage
- TinyLife.World.Household.Generate(TinyLife.World.Map,System.Random,System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation})
- TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})
- TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)
- TinyLife.World.Household.GetMatchingConstellations(TinyLife.Objects.AgeGroup)
- TinyLife.World.Household.HasBeenPlayed
- TinyLife.World.Household.HasMember(System.Guid)
@ -903,44 +902,6 @@ items:
description: true if the person is part of this household, false otherwise
content.vb: Public Function HasMember(person As Guid) As Boolean
overload: TinyLife.World.Household.HasMember*
- uid: TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)
commentId: M:TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)
id: GetAverageFriendshipTo(TinyLife.Objects.Person)
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: GetAverageFriendshipTo(Person)
nameWithType: Household.GetAverageFriendshipTo(Person)
fullName: TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)
type: Method
source:
remote:
path: TinyLife/World/Household.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAverageFriendshipTo
path: ../TinyLife/World/Household.cs
startLine: 249
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: >-
Returns the average friendship level that the given <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref> has with members of this lot.
This method returns an averaged value of the <xref href="TinyLife.Relationship.FriendLevel" data-throw-if-not-resolved="false"></xref> that this person has towards each member of this lot.
example: []
syntax:
content: public float GetAverageFriendshipTo(Person person)
parameters:
- id: person
type: TinyLife.Objects.Person
description: The person to query
return:
type: System.Single
description: The average friendship level, out of <xref href="TinyLife.Relationship.Max" data-throw-if-not-resolved="false"></xref>
content.vb: Public Function GetAverageFriendshipTo(person As Person) As Single
overload: TinyLife.World.Household.GetAverageFriendshipTo*
- uid: TinyLife.World.Household.Validate(TinyLife.World.Map)
commentId: M:TinyLife.World.Household.Validate(TinyLife.World.Map)
id: Validate(TinyLife.World.Map)
@ -959,7 +920,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/World/Household.cs
startLine: 259
startLine: 247
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -993,7 +954,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Export
path: ../TinyLife/World/Household.cs
startLine: 277
startLine: 265
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1037,7 +998,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Import
path: ../TinyLife/World/Household.cs
startLine: 288
startLine: 276
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1081,7 +1042,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AreUtilitiesDisabled
path: ../TinyLife/World/Household.cs
startLine: 335
startLine: 323
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1119,7 +1080,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAgeGroups
path: ../TinyLife/World/Household.cs
startLine: 348
startLine: 336
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1157,7 +1118,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Generate
path: ../TinyLife/World/Household.cs
startLine: 361
startLine: 349
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1207,7 +1168,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMatchingConstellations
path: ../TinyLife/World/Household.cs
startLine: 411
startLine: 399
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -2629,24 +2590,6 @@ references:
name: MapObject
nameWithType: MapObject
fullName: TinyLife.Objects.MapObject
- uid: TinyLife.Relationship.FriendLevel
commentId: P:TinyLife.Relationship.FriendLevel
href: TinyLife.Relationship.html#TinyLife_Relationship_FriendLevel
name: FriendLevel
nameWithType: Relationship.FriendLevel
fullName: TinyLife.Relationship.FriendLevel
- uid: TinyLife.Relationship.Max
commentId: F:TinyLife.Relationship.Max
href: TinyLife.Relationship.html#TinyLife_Relationship_Max
name: Max
nameWithType: Relationship.Max
fullName: TinyLife.Relationship.Max
- uid: TinyLife.World.Household.GetAverageFriendshipTo*
commentId: Overload:TinyLife.World.Household.GetAverageFriendshipTo
href: TinyLife.World.Household.html#TinyLife_World_Household_GetAverageFriendshipTo_TinyLife_Objects_Person_
name: GetAverageFriendshipTo
nameWithType: Household.GetAverageFriendshipTo
fullName: TinyLife.World.Household.GetAverageFriendshipTo
- uid: TinyLife.World.Household.Validate*
commentId: Overload:TinyLife.World.Household.Validate
href: TinyLife.World.Household.html#TinyLife_World_Household_Validate_TinyLife_World_Map_

View file

@ -146,7 +146,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Park
path: ../TinyLife/World/Lot.cs
startLine: 722
startLine: 733
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -173,7 +173,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cafe
path: ../TinyLife/World/Lot.cs
startLine: 725
startLine: 736
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -200,7 +200,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: KidsPlayground
path: ../TinyLife/World/Lot.cs
startLine: 736
startLine: 747
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -227,7 +227,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Library
path: ../TinyLife/World/Lot.cs
startLine: 743
startLine: 754
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -254,7 +254,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenericPublicLot
path: ../TinyLife/World/Lot.cs
startLine: 752
startLine: 763
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -281,7 +281,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Gym
path: ../TinyLife/World/Lot.cs
startLine: 755
startLine: 766
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -308,7 +308,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bar
path: ../TinyLife/World/Lot.cs
startLine: 762
startLine: 773
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -335,7 +335,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Museum
path: ../TinyLife/World/Lot.cs
startLine: 773
startLine: 784
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -362,7 +362,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/World/Lot.cs
startLine: 788
startLine: 799
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -391,7 +391,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/World/Lot.cs
startLine: 792
startLine: 803
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -420,7 +420,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsResidential
path: ../TinyLife/World/Lot.cs
startLine: 797
startLine: 808
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -452,7 +452,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredFurniture
path: ../TinyLife/World/Lot.cs
startLine: 802
startLine: 813
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -484,7 +484,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVisitPriority
path: ../TinyLife/World/Lot.cs
startLine: 809
startLine: 820
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -520,7 +520,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Employments
path: ../TinyLife/World/Lot.cs
startLine: 814
startLine: 825
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -554,7 +554,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteAction
path: ../TinyLife/World/Lot.cs
startLine: 819
startLine: 830
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -588,7 +588,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisitHours
path: ../TinyLife/World/Lot.cs
startLine: 824
startLine: 835
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -622,7 +622,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName
path: ../TinyLife/World/Lot.cs
startLine: 829
startLine: 840
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -653,7 +653,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/Lot.cs
startLine: 839
startLine: 850
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -700,7 +700,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCurrentVisitPriority
path: ../TinyLife/World/Lot.cs
startLine: 856
startLine: 867
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -746,7 +746,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/World/Lot.cs
startLine: 864
startLine: 875
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -780,7 +780,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetScalingVisitPriority
path: ../TinyLife/World/Lot.cs
startLine: 877
startLine: 888
assemblies:
- Tiny Life
namespace: TinyLife.World

View file

@ -1,5 +1,5 @@
# Community Modding Tutorials
Similarly to how the [Community Showcase](https://tinylifegame.com/community/) is dedicated to showing off some of the amazing content that the Tiny Life community has created for the game, we want to use this section to showcase some of the tutorials and helpful bits of content that Tiny Life modders have created.
We want to use this section to showcase some of the tutorials and helpful bits of content that Tiny Life modders have created.
Of course, please take care when using these resources, as their content may be incorrect or outdated. That being said, as far as we're aware, all of these resources abide by the [Tiny Life Content and Community Policy](https://docs.tinylifegame.com/articles/content_policy.html).

View file

@ -31,7 +31,9 @@ First of all: Please don't feel obligated to finish the translation for the lang
*For example, in `You can rotate furniture by pressing <k Rotate>.`, the formatting code will be replaced with the key value of the keybind to rotate furniture and other objects. If the word `Rotate` in it was changed (or translated), the link to the keybind would be broken.*
### Testing Your Translations
To test your translation, you can export it and put it into the game. To export it, head to the "Files" section in the left sidebar, and then press the `Localization.json` file's export button, which looks like a little cardboard box. In the menu that comes up, select the language you're working on from the dropdown, and leave everything else the same. Now, you can put the exported file into the `Content/Localization` folder of the game's installation. If it's not part of it already, its name also has to be added to the `LanguageNames.json` file. Starting the game with the `-v` argument will cause it to output some additional information about errors in your localization to the [log file](game_dir.md) as well.
To test your translation, you can export it and put it into the game. To export it, head to the "Files" section in the left sidebar, and then press the `Localization.json` file's export button, which looks like a little cardboard box. In the menu that comes up, select the language you're working on from the dropdown, and leave everything else the same. Now, you can put the exported file into the `Content/Localization` folder of the game's installation. If it's not part of it already, its name also has to be added to the `LanguageNames.json` file.
It's highly recommended to start the game with the `-v` (or `--verbose`) argument, as that will cause it to output some additional information about errors in your localization to the game's [log file](game_dir.md). Fixing errors like these is generally very important, as they can cause players to receive incorrect or incomplete information or, in some cases, cause the game to crash.
### Language Overrides
Strings that begin with `Overrides` are part of the overrides section, which is a set of settings that determine the way parts of the game operate when a language is applied. These should not be translated, and set to the appropriate values instead.

View file

@ -1,16 +1,10 @@
- name: Playing Tiny Life
- name: Troubleshooting Common Issues
href: common_issues.md
- name: About Preview Versions
href: preview.md
- name: Advanced Playing
- name: Tiny Life's Data Folder
href: game_dir.md
- name: Cheats
href: cheats.md
- name: Community
- name: Content and Community Policy
href: content_policy.md
- name: Contributing Localizations
href: localization.md

View file

@ -1,6 +1,7 @@
ExpiresActive On
ExpiresDefault A31536000
ExpiresByType text/html A600
ExpiresByType text/css A2592000
ExpiresByType text/javascript A2592000
ExpiresByType application/javascript A2592000
@ -13,14 +14,17 @@ RewriteBase /
# legacy redirects
RewriteRule ^translate/?$ "https://link.tinylifegame.com/translate" [R=301,L]
RewriteRule ^raw(/.*)?$ "https://link.tinylifegame.com/raw$1" [R=301,L]
RewriteRule ^devlogs/(.*)$ "posts/$1" [R=301,L]
# anchor redirects
RewriteRule ^about/?$ "#about" [R=301,L,NE]
RewriteRule ^social/?$ "#social" [R=301,L,NE]
RewriteRule ^subscribe/?$ "#subscribe" [R=301,L,NE]
RewriteRule ^news/?$ "#devlogs" [R=301,L,NE]
RewriteRule ^posts/?$ "#posts" [R=301,L,NE]
RewriteRule ^news/?$ "#posts" [R=301,L,NE]
RewriteRule ^devlogs/?$ "#devlogs" [R=301,L,NE]
RewriteRule ^roadmap/?$ "#roadmap" [R=301,L,NE]
RewriteRule ^community/?$ "#community-showcase" [R=301,L,NE]
# permanent redirects
RewriteCond %{QUERY_STRING} "(?=.*ver=([^&]*))?(?=.*log=([^&]*))?"

View file

@ -5,6 +5,5 @@ source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "jekyll"
gem "webrick"
gem "jekyll-postfiles"
gem "jekyll-feed"

View file

@ -1,21 +1,23 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.4)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
eventmachine (1.2.7-x64-mingw32)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (3.23.3)
google-protobuf (4.26.1)
rake (>= 13)
http_parser.rb (0.8.0)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jekyll (4.3.2)
jekyll (4.3.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
@ -44,28 +46,34 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
public_suffix (5.0.5)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (4.1.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rouge (4.2.1)
safe_yaml (1.0.5)
sass-embedded (1.63.4-x64-mingw-ucrt)
google-protobuf (~> 3.23)
sass-embedded (1.63.4-x64-unknown)
google-protobuf (~> 3.23)
sass-embedded (1.63.4-x86_64-linux-gnu)
google-protobuf (~> 3.23)
sass-embedded (1.77.2)
google-protobuf (>= 3.25, < 5.0)
rake (>= 13.0.0)
sass-embedded (1.77.2-x64-mingw-ucrt)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.2-x64-mingw32)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.2-x86_64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
webrick (1.8.1)
PLATFORMS
@ -78,7 +86,6 @@ DEPENDENCIES
jekyll
jekyll-feed
jekyll-postfiles
webrick
BUNDLED WITH
2.2.26
2.4.19

View file

@ -1,4 +1,4 @@
permalink: devlogs/:title/
permalink: posts/:title/
defaults:
- scope:

View file

@ -1,117 +0,0 @@
[
{
"name": "Grape Sorbet",
"desc": "Residential, 15x15",
"author": "Owlynn",
"section": "lots",
"links": {
"Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=2978242814"
}
},
{
"name": "Vista Blue",
"desc": "Residential, 10x15. Works as a starter home!",
"author": "Owlynn",
"section": "lots",
"links": {
"Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=2978242996"
}
},
{
"name": "Field Iris",
"desc": "Residential, 25x25",
"author": "Owlynn",
"section": "lots",
"links": {
"Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=2978243159"
}
},
{
"name": "Swift Brew Coffee",
"desc": "Café, 15x15",
"author": "Owlynn",
"section": "lots",
"links": {
"Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=2978243292"
}
},
{
"name": "Tiny Design Study",
"desc": "Legit Liny Tife brand, Not so slightly brewed, Coffee break. Design studies.",
"author": "Owlynn",
"section": "fanart",
"carousel": ["study-brand", "study-brewed", "study-cafe"]
},
{
"name": "Business Rivals",
"desc": "We love you, barista boys",
"author": "Owlynn",
"section": "fanart"
},
{
"name": "Tinies in the Nineties",
"desc": "A small set of clothing inspired by various fashion styles of the 90s, including grunge and neon!",
"author": "AriArtsy",
"section": "mods",
"links": {
"Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=2973959166"
}
},
{
"name": "Itty for Tiny Life",
"desc": "Adds social media to your Tiny Life! Surely this won't backfire.",
"author": "ssblur",
"section": "mods",
"links": {
"Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=2965803577",
"GitHub Releases": "https://github.com/ssblur/IttyMod/releases"
}
},
{
"name": "Cute Tinies in Love",
"desc": "Yellore's Tiny has started a relationship with Liam, the Barista of Bluebird Café",
"author": "Yellore",
"section": "fanart",
"links": {
"Website": "https://yellore.carrd.co/"
}
},
{
"name": "Yellore's Cottage",
"desc": "This is a house Yellore built on stream, testing out the new update where you are able to build more than one floor!",
"author": "Yellore",
"section": "lots",
"links": {
"Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=3049696183"
}
},
{
"name": "Simple Object Loader",
"desc": "A mod to make it easier to make new items for Tiny Life. Create new versions of existing item types through configuration files and textures, without having to write any code!",
"author": "Fenrir",
"section": "mods",
"links": {
"Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=3117181034",
"GitHub Releases": "https://github.com/Sir-Fenrir/simple-object-loader/releases"
}
},
{
"name": "Paradise Island",
"desc": "A small island connected to quite a few more islands by the multiple bridges. This town is well known for its fishing boats! However, in recent years, fishing and boating have been banned.",
"author": "AriArtsy",
"section": "worlds",
"links": {
"Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=2972617069"
}
},
{
"name": "Market Town",
"desc": "Welcome to Market Town! Nestled in the old forests of Tiny Isle lives this small town. In years gone by it was a hot spot for trade and produce, now youll find a quiet canal town with cute cafes and plenty of historical monuments.",
"author": "Gindew",
"section": "worlds",
"links": {
"Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=3202106859",
"itch": "https://itch.io/t/3620338/new-world-market-town-"
}
}
]

View file

@ -1,38 +0,0 @@
[
{
"name": "🔨 Mods",
"slug": "mods",
"desc": "Mods allow Tiny Life to be built upon through the addition of new actions, build mode items, personalities, and more. For more info on how to install mods, check out the <a href=\"https://docs.tinylifegame.com/articles/getting.html\">Getting Custom Content article</a>. If you want to make your own mod, the <a href=\"https://docs.tinylifegame.com/articles/mod_basics.html\">Modding Basics article</a> will help you get started.",
"images": true
},
{
"name": "🫂 Households",
"slug": "households",
"desc": "When playing Tiny Life, you can export and share households from within the characater creator. After getting households from the community, you can add them to your saves from the household selection. For more info on how to get custom households, check out the <a href=\"https://docs.tinylifegame.com/articles/getting.html\">Getting Custom Content article</a>.",
"images": true
},
{
"name": "🏪 Lots",
"slug": "lots",
"desc": "When playing Tiny Life, you can export and share lots you've built from build mode. After getting lots from the community, you can add them to your saves in build mode as well. For more info on how to get custom lots, check out the <a href=\"https://docs.tinylifegame.com/articles/getting.html\">Getting Custom Content article</a>.",
"images": true
},
{
"name": "🌍 Worlds",
"slug": "worlds",
"desc": "When playing Tiny Life, you can add custom worlds to your game and add as many as you want to each of your saves. To get started with creating your own custom worlds, check out the <a href=\"https://docs.tinylifegame.com/articles/custom_maps.html\">Creating Custom Maps article</a>. For more info on how to get custom maps, check out the <a href=\"https://docs.tinylifegame.com/articles/getting.html\">Getting Custom Content article</a>.",
"images": true
},
{
"name": "📽️ Media",
"slug": "media",
"desc": "Have you created a Let's Play, gameplay video or review of Tiny Life? This is the perfect place to share it! If you have VODs of livestreams where you played Tiny Life, they can also be shared here.",
"embeds": true
},
{
"name": "🎨 Art",
"slug": "fanart",
"desc": "Recently, people have started creating fan art for Tiny Life, usually involving some of the game's pre-made Tinies. These artists are incredibly talented, so please make sure to check out their other work as well!",
"images": true
}
]

View file

@ -1,7 +1,7 @@
[
{
"name": "🫂 More Complex Relationships",
"desc": "While there's already friendship, romance, dating and cheating in the game, we'd like to include marriage and jealousy. We plan on expanding relationships even further later on by introducing open relationships, polyamory, and more.",
"desc": "While there's already friendship, romance, dating and cheating in the game, we'd like to include marriage and jealousy. We plan on expanding relationships even further after release by introducing open relationships, polyamory, and more.",
"stage": "Soon"
},
{
@ -21,7 +21,7 @@
},
{
"name": "🏢 Improvements for Jobs",
"desc": "Select jobs will allow the option to work from home, giving a Tiny daily tasks to complete. There'll also be an option to take vacation days and family leave.",
"desc": "Select jobs will allow the option to work from home, giving a Tiny daily tasks to complete. After release, jobs with venues that you can actively work at are also planned.",
"stage": "Long-Term"
},
{
@ -31,7 +31,7 @@
},
{
"name": "🤹 Tons More Skills",
"desc": "We have specific plans for sills like mischief, knitting, gardening, and foraging, but more skills are on the horizon, of course!",
"desc": "We have specific plans for skills like mischief, knitting, gardening, and foraging, but more skills are on the horizon, of course!",
"stage": "Long-Term"
},
{
@ -51,7 +51,7 @@
},
{
"name": "🍷 Even More Public Lots",
"desc": "There will be a lot more public lots in the future, as well as more complex lot types with multiple states, including museums and festival spots.",
"desc": "There will be a lot more public lots in the future, as well as more complex lot types with multiple states, like festival spots and community centers.",
"stage": "Long-Term"
},
{

View file

@ -1,4 +1,4 @@
<a class="nav-item nav-link" href="../../#devlogs">🏠 Home</a>
<a class="nav-item nav-link" href="../../#{{ page.tags[0] | slugify }}">🏠 Home</a>
{% if page.previous %}
<a class="nav-item nav-link" href="{{ page.previous.url }}">⏮️ Previous Post</a>
{% endif %}

View file

@ -1,21 +1,20 @@
# Troubleshooting Common Issues
This is a list of commonly faced problems when downloading, installing and playing the game. Please read this list carefully before reporting an issue.
This is a list of commonly faced problems when downloading, installing and playing the game. Please read this list carefully before reporting an issue.
If you're struggling with solving any of these issues yourself, feel free to ask for help in [the Discord server](https://link.tinylifegame.com/discordweb).
## My save files aren't synchronized through Steam Cloud
# My save files aren't synchronized through Steam Cloud
Cloud storage in Tiny Life has to be enabled individually for each save file that you want to back up and synchronize.
To do so, make sure that you have Steam running, and then go into the Load Game menu on the game's title screen. From there, simply press the button that has a little cloud icon on it for each save file that you want to store in the cloud. If you ever want to stop saving a file to the cloud, just press the button again.
While Steam Cloud storage is enabled for a save file, it will automatically be uploaded whenever the game is saved, and newer versions will automatically be downloaded every time you launch the game.
## I get an error or crash with mods installed
**For issues that only happen with mods, please contact the mods' developers.** You can narrow down which mod is causing an issue by looking at the [log file](game_dir.md) or by uninstalling mods until the issue stops happening. Most mods have a button to open their issue tracker in their description, which you can find in the rightmost tab of the game's options menu.
# I get an error or crash with mods installed
**For issues that only happen with mods, please contact the mods' developers.** You can narrow down which mod is causing an issue by looking at the [log file](https://docs.tinylifegame.com/articles/game_dir.html) or by uninstalling mods until the issue stops happening. Most mods have a button to open their issue tracker in their description, which you can find in the rightmost tab of the game's options menu.
When reporting an issue to Tiny Life developers, please make sure that you have **no mods installed** at the time that the issues occur. You can also disable the loading of mods in the rightmost tab of the game's options menu if you don't want to uninstall your mods to reproduce an issue.
## The game won't start correctly
# The game won't start correctly
This can have multiple reasons:
- When downloading the game from itch, make sure to **extract the zip archive** before starting the game executable within it.
- Some ARM-based distributions of Linux and Mac (like newer MacBooks that use Apple Silicon) don't support Tiny Life without installing additional tools (like [Rosetta](https://en.wikipedia.org/wiki/Rosetta_(software)) or [QEMU](https://www.qemu.org/)) to translate instructions correctly. You might have to do additional research to figure out what these are for your device.
@ -23,10 +22,10 @@ This can have multiple reasons:
- When downloading the game from itch on a Mac, your device might warn you about the application's **security**, since Tiny Life is not signed by Apple. If you want to run the game anyway, hold the Option key, then right-click and select Open.
- If the game briefly starts up but crashes during the loading screen, there may be issues with your graphics or audio drivers. Please make sure that all of your graphics and audio drivers are on the latest stable versions and that you do not have any extraneous device drivers installed. Specifically, a device driver that seems to be causing problems for a small set of players is "Asus utility" under the "Sound, video and game controllers" section in Windows' Device Manager, disabling which should fix this issue.
## There's no log file to attach to my bug report
If the game is crashing when you try to launch it, but there's no log file in [the logs folder](game_dir.md), the game might be crashing too early or it might be unable to create a log file due to permission issues.
# There's no log file to attach to my bug report
If the game is crashing when you try to launch it, but there's no log file in [the logs folder](https://docs.tinylifegame.com/articles/game_dir.html), the game might be crashing too early or it might be unable to create a log file due to permission issues.
If this happens, the game will create a file next to the game's executable called `_UnhandledException.txt` instead. Please include this file's content in your report.
## My Tinies automatically get assigned wrong genealogies
Transitive genealogies are automatically calculated in the character creator. For example, adding a parent and a child for a Tiny automatically causes them to have a grandparent/grandchild relationship. The current implementation of this system may contain some oversights causing incorrect transitive genealogies to be calculated automatically. To fix this issue temporarily and be able to set your own genealogies manually, you can enable the `IgnoreTransitive` [cheat](cheats.md).
# My Tinies automatically get assigned wrong genealogies
Transitive genealogies are automatically calculated in the character creator. For example, adding a parent and a child for a Tiny automatically causes them to have a grandparent/grandchild relationship. The current implementation of this system may contain some oversights causing incorrect transitive genealogies to be calculated automatically. To fix this issue temporarily and be able to set your own genealogies manually, you can enable the `IgnoreTransitive` [cheat](https://docs.tinylifegame.com/articles/cheats.html).

View file

@ -1,24 +1,22 @@
# Tiny Life Content and Community Policy
*Please read this document carefully before posting or sharing comments, opinions, videos, livestreams, mods, custom maps, households, or lots. By sharing content on any of the officially supported platforms, you also agree that you have read all the information below.*
As part of the goal of Tiny Life's design, we want to foster a community of players that are accepting, kind and have the ability to **express their creativity**, **explore their identity**, and **share their feedback**. As such, the following rules are very permissive of custom content and community interaction of any kind, with restrictions that aim to minimize unease or harm in the community.
All content that does not follow these rules will be removed from the official platforms, and their authors may be banned or restricted for a period of time at the moderators' discretion.
## Tiny Life Content on the Internet
# Tiny Life Content on the Internet
- ✔️ You are free (and encouraged!) to create and share or post comments, opinions, videos, livestreams, blog posts, and other content that shows off or relates to Tiny Life and its gameplay. When doing so, be sure to make it sufficiently clear that the content you are showing off is associated with Tiny Life. For example, when posting a video about the game, Tiny Life's name should be included in the title, description or video content.
- ✔️ You are free to **monetize** and otherwise earn revenue from videos, livestreams, blog posts, and other content that shows off or relates to Tiny Life and its gameplay. This includes content about or featuring Tiny Life that contains the game's soundtrack as background or prominently featured music.
- ✔️ You are free to share any custom content of any kind for Tiny Life outside the official platforms. When doing so, be sure to make it sufficiently clear what parts are your creations, and what parts are Tiny Life's original content.
- ❌ You are not allowed to **reupload or otherwise redistribute** the Tiny Life binary, assets, or code. If you want people to be able to find the game easily, it is recommended that you link to its website https://tinylifegame.com.
## Tiny Life Content on Official Platforms
Tiny Life's official platforms include [the itch community](https://ellpeck.itch.io/tiny-life/community), [the Steam community](https://steamcommunity.com/app/1651490), [the Steam workshop](https://steamcommunity.com/app/1651490/workshop/), [the Discord server](https://link.tinylifegame.com/discordweb), and [the Twitter page](https://twitter.com/TinyLifeGame). For these platforms, there are a multitude of additional rules.
# Tiny Life Content on Official Platforms
Tiny Life's official platforms include [the wiki](https://wiki.tinylifegame.com), [the itch community](https://ellpeck.itch.io/tiny-life/community), [the Steam community](https://steamcommunity.com/app/1651490), [the Steam workshop](https://steamcommunity.com/app/1651490/workshop/), [the Discord server](https://link.tinylifegame.com/discordweb), and [the Twitter page](https://twitter.com/TinyLifeGame). For these platforms, there are a multitude of additional rules.
- ✔️ You are free (and encouraged!) to create and share or post comments, opinions, videos, livestreams, blog posts, and other content that shows off or relates to Tiny Life and its features, with the community through the official platforms.
- ❌ You are not allowed to post comments or share mods or other types of custom content that suggest or attempt **removing or hiding** features from the game that support **body positivity**, **bodily autonomy**, **queer representation**, **gender equality**, and **racial diversity**.
- ❌ You are not allowed to post messages or share mods or other types of custom content that promote or engage in **criminal activity**, including but not limited to illegal drug use and abuse of minors or adults.
- ❌ Due to the game's age rating and target audience, you are not allowed to share mods or other types of custom content that depict activities and situations **not suitable for all ages**. This includes **explicit sexual activity**, **excessive nudity**, **abuse of drugs or alcohol**, as well as possibly **triggering topics** like references to intense emotional trauma.
## About this Policy
# About this Policy
This policy may be updated from time to time. Its change history can be found on the [GitHub repository](https://github.com/Ellpeck/TinyLifeWeb/commits/main/docs/articles/content_policy.md). If you have any questions about this policy, please don't hesitate to ask on [the Discord server](https://link.tinylifegame.com/discordweb).
This policy may be updated from time to time. Its change history can be found on the [GitHub repository](https://github.com/Ellpeck/TinyLifeWeb/commits/main/web/_includes/content_policy.md). If you have any questions about this policy, please don't hesitate to ask on [the Discord server](https://link.tinylifegame.com/discordweb).

17
web/_includes/cookie.html Normal file
View file

@ -0,0 +1,17 @@
<div id="cookieinfo"></div>
<script>
if (localStorage.getItem("notification") !== "true") {
$("#cookieinfo").html( /*html*/ `
<div class="alert alert-danger alert-dismissible fade show" role="alert">
This site uses your browser's local storage to store information about your browsing activity.
<br>For more information, please check out the <a href="https://ellpeck.de/privacy">privacy policy</a>.
<button type="button" class="close" data-dismiss="alert" id="notif-close">
<span>&times;</span>
</button>
</div>
`);
$("#notif-close").on("click", function () {
localStorage.setItem("notification", "true");
});
}
</script>

View file

@ -0,0 +1,44 @@
<div class="devlogs">
{% assign slug = include.tag | slugify %}
<h2 class="devlog-category" id="{{ slug }}">{{ include.emoji }} {{ include.tag }}</h2>
<p>{{ include.description }}</p>
{% assign total = 0 %}
{% for post in site.posts %}
{%- if post.tags contains include.tag -%}
{%- assign total = total | plus: 1 -%}
<div class="devlog devlog-{{ slug }}" {% if total > 6 %}hidden{% endif %}>
{%- if post.image -%}
{%- assign start = post.image | slice: 0, 4 -%}
{%- if start == "http" -%}
{%- assign url = post.image -%}
{%- else -%}
{%- assign url = post.url | append: post.image -%}
{%- endif -%}
<img src="{{ url }}" class="devlog-image" width="100%" height="120px" alt="Cover image for post {{ post.title }}">
{%- endif -%}
<h4 class="devlog-title">{{ post.title }}</h4>
<div class="text-muted">{{ post.date | date_to_string }}</div>
<div>
<a href="{{ post.url }}">Read this post</a>
{%- if post.itch %}
&ndash; <a href="{{ post.itch }}">Read on itch</a>
{%- endif -%}
{%- if post.steam %}
&ndash; <a href="{{ post.steam }}">Read on Steam</a>
{%- endif -%}
</div>
</div>
{%- endif -%}
{% endfor %}
{% if total > 6 %}
<button type="button" class="btn btn-link devlog-more" id="devlog-more-{{ slug }}"><strong>Show more {{ include.tag }} posts</strong></button>
<script>
$("#devlog-more-{{ slug }}").on("click", function () {
$(".devlog-{{ slug }}").removeAttr("hidden");
$(this).attr("hidden", true);
});
</script>
{% endif %}
</div>

View file

@ -1,17 +1,17 @@
<div class="section">
<h1 id="devlogs">📢 News and Devlogs</h1>
<p>Along with every major update, we publish a devlog that features additional information as well as some screenshots. Occasionally, we also post about the game's development or other news. You can read them on itch or on Steam. You can also read <a href="https://docs.tinylifegame.com/Changelog">the full changelog</a> or subscribe to <a href="#subscribe">the mailing list</a> or <a href="/feed.xml">the Atom feed</a>.</p>
<h1 id="posts">📢 Posts</h1>
<p>Posts are organized into categories, which you can find below. If you want to receive all these posts in your inbox or your favorite feed reader, you can subscribe to <a href="#subscribe">the mailing list</a> or <a href="/feed.xml">the Atom feed</a>.</p>
<div class="devlogs">
{% for post in site.posts %}
<div class="devlog">
<h4 class="devlog-title">{{ post.title }}</h4>
<div class="devlog-date text-muted">{{ post.date | date_to_string }}</div>
<div>
<a href="{{ post.url }}">Read this post</a> &ndash;
<a href="{{ post.itch }}">Read on itch</a> &ndash;
<a href="{{ post.steam }}">Read on Steam</a></div>
</div>
{% endfor %}
</div>
{% include devlog_category.html
tag="Community Showcase"
emoji="🌍"
description="We want to dedicate this section to our community and showcase some of the awesome stuff you've created. Be it in-game content, videos, or fan art, this category is dedicated to your creations." %}
{% include devlog_category.html
tag="Tiny Technicalities"
emoji="⚙️"
description="Tiny Technicalities gives you a little look behind the scenes of Tiny Life development, including explanations about the graphics, music, AI, build mode, and more!" %}
{% include devlog_category.html
tag="Devlogs"
emoji="📰"
description="Along with every major update, we publish a devlog that features additional information as well as some screenshots. You can also read <a href=\"https://docs.tinylifegame.com/Changelog\">the full changelog</a>." %}
</div>

View file

@ -1,7 +1,6 @@
<a class="nav-item nav-link" href="#top">🎮 Play</a>
<a class="nav-item nav-link" href="#about">🏡 About</a>
<a class="nav-item nav-link" href="#social">🔗 Social</a>
<a class="nav-item nav-link" href="#devlogs">📢 News</a>
<a class="nav-item nav-link" href="#posts">📢 Posts</a>
<a class="nav-item nav-link" href="#roadmap">🛣️ Roadmap</a>
<a class="nav-item nav-link" href="community">💬 Showcase</a>
<a class="nav-item nav-link" href="https://wiki.tinylifegame.com">🌐 Wiki</a>

View file

@ -1,12 +1,10 @@
# About Preview Versions
Occasionally, we publish preview versions of upcoming Tiny Life versions on a different Steam branch, as well as on itch. We use previews to test upcoming features and changes publicly, while still allowing players to easily revert to a more stable version.
Occasionally, we publish preview versions of upcoming Tiny Life versions on a different Steam branch, as well as on itch. We use previews to test upcoming features and changes publicly, while still allowing players to easily revert to a more stable version.
When deciding to try out a Tiny Life preview version, please keep in mind that they contain **unfinished** and possibly **buggy content** that might change before the version is officially released. This means that we recommend using a **separate save file** when playing with a preview version.
If you encounter any issues or have feedback about any of the preview's new features, you can let us know through the usual channels, including the [feedback form](https://tinylifegame.com/feedback) (which you can also reach from in-game as usual) or [the Discord](https://link.tinylifegame.com/discordweb).
## Previews on Steam
# Previews on Steam
To select the preview branch on Steam for the demo or the Early Access version, simply right-click the game in your library and select Properties. Then go to the Betas tab, and select the preview branch from the dropdown menu. If you want to revert to the regular release, you can do so using the same process.
![](../media/previews_steam_1.png)
@ -15,7 +13,7 @@ To select the preview branch on Steam for the demo or the Early Access version,
The preview branch will always have the most up-to-date version of the game, including full releases. This means that you can stay on this branch permanently if you always want to play with preview versions.
## Previews on itch
# Previews on itch
Preview versions are available as normal Tiny Life builds on itch.
For managing what version you want to use when playing, we recommend installing the [itch app](https://itch.io/app), which allows selecting a game version to use.

View file

@ -11,9 +11,19 @@ nav: blognav.html
}));
</script>
<div class="section blog-section">
<div class="section top-margin full-width-images less-wide">
<h1>{{ page.title }}</h1>
<p>📖 You can also read this post <a href="{{ page.itch }}">on itch</a> or <a href="{{ page.steam }}">on Steam</a>, or you can subscribe to <a href="../../#subscribe">the mailing list</a> or <a href="/feed.xml">the Atom feed</a>.</p>
<p>
📖 You can also read this post
{% if page.itch %}
<a href="{{ page.itch }}">on itch</a>,
{% endif %}
{% if page.steam %}
<a href="{{ page.steam }}">on Steam</a>,
{% endif %}
through <a href="/feed.xml">the Atom feed</a> or by subscribing to <a href="../../#subscribe">the mailing list</a>.
</p>
{% include anchor_headings.html html=content anchorBody="#" anchorClass="anchor-heading" %}
</div>

View file

@ -50,6 +50,7 @@
</script>
{% include navbar.html %}
{% include cookie.html %}
{{ content }}

View file

@ -1,5 +1,7 @@
---
title: "0.23.0: Job Choices, Aging Up and Furniture Fun"
tags: [Devlogs]
image: "Tiny_Life_0XuTQ38i2H.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/400497/0230-job-choices-aging-up-and-furniture-fun"
steam: "https://store.steampowered.com/news/app/1651490/view/3344500789303904087"
---

View file

@ -1,5 +1,7 @@
---
title: "0.24.0: Undo, Redo, Fridge Achievements"
tags: [Devlogs]
image: "Tiny_Life_iApPIyRYDg.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/409590/0240-undo-redo-fridge-achievements"
steam: "https://store.steampowered.com/news/app/1651490/view/3370399657483457677"
---

View file

@ -1,5 +1,7 @@
---
title: "0.25.0: Water, Stuff and Skill Books"
tags: [Devlogs]
image: "22-09-05_12-36-24.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/424507/0250-water-stuff-and-skill-books"
steam: "https://store.steampowered.com/news/app/1651490/view/3360269804911051302"
---

View file

@ -1,5 +1,7 @@
---
title: "0.26.0: Lights, Camera, Music"
tags: [Devlogs]
image: "Tiny_Life_RFyQB1fwLj.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/441031/0260-lights-camera-music"
steam: "https://store.steampowered.com/news/app/1651490/view/6319138589415905559"
---

View file

@ -1,5 +1,7 @@
---
title: "0.27.0: Trashy Techie Library"
tags: [Devlogs]
image: "22-11-12_13-07-01.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/450800/0270-trashy-techie-library"
steam: "https://store.steampowered.com/news/app/1651490/view/5453324100721557422"
---

View file

@ -1,5 +1,7 @@
---
title: "0.28.0: The Last Beta Update Ever"
tags: [Devlogs]
image: "22-12-20_12-29-40.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/466033/0280-the-last-beta-update-ever"
steam: "https://store.steampowered.com/news/app/1651490/view/5891302324258788947"
---

View file

@ -1,5 +1,7 @@
---
title: "0.29.0: Say Hi to the Demo"
tags: [Devlogs]
image: "23-01-16_11-27-35.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/477028/0290-say-hi-to-the-demo"
steam: "https://store.steampowered.com/news/app/1651490/view/6132247440463996085"
---

View file

@ -1,5 +1,7 @@
---
title: "0.30.0: Big Steps Towards Release"
tags: [Devlogs]
image: "23-03-19_13-23-37.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/510006/0300-big-steps-towards-release"
steam: "https://store.steampowered.com/news/app/1651490/view/6492542378896226821"
---

View file

@ -1,5 +1,7 @@
---
title: "0.34.0: Of Bars, Brews and Progress Bars"
tags: [Devlogs]
image: "Tiny_Life_3XsYH5xHwQ.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/550844/0340-of-bars-brews-and-progress-bars"
steam: "https://store.steampowered.com/news/app/1651490/view/3683429634497560974"
---

View file

@ -1,5 +1,7 @@
---
title: "0.35.0: Multiple Maps and Fabulous Phones"
tags: [Devlogs]
image: "Tiny_Life_IP8SmKBSWq.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/563080/0350-multiple-maps-and-fabulous-phones"
steam: "https://store.steampowered.com/news/app/1651490/view/3657536564720831922"
---

View file

@ -1,5 +1,7 @@
---
title: "0.36.0: Retro Rarities and Stopped Starvation"
tags: [Devlogs]
image: "23-08-15_12-36-03.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/575228/0360-retro-rarities-and-stopped-starvation"
steam: "https://store.steampowered.com/news/app/1651490/view/7159087179838232481"
---

View file

@ -1,5 +1,7 @@
---
title: "0.37.0: Multiple Floors and Fences Galore"
tags: [Devlogs]
image: "23-10-25_11-50-12.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/625774/0370-multiple-floors-and-fences-galore"
steam: "https://store.steampowered.com/news/app/1651490/view/3752120943815757525"
---

View file

@ -1,5 +1,7 @@
---
title: "0.38.0: Get Cozy Indoors and Lock Out Your Friends"
tags: [Devlogs]
image: "23-12-06_12-34-28.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/646318/0380-get-cozy-indoors-and-lock-out-your-friends"
steam: "https://store.steampowered.com/news/app/1651490/view/3883855041905172042"
---

View file

@ -1,5 +1,7 @@
---
title: "0.39.0: An Upgrade to Your Tiny Life"
tags: [Devlogs]
image: "Tiny_Life_H6aK32Qi58.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/675666/0390-an-upgrade-to-your-tiny-life"
steam: "https://store.steampowered.com/news/app/1651490/view/4017842368454821242"
---

View file

@ -1,5 +1,7 @@
---
title: "0.40.0: Lunar Grove and Populated Homes"
tags: [Devlogs]
image: "Tiny_Life_hEdw0Ncpjx.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/695073/0400-lunar-grove-and-populated-homes"
steam: "https://store.steampowered.com/news/app/1651490/view/4114672767168819010"
---

View file

@ -1,5 +1,7 @@
---
title: "0.41.0: Huge New Set, Babysitters, Museums, More Stings, and More"
tags: [Devlogs]
image: "24-04-14_16-16-57.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/714782/0410-huge-new-set-babysitters-museums-more-stings-and-more"
steam: "https://store.steampowered.com/news/app/1651490/view/6928299975962713016"
---

View file

@ -0,0 +1,18 @@
---
title: "0.2.2: Nicer menus, more mod abilities!"
tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzQ2ODYxNTgucG5n/original/i3iQSI.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/199801/022-nicer-menus-more-mod-abilities"
---
Version 0.2.2 of Tiny Life was just released! Among other things, it adds a really cool looking new main menu:
![](https://img.itch.zone/aW1nLzQ2ODYxNTgucG5n/original/i3iQSI.png)
Here's the full changelog as well:
- Added mod list and "Open Game Folder" button to Options menu
- Improved some menus visually
- Added a long hairstyle
- Allow for mods to add tiles and wallpapers
- Started on modding API documentation

View file

@ -0,0 +1,24 @@
---
title: "0.2.3: Personality Types!"
tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzQ3Mjc2MzIucG5n/original/gAcYXF.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/201694/023-personality-types"
---
Among some other stuff, the 0.2.3 update released today adds personality types! Currently, there are only a few in the game, but they already influence your people's actions.
![](https://img.itch.zone/aW1nLzQ3Mjc2MzIucG5n/original/gAcYXF.png)
![](https://img.itch.zone/aW1nLzQ3Mjc2MzgucG5n/original/klGGJv.png)
To add personality types to your existing save files, you can press F1 and type "EditPerson". This will bring up a character editor with full editing abilities, so you can add some personality types to your people.
Here's the full changelog for this version:
- Added painting and selling paintings
- Added personality types. To add personality types to your existing people, press F1 and type "EditPerson"
- Added a visual effect for money gain/loss
- Increased the starting funds
- Improved the map by adding a park
- Various action bugfixes
- [API] More documentation

View file

@ -0,0 +1,21 @@
---
title: "0.3.0: More skills, more stuff to do!"
tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzQ3Mjc2MzgucG5n/original/klGGJv.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/203072/030-more-skills-more-stuff-to-do"
---
You could consider 0.3.0 to be the first proper content update for Tiny Life: It adds a bunch of new skills and objects that you can learn and interact with when playing the game.
Also, the interaction menu now allows categories, meaning that it'll be a bit easier to navigate with a lot of interactions:
![](https://img.itch.zone/aW1nLzQ3NjAzMTYuZ2lm/original/aMhRmJ.gif)
Here's the full changelog:
- New skills: Painting, charisma and humor
- New furniture: Mirror, bookcase and books
- Added descriptions for needs and skills
- Added a destruction tool for build mode
- Added action categories
- Back up the save file before loading

View file

@ -0,0 +1,36 @@
---
title: "0.3.1: Jobs! Hyperspeed!"
tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzQ4MzY3NDQucG5n/original/DS0K4S.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/206044/031-jobs-hyperspeed"
---
I just released a new update for Tiny Life, which, among a ton of performance improvements and fixes, also adds HYPERSPEED and jobs!
To get a job, all you have to do is click on the computer:
![](https://img.itch.zone/aW1nLzQ4MzY3NDQucG5n/original/DS0K4S.png)
The job selection screen shows the work hours, the pay per hour, as well as the weekly schedule.
Once everyone is at work (or sleeping!), you can engage the extremely fast speed setting, which will cause everything to happen at fifteen times the regular speed!
![](https://img.itch.zone/aW1nLzQ4MzY3NTgucG5n/original/e%2FVR1v.png)
Once someone is done with work, they'll automatically return home and their hard work is rewarded.
![](https://img.itch.zone/aW1nLzQ4MzY3NjAucG5n/original/KMG%2Bp9.png)
There's still a ton of stuff planned for the job system, like experience points, required skills and promotions/raises. For now, this is it though.
In terms of the API (and modding), this update sadly introduces a breaking change. However, the template repository is already updated for the newest version, which means you can head over there to see how to fix your mod.
Here's the full changelog:
- Added jobs: You can get a job at the computer and earn money by going to work
- Added negative relationships
- Added an extreme speed setting that can be used when everyone is sleeping or working
- Added texture packing to increase rendering performance
- Fixed some crashes and deadlock issues involving actions and pathfinding
- [API] Finished documentation
- [API] Texture packing introduces a breaking change

View file

@ -0,0 +1,36 @@
---
title: "0.4.0: Consequences! Death!"
tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzQ5MzAxMTUucG5n/original/%2BR2W7T.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/210682/040-consequences-death"
---
Finally, the people of Tiny Life have some consequences added to their lives: When some of their needs get dangerously low, they will now automatically do the following things:
Pass out
![](https://img.itch.zone/aW1nLzQ5MzAxMTEuZ2lm/original/%2BbsZCa.gif)
Pee themselves (this gif takes a few seconds)
![](https://img.itch.zone/aW1nLzQ5MzAxMTMuZ2lm/original/RtrmKa.gif)
And even.. die! Muhahahahaha!
![](https://img.itch.zone/aW1nLzQ5MzAxMTUucG5n/original/%2BR2W7T.png)
Additionally, some useful build mode tools were added (including moving furniture and moving the entire lot contents), and a few bugs have been fixed, as always! Have fun!
Here's the full changelog as well:
- Added low need consequences:
- Passing out from low energy need
- Peeing yourself from low toilet need
- Starving from low hunger need
- Added death and gravestones
- Added a tool to move the contents of a lot
- Added some mean actions and action icons
- Added various particles, including for sleep
- Changed the game's currency to "Tiny Bucks"
- Added an in-game menu and a ui scale option
- Added a tool to move existing furnitur

View file

@ -0,0 +1,42 @@
---
title: "0.5.0: Emotions!"
tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzQ5NjIyMDEucG5n/original/DL2Ag7.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/212031/050-emotions"
---
People can gain emotions through certain events (like cleaning disgusting dishes, having a boring day at work, reading a good book or being seen while on the toilet), and emotions affect people for a certain amount of time. Below are some screenshots to show the emotions, as well as some other, neat new stuff!
Jessica is uncomfortable because she had to do the dishes. Oh no!
![](https://img.itch.zone/aW1nLzQ5NjIxOTQucG5n/original/%2Bo8g5x.png)
Jessica is embarrassed because something awkward happened in the bathroom, and that's not all...
![](https://img.itch.zone/aW1nLzQ5NjIyMDEucG5n/original/DL2Ag7.png)
The character creator got a little upgrade: The preview pictures now look a lot nicer!
![](https://img.itch.zone/aW1nLzQ5NjIyMDcuZ2lm/original/fBGluG.gif)
You can now set the genealogy of your household members. (This doesn't do much yet, though.)
![](https://img.itch.zone/aW1nLzQ5NjIyMTEucG5n/original/Zx197h.png)
And lastly, there's a new house and household on the default map. Check it out by starting a new save file!
![](https://img.itch.zone/aW1nLzQ5NjIyMTUucG5n/original/wz%2BJ2R.png)
Here's the full changelog as well. Have fun!
- Added emotions
- Added 7 emotion types
- Made 22 events cause emotions
- Made some actions and skills be affected by emotions
- Added a new family and house to the map
- Added genealogy (which has no effect yet)
- Fixed the console displaying when launching the game
- Fixed a crash when launching the game for the first time
- Improved the look of the character creator's icons
- People will now leave the room when someone uses toilets or showers
- [API] Added some events

View file

@ -0,0 +1,55 @@
---
title: "0.6.0: Romance, Sounds and a Lot More!"
tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzUwNjIzMTUucG5n/original/9tyMJR.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/216521/060-romance-sounds-and-a-lot-more"
---
A new update for Tiny Life just launched, and this is a pretty big one! To sum up the changes in one beautiful sentence: We now have romance, dating, beautiful plants and trees around the map, the ability to level up in your job and earn more, and a lot of sounds for various occasions!
But first: Between the last update and this one, I also created a trailer for the game! It doesn't showcase all of the features that are present in this update, but it does showcase a very cool building montage.
https://www.youtube.com/watch?v=HkQDooqdlRI
Anyway, here are some images to show some of the changes in 0.6.0!
Beautiful plants!
![](https://img.itch.zone/aW1nLzUwNjIzMTUucG5n/original/9tyMJR.png)
A new house on the map! This is actually the one that was used in the trailer.
![](https://img.itch.zone/aW1nLzUwNjIzMzIucG5n/original/Y5gTs7.png)
Tippity-typing away with the new working animation!
![](https://img.itch.zone/aW1nLzUwNjIzMzYuZ2lm/original/bYrIMo.gif)
Romantic interactions! Carmen and Benny are finally dating as well. A match made in heaven.
![](https://img.itch.zone/aW1nLzUwNjIzNTEucG5n/original/1PxS%2Fl.png)
The work performance meter, which you can increase by going to work in a good mood.
![](https://img.itch.zone/aW1nLzUwNjIzNTkucG5n/original/5dXCnn.png)
In case you're curious about the details, here's the full changelog as well:
- Added romance, romantic interactions and the Frisky emotion
- Added sound effects to various actions and objects
- Added job leveling based on work performance
- Added trees and grass patches and a new house to the map
- Added actions to wake someone up and quit your job
- Added some more positive emotions
- Added working animations
- Added a lot of skin and hair colors
- Improved the lot and household import and export menus
- Notification history is now saved to file per save
- People can now only sleep in the same bed as someone they're romantic with
- Gameplay options are now stored per save
- Made it less likely for people to visit other lots at night
- Fixed being able to remove openings and walls on other lots
- Fixed portraits not updating in the charcter creator
- Fixed plants not being removed when placing concrete or wood tiles
- Fixed being able to do several things (like showering) while holding something
- Fixed positive emotions taking precedence over negative ones if their total amounts are equal

View file

@ -0,0 +1,74 @@
---
title: "0.7.0: Breaking Furniture, Programming, and Many Improvements!"
tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzUyMzI4MDQucG5n/original/1S3jyH.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/223659/070-breaking-furniture-programming-and-many-improvements"
---
The new version, 0.7.0, adds a ton of new content, and also a bunch of fixes to the game! As always, the full changelog is at the bottom and in the game's main menu, but there are a few things that are better explained using screenshots.
Probably the biggest change is that stuff can now break, and if it does, it will have to be repaired! If you try this and fail, it's probably a good idea to take a break if you get stunned.
![](https://img.itch.zone/aW1nLzUyMzI3OTIuZ2lm/original/gOjlhK.gif)
The cooking skill will now have more of an effect on the food you create: Similarly to paintings, your food will now have a quality rating. Based on the quality, people will react with happiness or disgust.
![](https://img.itch.zone/aW1nLzUyMzI3OTUucG5n/original/ctAjOx.png)
You can now learn to code, and in doing so, gain the ability to hack other people for a little bit of profit. Something interestin also happens if you fail, but I don't want to spoil it here. Try it out for yourself!
![](https://img.itch.zone/aW1nLzUyMzI3OTkucG5n/original/QOTEqK.png)
Along with some more new features, there are also some visual improvements, like a nice border that makes the map not seem like it's a flat plane floating in space anymore.
![](https://img.itch.zone/aW1nLzUyMzI4MDQucG5n/original/1S3jyH.png)
Lots can now be named in build mode as well, and the name will display when trying to visit the lot.
![](https://img.itch.zone/aW1nLzUyMzI4MDUucG5n/original/gaK1D3.png)
One of the new pieces of furniture that were added was long overdue: A single bed! This one is a variation of the modern double bed, but of course, there will be more styles of beds and other furniture in the future.
![](https://img.itch.zone/aW1nLzUyMzI4MDkucG5n/original/0I64E3.png)
The main menu also got an upgrade: Seeing which save file is which will now be a bit easier to see, as the last played household will be displayed in the list. Note that this only happens after you first opened a save in the new version and selected a household.
![](https://img.itch.zone/aW1nLzUyMzI4MTIucG5n/original/PWI4%2B6.png)
As always, here's a copy of the full changelog for this version. As I said, it's quite a bit of stuff.
- Added food quality, which is influenced by the cooking skill
- Added object reliability, objects breaking and a repair skill
- Added a programming skill and some related actions
- Added the ability to try to gauge the relationship level of others
- Added Focused and Creative emotions
- Added a furniture storage to build mode
- Added a TV furniture item
- Added a "fool around" action for people who are romantic with each other
- Added a large amount of new food types
- Added a white outline around highlighted objects
- Added visual borders to the map
- Added an option to change the auto-save interval
- Added a few new flooring options
- Added the modern single bed
- Added the ambitious personality type
- Added three more job types
- Added two default exported households that ship with the game
- Added a button to choose a random first and last name for a person
- Added hotkeys for switching people (tab) and opening different tabs (number keys)
- Added the ability to give lots names
- Made the last played household display in the Load Game menu
- Made clothing cost money
- Made computer screens display images for each action
- Made Uncomfortable emotion get worse the lower a need is
- Improved some existing personality types
- Fixed getting embarrassed at yourself when showering or on the toilet
- Fixed non-sellable objects like gravestones being removed when importing a lot
- Fixed people placing items far away on large tables
- Fixed the sleeping pose displaying in the wrong location in beds sometimes
- Fixed being able to sell other people's paintings
- Fixed some sounds being too quiet or too loud
- Fixed being able to take food that someone else is currently eating
- Fixed off-the-grid objects (placed using Alt) having incorrect visual depth
- [API] Allow mods to have icons
- [API] Allow clothes to have multiple texture layers<span></span>

View file

@ -0,0 +1,39 @@
---
title: "0.8.0: Mail Carriers, Bills and New Screenshots"
tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzU1MjkzMTIucG5n/original/WE9BdA.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/236301/080-mail-carriers-bills-and-new-screenshots"
---
I've been taking a little break from Tiny Life development over the last month or so due to exams and just general life stuff. There were, however, a few pretty major things I did before taking this break. Now, I finally got around to releasing a small update all about them!
Mail carriers will not come into your town every Monday and deliver your bills! You'll be able to assign a mail carrier from any of your exported households.
![](https://img.itch.zone/aW1nLzU1MjkzMTIucG5n/original/WE9BdA.png)
![](https://img.itch.zone/aW1nLzU1MjkzMTUucG5n/original/15U6xN.png)
In the future, it'll also work this way for things like bartenders on bar lots, librarians etc, so you'll be able to curate a friendship with people that run businesses and they won't randomly get replaced by other people.
There are now hints that display in the loading screen, giving you some useful information about the game that you might not know yet. There aren't that many right now, but with every update, I'll be adding more related to the new content.
![](https://img.itch.zone/aW1nLzU1MjkzMjEucG5n/original/e02Zfe.png)
Additionally, I updated all of the screenshots on the main page to reflect the content and looks of the new versions. I tried to keep the basic theme of the screenshots the same, so they should look like overhauled versions of the old screenshots. You can check out the main page for all of them, but here's my favorite one.
![](https://img.itch.zone/aW1nLzU1MjkzNDIucG5n/original/W6kiQ%2F.png)
As always, here's the full changelog as well:
- Added a mail carrier that delivers mails daily
- Added bills that are delivered and need to be paid
- Added a water and electricity rating system that determines how expensive bills are
- Added bar counters that can be sat and worked at
- Added game hints to the loading screen
- Added dirt flooring and two new wallpapers
- Made power and water be shut off if bills are not paid, disabling many actions
- Made job levelups give an additional monetary bonus
- Fixed walls not having their shadow
- Fixed the bookshelf intersecting with another texture
- Fixed some crashes related to loading and saving
- Fixed camera scaling being incorrect when launching in fullscreen

View file

@ -0,0 +1,44 @@
---
title: "0.9.0: Kick Out Your Annoying Aunt and Sofas"
tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzU4Mjg1MzQucG5n/original/MBQ42v.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/248431/090-kick-out-your-annoying-aunt-and-sofas"
---
A new update for Tiny Life has been released, and this time, there is finally some new furniture! Also, some quality of life improvements for household editing and, of course, spoiled food. Yum. Here are some images for your perusal.
First off, something pretty minor: You can now change the colors of the books in bookshelves!
![](https://img.itch.zone/aW1nLzU4Mjg1MDkucG5n/original/om04mO.png)
Food can now go off. If you hover over any plates or platters (more on those in a little bit), you can see how long until their inevitable doom. Later, of course, you'll be able to store this food in the fridge for longer safekeeping. Mmmm, tasty.
![](https://img.itch.zone/aW1nLzU4Mjg1MjguZ2lm/original/q8SfzX.gif)
There is now a lovely panel that allows you to split up your household members, as well as the money and household storage. The household members that you split off of your household will be exported as their own household, which allows you to import them to another lot... or just forget about them entirely.
![](https://img.itch.zone/aW1nLzU4Mjg1MzQucG5n/original/MBQ42v.png)
You can now serve food instead of just making a single plate for yourself! You can select the option (on the fridge) to make food for your entire household, and then a platter will be created with multiple servings on it. You can even call your household to eat... or just eat all of the servings yourself.
![](https://img.itch.zone/aW1nLzU4Mjg1NjAucG5n/original/zW%2FeaP.png)
There's also some new furniture, namely a sofa and a coffee table (which can also be used as a TV stand). Yay!
![](https://img.itch.zone/aW1nLzU4Mjg2MjgucG5n/original/b%2FqLe9.png)
As always, there are also some more rather minor changes and improvements. You can check out the full changelog in the title screen of the game, but there's also a copy of it right here:
- Added new furniture: A sofa, a coffee table, and a bathroom sink
- Added tabs to the furniture tool
- Added the ability for food to expire
- Added a food platter and a "call to meal" action for large households
- Added an option to allow people to do important actions, like paying the bills, automatically
- Added an option to merge and split households (from and to exported households)
- Improved zoomed out rendering performance by hiding small items like grass
- Improved exported households, which will now contain the furniture storage and maintain relationships with other people
- Improved the build tool and lot outlines (to be isometric)
- Improved the color picking abilities of the bookshelf
- Fixed an issue on some operating systems where textures were mixing visually
- Fixed the Paint action being on too many objects when a person is uncomfortable
- Updated German localization

View file

@ -0,0 +1,36 @@
---
title: "0.10.0: New colors, clothes and many fixes!"
tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzU5NzkyNDQucG5n/original/f3Aedy.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/254608/0100-new-colors-clothes-and-many-fixes"
---
Version 0.10.0 of Tiny Life has been released and with it come a multitude of new clothes and hairstyles so you can finally give your people the looks they deserve! ...Or at least a look closer to the look they deserve.
Here are some images to show the new stuff. Joe is, as always, my test subject for the new stuff:
![](https://img.itch.zone/aW1nLzU5NzkyNDQucG5n/original/f3Aedy.png)
![](https://img.itch.zone/aW1nLzU5NzkyNTkucG5n/original/G06M4s.png)
You look absolutely stunning, Joe.
Additionally, a very major, long-standing issue has finally been fixed: Depth calculations now work correctly for the single bed, as well as for some other stuff that it didn't work well with before. What this means for you as players is that you'll be able to move stuff around and place it in weird locations and orientations without people being rendered partly behind it even though they should actually be on top of it. Or the other way around. Or just.. in an entirely different location altogether. It was a mess.
As always, here's the full changelog for your perusal:
- Added two new tops, four new bottoms, and four new hairstyles
- Added keyboard lighting for logitech, razer and corsair keyboards
- Added various new color schemes to objects
- Made more emotions influence social actions
- Made wallpapers and windows easier to apply by highlighting any part of the wall
- Made drywall free, but ugly to people
- Fixed people queueing up actions with people who have already gone home
- Fixed importing households doubling their money
- Fixed the ability to have infinitely large households when importing
- Fixed a crash when grabbing an empty serving
- Fixed various depth rendering issues with small objects
- Fixed family meals costing the same as single servings
- Fixed people being able to talk through walls and doors
- [API] Simplified clothing textures by removing redundant frames
- [API] Added various events for people and actions

View file

@ -0,0 +1,37 @@
---
title: "0.10.1: In-depth writing skill and more AI depth!"
tags: [Devlogs]
image: https://img.itch.zone/aW1nLzYwMTc1NDcucG5n/original/FAzMI2.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/256150/0101-in-depth-writing-skill-and-more-ai-depth"
---
Tiny Life version 0.10.1 has been released today, and with it, the first rather in-depth skill and gameplay component, as well as some lovely fixes and a pretty major AI improvement.
Let's start with writing, which is an exciting new skill that was added to the game. You can practice writing on any computer, and with enough skill level, you can start writing and even publishing books, which can result in some hefty daily royalties for quite a while. Check out these screenshots to see it all in action!
![](https://img.itch.zone/aW1nLzYwMTc1NDUucG5n/original/IQPt0q.png)
![](https://img.itch.zone/aW1nLzYwMTc1NDcucG5n/original/FAzMI2.png)
If you write for too long, or you're not having enough fun doing so, you might start suffering from writer's block. But don't worry, you can read a few books by other authors to get your inspiration flowing again in no time!
![](https://img.itch.zone/aW1nLzYwMTc1NTYucG5n/original/V8IayU.png)
Along with the writing skill, a new option has been added to the gameplay options section which will greatly increase the depth of the AI, both people in other, non-played households and everyone in your active household. You can now enable a setting to cause people with existing skills, or people with a personality that makes them interested in certain skills, to build these skills on their own.
While they'll practice writing, programming and paint and sell paintings, they won't do anything more in-depth like writing and publishing their own books, or making mods, so you'll still get to do the fun parts yourself.
![](https://img.itch.zone/aW1nLzYwMTc1NjUucG5n/original/uKCk%2BZ.png)
As always, here's the full changelog for your enjoyment:
- Added an option that causes people in unplayed households to do skill building activities automatically (if their personality or existing skills allow it)
- Added a confirmation prompt for quitting your job
- Rebalanced some actions and skills, especially in respect to skill building speed
- Made people clean more dishes automatically after cleaning a dish
- Updated the descriptions of all personality types
- Updated the map (when creating a new save file) to give every household jobs by default
- Fixed mirrored objects (like paintings) looking incorrect
- Fixed issues with migrating from older save files
- Fixed sitting on sofas and benches looking wrong
- Updated German localization

View file

@ -1,5 +1,7 @@
---
title: "0.11.0: More Actions, More Skills, More Personalities, More Pride!"
tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzYxMzI2NjIucG5n/original/svbgOL.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/260838/0110-more-actions-more-skills-more-personalities-more-pride"
steam: "https://store.steampowered.com/news/app/1651490/view/3028088035178415265"
---

View file

@ -1,5 +1,7 @@
---
title: "0.12.0: The Fitness Set"
tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzYyOTI4MTUucG5n/original/QtKIie.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/264773/0120-the-fitness-set"
steam: "https://store.steampowered.com/news/app/1651490/view/2990934608186477339"
---

View file

@ -1,5 +1,7 @@
---
title: "0.13.0: Camera Rotation and a Larger Map!"
tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzY0NDI3ODMucG5n/original/1wx9B5.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/271199/0130-camera-rotation-and-a-larger-map"
steam: "https://store.steampowered.com/news/app/1651490/view/2967291343236374275"
---

View file

@ -1,5 +1,7 @@
---
title: "0.14.0: Lamps, Lot Movement, Speech Sounds!"
tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzY1MTk1MDYucG5n/original/v5iHFd.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/274082/0140-lamps-lot-movement-speech-sounds"
steam: "https://store.steampowered.com/news/app/1651490/view/4430963222678444595"
---

View file

@ -1,5 +1,7 @@
---
title: "0.15.0: Barbecue Trash Cleaning"
tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzY2MDU3MjkucG5n/original/L41m%2B2.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/277913/0150-barbecue-trash-cleaning"
steam: "https://store.steampowered.com/news/app/1651490/view/2968419780808932932"
---

View file

@ -1,5 +1,7 @@
---
title: "0.16.0: Woodlands and Visitors"
tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzY4NzM5MzUucG5n/original/k8ChdD.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/289260/0160-woodlands-and-visitors"
steam: "https://store.steampowered.com/news/app/1651490/view/2949282742498975401"
---

View file

@ -1,5 +1,7 @@
---
title: "0.17.0: Life Goals, Reward Personalities and Daily Tasks"
tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzcyMDQxNjgucG5n/original/J4KEfu.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/303915/0170-life-goals-reward-personalities-and-daily-tasks"
steam: "https://store.steampowered.com/news/app/1651490/view/4244072077610086379"
---

View file

@ -1,5 +1,7 @@
---
title: "0.18.0: Animations, Food and Sources"
tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzc1MDMxMTEucG5n/original/Oj2dtw.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/317472/0180-animations-food-and-sources"
steam: "https://store.steampowered.com/news/app/1651490/view/3111419849470831533"
---

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