diff options
author | nia <nia@pkgsrc.org> | 2020-11-20 12:39:10 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-11-20 12:39:10 +0000 |
commit | 89d66e76f31b756318cbd084e23e34ddfd283212 (patch) | |
tree | 22ddea1955bc1db0fc0f1049882991dee35d6242 /games | |
parent | 1da2d749cc793501e505c53396d766404f36469f (diff) | |
download | pkgsrc-89d66e76f31b756318cbd084e23e34ddfd283212.tar.gz |
easyrpg-player: Update to 0.6.2.3
This release was unplanned but we introduced a regression in 0.6.2.2 that
we have to fix. Next time we will be a bit more conservative in
backporting fixes :(. But this is for-sure the last patch release. The
next release will be huuuge.
Regressions fixed
The implementation of Skill reflection crashed the Player when the skill
had no target, e.g. when it was a skill that just toggled a switch. This
broke directly the first battle in OFF. (#2342)
Battle
The correct default state rank B instead of C is now used for enemy damage
calculation. (#2332)
Damage calculation for states is now more correct: The damage/recovery is
rounded down. (#2343)
For Developers
The Player compiles now on the Haiku operating system. (#2359)
When using vcpkg and CMake 3.15 or newer the detection whether a shared or
a static runtime (/MD vs /MT) shall be used is now autodetected via
MSVC_RUNTIME_LIBRARY. (#2267)
CMake will not download the TestGame via git anymore. The motivation here
was years ago that we want to use the TestGame for unit and regression
testing but this never happened.
Diffstat (limited to 'games')
-rw-r--r-- | games/easyrpg-player/Makefile | 5 | ||||
-rw-r--r-- | games/easyrpg-player/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/games/easyrpg-player/Makefile b/games/easyrpg-player/Makefile index 8117f7f6906..ebad3f74c25 100644 --- a/games/easyrpg-player/Makefile +++ b/games/easyrpg-player/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2020/11/05 09:08:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.16 2020/11/20 12:39:10 nia Exp $ -DISTNAME= easyrpg-player-0.6.2.2 -PKGREVISION= 1 +DISTNAME= easyrpg-player-0.6.2.3 CATEGORIES= games MASTER_SITES= https://easyrpg.org/downloads/player/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.xz diff --git a/games/easyrpg-player/distinfo b/games/easyrpg-player/distinfo index 8fb44f692dd..492cd8b359f 100644 --- a/games/easyrpg-player/distinfo +++ b/games/easyrpg-player/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2020/10/09 07:16:03 nia Exp $ +$NetBSD: distinfo,v 1.7 2020/11/20 12:39:10 nia Exp $ -SHA1 (easyrpg-player-0.6.2.2.tar.xz) = d0e119e530d39d1627460146404d6ca53ba84827 -RMD160 (easyrpg-player-0.6.2.2.tar.xz) = 0457d03b23c367635d038441f9d7a362e5776bad -SHA512 (easyrpg-player-0.6.2.2.tar.xz) = 5c8eecd44058f73cff6c520e3216adbbb377cdb22c053d511cb8bd25936fc08552e0a29aa12c831ccb29410553d1cd04bd3dfd4d5dec55a72ae800700fb7b1bd -Size (easyrpg-player-0.6.2.2.tar.xz) = 4640136 bytes +SHA1 (easyrpg-player-0.6.2.3.tar.xz) = 754894b17190ed02c451fa4f33236fd845592d52 +RMD160 (easyrpg-player-0.6.2.3.tar.xz) = 4be1a6f60d1014b4412825d20974711eb8e8d8bc +SHA512 (easyrpg-player-0.6.2.3.tar.xz) = df0d001709a3f64179a1b37cc6c59fc54a7daab2014ee78ef7795b1b82341583a6d735dbe0a05fd80efdaed881a09476f3119b76a387f23bf3abf6491e6635ea +Size (easyrpg-player-0.6.2.3.tar.xz) = 4640348 bytes |