Latest UZDoom Changes
Latest 50 commits, skipping 150
Unofficial development builds at DRD Team
20-Sep-2025 (Saturday) at 14:06:10 PDT by Marcus Minhorst
Fix typo
20-Sep-2025 (Saturday) at 13:09:47 PDT by Marcus Minhorst
Fix typo
19-Sep-2025 (Friday) at 19:49:56 PDT by Marcus Minhorst
Squashed 'libraries/ZWidget/' changes from 924b8e0e78..b5ae8c8ab0 (#3357)
b5ae8c8ab0 Fix sdl2 initial paint a06bc7f8b4 Wayland Backend: Use unaccelerated dx and dy for OnMouseMoveRawEvent() f1789718d1 Wayland Backend: Implement clipboard support 11f3fe0e21 Fix a typo 2f4e3603e0 Add timers bcecfa9ee2 Fix filling with wrong window background sometimes 6681d2c2d8 Fix timer linked list 4564f7ea88 OnXInputEvent calls callbacks, which potentially could create/destroy windows 92f99a1abf Improve timer stability 4ccb1a03f8 Fix Cursor Shape protocol related crashes - If the protocol is available, avoid handling buffers directly fdefb2945d Add timers for X11 backend 25a2a2c846 WaylandDisplayBackend: New protocols and improvements - Add xdg_toplevel_icon and cursor_shape protocols support - Implement WaylandDisplayWindow::SetWindowIcon() based on the xdg_toplevel_icon protocol. d817b79b98 Fix compile error af5a87dba5 Add missing include statement 43996b7864 setIcon for x11 49ae157f31 Implement setIcon for Windows Fix spaces that should be tabs in the wayland backend a564526bb7 WaylandDisplayBackend: Combine LShift and RShift into Shift 46031df314 CMakeLists: Remove the unnecessary additional SDL2 check in the example section 5363f5354e Implement open folder dialog Improve support for paths with spaces in them bec2844e11 Fix the CI label for macOS e2c6af9e5d Seems CI was set to use a macOS version from 1865 991ca3377a Enable macOS in CI 1f5c95edef include SDL2 directory to fix mac compilation
git-subtree-dir: libraries/ZWidget git-subtree-split: b5ae8c8ab038789298a8df1384322f0e69e57e5c
19-Sep-2025 (Friday) at 19:49:03 PDT by Marcus Minhorst
[Nit] Silence more minor warnings
-
Silence -Wdeprecated-literal-operator
-
Silence -Wmissing-braces warning
-
Silence -Wbitwise-instead-of-logical warning
-
Silence -Wlogical-op-parentheses warning
19-Sep-2025 (Friday) at 12:38:53 PDT by Marcus Minhorst
[Nit] Fixup nontrivial memcall warning
-
Silenced -Wnontrivial-memcall in asmjit
-
Silenced -Wnontrivial-memcall in tools
-
Silenced -Wnontrivial-memcall
-
(to squash) Silenced -Wnontrivial-memcall (as reviewed by Jay)
-
(to squash) Silenced -Wnontrivial-memcall (as reviewed by Jay [again])
18-Sep-2025 (Thursday) at 22:45:24 PDT by Yarn366
Added support for the Kex port of Doom to Linux/macOS, which was missed earlier
18-Sep-2025 (Thursday) at 22:42:21 PDT by Yarn366
Added support for Heretic/Hexen vanilla WADs that come with the 2025 Kex port
18-Sep-2025 (Thursday) at 18:03:27 PDT by Marcus Minhorst
Moved historical docs out of install path
17-Sep-2025 (Wednesday) at 14:32:20 PDT by Marcus Minhorst
Build appimage through ci
17-Sep-2025 (Wednesday) at 14:09:06 PDT by Marcus Minhorst
Fix appimage recipe
17-Sep-2025 (Wednesday) at 14:06:48 PDT by Marcus Minhorst
Install zmusic to system
15-Sep-2025 (Monday) at 16:03:30 PDT by Marcus Minhorst
Silence integer division warning
15-Sep-2025 (Monday) at 15:46:23 PDT by Marcus Minhorst
Page[up/down] now page full pages instead of rows
Also simplified scrollwheel code
15-Sep-2025 (Monday) at 15:30:27 PDT by Marcus Minhorst
Allow for HOME/END key to move viewport when cursor cannot move
15-Sep-2025 (Monday) at 15:24:07 PDT by Marcus Minhorst
Add shift+page[up/down] alias
15-Sep-2025 (Monday) at 15:13:40 PDT by Marcus Minhorst
Cursor Keys + Shift can scroll
15-Sep-2025 (Monday) at 15:07:35 PDT by Marcus Minhorst
Clamp home key
15-Sep-2025 (Monday) at 15:04:49 PDT by Marcus Minhorst
Fixes page up key going off screen infinitely
12-Sep-2025 (Friday) at 11:04:07 PDT by Gaerzi
Fix Hexen transcription error
It's actually "archimage", with an i, not "archmage".
07-Sep-2025 (Sunday) at 18:44:06 PDT by Marcus Minhorst
Better haptics_debug output
29-Aug-2025 (Friday) at 09:38:26 PDT by Marcus Minhorst
Made haptics_compat=warn more useful
29-Aug-2025 (Friday) at 09:15:17 PDT by Marcus Minhorst
Expanded compat matching
29-Aug-2025 (Friday) at 09:05:39 PDT by Marcus Minhorst
Added missing guard and hid on-screen user warning
04-Jul-2025 (Friday) at 12:19:39 PDT by nashmuhandes
Allow particle fade-out and fade-in to be defined individually for FSpawnParticleParams and A_SpawnParticleEx. Requires either SPF_FADE_IN_OUT or SPF_FADE_IN_HOLD_OUT flags to be enabled first, and startalpha to be 0 for fading in. The old fadestep parameter serves as the fade-in time, while the new fadeoutstep parameter controls the fade-out time. SPF_FADE_IN_HOLD_OUT ensures the particle will stay solid for the duration of its lifetime before starting to fade out.
08-Sep-2025 (Monday) at 13:23:07 PDT by Sally Coolatta
Fix gl_pipeline_depth cvar max
2 is a valid value, but it was overwriting when >= 2.
I was able to test that 2+ works, even without any code changes, by using +gl_pipeline_depth 2 on command line. Some weird order of operations doesn't change the value back before the renderer checks its value. (Which, tbh, is kind of scary? But I don't have to spoons to investigate right now, or if it matters for anything else.)
09-Sep-2025 (Tuesday) at 08:53:02 PDT by Ricardo Luís Vaz Silva
preserve ZSMapInfo on map copy
05-Sep-2025 (Friday) at 17:13:13 PDT by Marcus Minhorst
Keep cursor in screen when resizing
05-Sep-2025 (Friday) at 16:16:38 PDT by Marcus Minhorst
Clamp scroll value better
05-Sep-2025 (Friday) at 16:16:05 PDT by Marcus Minhorst
Fix optionmenu not respecting rowheight
03-Sep-2025 (Wednesday) at 14:52:43 PDT by Marcus Minhorst
Fix another menu scroll bug
Static text at the end of menu would break scrolling
07-Sep-2025 (Sunday) at 23:25:26 PDT by Ricardo Luís Vaz Silva
don't copy zmusic to build dir when doing static builds
07-Sep-2025 (Sunday) at 14:52:44 PDT by rafapaezbas
fix compilation in mac with sdl2
07-Sep-2025 (Sunday) at 22:43:49 PDT by Sally Coolatta
Fix bigfont characters with dark pixels
Makes Doom text render with the correct colors again
06-Sep-2025 (Saturday) at 16:48:04 PDT by Rachael Alexanderson
- remove vid_scalemode 7 from the menu for now, if for no other reason than it doesn't work properly at the moment
03-Sep-2025 (Wednesday) at 05:17:51 PDT by Alexander Kromm
expose ToInt and ToFloat from FString as ToInt and ToDouble
02-Sep-2025 (Tuesday) at 23:03:26 PDT by Rachael Alexanderson
- fix previous
vid_fpsi_timescaleadjustment; previous fix did not take into account how the fps meter actually worked
31-Aug-2025 (Sunday) at 18:53:58 PDT by Chris Robinson
Correct modeset timing on some systems
Co-authored-by: Marcus Minhorst marcus.minhorst@gmail.com
29-Aug-2025 (Friday) at 12:14:39 PDT by Boondorl
Re-add handler param to MessageBox Init virtual
This is just to prevent breaking any existing overrides. The value is fully unused.
28-Aug-2025 (Thursday) at 22:24:27 PDT by Brad Smith
Remove hardcoded libdl for BSD's
Fixes build on OpenBSD and NetBSD. BSD's do not use libdl.
30-Aug-2025 (Saturday) at 03:02:41 PDT by Rachael Alexanderson
Revert "- add argument for EventHandler.Find() which allows searching by parent class (default false)"
This reverts commit abdacad8d39a34abea46d9ac552853c4991cc979.
Revert "- missed one"
This reverts commit 03123b96de2b8b2b5684fae4f9b9095094d356db.
30-Aug-2025 (Saturday) at 02:57:53 PDT by Rachael Alexanderson
- adjust vid_fps by i_timescale to always show the real fps value
28-Aug-2025 (Thursday) at 14:35:34 PDT by Marcus Minhorst
Restore loading screen under sdl
28-Aug-2025 (Thursday) at 14:00:43 PDT by Marcus Minhorst
Fix sdl window not showing on some systems
26-Aug-2025 (Tuesday) at 20:01:44 PDT by Marcus Minhorst
Add updated theme
26-Aug-2025 (Tuesday) at 19:49:05 PDT by Marcus Minhorst
Maybe fix initial paint Needs to be upstreamed after confirming this does in fact fix things
26-Aug-2025 (Tuesday) at 20:22:19 PDT by Marcus Minhorst
Disable building example code
26-Aug-2025 (Tuesday) at 19:09:24 PDT by Marcus Minhorst
Merge commit '87689ccb5f7bde033d628ed2fef0daaf934d3624' into theme26-Aug-2025 (Tuesday) at 19:05:52 PDT by Marcus Minhorst
Squashed 'libraries/ZWidget/' changes from cecd34301d..924b8e0e78
924b8e0e78 Fix scroll size issue f0344ed99b Add option to hide scrollbar when no scrolling is to be had f7b01d6625 Remove stray sdl 214d098353 Theme role improvements 82d0431ca5 Textedit highlight now follows theme 373ab3f4ca Added hex Colorf alias 5ea6d5a62a Reduced duplicate code a92e045b18 Simplified theme d076c9991c Expanded example e4556c97df Named colors 6d9300c742 Fix COM thread error 6499e5c523 Add null pointer checks f9d5724210 Fix x11 backend locking up Implement raw mouse input support (XInput 2.0) Fix x11 DPI scaling 4a86fb5056 XInitThreads must be called when using vulkan 8095090774 Add DPI scale to X11 backend 02fb328172 Mute a bunch of warnings f13c745a63 Fix typo 5689bf5edd Merge in changes from SurrealEngine Use C++20 Make SDL2 optional
git-subtree-dir: libraries/ZWidget git-subtree-split: 924b8e0e786093708c0d73419a347f8e6ffe55d6
25-Aug-2025 (Monday) at 19:53:09 PDT by Marcus Minhorst
Package zmusic
25-Aug-2025 (Monday) at 19:49:32 PDT by Marcus Minhorst
Fix Linux build
