Skip to content

Commit

Permalink
wesnoth: Update to v1.18.3 (#4717)
Browse files Browse the repository at this point in the history
**Summary**

- 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
  - Under the Burnings Suns
    - S04: added sprite for the Cold Dagger item
- 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 Arabic, Bengali, British English, Chinese
(Simplified), Czech, Finnish, French, German, Hungarian, Italian,
Japanese, Turkish, Ukrainian
- User interface: Help button in the leaderchoosing window works on all
languages
- WML Engine: Fix crash when weapon specials' filters lead to infinite
recursion
- Miscellaneous and Bug Fixes: Search filter should now be
case-insensitive for more than just ASCII characters

**Test Plan**

<!-- Short description of how the package was tested -->
Play tutorial

**Checklist**

- [x] Package was built and tested against unstable
- [ ] This change could gainfully be listed in the weekly sync notes
once merged <!-- Write an appropriate message in the Summary section,
then add the "Topic: Sync Notes" label -->
  • Loading branch information
davidjharder authored Jan 2, 2025
2 parents f25f6ee + fdc720a commit 608d5f4
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 19 deletions.
5 changes: 5 additions & 0 deletions packages/w/wesnoth/MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This file is used to indicate primary maintainership for this package. A package may list more than one maintainer to avoid bus factor issues. People on this list may be considered “subject-matter experts”. Please note that Solus Staff may need to perform necessary rebuilds, upgrades, or security fixes as part of the normal maintenance of the Solus package repository. If you believe this package requires an update, follow documentation from https://help.getsol.us/docs/packaging/procedures/request-a-package-update. In the event that this package becomes insufficiently maintained, the Solus Staff reserves the right to request a new maintainer, or deprecate and remove this package from the repository entirely.

- Muhammad Alfi Syahrin
- Matrix: @alfisya:matrix.org
- Email: [email protected]
2 changes: 1 addition & 1 deletion packages/w/wesnoth/abi_used_libs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ UNKNOWN
libSDL2-2.0.so.0
libSDL2_image-2.0.so.0
libSDL2_mixer-2.0.so.0
libboost_coroutine.so.1.83.0
libboost_context.so.1.83.0
libboost_filesystem.so.1.83.0
libboost_iostreams.so.1.83.0
libboost_locale.so.1.83.0
Expand Down
12 changes: 5 additions & 7 deletions packages/w/wesnoth/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,10 @@ libSDL2_mixer-2.0.so.0:Mix_ResumeMusic
libSDL2_mixer-2.0.so.0:Mix_SetDistance
libSDL2_mixer-2.0.so.0:Mix_Volume
libSDL2_mixer-2.0.so.0:Mix_VolumeMusic
libboost_coroutine.so.1.83.0:_ZN5boost10coroutines12stack_traits12default_sizeEv
libboost_coroutine.so.1.83.0:_ZN5boost10coroutines12stack_traits12is_unboundedEv
libboost_coroutine.so.1.83.0:_ZN5boost10coroutines12stack_traits12maximum_sizeEv
libboost_coroutine.so.1.83.0:_ZN5boost10coroutines12stack_traits12minimum_sizeEv
libboost_coroutine.so.1.83.0:_ZN5boost10coroutines6detail17coroutine_context4jumpERS2_Pv
libboost_coroutine.so.1.83.0:_ZN5boost10coroutines6detail17coroutine_contextC1EPFvNS_7context6detail10transfer_tEERKNS1_12preallocatedE
libboost_coroutine.so.1.83.0:_ZN5boost10coroutines6detail17coroutine_contextC1Ev
libboost_context.so.1.83.0:_ZN5boost7context12stack_traits12default_sizeEv
libboost_context.so.1.83.0:jump_fcontext
libboost_context.so.1.83.0:make_fcontext
libboost_context.so.1.83.0:ontop_fcontext
libboost_filesystem.so.1.83.0:_ZN5boost10filesystem6detail11dir_itr_impD1Ev
libboost_filesystem.so.1.83.0:_ZN5boost10filesystem6detail11dir_itr_impdlEPv
libboost_filesystem.so.1.83.0:_ZN5boost10filesystem6detail12current_pathEPNS_6system10error_codeE
Expand Down Expand Up @@ -1063,6 +1060,7 @@ libstdc++.so.6:_ZTv0_n24_NSt14basic_ifstreamIcSt11char_traitsIcEED0Ev
libstdc++.so.6:_ZTv0_n24_NSt14basic_ifstreamIcSt11char_traitsIcEED1Ev
libstdc++.so.6:_ZdaPv
libstdc++.so.6:_ZdlPv
libstdc++.so.6:_ZdlPvm
libstdc++.so.6:_Znam
libstdc++.so.6:_Znwm
libstdc++.so.6:_ZnwmRKSt9nothrow_t
Expand Down
6 changes: 3 additions & 3 deletions packages/w/wesnoth/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : wesnoth
version : 1.18.2
release : 33
version : 1.18.3
release : 34
source :
- https://github.com/wesnoth/wesnoth/archive/refs/tags/1.18.2.tar.gz : 59baaf3fb9d62d92702b343f9092da12c3455e95a6ff4782338b97a7b6285935
- https://github.com/wesnoth/wesnoth/archive/refs/tags/1.18.3.tar.gz : 62405b80fba37caa312c67a27f8b123ef52f6ded0d65c912c869663a411bd737
homepage : https://www.wesnoth.org/
license : GPL-2.0-or-later
component : games.strategy
Expand Down
Loading

0 comments on commit 608d5f4

Please sign in to comment.