|
|
|
@ -40,6 +40,17 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
|
|
|
|
|
## Fixes
|
|
|
|
|
- `fix/dead-units`: fixed script trying to use missing isDiplomat function
|
|
|
|
|
|
|
|
|
|
## Misc Improvements
|
|
|
|
|
- Console:
|
|
|
|
|
- added support for multibyte characters on Linux/macOS
|
|
|
|
|
- made the console exit properly when an interactive command is active (`liquids`, `mode`, `tiletypes`)
|
|
|
|
|
- Made the ``DFHACK_PORT`` environment variable take priority over ``remote-server.json``
|
|
|
|
|
- `dfhack-run`: added support for port specified in ``remote-server.json``, to match DFHack's behavior
|
|
|
|
|
- `remove-stress`:
|
|
|
|
|
- added support for ``-all`` as an alternative to the existing ``all`` argument for consistency
|
|
|
|
|
- sped up significantly
|
|
|
|
|
- improved output/error messages
|
|
|
|
|
|
|
|
|
|
## API
|
|
|
|
|
- New functions:
|
|
|
|
|
- ``Units::isDiplomat(unit)``
|
|
|
|
@ -47,6 +58,9 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
|
|
|
|
|
## Internals
|
|
|
|
|
- jsoncpp: updated to version 1.8.4 and switched to using a git submodule
|
|
|
|
|
|
|
|
|
|
## Structures
|
|
|
|
|
- ``viewscreen_civlistst``: fixed layout and identified many fields
|
|
|
|
|
|
|
|
|
|
# 0.44.11-alpha1
|
|
|
|
|
|
|
|
|
|
## Structures
|
|
|
|
|