pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/yquake2



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Dec 14 17:18:28 UTC 2019

Modified Files:
        pkgsrc/games/yquake2: Makefile distinfo

Log Message:
yquake2: Update to 7.42

Quake II 7.41 to 7.42:
- The console can now be scrolled with the mouse wheel. (by maxcrofts)
- Fix entities on non-horizontal surfaces rendered in full black.
- Add an option to choose the display Quake II runs on. (by Spirrwell)
- Add an option to specify the display refresh rate used in fullscreen.
- Allow mouse 'sensitivity' to be set to non-integral values.
- Port cvar operations from q2pro. These allow the manipulation of cvar
  values, supported are: dec, inc, reset, resetall and toggle
- Put the client into pause mode during savegame load. This prevents the
  world getting forwarded about 100 frames during load, time in which
  the player might be hurt by monsters or the environment.
- New commands: 'listentities' allows listing of entities. 'teleport'
  teleports the player to the given coordinates.
- Fix loading of config files not ending in newlines.
- A lot of fixes for subtle, long standing AI and game play bugs. (by
  BjossiAlfreds)
- Quicksaves can now be loaded and saved throught the savegame menus.
- The software renderer now skips frames with no changes. This improves
  performance quite a bit, especially on slow CPUs. (by Denis Pauk)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/yquake2/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/yquake2/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/yquake2/Makefile
diff -u pkgsrc/games/yquake2/Makefile:1.2 pkgsrc/games/yquake2/Makefile:1.3
--- pkgsrc/games/yquake2/Makefile:1.2   Thu Oct  3 22:31:17 2019
+++ pkgsrc/games/yquake2/Makefile       Sat Dec 14 17:18:28 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2019/10/03 22:31:17 nia Exp $
+# $NetBSD: Makefile,v 1.3 2019/12/14 17:18:28 nia Exp $
 
-DISTNAME=      quake2-7.41
+DISTNAME=      quake2-7.42
 PKGNAME=       y${DISTNAME}
 CATEGORIES=    games
 MASTER_SITES=  https://deponie.yamagi.org/quake2/

Index: pkgsrc/games/yquake2/distinfo
diff -u pkgsrc/games/yquake2/distinfo:1.1 pkgsrc/games/yquake2/distinfo:1.2
--- pkgsrc/games/yquake2/distinfo:1.1   Tue Oct  1 12:28:18 2019
+++ pkgsrc/games/yquake2/distinfo       Sat Dec 14 17:18:28 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2019/10/01 12:28:18 nia Exp $
+$NetBSD: distinfo,v 1.2 2019/12/14 17:18:28 nia Exp $
 
-SHA1 (quake2-7.41.tar.xz) = 9348f3ad69b04393b92ac740e12c515b317422c2
-RMD160 (quake2-7.41.tar.xz) = bf7329ff0c2753f795a26678606ff07e6347e886
-SHA512 (quake2-7.41.tar.xz) = fd2c991274415eb38cf3deb7562f7c51c7f8e935cf7215eba7e8ae088f25cddf95e86221fcbbb5fcc8bd97e264b147951bf5f4aecb8ee54973d46af7ef39d3af
-Size (quake2-7.41.tar.xz) = 1978952 bytes
+SHA1 (quake2-7.42.tar.xz) = 0de1f703e5a91f9c3a1566cef99b44627648c28d
+RMD160 (quake2-7.42.tar.xz) = 6c77bb9aab22070cb1834ba24fab6877ae2f4f68
+SHA512 (quake2-7.42.tar.xz) = 0f51204fcf14ecb3f1f654e6ee19207836cf4642022569ef202bc12f312f76dbd43695aa4d9f9fb70c8b023f42d1a8fcec25f472a32175ebb0a308211fa40cc0
+Size (quake2-7.42.tar.xz) = 1987332 bytes
 SHA1 (patch-CMakeLists.txt) = 9abf8f2345ed90379146a637bf79f4021777a67b



Home | Main Index | Thread Index | Old Index