Update scripts, authors, changelog

develop
lethosor 2020-08-08 13:28:31 -04:00
parent 3b3b0be8c5
commit 13380008c4
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
4 changed files with 14 additions and 3 deletions

@ -60,7 +60,6 @@ Ian S kremlin-
IndigoFenix
James Gilles kazimuth
James Logsdon jlogsdon
Japa JapaMala
Jared Adams
Jeremy Apthorp nornagon
Jim Lisi stonetoad
@ -136,6 +135,7 @@ Robert Janetzko robertjanetzko
RocheLimit
rofl0r rofl0r
root
Rose RosaryMala
Roses Pheosics
Ross M RossM
rout
@ -173,7 +173,7 @@ U-glouglou\\simon
Valentin Ochs Cat-Ion
Vitaly Pronkin pronvit mifki
ViTuRaS ViTuRaS
Vjek
Vjek vjek
Warmist warmist
Wes Malone wesQ3
Will Rogers wjrogers

@ -46,12 +46,17 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- `embark-assistant`: fixed a couple of incursion handling bugs.
- Fixed ``Units::isEggLayer``, ``Units::isGrazer``, ``Units::isMilkable``, ``Units::isTrainableHunting``, ``Units::isTrainableWar``, and ``Units::isTamable`` ignoring the unit's caste
- `RemoteFortressReader`: fixed a couple crashes that could result from decoding invalid enum items (``site_realization_building_type`` and ``improvement_type``)
- `RemoteFortressReader`: fixed an issue that could cause block coordinates to be incorrect
- `rendermax`: fixed a hang that could occur when enabling some renderers, notably on Linux
- `stonesense`: fixed a crash when launching Stonesense
- `stonesense`: fixed some issues that could cause the splash screen to hang
## Misc Improvements
- Linux/macOS: Added console keybindings for deleting words (Alt+Backspace and Alt+d in most terminals)
- `blueprint`: now writes blueprints to the ``blueprints/`` subfolder instead of the df root folder
- `blueprint`: now automatically creates folder trees when organizing blueprints into subfolders (e.g. ``blueprint 30 30 1 rooms/dining dig`` will create the file ``blueprints/rooms/dining-dig.csv``); previously it would fail if the ``blueprints/rooms/`` directory didn't already exist
- `confirm`: added a confirmation dialog for convicting dwarves of crimes
- `manipulator`: added a new column option to display units' goals
## API
- Added ``Filesystem::mkdir_recursive``
@ -67,6 +72,11 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
## Ruby
- Updated ``item_find`` and ``building_find`` to use centralized logic that works on more screens
## Documentation
- Expanded the installation guide
- Added some new dev-facing pages, including dedicated pages about the remote API, memory research, and documentation
- Made a couple theme adjustments
# 0.47.04-r1
## Fixes

@ -29,6 +29,7 @@ CHANGELOG_SECTIONS = [
'Lua',
'Ruby',
'Structures',
'Documentation',
]
REPLACEMENTS = {

@ -1 +1 @@
Subproject commit 9338495695c3892b8ce407b71a79059b39624334
Subproject commit 155b00ab65dd9a1efc56c34c1238a68dce80fe5d