Sat Jan 4 12:14:40 2020 UTC ()
devilutionx: Update to 1.0.0

Features

    FPS no longer capped at 20hz; smoother mouse and transitions
    Full-featured gamepad support
    All movies can now be skipped via ESC
    Implement --help, --version and --data-dir
    Implement FPS counter (-f)
    Force windowed mode with -x
    Skip startup movies with -n
    Implement scroll wheel navigation
    Implement touch support
    Load assets from the same folder as the mpq
    Faster loading

Platforms

    Added Nintendo Switch support
    Added Retro Gamer Handheld (OpenDingux/Retrofw) support
    Added OpenBSD support
    Windows version is now build as GUI an app and has an icon

Bugfixes

    Fixed random missing sounds
    Fixed NPCs not talking about the right quest
    Error messages implemented in GUI
    Fixed having to restart the game between network sessions
    Fixed game not working on some Radeon GPUs
    Fixed panel missing after minimizing game if upscaling is disabled
    Fixed clicks in the left letterbox being incorrectly handled
    Fixed end movie not looping

Original Diablo bugs

    Fixed a large number of rare stability issues from the original game
    Correctly take open panels into account when casting spells
    Fix sound some times being muted after Diablo dies


(nia)
diff -r1.8 -r1.9 pkgsrc/games/devilutionx/Makefile
diff -r1.5 -r1.6 pkgsrc/games/devilutionx/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/games/devilutionx/Makefile (expand / switch to unified diff)

--- pkgsrc/games/devilutionx/Makefile 2019/10/16 12:00:51 1.8
+++ pkgsrc/games/devilutionx/Makefile 2020/01/04 12:14:40 1.9
@@ -1,30 +1,30 @@ @@ -1,30 +1,30 @@
1# $NetBSD: Makefile,v 1.8 2019/10/16 12:00:51 nia Exp $ 1# $NetBSD: Makefile,v 1.9 2020/01/04 12:14:40 nia Exp $
2 2
3DISTNAME= devilutionx-0.5.0 3DISTNAME= devilutionx-1.0.0
4CATEGORIES= games 4CATEGORIES= games
5MASTER_SITES= ${MASTER_SITE_GITHUB:=diasurgical/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=diasurgical/}
6GITHUB_PROJECT= devilutionX 6GITHUB_PROJECT= devilutionX
7 7
8MAINTAINER= nia@NetBSD.org 8MAINTAINER= nia@NetBSD.org
9HOMEPAGE= https://github.com/diasurgical/devilutionX 9HOMEPAGE= https://github.com/diasurgical/devilutionX
10COMMENT= Port of the RPG Diablo for modern operating systems 10COMMENT= Port of the RPG Diablo for modern operating systems
11LICENSE= unlicense 11LICENSE= unlicense
12 12
13WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV} 13WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV}
14 14
15USE_CMAKE= yes 15USE_CMAKE= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17USE_LANGUAGES= c c++14 17USE_LANGUAGES= c99 c++14
18 18
19# std::make_unique, etc 19# std::make_unique, etc
20GCC_REQD+= 5 20GCC_REQD+= 5
21 21
22CMAKE_ARGS+= -DCMAKE_BUILD_TYPE="Release" 22CMAKE_ARGS+= -DCMAKE_BUILD_TYPE="Release"
23CMAKE_ARGS+= -DASAN=OFF 23CMAKE_ARGS+= -DASAN=OFF
24CMAKE_ARGS+= -DDEBUG=OFF 24CMAKE_ARGS+= -DDEBUG=OFF
25CMAKE_ARGS+= -DFASTER=OFF 25CMAKE_ARGS+= -DFASTER=OFF
26 26
27.include "../../mk/bsd.prefs.mk" 27.include "../../mk/bsd.prefs.mk"
28 28
29.if ${OPSYS} != "Linux" 29.if ${OPSYS} != "Linux"
30CXXFLAGS+= -DO_LARGEFILE=0 -Dstat64=stat -Dlstat64=lstat -Dlseek64=lseek -Doff64_t=off_t -Dfstat64=fstat -Dftruncate64=ftruncate 30CXXFLAGS+= -DO_LARGEFILE=0 -Dstat64=stat -Dlstat64=lstat -Dlseek64=lseek -Doff64_t=off_t -Dfstat64=fstat -Dftruncate64=ftruncate

cvs diff -r1.5 -r1.6 pkgsrc/games/devilutionx/distinfo (expand / switch to unified diff)

--- pkgsrc/games/devilutionx/distinfo 2019/10/16 12:00:51 1.5
+++ pkgsrc/games/devilutionx/distinfo 2020/01/04 12:14:40 1.6
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.5 2019/10/16 12:00:51 nia Exp $ 1$NetBSD: distinfo,v 1.6 2020/01/04 12:14:40 nia Exp $
2 2
3SHA1 (devilutionx-0.5.0.tar.gz) = f4dabf51605ac211d314830af797a0fa0114a059 3SHA1 (devilutionx-1.0.0.tar.gz) = 308bc35e2e8e72cf3d1cb98f35117fc8801a66e7
4RMD160 (devilutionx-0.5.0.tar.gz) = 7a66413fa3c352136465b9ae373654e68f30c6fa 4RMD160 (devilutionx-1.0.0.tar.gz) = 8900b580917a08beae3adbab2b4a01e05f568d85
5SHA512 (devilutionx-0.5.0.tar.gz) = 36ad803b5b71d0ec98c3284716ed92067af742234306e723eba536404111b63efab869e5cce540f8acb1369992ba1c0c9cf0425cfb1ad37a6c970037abc54522 5SHA512 (devilutionx-1.0.0.tar.gz) = 65eed32e03051880e2e859984911a76c6aae1853cb57491a04090026d6df9cdadf839a0dbb5433691ed1c83cfa7403c72fede38890d494ffd4eff6bef9030c37
6Size (devilutionx-0.5.0.tar.gz) = 1767600 bytes 6Size (devilutionx-1.0.0.tar.gz) = 1798349 bytes
7SHA1 (patch-3rdParty_StormLib_src_StormPort.h) = a59ea9c29a86067b908aab7e8d3e344711407e0a 7SHA1 (patch-3rdParty_StormLib_src_StormPort.h) = a59ea9c29a86067b908aab7e8d3e344711407e0a