head 1.4; access; symbols pkgsrc-2026Q2:1.3.0.14 pkgsrc-2026Q2-base:1.3 pkgsrc-2026Q1:1.3.0.12 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.10 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.8 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.6 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.4 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.2 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.2.0.34 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.32 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.30 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.28 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.26 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.24 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.22 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.20 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.18 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.16 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.14 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.12 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.10 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.8 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.6 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.4 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.2 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.1.0.6 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.4 pkgsrc-2019Q4-base:1.1; locks; strict; comment @// @; 1.4 date 2026.07.07.09.17.27; author prlw1; state dead; branches; next 1.3; commitid KoPdoWGp4GksAHMG; 1.3 date 2024.11.18.07.58.49; author wiz; state Exp; branches; next 1.2; commitid r0hziSwo0hfmk6yF; 1.2 date 2020.07.27.15.21.43; author nia; state Exp; branches; next 1.1; commitid jNJl7470dfyRoJhC; 1.1 date 2019.12.19.22.16.34; author joerg; state Exp; branches; next ; commitid cvTthpCPbMB0OmPB; desc @@ 1.4 log @Update widelands to 1.3.1 From Paul Ripke in pkgsrc-wip + ctype() patch. Sole consumer of asio. rm:-Wold-style-cast still needed after its update. Highlights in release 1.3.1 This point release fixes a severe multiplayer desync found in Widelands 1.3. Note that it is not possible to combine the versions 1.3 and 1.3.1 in a network game. Highlights in release 1.3 Since the release of version 1.2, we implemented several hundreds of new features and bugfixes; for example, to name just a few of the highlights: - Market trading - Six new maps added and three old maps removed - Economy districts - Many improvements to the in-game Encyclopedia - Download website maps as add-ons - New visualisation modes in the editor - Many new capabilities for add-on developers Widelands 1.3 is translated completely into Czech, Durch, German, Hungarian, and Low German, and the translations for 9 other languages are more than 2/3 complete. @ text @$NetBSD: patch-src_base_i18n.cc,v 1.3 2024/11/18 07:58:49 wiz Exp $ Include clocale unconditionally. Undefine any *gettext macros to avoid infinite recursion. https://github.com/widelands/widelands/issues/6488 --- src/base/i18n.cc.orig 2024-10-30 12:47:18.000000000 +0000 +++ src/base/i18n.cc @@@@ -46,6 +46,12 @@@@ #endif #endif +// If eg. pgettext_expr happens to be a macro back to pgettext, we need +// to clear these to avoid infinite recursion. +#undef pgettext +#undef ngettext +#undef npgettext + namespace i18n { /// A stack of textdomains. On entering a new textdomain, the old one gets @ 1.3 log @widelands: Update widelands to 1.2.1 From Paul Ripke and Michael Baeuerle in pkgsrc-wip. Highlights in the Widelands 1.2.1 release: - This point release fixes several bugs and crashes found in Widelands 1.2, and offers full compatibility between these two releases for multiplayer games and replays. Highlights in the Widelands 1.2 release: - UI Plugins are add-ons that can add more functionality to the user interface - Naval Warfare preview: Invade foreign coasts using warships! - This is included as a preview feature and needs to be explicitly enabled in the game setup screen. - Soldier garrisons for ports and headquarters - Balancing changes to the Amazon economy - Fifth scenario for the Frisian campaign - More settings in the game setup screen, such as configurable durations for timed win conditions - Diplomacy handling for the computer players - Stick pinned notes onto map fields to mark important points - Hyperlinks let you navigate within the encyclopedia and to the online help - Easy maps publishing inside the editor - High-resolution images for many more units - Accessibility enhancements for many user interface components - Expose more functionality to the add-ons and scenario scripting interface - Fixed many crashes and hangs and enhanced error handling Widelands 1.2 is translated completely into Catalan, German, Hungarian, Low German, and Russian, and the translations for 8 other languages are more than 2/3 complete. Highlights in the 1.1 release: - Three new scenarios: One each for the Atlantean and Frisian campaigns, and a new standalone singleplayer mission - An add-ons webserver allows efficient down- and uploading of add-ons as well as interactions such as voting and commenting on add-ons - High-resolution images for many units - Multithreading provides smoother performance - Multiple enhancements to the in-game encyclopedia - Diplomacy: Manage your alliances during the game - Fastplace: Assign custom shortcuts to buildings to place them with one keystroke - In-game loading and restarting of games and scenarios - Save and load in-game windows - Editor tool history dialog - Various AI enhancements Highlights in the 1.0 release: - A new tribe: the Amazons - An add-on system - A third frisians scenario - Dynamic tribe loading to speed up game loading - Targeting individual map objects for removal - Mute/unmute messages by buildings - Fully redesigned main menu - Configurable keyboard shortcuts - Enhanced keyboard and mousewheel support in the UI - Long-term stable Lua API for game content designers @ text @d1 1 a1 1 $NetBSD: patch-src_base_i18n.cc,v 1.2 2020/07/27 15:21:43 nia Exp $ @ 1.2 log @widelands: Update to build 21, based on work by Michael Baeuerle in wip Very long changelog: https://www.widelands.org/changelog/ @ text @d1 1 a1 1 $NetBSD$ d5 5 a9 1 --- src/base/i18n.cc.orig 2020-07-12 19:33:44.000000000 +0000 d11 3 a13 7 @@@@ -19,9 +19,7 @@@@ #include "base/i18n.h" -#ifdef __FreeBSD__ #include -#endif d15 7 a21 1 #include d23 1 @ 1.1 log @When using std::setlocale, also include on all systems. @ text @d3 3 a5 1 --- src/base/i18n.cc.orig 2019-12-19 15:58:00.820559242 +0000 d7 1 a7 1 @@@@ -19,10 +19,7 @@@@ d14 1 a14 2 - #include d16 1 a16 1 #include @