games/crossfire-client: Update to 1.75.1
From ChangeLog: https://sourceforge.net/p/crossfire/crossfire-client/ci/master/tree/ChangeLog Added * Remember the most recently-connected server * Display "read" flag for books in the inventory that have been read * Add JXClient-like mouse bindings to support inventory operations without * middle-click * Add local map scroll prediction (disabled by default) Changed * Request extended text information from older servers Fixed * Fixed several repeated error messages * Fixed build on big-endian architectures * Fixed keybindings and sounds on Windows * Fixed several crashes PR: 257953 Reported by: kevinz5000@gmail.com (maintainer)
This commit is contained in:
committed by
Fernando Apesteguía
parent
9b532a543d
commit
7db5a7f3a5
@@ -1,7 +1,7 @@
|
||||
# Created by: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
|
||||
PORTNAME= crossfire-client
|
||||
PORTVERSION= 1.75.0
|
||||
PORTVERSION= 1.75.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/crossfire/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1610585580
|
||||
SHA256 (crossfire-client-1.75.0.tar.gz) = f9e320650292e0dae1236c1d14396bf5818428ee5ea23865a9849d203e4368a7
|
||||
SIZE (crossfire-client-1.75.0.tar.gz) = 1087171
|
||||
TIMESTAMP = 1629402842
|
||||
SHA256 (crossfire-client-1.75.1.tar.gz) = 9f00342b518f74898afc9ea101e6d3ad030118523dbc6995aa04ce9a4c2c83b7
|
||||
SIZE (crossfire-client-1.75.1.tar.gz) = 1276383
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- gtk-v2/src/image.c.orig 2021-08-18 00:18:54 UTC
|
||||
+++ gtk-v2/src/image.c
|
||||
@@ -164,7 +164,7 @@ static void create_map_image(guint8 *data, PixmapInfo
|
||||
*p = (g << 8) | (g << 16) | (g << 24) | *(l + 3);
|
||||
}
|
||||
|
||||
- for (i=0; i < width * ny; i+= 4) {
|
||||
+ for (i=0; i < width * height; i+= 4) {
|
||||
guint32 *tmp;
|
||||
|
||||
/*
|
||||
@@ -28,7 +28,6 @@ share/applications/crossfire-client.desktop
|
||||
%%DATADIR%%/sounds/gong.wav
|
||||
%%DATADIR%%/sounds/knife.ogg
|
||||
%%DATADIR%%/sounds/lightning1.wav
|
||||
%%DATADIR%%/sounds/magic-thorns-2.ogg
|
||||
%%DATADIR%%/sounds/magic.wav
|
||||
%%DATADIR%%/sounds/miss-1.ogg
|
||||
%%DATADIR%%/sounds/ouch1.wav
|
||||
@@ -39,9 +38,6 @@ share/applications/crossfire-client.desktop
|
||||
%%DATADIR%%/sounds/sounds.conf
|
||||
%%DATADIR%%/sounds/squish.wav
|
||||
%%DATADIR%%/sounds/step_lth1.ogg
|
||||
%%DATADIR%%/sounds/step_lth2.ogg
|
||||
%%DATADIR%%/sounds/step_lth3.ogg
|
||||
%%DATADIR%%/sounds/step_lth4.ogg
|
||||
%%DATADIR%%/sounds/su-fanf.wav
|
||||
%%DATADIR%%/sounds/swish.wav
|
||||
%%DATADIR%%/sounds/sword-1.ogg
|
||||
|
||||
Reference in New Issue
Block a user