|
|
@ -39,6 +39,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
|
|
|
|
|
|
|
|
|
|
|
|
## Fixes
|
|
|
|
## Fixes
|
|
|
|
-@ Console: fixed crash when entering long commands on Linux/macOS
|
|
|
|
-@ Console: fixed crash when entering long commands on Linux/macOS
|
|
|
|
|
|
|
|
-@ Removed jsoncpp's ``include`` and ``lib`` folders from DFHack builds/packages
|
|
|
|
- Fixed special characters in `command-prompt` and other non-console in-game outputs on Linux/macOS (in tools using ``df2console``)
|
|
|
|
- Fixed special characters in `command-prompt` and other non-console in-game outputs on Linux/macOS (in tools using ``df2console``)
|
|
|
|
- `dwarfmonitor`, `manipulator`: fixed stress cutoffs
|
|
|
|
- `dwarfmonitor`, `manipulator`: fixed stress cutoffs
|
|
|
|
- `startdwarf`: fixed on 64-bit Linux
|
|
|
|
- `startdwarf`: fixed on 64-bit Linux
|
|
|
@ -49,6 +50,9 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
|
|
|
|
- ``getStressCategoryRaw(level)``
|
|
|
|
- ``getStressCategoryRaw(level)``
|
|
|
|
- ``stress_cutoffs`` (Lua: ``getStressCutoffs()``)
|
|
|
|
- ``stress_cutoffs`` (Lua: ``getStressCutoffs()``)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Internals
|
|
|
|
|
|
|
|
- Added documentation for all RPC functions and a build-time check
|
|
|
|
|
|
|
|
|
|
|
|
## Structures
|
|
|
|
## Structures
|
|
|
|
- Added ``start_dwarf_count`` on 64-bit Linux again and fixed scanning script
|
|
|
|
- Added ``start_dwarf_count`` on 64-bit Linux again and fixed scanning script
|
|
|
|
- ``army_controller``: added new vector from 0.44.11
|
|
|
|
- ``army_controller``: added new vector from 0.44.11
|
|
|
|