head 1.2; access; symbols; locks; strict; comment @// @; 1.2 date 2025.02.21.11.59.28; author adam; state dead; branches; next 1.1; commitid FTbZaMtl6EtBBkKF; 1.1 date 2025.01.25.22.58.23; author adam; state Exp; branches; next ; commitid pTd4gALridVF7VGF; desc @@ 1.2 log @wesnoth: updated to 1.18.4 Version 1.18.4 Campaigns * Eastern Invasion * S04c: achievement now only triggers when escaping with all knights alive * S11/S99: flying units can no longer enter prison cells via the river * S12: fixed Dra-Nak (if present) having incorrect traits and portraits * S17b: AI is now more forced to recruit only higher-level units when gold reserves get too high * S99: prisoners now escape if their jailers are killed Editor * Added Show Tool Information toggle option in the menus and toolbar to allow hiding the informational tooltip on the edge of the screen that shows the current editor tool's usage and palette information Translations * Updated translations: Arabic, Bengali, British English, Chinese (Simplified), Czech, Dutch, Finnish, German, Hungarian, Italian, Norwegian, Spanish, Turkish User interface * Switched default Pango/Cairo backend from CoreText to Fontconfig on macOS to fix issues with certain fonts such as Oldania ADF Std being unrecognized on current OS versions * Search filter should now be case-insensitive for more than just ASCII characters * Fixed the palette button not being clickable after scrolling in palette widget without moving the cursor WML Engine * Fix crash when weapon specials' filters lead to infinite recursion Miscellaneous and Bug Fixes * Fixed the Load Game dialog forgetting the filename filter when changing directory @ text @$NetBSD: patch-src_server_common_server__base.hpp,v 1.1 2025/01/25 22:58:23 adam Exp $ Fix build with boost >= 1.87.0 https://github.com/wesnoth/wesnoth/pull/9653 --- src/server/common/server_base.hpp.orig 2025-01-25 22:41:27.055783416 +0000 +++ src/server/common/server_base.hpp @@@@ -30,7 +30,7 @@@@ #include "serialization/unicode_cast.hpp" #endif -#include +#include #include #ifndef _WIN32 #include @@@@ -150,7 +150,7 @@@@ public: protected: unsigned short port_; bool keep_alive_; - boost::asio::io_service io_service_; + boost::asio::io_context io_service_; boost::asio::ssl::context tls_context_ { boost::asio::ssl::context::sslv23 }; bool tls_enabled_ { false }; boost::asio::ip::tcp::acceptor acceptor_v6_; @ 1.1 log @wesnoth: Fix build with boost >= 1.87.0 @ text @d1 1 a1 1 $NetBSD$ @