Skip to content

Commit 9800e73

Browse files
Merge branch 'master' into sci-gym-script
2 parents bc3d60f + 10a04ab commit 9800e73

21 files changed

+830
-469
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
args: ['--fix=lf']
2121
- id: trailing-whitespace
2222
- repo: https://github.com/python-jsonschema/check-jsonschema
23-
rev: 0.32.1
23+
rev: 0.33.0
2424
hooks:
2525
- id: check-github-workflows
2626
- repo: https://github.com/Lucas-C/pre-commit-hooks

changelog.txt

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Template for new versions:
1717
## New Features
1818

1919
## Fixes
20+
- `gui/gm-unit`: remove reference to ``think_counter``, removed in v51.12
2021

2122
## Misc Improvements
2223

@@ -29,15 +30,35 @@ Template for new versions:
2930
## New Tools
3031

3132
## New Features
33+
34+
## Fixes
35+
- `gui/journal`: fix typo which caused the table of contents to always be regenerated even when not needed
36+
- `gui/mod-manager`: gracefully handle mods with missing or broken ``info.txt`` files
37+
- `uniform-unstick`: resolve overlap with new buttons in 51.13
38+
39+
## Misc Improvements
40+
41+
## Removed
42+
43+
# 51.12-r1
44+
45+
## New Tools
46+
- `deteriorate`: (reinstated) allow corpses, body parts, food, and/or damaged clothes to rot away
47+
- `modtools/moddable-gods`: (reinstated) create new deities from scratch
48+
49+
## New Features
50+
- `gui/spectate`: added "Prefer nicknamed" to the list of options
3251
- `gui/mod-manager`: when run in a loaded world, shows a list of active mods -- click to export the list to the clipboard for easy sharing or posting
52+
- `gui/blueprint`: now records zone designations
53+
- `gui/design`: add option to draw N-point stars, hollow or filled or inverted, and change the main axis to orient in any direction
3354

3455
## Fixes
3556
- `starvingdead`: properly restore to correct enabled state when loading a new game that is different from the first game loaded in this session
3657
- `starvingdead`: ensure undead decay does not happen faster than the declared decay rate when saving and loading the game
58+
- `gui/design`: prevent line thickness from extending outside the map boundary
3759

3860
## Misc Improvements
39-
40-
## Removed
61+
- `remove-stress`: also applied to long-term stress, immediately removing stressed and haggard statuses
4162

4263
# 51.11-r1
4364

0 commit comments

Comments
 (0)