pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/easyrpg-player easyrpg-player: Update to 0.6.2.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/882e4a8bf4f0
branches: trunk
changeset: 442192:882e4a8bf4f0
user: nia <nia%pkgsrc.org@localhost>
date: Fri Nov 20 12:39:10 2020 +0000
description:
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:
games/easyrpg-player/Makefile | 5 ++---
games/easyrpg-player/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (28 lines):
diff -r 97f92663865e -r 882e4a8bf4f0 games/easyrpg-player/Makefile
--- a/games/easyrpg-player/Makefile Fri Nov 20 11:40:09 2020 +0000
+++ b/games/easyrpg-player/Makefile Fri Nov 20 12:39:10 2020 +0000
@@ -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 -r 97f92663865e -r 882e4a8bf4f0 games/easyrpg-player/distinfo
--- a/games/easyrpg-player/distinfo Fri Nov 20 11:40:09 2020 +0000
+++ b/games/easyrpg-player/distinfo Fri Nov 20 12:39:10 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index