mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
0.25.3
This commit is contained in:
parent
fad752c51c
commit
d69d2812e0
3 changed files with 24 additions and 20 deletions
16
Changelog.md
16
Changelog.md
|
@ -1,18 +1,22 @@
|
||||||
# 0.25.2
|
# 0.25.3
|
||||||
> Fixes and Improvements for 0.25
|
> Fixes and Improvements for 0.25
|
||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
- Also follow a person when left-clicking their button again while they're already selected
|
- Also follow a person when left-clicking their button again while they're already selected (0.25.2)
|
||||||
- When saving custom households, files will now append a number rather than a large amount of dashes if they conflict
|
- When saving custom households, files will now append a number rather than a large amount of dashes if they conflict (0.25.2)
|
||||||
- Animate notifications when they appear and disappear (0.25.1)
|
- Animate notifications when they appear and disappear (0.25.1)
|
||||||
- Allow clicking on notifications to make them go away (0.25.1)
|
- Allow clicking on notifications to make them go away (0.25.1)
|
||||||
- Search for custom content recursively, rather than in just the topmost folder (0.25.1)
|
- Search for custom content recursively, rather than in just the topmost folder (0.25.1)
|
||||||
- Increased rendering performance, especially when rotating and moving the camera while zoomed out (0.25.1)
|
- Increased rendering performance, especially when rotating and moving the camera while zoomed out (0.25.1)
|
||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
- Fixed a rare crash when opening an interaction menu too fast
|
- Fixed a crash when abandoning a life goal
|
||||||
- Fixed the skill book action not being able to be loaded from disk, causing an exception
|
- Fixed adults being able to blow out candles, causing a crash
|
||||||
- Fixed options not saving when pressing the X button on them
|
- Fixed a rare crash when a notification popup slides away
|
||||||
|
- Fixed being able to slide away notifications in the history menu
|
||||||
|
- Fixed a rare crash when opening an interaction menu too fast (0.25.2)
|
||||||
|
- Fixed the skill book action not being able to be loaded from disk, causing an exception (0.25.2)
|
||||||
|
- Fixed options not saving when pressing the X button on them (0.25.2)
|
||||||
- Fixed roofs being duplicated when undoing and redoing (0.25.1)
|
- Fixed roofs being duplicated when undoing and redoing (0.25.1)
|
||||||
- Fixed a rare crash when a Tiny tries to face another Tiny in a conversation (0.25.1)
|
- Fixed a rare crash when a Tiny tries to face another Tiny in a conversation (0.25.1)
|
||||||
|
|
||||||
|
|
|
@ -4583,7 +4583,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PutInFridge
|
id: PutInFridge
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 726
|
startLine: 728
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4618,7 +4618,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TakeFromFridge
|
id: TakeFromFridge
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 735
|
startLine: 737
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4653,7 +4653,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetLeftovers
|
id: GetLeftovers
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 739
|
startLine: 741
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4688,7 +4688,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AdoptChild
|
id: AdoptChild
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 746
|
startLine: 748
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4723,7 +4723,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ResearchBusinessPlans
|
id: ResearchBusinessPlans
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 754
|
startLine: 756
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4758,7 +4758,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PracticeSalesPitch
|
id: PracticeSalesPitch
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 762
|
startLine: 764
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4793,7 +4793,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ReadSkillBook
|
id: ReadSkillBook
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 770
|
startLine: 772
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4828,7 +4828,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ToggleNewspapers
|
id: ToggleNewspapers
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 779
|
startLine: 781
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
|
|
@ -24,7 +24,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NotifType
|
id: NotifType
|
||||||
path: ../TinyLife/Uis/Notifications.cs
|
path: ../TinyLife/Uis/Notifications.cs
|
||||||
startLine: 275
|
startLine: 277
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -59,7 +59,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Info
|
id: Info
|
||||||
path: ../TinyLife/Uis/Notifications.cs
|
path: ../TinyLife/Uis/Notifications.cs
|
||||||
startLine: 280
|
startLine: 282
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -93,7 +93,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Warning
|
id: Warning
|
||||||
path: ../TinyLife/Uis/Notifications.cs
|
path: ../TinyLife/Uis/Notifications.cs
|
||||||
startLine: 284
|
startLine: 286
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -127,7 +127,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VeryImportant
|
id: VeryImportant
|
||||||
path: ../TinyLife/Uis/Notifications.cs
|
path: ../TinyLife/Uis/Notifications.cs
|
||||||
startLine: 289
|
startLine: 291
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -161,7 +161,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VeryPositive
|
id: VeryPositive
|
||||||
path: ../TinyLife/Uis/Notifications.cs
|
path: ../TinyLife/Uis/Notifications.cs
|
||||||
startLine: 293
|
startLine: 295
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -195,7 +195,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Debug
|
id: Debug
|
||||||
path: ../TinyLife/Uis/Notifications.cs
|
path: ../TinyLife/Uis/Notifications.cs
|
||||||
startLine: 297
|
startLine: 299
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
|
Loading…
Reference in a new issue