diff options
author | nia <nia@pkgsrc.org> | 2019-12-14 17:18:28 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-12-14 17:18:28 +0000 |
commit | 1f9e3b2c678491fbc0bbc6270a26325c2fe78d07 (patch) | |
tree | 16f096eb5c20d2a8eae3f383701832207e6322db /games/yquake2 | |
parent | fcf6b934b15dd871f15ece641e63d3a3a330949e (diff) | |
download | pkgsrc-1f9e3b2c678491fbc0bbc6270a26325c2fe78d07.tar.gz |
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)
Diffstat (limited to 'games/yquake2')
-rw-r--r-- | games/yquake2/Makefile | 4 | ||||
-rw-r--r-- | games/yquake2/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games/yquake2/Makefile b/games/yquake2/Makefile index c3ef3b33603..1c298cb2c83 100644 --- a/games/yquake2/Makefile +++ b/games/yquake2/Makefile @@ -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/ diff --git a/games/yquake2/distinfo b/games/yquake2/distinfo index baa9f33504d..3c634c88acd 100644 --- a/games/yquake2/distinfo +++ b/games/yquake2/distinfo @@ -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 |