From c53353fc28bfc278fbef5f30ca73dbe26b66769c Mon Sep 17 00:00:00 2001 From: lethosor Date: Fri, 20 Jul 2018 23:29:24 -0400 Subject: [PATCH] Update changelog, xml --- docs/changelog.txt | 8 +++++++- library/xml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index c24992393..0a6a2d37c 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -41,10 +41,16 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - `building-hacks`: fixed error when dealing with custom animation tables - `embark-assistant`: fixed crash when entering finder with a 16x16 embark selected, and added 16 to dimension choices +## Misc Improvements +- `devel/export-dt-ini`: added viewscreen offsets for DT 40.1.2 + ## Internals +- Linux/macOS: changed recommended build backend from Make to Ninja (Make builds will be significantly slower now) +- Added a usable unit test framework for basic tests, and a few basic tests - Core: various thread safety and memory management improvements - Fixed cmake build dependencies for generated header files -- Fixed custom CMAKE_CXX_FLAGS not being passed to plugins +- Fixed custom ``CMAKE_CXX_FLAGS`` not being passed to plugins +- Changed ``plugins/CMakeLists.custom.txt`` to be ignored by git and created (if needed) at build time instead ## Lua - ``utils``: new ``OrderedTable`` class diff --git a/library/xml b/library/xml index 23500e4e9..579283113 160000 --- a/library/xml +++ b/library/xml @@ -1 +1 @@ -Subproject commit 23500e4e9bd1885365d0a2ef1746c321c1dd5094 +Subproject commit 57928311390bb67fe0cd5deec14e2d4621b13a58