pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/taisei taisei: Update to 1.3.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89d9d0878b0d
branches:  trunk
changeset: 452132:89d9d0878b0d
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed May 05 14:14:56 2021 +0000

description:
taisei: Update to 1.3.2

Changelog:
Taisei v1.3.2 Released! 2021-05-01 10:00

It's been a long time since the last update, but the project is still alive and
well! In fact, we're busy working on some large updates for v1.4, which we will
post about soon. Unfortunately, v1.4 isn't quite finished yet, but today we
bring you a long overdue maintenance update for the v1.3 branch.

As usual for maintenance releases, it consists of various bug fixes,
optimizations, and non-gameplay affecting features backported from the v1.4
development tree. As such, v1.3.2 remains replay-compatible with the original
v1.3 release.

A few highlights include:

  * The web version should finally be playable again. It has been broken for a
    while due to a change in recent Chromium versions, resulting in a black
    screen in-game. This release finally addresses that problem.

  * Fixed some rendering errors, including the Stage 1 water effect on Intel
    iGPUs and incorrect laser blurring.

  * Fixed major performance issues on macOS with AMD GPUs. This involved
    working around a long-standing AMD OpenGL driver bug on macOS.

  * Improved support for high-DPI displays. Taisei should no longer be upscaled
    by the OS on all supported platforms.

  * Slightly optimized various parts of the engine, including 3D and text
    rendering.

  * Added GameMode integration on Linux. If you use Feral Interactive's
    GameMode daemon, GameMode will now be automatically activated when you
    start Taisei.

  * Fixed some portability problems, mostly for macOS, Switch, and Emscripten
    builds.

  * Updated the SDL game controller database, enabling out-of-the-box support
    for even more controllers.

diffstat:

 games/taisei/Makefile |   5 ++---
 games/taisei/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 8bfc9a560c0d -r 89d9d0878b0d games/taisei/Makefile
--- a/games/taisei/Makefile     Wed May 05 13:04:01 2021 +0000
+++ b/games/taisei/Makefile     Wed May 05 14:14:56 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2021/04/25 07:47:27 nia Exp $
+# $NetBSD: Makefile,v 1.12 2021/05/05 14:14:56 ryoon Exp $
 
-DISTNAME=      taisei-v1.3.1
+DISTNAME=      taisei-v1.3.2
 PKGNAME=       ${DISTNAME:S/-v/-/}
-PKGREVISION=   5
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=taisei-project/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
diff -r 8bfc9a560c0d -r 89d9d0878b0d games/taisei/distinfo
--- a/games/taisei/distinfo     Wed May 05 13:04:01 2021 +0000
+++ b/games/taisei/distinfo     Wed May 05 14:14:56 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2019/10/01 14:25:08 nia Exp $
+$NetBSD: distinfo,v 1.3 2021/05/05 14:14:56 ryoon Exp $
 
-SHA1 (taisei-v1.3.1.tar.xz) = f9d46c54e34927f59ec4bea8db5b7d086bd2742d
-RMD160 (taisei-v1.3.1.tar.xz) = 8bbf66979c08c036422f2defa2ce49d798717494
-SHA512 (taisei-v1.3.1.tar.xz) = 5e6f364e67717091041a30103bf117bb5d7a6be76d3d9499b13e36fc190be8c2a0e7ceb582e1d106aa0c1acbb6e39b99a4873a0885af1ec2117ff6ff08e14e3c
-Size (taisei-v1.3.1.tar.xz) = 70763196 bytes
+SHA1 (taisei-v1.3.2.tar.xz) = afde6b4e4227410c462d19acd05ab69409800a54
+RMD160 (taisei-v1.3.2.tar.xz) = 5575c31c067d3ff348b150234ce2042e8a894176
+SHA512 (taisei-v1.3.2.tar.xz) = 9304c082106dfa1ffcf6c8fb7333e64755b1246ef50b9f49d3e64d167eb15575ac667ca658b1d7e247582e164e703e5817384556dd633f5516670d975817717d
+Size (taisei-v1.3.2.tar.xz) = 70481856 bytes
 SHA1 (patch-scripts_meson.build) = 2f646ae68b933cde3763ec16be01fb7bb722dbff
 SHA1 (patch-src_stages_stage2__events.c) = 89c67616a1603d37455e75fc2fb84a2b462a40bb



Home | Main Index | Thread Index | Old Index