pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/devilutionx
Module Name: pkgsrc
Committed By: nia
Date: Sat Jan 4 12:14:40 UTC 2020
Modified Files:
pkgsrc/games/devilutionx: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/games/devilutionx/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/devilutionx/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/devilutionx/Makefile
diff -u pkgsrc/games/devilutionx/Makefile:1.8 pkgsrc/games/devilutionx/Makefile:1.9
--- pkgsrc/games/devilutionx/Makefile:1.8 Wed Oct 16 12:00:51 2019
+++ pkgsrc/games/devilutionx/Makefile Sat Jan 4 12:14:40 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2019/10/16 12:00:51 nia Exp $
+# $NetBSD: Makefile,v 1.9 2020/01/04 12:14:40 nia Exp $
-DISTNAME= devilutionx-0.5.0
+DISTNAME= devilutionx-1.0.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=diasurgical/}
GITHUB_PROJECT= devilutionX
@@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${P
USE_CMAKE= yes
USE_TOOLS+= pkg-config
-USE_LANGUAGES= c c++14
+USE_LANGUAGES= c99 c++14
# std::make_unique, etc
GCC_REQD+= 5
Index: pkgsrc/games/devilutionx/distinfo
diff -u pkgsrc/games/devilutionx/distinfo:1.5 pkgsrc/games/devilutionx/distinfo:1.6
--- pkgsrc/games/devilutionx/distinfo:1.5 Wed Oct 16 12:00:51 2019
+++ pkgsrc/games/devilutionx/distinfo Sat Jan 4 12:14:40 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2019/10/16 12:00:51 nia Exp $
+$NetBSD: distinfo,v 1.6 2020/01/04 12:14:40 nia Exp $
-SHA1 (devilutionx-0.5.0.tar.gz) = f4dabf51605ac211d314830af797a0fa0114a059
-RMD160 (devilutionx-0.5.0.tar.gz) = 7a66413fa3c352136465b9ae373654e68f30c6fa
-SHA512 (devilutionx-0.5.0.tar.gz) = 36ad803b5b71d0ec98c3284716ed92067af742234306e723eba536404111b63efab869e5cce540f8acb1369992ba1c0c9cf0425cfb1ad37a6c970037abc54522
-Size (devilutionx-0.5.0.tar.gz) = 1767600 bytes
+SHA1 (devilutionx-1.0.0.tar.gz) = 308bc35e2e8e72cf3d1cb98f35117fc8801a66e7
+RMD160 (devilutionx-1.0.0.tar.gz) = 8900b580917a08beae3adbab2b4a01e05f568d85
+SHA512 (devilutionx-1.0.0.tar.gz) = 65eed32e03051880e2e859984911a76c6aae1853cb57491a04090026d6df9cdadf839a0dbb5433691ed1c83cfa7403c72fede38890d494ffd4eff6bef9030c37
+Size (devilutionx-1.0.0.tar.gz) = 1798349 bytes
SHA1 (patch-3rdParty_StormLib_src_StormPort.h) = a59ea9c29a86067b908aab7e8d3e344711407e0a
Home |
Main Index |
Thread Index |
Old Index