-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fixed that new subscribers see all "old player" messages - fixed reserving food for prisoners - fixed "work settings not initialized" error
- Loading branch information
Showing
11 changed files
with
712 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,33 @@ | ||
Changelog: | ||
0.5 | ||
- added growing to available jobs | ||
- added prisoner work priorities to "Work" tab | ||
- food is no longer reserved in prison cell unless is brought by warden | ||
- food is now delivered by Wardens even if prisoner get out of his prison cell | ||
- disabled passive "Laziness" when prisoner have no work to do | ||
0.4 | ||
- added "Laziness" bar in "Needs" tab | ||
- fixed plant cut / harvest result being forbidden | ||
- added German translation | ||
0.3b | ||
- fixed "Forbidden" bug | ||
0.3a | ||
- wardens no longer watch over hungry or tired prisoners | ||
0.3 | ||
- added work of Warden type that supervise prisoners | ||
- prisoners will get lazy | ||
- added version checker | ||
- added stat laziness | ||
- added "Work" prisoner interaction mode | ||
0.2a | ||
- added tutorial in "LearningHelper" | ||
0.5a | ||
- fixed that new subscribers see all "old player" messages | ||
- fixed reserving food for prisoners | ||
- fixed "work settings not initialized" error | ||
|
||
0.5 | ||
- added growing to available jobs | ||
- added prisoner work priorities to "Work" tab | ||
- food is no longer reserved in prison cell unless is brought by warden | ||
- food is now delivered by Wardens even if prisoner get out of his prison cell | ||
- disabled passive "Laziness" when prisoner have no work to do | ||
|
||
0.4 | ||
- added "Laziness" bar in "Needs" tab | ||
- fixed plant cut / harvest result being forbidden | ||
- added German translation | ||
|
||
0.3b | ||
- fixed "Forbidden" bug | ||
|
||
0.3a | ||
- wardens no longer watch over hungry or tired prisoners | ||
|
||
0.3 | ||
- added work of Warden type that supervise prisoners | ||
- prisoners will get lazy | ||
- added version checker | ||
- added stat laziness | ||
- added "Work" prisoner interaction mode | ||
|
||
0.2a | ||
- added tutorial in "LearningHelper" |