pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/ironwail
Module Name: pkgsrc
Committed By: charlotte
Date: Sat Jul 26 05:08:24 UTC 2025
Modified Files:
pkgsrc/games/ironwail: Makefile distinfo
Removed Files:
pkgsrc/games/ironwail/patches: patch-Quake_Makefile
Log Message:
games/ironwail: Update to 0.8.0
Changes from 0.7.0:
- Extended compatibility with Quake 2021 re-release:
- Steam API support (when using an auto-detected Steam installation):
achievements, time tracking, rich presence, screenshots
- support for remastered models (using code from QSS, by @Shpoike)
- Added -prefremaster/-remaster and -preforiginal/-original command-line
arguments (thanks to @KurtLoeffler)
- Improved controller support:
- gyro aim (thanks to @sndein), flick stick, rumble
- new Gamepad Options menu
- new dedicated tab in Controls menu
- Demo playback controls
- Extended console capabilities:
- select and copy text to clipboard
- clickable links to show saved screenshots/demos/savefiles/config files in
Explorer
- TAB completion hints
- Extended memory allocator to support huge maps such as Immortal Lock without
needing -heapsize on the command line
- CPU and GPU performance improvements
- Autosave enhancements:
- improved heuristics (e.g. for Copper's func_void)
- less intrusive notifications
- ability to resume autosave when selecting a map in the Levels menu
- Redesigned Options menu: live previews, more options exposed
- Added QuakeWorld HUD layout (thanks to @bangstk)
- Added speed indicator (thanks to @andrey-budko)
- Music is now continued when reloading a map
- From QS: enabled support for tracker music
- Mapping enhancements:
- added basic map checks (inspired by @4LT's Pectin) when started from a
level editing tool (TrenchBroom, JACK, ne_q1spCompilingGui or q1compile);
can be disabled by passing -nomapchecks, or enabled manually by setting
map_checks cvar to 1 before loading a map
- added r_showfields cvar to display field values for the entity under the
crosshair
- extended r_showbboxes functionality to highlight entities linking
to/linked from the entity under the crosshair and display entity numbers
and classnames
- added support for entity numbers in addition to classnames for
r_showbboxes_filter, e.g. r_showbboxes_filter #42 (thanks to @andrey-budko)
- added skywind_lookdir [period] [intensity] command to simplify skywind
setup
- changed viewpos output to show player position, camera position, and
corresponding sun mangle
- changed setpos command to accept viewpos command output directly (no need
to strip parentheses)
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/games/ironwail/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/ironwail/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/games/ironwail/patches/patch-Quake_Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/ironwail/Makefile
diff -u pkgsrc/games/ironwail/Makefile:1.15 pkgsrc/games/ironwail/Makefile:1.16
--- pkgsrc/games/ironwail/Makefile:1.15 Sat Apr 19 07:57:49 2025
+++ pkgsrc/games/ironwail/Makefile Sat Jul 26 05:08:24 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2025/04/19 07:57:49 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2025/07/26 05:08:24 charlotte Exp $
-DISTNAME= ironwail-0.7.0
-PKGREVISION= 12
+DISTNAME= ironwail-0.8.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=andrei-drexler/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/games/ironwail/distinfo
diff -u pkgsrc/games/ironwail/distinfo:1.3 pkgsrc/games/ironwail/distinfo:1.4
--- pkgsrc/games/ironwail/distinfo:1.3 Tue Aug 15 07:18:18 2023
+++ pkgsrc/games/ironwail/distinfo Sat Jul 26 05:08:24 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/08/15 07:18:18 charlotte Exp $
+$NetBSD: distinfo,v 1.4 2025/07/26 05:08:24 charlotte Exp $
-BLAKE2s (ironwail-0.7.0.tar.gz) = e50edcdfa6b51db972ffb900b11d13197b27eb1b36c5df055b061593ba580f2e
-SHA512 (ironwail-0.7.0.tar.gz) = d83e580f62f81d7d4236148cfd8c05a531eace6a3c4ba9a63ffa3fbaac3efe1226d364b55142a12c6ea4dd56a83975bf0e786eb1456f26e3878dfea9d630f424
-Size (ironwail-0.7.0.tar.gz) = 8786640 bytes
-SHA1 (patch-Quake_Makefile) = 712ddd16205419c47c77efa21573e2a2e3652599
+BLAKE2s (ironwail-0.8.0.tar.gz) = 35c8425cf5bd9899285f8d8e1742f5763b2688f8466ff62e180ec541d5569ce9
+SHA512 (ironwail-0.8.0.tar.gz) = 5f42d24682ddae5c0413d86c69f0e34fa8926d226319455511fa13bbf9bb322d9343fd9fa4a6f6c5c781677e3f83eadbf0520f2fcdff8289229d6d69c987eb35
+Size (ironwail-0.8.0.tar.gz) = 9683934 bytes
Home |
Main Index |
Thread Index |
Old Index