Up to [cvs.NetBSD.org] / pkgsrc / games / dhewm3
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.22 / (download) - annotate - [select for diffs], Wed Nov 8 13:19:11 2023 UTC (3 weeks ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
*: recursive bump for icu 74.1
Revision 1.21 / (download) - annotate - [select for diffs], Tue Oct 24 22:09:08 2023 UTC (5 weeks, 1 day ago) by wiz
Branch: MAIN
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
*: bump for openssl 3
Revision 1.20 / (download) - annotate - [select for diffs], Tue Jul 18 18:13:43 2023 UTC (4 months, 1 week ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Changes since 1.19: +2 -3
lines
Diff to previous 1.19 (colored)
games: Adapt packages (where possible) to USE_(CC|CXX)_FEATURES
Revision 1.19 / (download) - annotate - [select for diffs], Sat May 6 19:09:19 2023 UTC (6 months, 3 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
*: Recursive revbump from audio/libopus 1.4
Revision 1.18 / (download) - annotate - [select for diffs], Wed Apr 19 08:09:59 2023 UTC (7 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
revbump after textproc/icu update
Revision 1.17 / (download) - annotate - [select for diffs], Wed Oct 26 10:31:26 2022 UTC (13 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
*: bump PKGREVISION for libunistring shlib major bump
Revision 1.16 / (download) - annotate - [select for diffs], Sun Sep 11 12:51:38 2022 UTC (14 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
*: bump PKGREVISION for flac shlib bump
Revision 1.15 / (download) - annotate - [select for diffs], Thu Aug 11 05:08:25 2022 UTC (15 months, 2 weeks ago) by gutteridge
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Bump all dependent packages of wayland (belatedly) The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
Revision 1.14 / (download) - annotate - [select for diffs], Mon Mar 28 10:44:06 2022 UTC (20 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
g*/*: revbump(1) for libsndfile
Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 8 16:04:26 2021 UTC (23 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
revbump for icu and libffi
Revision 1.12 / (download) - annotate - [select for diffs], Wed Sep 29 19:00:38 2021 UTC (2 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
revbump for boost-libs
Revision 1.11 / (download) - annotate - [select for diffs], Wed Sep 8 21:05:04 2021 UTC (2 years, 2 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Recursive revbump for audio/jack
Revision 1.10 / (download) - annotate - [select for diffs], Wed Apr 21 13:24:40 2021 UTC (2 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
revbump for boost-libs
Revision 1.9 / (download) - annotate - [select for diffs], Fri Mar 19 09:43:15 2021 UTC (2 years, 8 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.8: +2 -3
lines
Diff to previous 1.8 (colored)
dhewm3: Update to 1.5.1 Update savegame format (see #303 and #344) old savegames still work, but new savegames can't be loaded with older versions of dhewm3! Uploaded updated builds of Mod DLLs, now also supporting LibreCoop and The Lost Mission dhewm3 now supports the Doom3 Demo gamedata See below for installation instructions This is based on Gabriel Cuvillier's code for D3Wasm, which ports dhewm3 to web browsers, thanks! Create the game window on the display the cursor is currently on (when using more than one display) Added r_fullscreenDesktop CVar to set if fullscreen mode should be "classic" or "Desktop" which means a borderless window at desktop resolution Fullscreen modes that are not at the current desktop resolution should work better now including nvidia DSR / AMD VSR; for that you might have to use the supplied dhewm3_notools.exe, as DSR/VSR seem to be incompatible with applications that use MFC (the GUI framework used for the Doom3 tools like the D3Radiant) Several sound-related bugfixes: Lags in starting to play a sound which for example caused the machinegun or plasmagun sounds to stutter have been eliminated (#141) Trying to reset disconnected OpenAL devices, this esp. helps with display audio on Intel GPUs on Windows, when switching to fullscreen (#209) Looping .wav sounds with leadin now work (#291) The game still works if no sound devices are available at all (#292) Make "idSoundCache: error unloading data from OpenAL hardware buffer" a Warning instead of an Error so it doesn't terminate game (by Corey O'Connor, #235) Restore "Carmack's Reverse" Z-Fail stencil shadows; use glStencilOpSeparate() if available That bloody patent finally expired last October: https://patents.google.com/patent/US6384822B1/en This neither seems to make a visual nor performance difference on any hardware I tried (including Raspberry Pi 4), so this is mostly out of principle Based on Code by Leith Bade and Pat Raynor. The r_useCarmacksReverse and r_useStencilOpSeparate CVars allow switching both things on/off for comparison New CVar g_hitEffect: If set to 0, the player camera damage effects (like double-vision and extreme tilt) when being hit are disabled (by dobosken, #279). (On Windows) stdout.txt and stderr.txt are not saved next to the binary anymore, but in My Documents/My Games/dhewm3/, like save games, because the binary dir might not be writable and dhewm3 wouldn't start properly then Fix lingering messages in HUD after loading savegame Sometimes the "Game saved..." message didn't go away after loading a savegame (when having saved while it still was showing from last save) Fixed clipping bug in delta1 (see #328) Improve compatibility with some custom scripts ("t->c->value.argSize == func->parmTotal" Assertion; see #303) Registering multiplayer servers at id's master-server fixed, so they can be found in the multiplayer menu (by Stradex, #293) Support for reproducible builds by setting the CMake option REPRODUCIBLE_BUILD. Should build on recent versions of macOS, also on Apple Silicon (thanks Dave Nicolson and Petter Uvesten). Proper handling of paths with dots in directory names (#299, #301) Some string functions that are intended to find/cut off/replace/... file extensions did cut off the whole path at dots.. Especially fixes loading and saving maps from such paths in the builtin D3Radiant level editor idFileSystemLocal::ListMods() doesn't search / or C:\ anymore (it did so if one of the paths, like fs_cdpath, was empty) Don't use translation in Autosave filenames (see #305) In the Spanish translation all the Alpha Lab autosaves got the same name, now the autosave name is based on the mapename instead which is distinct
Revision 1.8 / (download) - annotate - [select for diffs], Tue Aug 18 17:57:50 2020 UTC (3 years, 3 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
*: revbump for libsndfile
Revision 1.7 / (download) - annotate - [select for diffs], Fri May 22 10:56:07 2020 UTC (3 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
revbump after updating security/nettle
Revision 1.6 / (download) - annotate - [select for diffs], Wed May 6 14:04:32 2020 UTC (3 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
revbump after boost update
Revision 1.5 / (download) - annotate - [select for diffs], Sun Mar 8 16:49:35 2020 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
*: recursive bump for libffi
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 26 00:21:16 2020 UTC (3 years, 10 months ago) by jmcneill
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Replace alloca patches with USE_LANGUAGES=gnu++11, suggested by joerg
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 18 21:49:23 2020 UTC (3 years, 10 months ago) by jperkin
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
*: Recursive revision bump for openssl 1.1.1.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 12 20:20:16 2020 UTC (3 years, 10 months ago) by ryoon
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
*: Recursive revbump from devel/boost-libs
Revision 1.1 / (download) - annotate - [select for diffs], Sat Dec 14 19:16:39 2019 UTC (3 years, 11 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4
games: Add dhewm3. dhewm 3 is a Doom 3 GPL source port. The goal of dhewm 3 is bring DOOM 3 with the help of SDL to all suitable platforms. Compared to the original version of Doom 3, dhewm3 has many bugfixes, supports EAX-like sound effects on all operating systems and hardware (via OpenAL Softs EFX support), has much better support for widescreen resolutions and has 64-bit support. Note that while the Doom 3 source code has been released under GPL, you still need to legally own the game and provide dhewm3 the game data to play.