Commit graph

22,583 commits

Author SHA1 Message Date
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
nashmuhandes
a8c5355f31 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. 2025-09-10 07:10:13 -03:00
Sally Coolatta
457d8bba09 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.)
2025-09-09 13:50:10 -03:00
Ricardo Luís Vaz Silva
9445828ddd preserve ZSMapInfo on map copy 2025-09-09 13:48:28 -03:00
Marcus Minhorst
7086f463e5 Keep cursor in screen when resizing 2025-09-08 17:08:02 -03:00
Marcus Minhorst
4ba28c2781 Clamp scroll value better 2025-09-08 17:08:02 -03:00
Marcus Minhorst
5c658a3834 Fix optionmenu not respecting rowheight 2025-09-08 17:08:02 -03:00
Marcus Minhorst
259dc1936f Fix another menu scroll bug
Static text at the end of menu would break scrolling
2025-09-08 17:08:02 -03:00
Ricardo Luís Vaz Silva
7b1f3165aa don't copy zmusic to build dir when doing static builds 2025-09-08 08:02:22 -03:00
rafapaezbas
6a0ee2c9fe fix compilation in mac with sdl2 2025-09-08 03:04:03 -03:00
Sally Coolatta
af0919e3cf Fix bigfont characters with dark pixels
Makes Doom text render with the correct colors again
2025-09-08 02:59:16 -03:00
Rachael Alexanderson
d7c04e2fb2
- remove vid_scalemode 7 from the menu for now, if for no other reason than it doesn't work properly at the moment 2025-09-06 19:48:04 -04:00
Alexander Kromm
655d01ba4d expose ToInt and ToFloat from FString as ToInt and ToDouble 2025-09-03 09:36:21 -04:00
Rachael Alexanderson
5408e243a9
- fix previous vid_fps i_timescale adjustment; previous fix did not take into account how the fps meter actually worked 2025-09-03 02:04:36 -04:00
Chris Robinson
b8807b7d99 Correct modeset timing on some systems
Co-authored-by: Marcus Minhorst <marcus.minhorst@gmail.com>
2025-09-02 07:35:04 -04:00
Boondorl
3d39bf33bb Re-add handler param to MessageBox Init virtual
This is just to prevent breaking any existing overrides. The value is fully unused.
2025-08-30 15:39:30 -03:00
Brad Smith
ca74b49dc8 Remove hardcoded libdl for BSD's
Fixes build on OpenBSD and NetBSD. BSD's do not use libdl.
2025-08-30 06:31:32 -04:00
Rachael Alexanderson
53ffd97822
Revert "- add argument for EventHandler.Find() which allows searching by parent class (default false)"
This reverts commit abdacad8d3.

Revert "- missed one"

This reverts commit 03123b96de.
2025-08-30 06:03:02 -04:00
Rachael Alexanderson
2ee07d2df6
- adjust vid_fps by i_timescale to always show the real fps value 2025-08-30 05:57:53 -04:00
Marcus Minhorst
2e8fb069f3 Restore loading screen under sdl 2025-08-29 07:35:01 -04:00
Marcus Minhorst
65ea93236c Fix sdl window not showing on some systems 2025-08-29 07:35:01 -04:00
Marcus Minhorst
cee2f9eb19 Add updated theme 2025-08-26 23:22:53 -04:00
Marcus Minhorst
f532b04712 Maybe fix initial paint
Needs to be upstreamed after confirming this does in fact fix things
2025-08-26 23:22:53 -04:00
Marcus Minhorst
ce932d8aeb Disable building example code 2025-08-26 23:22:53 -04:00
Marcus Minhorst
27a934ee70 Merge commit '87689ccb5f' into theme 2025-08-26 22:09:24 -04:00
Marcus Minhorst
87689ccb5f 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
2025-08-26 22:05:52 -04:00
Marcus Minhorst
dee6d30230 Package zmusic 2025-08-26 11:56:56 -04:00
Marcus Minhorst
1f9de6a9f4 Fix Linux build 2025-08-26 11:56:56 -04:00
Marcus Minhorst
7ddb4995a3 Generate build artifacts for non-windows builds, too 2025-08-26 11:56:56 -04:00
Rachael Alexanderson
03123b96de
- missed one 2025-08-25 01:50:45 -04:00
Rachael Alexanderson
abdacad8d3
- add argument for EventHandler.Find() which allows searching by parent class (default false) 2025-08-24 04:27:55 -04:00
Marcus Minhorst
0e621e2f30 Added rumble from damage 2025-08-24 03:02:06 -04:00