pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/wesnoth wesnoth: updated to 1.14.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70fe680c5a2d
branches:  trunk
changeset: 382257:70fe680c5a2d
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jun 24 16:02:50 2018 +0000

description:
wesnoth: updated to 1.14.3

Version 1.14.3
 AI
  * Fixed crash in presence of units with negative hitpoints (issue 3042).
  * Efficiency improvements to filter evaluations in the Goto Micro AI and some
    AI helper functions
 Campaigns
  * Dead Water:
    * Fix possibility of villagers blocking pickup of sword in S10 The Flaming
      Sword (issue 3207).
  * Descent Into Darkness:
    * New Parthyn map in S1 and S6.
  * Northern Rebirth:
    * Reduced starting gold and income in scenarios 10 to 13
  * Secrets of the Ancients:
    * Fix S09 Training Session not ending when all dark adepts die (issue 3192)
  * Tutorial:
    * S2: made enemy starting gold equal to that of the player.
  * Under the Burning Suns:
    * Added portrait and updated sprite for Giant Ant.
 Language and i18n
  * Updated translations: British English, Chinese (Traditional), Czech, French,
    Italian, Japanese, Scottish Gaelic, Spanish
 Multiplayer server
  * Fixed lan_server option not causing the server to exit once vacated, e.g.
    when using the Host Networked Game option from the Multiplayer menu in the
    game (issue 3206).
 Music and sound effects
  * The music now changes immediately when you load a save file (issue 2602).
  * Fixed Lua errors when setting a music track that cannot be found when the
    playlist is already empty, e.g. if there's no music installed for the
    game (issue 3194).
 WML engine
  * Removed validation to ensure units cannot have negative hitpoints. We
    learned that the ability to create such units is documented, and thus
    disallowing it was an API change. Since API changes aren't allowed in
    the stable branch, we have reverted it.
 Miscellaneous and bug fixes
  * Fixed an occasional crash at the loading screen related to multi-thread
    access of the image cache.
  * [kill] animate=yes no longer scrolls to units through fog or shroud, thus
    matching 1.12's behavior again.
  * [message] displays the unit type name when a nameless unit speaks and no
    custom caption= is specified (issue 3211).
  * do_not_list=yes units are no longer excluded from the debug mode-only
    Create Unit dialog.
  * Fixed a rare issue where disabled attacks could cause the wrong attack to
    be initially selected in the Unit Attack dialog. This bug also had the
    potential to cause units to the wrong attack when  engaging or viewing
    damage calculations.
  * Fixed [scenario] map_file= being unusable in most circumstances.

Version 1.14.2
 Campaigns
  * Northern Rebirth:
    * S02.1 Infested Caves: keep side 8 AI leader from wandering off too far
      and ending up on a keep with only one hex for recruiting.
    * S02.1 Infested Caves: AIs are less likely to kill each other in early
      game, which would make it harder for the player otherwise.
    * S02.1 Infested Caves: Dwarvish allies are also less likely to die.
    * S02.1 Infested Caves: minor map tweaks and improvements.
    * S05 The Pursuit: removed a bottleneck and tweaked Rod of Justice.
  * Sceptre of Fire:
    * In 'Caverns of Flame', fixed various issues with the volcano eruption.
  * Under the Burning Suns:
    * Various Quenoth unit graphics updates.
  * Descent into Darkness:
    * In 'A small Favor', disabled a not intended way to win the scenario.
  * Secrets of the Ancients:
    * Bats are transformed to normal ones already after S5
 Graphics
  * Fixed a minor team coloring mistake in the north-facing Revenant standing
    animation.
 Language and i18n
  * Updated translations: British English, Chinese (Simplified), Czech, French,
    Galician, German, Italian, Japanese, Scottish Gaelic, Spanish, Ukrainian
 User interface
  * List boxes (MP lobby game list in particular) now keep the scroll position
    when they change, instead of keeping the selected item visible (issue 3016).
  * Fixed MP lobby player list scrolling to top when it changes
  * Fixed the first unit sometimes not being selected when opening the Recall
    dialog.
  * Fixed a crash when using very large portraits in [message] (issue 2912)
  * Added a button to access the version info dialog to Preferences.
  * Removed player list sorting options in the MP lobby. The list is now
    automatically sorted alphabetically, friends first.
  * Rearranged campaign difficulty menu layout
 Terrains
  * Removed hidden terrains that were not supposed to make it to 1.14: ^Prg,
    ^Prgo, ^Pwd, ^Pwdo
 Miscellaneous and bug fixes
  * Fixed memory leak in terrain filter code. In a huge map with Silver Mages,
    it could leak several gigabytes of memory in a long session.
  * Fixed: unit halo remained after undoing a recall (issue 3065)
  * Fixed: unit halo intensity doubled during AMLA animation
  * [change_theme] no longer causes a Lua error when theme= is not specified
    instead of explicitly set to an empty string.
  * [change_theme] no longer requires running a separate action to update the
    UI afterwards (e.g. [redraw]) and the status panels are updated immediately.
    as well.
  * Lua random map generator: fixed error when flipping map; specifically this
    also fixes an assert at the start of HttT S7 (Sceptre of Fire) that had a
    50% chance of being triggered
  * Experimental AI: fixed recruiting not working on maps without enemies, such
    as the first two turns of Dark Forecast
  * Experimental AI: fixed recruiting evaluations sometimes not being updated
  * Replaced deprecated Lua code and all remaining uses of FOREACH and MESSAGE
    macros
  * Fixed [color_adjust] interacting poorly with time of day color shifts and
    values outside the [-255, 255] range (issue 3144).
  * Fixed a regression from 1.13.10 where modification option values couldn't
    be properly saved in arrays.
  * Added stricter validation to ensure units cannot have negative hitpoints,
    except during specific attack-related events.
  * Added deprecation notices for several macros that had them missing before.
  * [message] no longer scrolls to units through fog or shroud so it matches
    1.12's behavior.
  * Fixed animation-wide text_color and blend_color keys being overwritten. This
    fixes level-in and level-out animations sometimes fading to black instead of
    white.
  * Fixed [animate_unit] freezing the game when observing MP games (2970).
  * Fixed carryover behaving differently when loading a start-of-scenario save
    (issue 3152).
  * Fixed turn replay function in MP.
  * Fixed savegames being created even when not needed (issue 3150).
  * Fixed handling of extra_recruit in planning mode (issue 3100).
  * Fixed handling of skirmisher in planning mode.
  * Fixed handling of filter_recall in planning mode.
  * Fixed possible segfault at game end.
  * Fixed require_resource in [resource].
  * Fixed require_scenario=yes not working with map_generation (issue 3105).

Version 1.14.1
 Campaigns
  * Eastern Invasion:
    * In 'Captured', fixed units incorrectly costing upkeep after leveling up.
  * Secrets of the Ancients
    * Fixed minor unit naming inconsistencies (issues 2844 and 2846).
  * Under the Burning Suns
    * Added custom graphics for the broken tree in S1.
    * Various sprite and image updates.
    * Fixed a bug in the formation ability causing defense bonuses not being
      received in some cases.
 Language and i18n
  * Updated translations: British English, Chinese (Simplified), Czech, French,
    Galician, German, Italian, Japanese, Scottish Gaelic, Slovak, Spanish
  * Fixed Logging Options tooltips not being translatable (issue 2837).
  * Add command-line argument to disable the filtering of incomplete translations
    in the language selection list.
 Multiplayer server
  * Added support for matching user, IP, and email bans from a forums board
    when the forum_user_handler is enabled and active. (IP and email bans with
    wildcards are not supported yet.)
  * Fixed various instances of the server crashing under certain conditions.
 Performance
  * Added an option to disable the FPS limiter for a slight performance boost.
 Units
  * Changed the plural name for the merfolk race from Mermen to Merfolk (issue 2940)
    and replaced a few instances in core unit or terrain descriptions accordingly.
 User interface
  * Removed individual Join/Observe buttons for each game in the MP Lobby.
  * Highlight the titles of MP games with vacant slots.
  * Improved MP Lobby layout on low resolutions.
  * Improved reporting of network errors in the MP lobby (issue 3005).
  * Ensure the chat widget remains the correct size even after a window resize.
  * Custom MP game names are now capped at 50 characters.
  * Restored Era info to main MP game display.
  * Improved the resolution selection criteria for the MP Lobby.
  * Fixed inactive weapon specials being displayed in the Unit Attack dialog
    unlike in 1.12 (issue 3033).
 Miscellaneous and bug fixes
  * Removed misleading tooltip text stating registered nicknames are optional for
    the official MP server.
  * Attempting to save a screenshot with an unsupported format now shows an error
    message, instead of saving the screenshot as BMP with the requested extension.
  * It is now possible to disable logdomains in the Logging Options dialog.
  * Fixed the wesnoth(6) manpage claiming the default log level is 'error' when it
    has been 'warning' since version 1.9.0.
  * Document --log-none in the wesnoth(6) manpage.
  * Avoid trying to load invalid base64-encoded data URIs.
  * wesnoth_addon_manager and the addons.wesnoth.org web index can now use data URIs.
  * Fixed a crash when using certain invalid color= values.
  * Implemented a workaround for an unhandled std::bad_cast from string comparison
    functions that caused a crash-to-desktop when opening Preferences among others
    (issue 3050).
  * Fixed many crashes and out-of-sync errors when using the planning mode.

Version 1.14.0
 Campaigns
  * Under the Burning Suns
    * New set of Quenoth faction and character portraits by LordBob.
    * Updated sprites for several Quenoth units.
    * Fixed "Invalid WML found" error that can be caused by the Quenoth Youth
      support ability.
 Help browser
  * Temporarily hidden Editor section as it is mostly incomplete and of little
    use right now (issue 2963).
 Language and i18n
  * Fixed Version label on the title screen not being translatable (issue 2914).
  * Updated translations: Czech, French, Galician, German, Japanese, Polish,
    Scottish Gaelic, Slovak, Spanish
 Multiplayer
  * Fixed regression causing a crash-to-desktop when trying to log into the
    server using a registered and active account without specifying a
    password.
  * Fixed an infinite loading screen if the server shut down or restarted
    mid-login.
  * Fixed an infinite loading screen when attempting to login with an
    unregistered nickname followed by a registered one.
  * Dark Forecast: Fixed possible Lua error when the weather changes.
 User Interface
  * Implemented MP chat message history saving (issue 1194, issue 2802).
  * Fixed context menus not dismissing on right click.
 Miscellaneous and bug fixes
  * Fixed an AI assertion when a unit with one disabled attack attacked a unit
    with no attacks or a single disabled attack.

diffstat:

 games/wesnoth/Makefile                                                   |    87 +-
 games/wesnoth/PLIST                                                      |  4373 +++++++--
 games/wesnoth/distinfo                                                   |    21 +-
 games/wesnoth/patches/patch-CMakeLists.txt                               |    45 +-
 games/wesnoth/patches/patch-ae                                           |    17 -
 games/wesnoth/patches/patch-af                                           |    12 -
 games/wesnoth/patches/patch-ah                                           |    22 -
 games/wesnoth/patches/patch-data_tools_addon__manager_html_py            |    11 -
 games/wesnoth/patches/patch-data_tools_castle-clutter_mk_all-castles_sh  |    12 -
 games/wesnoth/patches/patch-data_tools_unit__tree_helpers_py             |    11 -
 games/wesnoth/patches/patch-data_tools_wesnoth_campaignserver__client_py |    11 -
 games/wesnoth/patches/patch-src_CMakeLists.txt                           |    19 +
 games/wesnoth/patches/patch-src_wesnoth.cpp                              |    15 +
 13 files changed, 3187 insertions(+), 1469 deletions(-)

diffs (truncated from 7068 to 300 lines):

diff -r 287b3243a4cf -r 70fe680c5a2d games/wesnoth/Makefile
--- a/games/wesnoth/Makefile    Sun Jun 24 15:54:32 2018 +0000
+++ b/games/wesnoth/Makefile    Sun Jun 24 16:02:50 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.133 2018/04/29 21:31:42 adam Exp $
+# $NetBSD: Makefile,v 1.134 2018/06/24 16:02:50 adam Exp $
 
-DISTNAME=      wesnoth-1.12.6
-PKGREVISION=   11
+DISTNAME=      wesnoth-1.14.3
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=wesnoth/}
 EXTRACT_SUFX=  .tar.bz2
@@ -14,49 +13,34 @@
 BUILD_DEPENDS+=        libxslt-[0-9]*:../../textproc/libxslt
 
 USE_CMAKE=             yes
+USE_LANGUAGES=         c c++11
 USE_LIBTOOL=           yes
-USE_LANGUAGES=         c c++11
-USE_TOOLS+=            pkg-config
-USE_TOOLS+=            perl:run msgfmt
-USE_TOOLS+=            bash
+USE_TOOLS+=            bash msgfmt perl:run pkg-config
+# detects history.h, but does not link against libhistory
+CMAKE_ARGS+=           -DENABLE_HISTORY=OFF
 
 UNLIMIT_RESOURCES+=    datasize
 UNLIMIT_RESOURCES+=    stacksize
 
-REPLACE_PERL+=         utils/wesnothd.pl
-
-SUBST_CLASSES+=                prefix
-SUBST_STAGE.prefix=    pre-configure
-SUBST_FILES.prefix=    cmake/FindFriBiDi.cmake
-SUBST_MESSAGE.prefix=  Fixing search path.
-SUBST_SED.prefix=      -e 's,/usr/local,${PREFIX},'
-
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 1.10.6
-REPLACE_PYTHON+=               data/tools/GUI.pyw
-REPLACE_PYTHON+=               data/tools/*.py
-REPLACE_PYTHON+=               data/tools/wesnoth/*.py
-REPLACE_PYTHON+=               data/tools/wml*
-REPLACE_PYTHON+=               data/tools/about_cfg_to_wiki
-REPLACE_PYTHON+=               data/tools/addon_manager/html.py
-REPLACE_PYTHON+=               data/tools/extractbindings
-REPLACE_PYTHON+=               data/tools/imgcheck
-REPLACE_PYTHON+=               data/tools/journeylifter
-REPLACE_PYTHON+=               data/tools/rmtrans/rmtrans.py
-REPLACE_PYTHON+=               data/tools/trackplacer
-REPLACE_PYTHON+=               data/tools/unit_tree/helpers.py
-REPLACE_PYTHON+=               data/tools/wesnoth_addon_manager
-REPLACE_PYTHON+=               data/tools/wesnoth_addon_manager/html.py
-REPLACE_PYTHON+=               data/tools/wesnoth/campaignserver_client.py
-REPLACE_PYTHON+=               data/tools/unit_tree/TeamColorizer
-REPLACE_PYTHON+=               data/tools/unit_tree/overview.py
-REPLACE_PYTHON+=               utils/ai_test/*.py
-REPLACE_PYTHON+=               utils/*.py
-
-REPLACE_BASH+=         data/tools/castle-cutter/mk-all-castles.sh
-REPLACE_BASH+=         data/tools/castle-cutter/mk-castle.sh
 REPLACE_BASH+=         data/tools/unit_tree/update-wmlunits
 
-BUILDLINK_TRANSFORM+=  rm:-Werror
+REPLACE_PYTHON+=       data/tools/GUI.pyw
+REPLACE_PYTHON+=       data/tools/*.py
+REPLACE_PYTHON+=       data/tools/wesnoth/*.py
+REPLACE_PYTHON+=       data/tools/wml*
+REPLACE_PYTHON+=       data/tools/about_cfg_to_wiki
+REPLACE_PYTHON+=       data/tools/addon_manager/html.py
+REPLACE_PYTHON+=       data/tools/extractbindings
+REPLACE_PYTHON+=       data/tools/imgcheck
+REPLACE_PYTHON+=       data/tools/journeylifter
+REPLACE_PYTHON+=       data/tools/rmtrans/rmtrans.py
+REPLACE_PYTHON+=       data/tools/trackplacer
+REPLACE_PYTHON+=       data/tools/unit_tree/helpers.py
+REPLACE_PYTHON+=       data/tools/unit_tree/TeamColorizer
+REPLACE_PYTHON+=       data/tools/unit_tree/overview.py
+REPLACE_PYTHON+=       data/tools/wesnoth_addon_manager
+REPLACE_PYTHON+=       utils/ai_test/*.py
+REPLACE_PYTHON+=       utils/*.py
 
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M4.*)
@@ -71,34 +55,23 @@
 
 LDFLAGS.SunOS+=                -lintl -lsocket
 
-# To avoid *.orig files (after patch) installed
-post-patch:
-       (cd ${WRKSRC}; \
-       ${RM} data/tools/addon_manager/html.py.orig; \
-       ${RM} data/tools/castle-cutter/mk-all-castles.sh.orig; \
-       ${RM} data/tools/unit_tree/helpers.py.orig; \
-       ${RM} data/tools/wesnoth/campaignserver_client.py.orig;\
-       )
-
-BUILDLINK_API_DEPENDS.SDL_mixer+=      SDL_mixer>=1.2.5nb3
-.include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../audio/SDL2_mixer/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
 .include "../../converters/fribidi/buildlink3.mk"
-BUILDLINK_API_DEPENDS.SDL+=            SDL>=1.2.7
-.include "../../devel/SDL/buildlink3.mk"
-BUILDLINK_API_DEPENDS.SDL_ttf+=                SDL_ttf>=2.0.8
-.include "../../devel/SDL_ttf/buildlink3.mk"
+.include "../../devel/SDL2/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 BUILDLINK_API_DEPENDS.pango+=  pango>=1.14.8
 .include "../../devel/pango/buildlink3.mk"
-.include "../../graphics/SDL_image/buildlink3.mk"
+.include "../../fonts/SDL2_ttf/buildlink3.mk"
+.include "../../graphics/SDL2_image/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../lang/lua/buildlink3.mk"
 .include "../../lang/python/application.mk"
-.include "../../net/SDL_net/buildlink3.mk"
+.include "../../net/SDL2_net/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../sysutils/dbus/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-
 .include "../../mk/bsd.pkg.mk"
diff -r 287b3243a4cf -r 70fe680c5a2d games/wesnoth/PLIST
--- a/games/wesnoth/PLIST       Sun Jun 24 15:54:32 2018 +0000
+++ b/games/wesnoth/PLIST       Sun Jun 24 16:02:50 2018 +0000
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.44 2015/11/21 16:13:39 leot Exp $
+@comment $NetBSD: PLIST,v 1.45 2018/06/24 16:02:50 adam Exp $
 bin/wesnoth
 bin/wesnothd
-man/cs/man6/wesnoth.6
 man/cs/man6/wesnothd.6
 man/de/man6/wesnoth.6
 man/de/man6/wesnothd.6
@@ -9,140 +8,124 @@
 man/en_GB/man6/wesnothd.6
 man/es/man6/wesnoth.6
 man/es/man6/wesnothd.6
-man/et/man6/wesnoth.6
 man/et/man6/wesnothd.6
-man/fi/man6/wesnoth.6
 man/fi/man6/wesnothd.6
-man/fr/man6/wesnoth.6
 man/fr/man6/wesnothd.6
 man/gl/man6/wesnoth.6
 man/gl/man6/wesnothd.6
-man/hu/man6/wesnoth.6
 man/hu/man6/wesnothd.6
-man/id/man6/wesnoth.6
 man/id/man6/wesnothd.6
 man/it/man6/wesnoth.6
 man/it/man6/wesnothd.6
+man/ja/man6/wesnoth.6
 man/ja/man6/wesnothd.6
-man/lt/man6/wesnoth.6
 man/lt/man6/wesnothd.6
 man/man6/wesnoth.6
 man/man6/wesnothd.6
-man/pl/man6/wesnoth.6
 man/pl/man6/wesnothd.6
-man/pt/man6/wesnoth.6
 man/pt/man6/wesnothd.6
 man/pt_BR/man6/wesnothd.6
-man/ru/man6/wesnoth.6
 man/ru/man6/wesnothd.6
-man/sk/man6/wesnoth.6
 man/sk/man6/wesnothd.6
-man/sr/man6/wesnoth.6
 man/sr/man6/wesnothd.6
-man/sr@ijekavian/man6/wesnoth.6
 man/sr@ijekavian/man6/wesnothd.6
-man/sr@ijekavianlatin/man6/wesnoth.6
 man/sr@ijekavianlatin/man6/wesnothd.6
-man/sr@latin/man6/wesnoth.6
 man/sr@latin/man6/wesnothd.6
-man/tr/man6/wesnothd.6
-man/uk/man6/wesnoth.6
 man/uk/man6/wesnothd.6
-man/vi/man6/wesnoth.6
 man/vi/man6/wesnothd.6
 man/zh_CN/man6/wesnoth.6
 man/zh_CN/man6/wesnothd.6
 man/zh_TW/man6/wesnothd.6
 ${PLIST.icons}share/applications/wesnoth.desktop
-${PLIST.icons}share/applications/wesnoth_editor.desktop
-share/doc/wesnoth/images/README.txt
-share/doc/wesnoth/images/fr/game-screen-1.11.11.jpg
-share/doc/wesnoth/images/fr/main-menu-1.11.11.jpg
-share/doc/wesnoth/images/fr/multiplayer-1.11.11.jpg
-share/doc/wesnoth/images/fr/recruit-1.11.11.jpg
-share/doc/wesnoth/images/fr/right_pane-1.11.11.jpg
-share/doc/wesnoth/images/fr/top_pane-1.11.11.jpg
-share/doc/wesnoth/images/game-screen-1.11.9.jpg
-share/doc/wesnoth/images/gl/game-screen-1.11.9.jpg
-share/doc/wesnoth/images/gl/main-menu-1.11.9.jpg
-share/doc/wesnoth/images/gl/multiplayer-1.11.9.jpg
-share/doc/wesnoth/images/gl/recruit-1.11.9.jpg
-share/doc/wesnoth/images/gl/right_pane-1.11.9.jpg
-share/doc/wesnoth/images/gl/top_pane-1.11.9.jpg
-share/doc/wesnoth/images/it/game-screen-1.12.4.jpg
-share/doc/wesnoth/images/it/main-menu-1.12.4.jpg
-share/doc/wesnoth/images/it/multiplayer-1.12.4.jpg
-share/doc/wesnoth/images/it/recruit-1.12.4.jpg
-share/doc/wesnoth/images/it/right_pane-1.12.4.jpg
-share/doc/wesnoth/images/it/top_pane-1.12.4.jpg
-share/doc/wesnoth/images/main-menu-1.11.9.jpg
-share/doc/wesnoth/images/multiplayer-1.11.9.jpg
-share/doc/wesnoth/images/orb-black.jpg
-share/doc/wesnoth/images/orb-blue.jpg
-share/doc/wesnoth/images/orb-green.jpg
-share/doc/wesnoth/images/orb-red.jpg
-share/doc/wesnoth/images/orb-yellow.jpg
-share/doc/wesnoth/images/pt/game-screen-1.11.19.jpg
-share/doc/wesnoth/images/pt/main-menu-1.11.19.jpg
-share/doc/wesnoth/images/pt/multiplayer-1.11.19.jpg
-share/doc/wesnoth/images/pt/recruit-1.11.19.jpg
-share/doc/wesnoth/images/pt/right_pane-1.11.19.jpg
-share/doc/wesnoth/images/pt/top_pane-1.11.19.jpg
-share/doc/wesnoth/images/recruit-1.11.9.jpg
-share/doc/wesnoth/images/right_pane-1.11.9.jpg
-share/doc/wesnoth/images/schedule-afternoon.png
-share/doc/wesnoth/images/schedule-dawn.png
-share/doc/wesnoth/images/schedule-dusk.png
-share/doc/wesnoth/images/schedule-firstwatch.png
-share/doc/wesnoth/images/schedule-morning.png
-share/doc/wesnoth/images/schedule-secondwatch.png
-share/doc/wesnoth/images/schedule-underground.png
-share/doc/wesnoth/images/top_pane-1.11.9.jpg
-share/doc/wesnoth/manual.cs.html
-share/doc/wesnoth/manual.de.html
-share/doc/wesnoth/manual.en.html
-share/doc/wesnoth/manual.en_GB.html
-share/doc/wesnoth/manual.es.html
-share/doc/wesnoth/manual.et.html
-share/doc/wesnoth/manual.fi.html
-share/doc/wesnoth/manual.fr.html
-share/doc/wesnoth/manual.gl.html
-share/doc/wesnoth/manual.hu.html
-share/doc/wesnoth/manual.id.html
-share/doc/wesnoth/manual.it.html
-share/doc/wesnoth/manual.ja.html
-share/doc/wesnoth/manual.pl.html
-share/doc/wesnoth/manual.pt.html
-share/doc/wesnoth/manual.pt_BR.html
-share/doc/wesnoth/manual.ru.html
-share/doc/wesnoth/manual.sk.html
-share/doc/wesnoth/manual.sr.html
-share/doc/wesnoth/manual.sr%ijekavian.html@localhost
-share/doc/wesnoth/manual.sr%ijekavianlatin.html@localhost
-share/doc/wesnoth/manual.sr%latin.html@localhost
-share/doc/wesnoth/manual.uk.html
-share/doc/wesnoth/manual.vi.html
-share/doc/wesnoth/manual.zh_CN.html
-share/doc/wesnoth/manual.zh_TW.html
-share/doc/wesnoth/styles/manual.css
-${PLIST.icons}share/pixmaps/wesnoth-icon.png
-${PLIST.icons}share/pixmaps/wesnoth_editor-icon.png
+share/doc/wesnoth/html/images/README.md
+share/doc/wesnoth/html/images/fr/game-screen-1.11.11.jpg
+share/doc/wesnoth/html/images/fr/main-menu-1.11.11.jpg
+share/doc/wesnoth/html/images/fr/multiplayer-1.11.11.jpg
+share/doc/wesnoth/html/images/fr/recruit-1.11.11.jpg
+share/doc/wesnoth/html/images/fr/right_pane-1.11.11.jpg
+share/doc/wesnoth/html/images/fr/top_pane-1.11.11.jpg
+share/doc/wesnoth/html/images/game-screen-1.13.11+dev.jpg
+share/doc/wesnoth/html/images/gl/game-screen-1.13.13+dev.jpg
+share/doc/wesnoth/html/images/gl/main-menu-1.13.13+dev.jpg
+share/doc/wesnoth/html/images/gl/multiplayer-1.13.13+dev.jpg
+share/doc/wesnoth/html/images/gl/recruit-1.13.13+dev.jpg
+share/doc/wesnoth/html/images/gl/right_pane-1.13.13+dev.jpg
+share/doc/wesnoth/html/images/gl/top_pane-1.13.13+dev.jpg
+share/doc/wesnoth/html/images/it/game-screen-1.12.4.jpg
+share/doc/wesnoth/html/images/it/main-menu-1.12.4.jpg
+share/doc/wesnoth/html/images/it/multiplayer-1.12.4.jpg
+share/doc/wesnoth/html/images/it/recruit-1.12.4.jpg
+share/doc/wesnoth/html/images/it/right_pane-1.12.4.jpg
+share/doc/wesnoth/html/images/it/top_pane-1.12.4.jpg
+share/doc/wesnoth/html/images/main-menu-1.13.11+dev.jpg
+share/doc/wesnoth/html/images/multiplayer-1.13.11+dev.png
+share/doc/wesnoth/html/images/orb-blue.jpg
+share/doc/wesnoth/html/images/orb-green.jpg
+share/doc/wesnoth/html/images/orb-none.jpg
+share/doc/wesnoth/html/images/orb-red.jpg
+share/doc/wesnoth/html/images/orb-yellow.jpg
+share/doc/wesnoth/html/images/pt/game-screen-1.11.19.jpg
+share/doc/wesnoth/html/images/pt/main-menu-1.11.19.jpg
+share/doc/wesnoth/html/images/pt/multiplayer-1.11.19.jpg
+share/doc/wesnoth/html/images/pt/recruit-1.11.19.jpg
+share/doc/wesnoth/html/images/pt/right_pane-1.11.19.jpg
+share/doc/wesnoth/html/images/pt/top_pane-1.11.19.jpg
+share/doc/wesnoth/html/images/recruit-1.13.11+dev.png
+share/doc/wesnoth/html/images/right_pane-1.13.11+dev.png
+share/doc/wesnoth/html/images/schedule-afternoon.png
+share/doc/wesnoth/html/images/schedule-dawn.png
+share/doc/wesnoth/html/images/schedule-dusk.png
+share/doc/wesnoth/html/images/schedule-firstwatch.png



Home | Main Index | Thread Index | Old Index