pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
openfodder: update to openfodder-1.8.0
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Sun Sep 10 11:47:51 2023 +0200
Changeset: cd9eb378e6a8f126f9ccdefa1d58b90652900eae
Modified Files:
openfodder/Makefile
openfodder/distinfo
Removed Files:
openfodder/patches/patch-Source_Utils_SimplexIslands.hpp
Log Message:
openfodder: update to openfodder-1.8.0
Note: on NetBSD OpenFodder now needs the --alternate-mouse flag,
the new mouse behaviour does not work correctly.
Release announcements:
1.8.0
Whats New
* Cursor is now using relative mode with warp
* Update SDL to 2.0.20
* Update Dukglue to fix macOS (tested with xcode 14.3.1)
* Update Paula/RJP code (from ScummVM)
Whats Fixed
* Helicopter screen now rendering using VSYNC (#44)
* Fix filenames with different casing and matching MD5 (#69)
* Cursor fixed on Wayland (#71)
1.7.0
Whats new in 1.7.0
* Copy protection screen can be enabled
* Single and Random maps no longer show the Game Won screen
* Random mode will now generate another map after winning
Whats fixed
* Music will no longer restart if track is already playing
* Sprite issue when troop gets blocked and is on the edge of two
tile types (water/land)
* Sprite rows drawn when standing on water edge was incorrect
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cd9eb378e6a8f126f9ccdefa1d58b90652900eae
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
openfodder/Makefile | 2 +-
openfodder/distinfo | 7 +++----
openfodder/patches/patch-Source_Utils_SimplexIslands.hpp | 14 --------------
3 files changed, 4 insertions(+), 19 deletions(-)
diffs:
diff --git a/openfodder/Makefile b/openfodder/Makefile
index 76ed0b8bb3..76eedd98d2 100644
--- a/openfodder/Makefile
+++ b/openfodder/Makefile
@@ -1,7 +1,7 @@
# $NetBSD$
GITHUB_PROJECT= openfodder
-DISTNAME= 1.6.0
+DISTNAME= 1.8.0
PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenFodder/}
diff --git a/openfodder/distinfo b/openfodder/distinfo
index 72753ce29d..5b3a916dcd 100644
--- a/openfodder/distinfo
+++ b/openfodder/distinfo
@@ -1,7 +1,6 @@
$NetBSD$
-RMD160 (openfodder/1.6.0.tar.gz) = 828f2c2f4d40451738075f201b76f60c5728a85d
-SHA512 (openfodder/1.6.0.tar.gz) = d0e77ff16e1e2aa7f758350a9813f59dcf3db766a197850192c955ab6b6d53d6de89276540a1bc84588b8b33be22f0921c38ab76f08fea863711f9697e75b75a
-Size (openfodder/1.6.0.tar.gz) = 1421940 bytes
+BLAKE2s (openfodder/1.8.0.tar.gz) = 3356f92fa4f6b95676f03906706fc4b049351cda650016a4bd5a4796bdc9d38a
+SHA512 (openfodder/1.8.0.tar.gz) = 8638d7e4433d03f2881e819632cbf66b7cf312ab50e81d430bb52a96284ccf3edeea68d3729dfad652040ff87d645f4ba56c5e362867524738fe26b6572b27c9
+Size (openfodder/1.8.0.tar.gz) = 1470661 bytes
SHA1 (patch-Source_ResourceMan.cpp) = 9d825f5ce9d94fb10708315e533878f17433b893
-SHA1 (patch-Source_Utils_SimplexIslands.hpp) = fa32683d975ddfbbb7adf2fb9147defb8f5df57e
diff --git a/openfodder/patches/patch-Source_Utils_SimplexIslands.hpp b/openfodder/patches/patch-Source_Utils_SimplexIslands.hpp
deleted file mode 100644
index 5e8e47694b..0000000000
--- a/openfodder/patches/patch-Source_Utils_SimplexIslands.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
-Need stdint.h for int32_t.
-
---- Source/Utils/SimplexIslands.hpp.orig 2019-12-31 20:48:13.000000000 +0000
-+++ Source/Utils/SimplexIslands.hpp
-@@ -15,6 +15,7 @@
- *
- */
- #include <math.h>
-+#include <stdint.h>
- struct Grad
- {
- double x, y, z, w;
Home |
Main Index |
Thread Index |
Old Index