Date: Sun, 5 Dec 2021 19:07:15 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 44a292644756 - main - games/fheroes2: update to 0.9.10 Message-ID: <202112051907.1B5J7FTT058016@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=44a292644756020e67b2c53e707d918cbcbef00d commit 44a292644756020e67b2c53e707d918cbcbef00d Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-12-05 19:04:53 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-12-05 19:04:53 +0000 games/fheroes2: update to 0.9.10 - Add French, Polish and German language support for any version of the game - Improve AI logic handling spells in the battle and its inability to land on a beach - Fix the logic related to pathfinding and calculation of terrain penalty for heroes on map - Update Norwegian translation, add Italian translation and update translations for missing texts in the game - Fix multiple rendering issues with shadows for buttons, battle grid and various text positioning in many dialogs - Add V-sync option for SDL2 builds to avoid flickering issue present for some players - Over _**60**_ bugs fixed since 0.9.9 release --- games/fheroes2/Makefile | 5 +++-- games/fheroes2/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/games/fheroes2/Makefile b/games/fheroes2/Makefile index 448d921ab81d..7d6085920124 100644 --- a/games/fheroes2/Makefile +++ b/games/fheroes2/Makefile @@ -1,5 +1,5 @@ PORTNAME= fheroes2 -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.10 CATEGORIES= games MAINTAINER= pkubaj@FreeBSD.org @@ -24,6 +24,7 @@ PLIST_FILES= bin/${PORTNAME} \ PORTDOCS= LICENSE \ README.txt \ changelog.txt \ - demo/download_demo_version.sh + demo/download_demo_version.sh \ + homm2/extract_homm2_resources.sh .include <bsd.port.mk> diff --git a/games/fheroes2/distinfo b/games/fheroes2/distinfo index 5a481186f48a..91ed14b4402d 100644 --- a/games/fheroes2/distinfo +++ b/games/fheroes2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1636155770 -SHA256 (ihhub-fheroes2-0.9.9_GH0.tar.gz) = a8d5b20c3f1fc98d36676781fc216d1db5385a9e11cf936db0005e9fae5834cb -SIZE (ihhub-fheroes2-0.9.9_GH0.tar.gz) = 3216857 +TIMESTAMP = 1638730334 +SHA256 (ihhub-fheroes2-0.9.10_GH0.tar.gz) = 564a117ad8d03bb51e85ff6e94a7c038a763a9b3371f58bc55b9b66cc4531050 +SIZE (ihhub-fheroes2-0.9.10_GH0.tar.gz) = 3265383
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112051907.1B5J7FTT058016>