Commit graph

24,059 commits

Author SHA1 Message Date
ca2db6204c Please be patient, I'm fixing these blind. 2025-09-24 20:13:42 +02:00
1a6e2d3a92 Fix Mac build 2025-09-24 20:05:36 +02:00
fa3403eb86 Fix Windows build 2025-09-24 19:59:26 +02:00
fa13d9f078 Some merge cleaning up. 2025-09-24 19:45:46 +02:00
d30fecea99 Merge commit '11e11264a6' into gzdoom_merge 2025-09-24 19:42:51 +02:00
11e11264a6 Squashed 'libraries/ZMusic/' changes from ac3e232b00..4b443225ea
4b443225ea Use absolute path

git-subtree-dir: libraries/ZMusic
git-subtree-split: 4b443225eae919c31dc99e47c4ef217a75bb1927
2025-09-24 19:42:51 +02:00
2c3d46075d Merge commit '991d522c57' into gzdoom_merge 2025-09-24 19:42:37 +02:00
991d522c57 Squashed 'libraries/ZWidget/' changes from b5ae8c8ab0..bac2a2edc5
bac2a2edc5 Exclude SDL2 from Windows compilation.
5b859bfd84 WaylandDisplayBackend: If the clicked window has a locked mouse, hide the cursor afterwards
ce76df6aa6 WaylandDisplayBackend: Add a TODO about XDG_Activation
a0ba04275b WaylandDisplayWindow: Move XDG Activation Token outside activate()

git-subtree-dir: libraries/ZWidget
git-subtree-split: bac2a2edc52cf12d1223244251876e9c4533e614
2025-09-24 19:42:37 +02:00
b2a9dbf809 Merge remote-tracking branch 'gzdoom/master' into gzdoom_merge 2025-09-24 19:39:17 +02:00
71e1861a54 Got CI builds to work. 2025-09-24 18:41:18 +02:00
4b17db9315 small oops: -norun arg has to be checked for earlier. 2025-09-24 18:14:51 +02:00
02f2175d17 Integrate fix-secformat patch from vkdoom-git AUR package 2025-09-24 18:12:28 +02:00
4350b72260 fix V_Init2() being called twice on startup 2025-09-24 18:02:43 +02:00
eb3a17c50f linux: fallback in CalculateCPUSpeed() for cases where perf counters are not available. 2025-09-24 17:32:08 +02:00
Marcus Minhorst
376bef7033 Fix array oob 2025-09-23 10:34:50 -04:00
Marcus Minhorst
1ce1e1f6be Turn off gles by default for apple 2025-09-23 01:38:57 -04:00
Marcus Minhorst
4505e758f0 Link MoltenVK 2025-09-23 01:38:57 -04:00
Marcus Minhorst
9b74c0d37b Fix HAVE_VULKAN=OFF 2025-09-23 01:38:57 -04:00
Marcus Minhorst
31672acefb Fix zmusic build on apple 2025-09-23 01:38:57 -04:00
Marcus Minhorst
734e82d7e4 Updated model list 2025-09-23 01:38:57 -04:00
Marcus Minhorst
c26490a395 Fix linker config 2025-09-23 01:38:57 -04:00
Marcus Minhorst
1ce47e2fec Standardize SDL2 include 2025-09-23 01:38:57 -04:00
Marcus Minhorst
8479aef773 Update macos search paths 2025-09-23 01:38:57 -04:00
Marcus Minhorst
6fbffd8717 Add error message for failed zwidget init 2025-09-23 01:38:57 -04:00
3b3acebafa Updated README with some details on why this fork is happening. 2025-09-21 18:49:00 +02:00
57cd21c6bb Fix ZScript JIT being always unconditionally disabled. 2025-09-21 18:39:49 +02:00
Christoph Oelckers
dadfade127 Exclude SDL2 from Windows compilation.
This causes problems if CMake finds it - these files are not meant to be used on Windows builds
2025-09-20 23:08:45 -04:00
Marcus Minhorst
ce8eb6e4ba Fix typo 2025-09-20 18:10:18 -03:00
Marcus Minhorst
c753b4a98f Fix typo 2025-09-20 18:02:10 -03:00
Marcus Minhorst
65cfb976fa
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
2025-09-19 23:49:56 -03:00
Marcus Minhorst
5834fe6abe
[Nit] Silence more minor warnings
* Silence -Wdeprecated-literal-operator

* Silence -Wmissing-braces warning

* Silence -Wbitwise-instead-of-logical warning

* Silence -Wlogical-op-parentheses warning
2025-09-19 23:49:03 -03:00
Marcus Minhorst
e2bd23dfa0
[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])
2025-09-19 16:38:53 -03:00
Yarn366
415950fb9c Added support for the Kex port of Doom to Linux/macOS, which was missed earlier 2025-09-19 07:56:57 -04:00
Yarn366
2feae32535 Added support for Heretic/Hexen vanilla WADs that come with the 2025 Kex port 2025-09-19 07:56:57 -04:00
Marcus Minhorst
d0aa5813e0 Moved historical docs out of install path 2025-09-19 00:12:50 -04:00
Marcus Minhorst
6732ab2314 Build appimage through ci 2025-09-19 00:12:50 -04:00
Marcus Minhorst
729f320627 Fix appimage recipe 2025-09-19 00:12:50 -04:00
Marcus Minhorst
327b33a239 Install zmusic to system 2025-09-19 00:12:50 -04:00
Marcus Minhorst
f892a750b2 Silence integer division warning 2025-09-16 12:57:55 -03:00
Marcus Minhorst
6b4bbb5e94 Page[up/down] now page full pages instead of rows
Also simplified scrollwheel code
2025-09-16 12:57:55 -03:00
Marcus Minhorst
e30c601f41 Allow for HOME/END key to move viewport when cursor cannot move 2025-09-16 12:57:55 -03:00
Marcus Minhorst
1ca06d94bc Add shift+page[up/down] alias 2025-09-16 12:57:55 -03:00
Marcus Minhorst
995d3c90d3 Cursor Keys + Shift can scroll 2025-09-16 12:57:55 -03:00
Marcus Minhorst
60b7712ed6 Clamp home key 2025-09-16 12:57:55 -03:00
Marcus Minhorst
13cfa76368 Fixes page up key going off screen infinitely 2025-09-16 12:57:55 -03:00
Gaerzi
1fff657204
Fix Hexen transcription error
It's actually "archimage", with an i, not "archmage".

Cf. bc35ff0cb7/Hexen Source/MN_MENU.C (L1008)
2025-09-12 20:04:07 +02:00
Marcus Minhorst
449e34cc9e Better haptics_debug output 2025-09-10 07:36:37 -04:00
Marcus Minhorst
0a89676d1d Made haptics_compat=warn more useful 2025-09-10 07:36:37 -04:00
Marcus Minhorst
c424cce4d8 Expanded compat matching 2025-09-10 07:36:37 -04:00
Marcus Minhorst
479c65c0a1 Added missing guard and hid on-screen user warning 2025-09-10 07:36:37 -04:00