GZDoom 3.5.0 released

News about ZDoom, its child ports, or any closely related projects.
[ZDoom Home] [Documentation (Wiki)] [Official News] [Downloads] [Discord]
[🔎 Google This Site]

Moderator: GZDoom Developers

User avatar
Armaetus
Posts: 1255
Joined: Fri Mar 13, 2009 3:55 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 10 Home
Graphics Processor: ATI/AMD with Vulkan/Metal Support
Location: New York State
Contact:

Re: GZDoom 3.5.0 released

Post by Armaetus »

I have 2560x1080 native resolution and I noticed there isn't a resolution picker anymore but a resolution scale option with several choices instead. Is there some way to force the game to use 1920x1080 (for the same of video recording when I do so)?
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49056
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: GZDoom 3.5.0 released

Post by Graf Zahl »

Not for fullscreen (yet), but you can set a windowed size with win_setsize. A menu option for this will be available in the next version.
User avatar
Korell
Posts: 439
Joined: Sun May 28, 2017 1:01 pm

Re: GZDoom 3.5.0 released

Post by Korell »

So are vid_defheight and vid_defwidth now redundant? My old config files have these set for a resolution of 1680x1050 but if I use the new GZDoom version to create a new ini file from scratch these are set by default for a resolution of 640x480 yet in-game it still looks like my native 1680x1050 (which I'm guessing is due to the borderless windowed fullscreen mode and the screen scaling).
User avatar
Hirogen2
Posts: 2033
Joined: Sat Jul 19, 2003 6:15 am
Graphics Processor: Intel with Vulkan/Metal Support
Location: Central Germany
Contact:

Re: GZDoom 3.5.0 released

Post by Hirogen2 »

So just that I get this straight... is this just two separate builds of the same source, or really two independent, diverging source releases? In the latter case, the git repo is missing a 3.5.0-legacy or so tag.

Code: Select all

$ glxinfo
[...]
    Max core profile version: 4.5
    Max compat profile version: 3.0
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) UHD Graphics 620 (Kabylake GT2)  [i5-8250U CPU platform]
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.0.2
OpenGL core profile shading language version string: 4.50
[...]
OpenGL version string: 3.0 Mesa 18.0.2
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
    GL_3DFX_texture_compression_FXT1, GL_AMD_conservative_depth, 
If only glxinfo's reporting was a bit more obvious as to what GL version I'm really having.
User avatar
Rachael
Posts: 13531
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: GZDoom 3.5.0 released

Post by Rachael »

Graf elected not to put the legacy tag in his repo. It's in drfrag's. https://github.com/drfrag666/gzdoom/tree/g3.5.0_legacy

The following commands will pull that tag into your repo:

Code: Select all

cd /path/to/your/gzdoom/repo
git remote add drfrag666 https://github.com/drfrag666/gzdoom/
git fetch --all
git checkout g3.5.0_legacy
User avatar
drfrag
Vintage GZDoom Developer
Posts: 3141
Joined: Fri Apr 23, 2004 3:51 am
Location: Spain
Contact:

Re: GZDoom 3.5.0 released

Post by drfrag »

There's a lot of stuff in that repo. The legacy branch is here:
https://github.com/drfrag666/gzdoom/tree/legacy
PixelWAD
Posts: 188
Joined: Sun Jun 10, 2018 7:01 pm

Re: GZDoom 3.5.0 released

Post by PixelWAD »

Is there any chance to see the VR version of gzdoom being implemented into main line?
Even if it remains experimental forever, this would be really great! https://github.com/Fishbiter/gz3doom
User avatar
Rachael
Posts: 13531
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: GZDoom 3.5.0 released

Post by Rachael »

None of the main devs except one have VR headsets, and the one who does doesn't like it very much.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49056
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: GZDoom 3.5.0 released

Post by Graf Zahl »

That's better left as a separate project by people who have some interest in such a niche feature
PixelWAD
Posts: 188
Joined: Sun Jun 10, 2018 7:01 pm

Re: GZDoom 3.5.0 released

Post by PixelWAD »

It's niche now, but it is a future, and a great way to introduce new players to such oldie.
Like you have noticed, it's niche - and because of that there are very few people who want to develop for it - but maybe you could just integrate current code into future releases with no warranties? At least that way we get more mods compatibility..
User avatar
Rachael
Posts: 13531
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: GZDoom 3.5.0 released

Post by Rachael »

We can't do that because we'd need a way to test such integrations. Even with "no warranties" we have to make sure it actually works, and without a headset we cannot do that.

We're pretty much at the mercy of biospud or dpJudas and their desire to work on it.
dpJudas
 
 
Posts: 3037
Joined: Sat May 28, 2016 1:01 pm

Re: GZDoom 3.5.0 released

Post by dpJudas »

My DK2 is too old to be used anymore. But back when it was still working I was using baseline gzdoom and not a fork. Biospud backported most of the VR stuff - I'm not sure precisely what is missing. This is quite a while ago by now - can't really remember the details.

In any case, I don't plan on buying a consumer HMD. I therefore can't maintain any support for it.
User avatar
Mugwump
Posts: 3
Joined: Sun Aug 12, 2018 5:17 pm

Re: GZDoom 3.5.0 released

Post by Mugwump »

It would have been nice to have the OpenGL specs for each version displayed on the download page instead of making the user search for an answer in the forums...

Q: Is WinXP still supported?
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49056
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: GZDoom 3.5.0 released

Post by Graf Zahl »

Windows XP is still supported but for the modern build is the prime candidate for removal. As of yesterday XP user share was roughly 0.3% and XP support is blocking a few things because external libraries are increasingly harder to come by with functioning XP support.

All that said, even ending 32 bit support as a whole is only a matter of time. The user share of real 32 bit systems has shrunk to 3% by now, that's half of what it was 4 months ago. I do not expect 32 bit support to survive the coming year.
User avatar
theleo_ua
Posts: 162
Joined: Sun Feb 07, 2016 11:38 am
Operating System Version (Optional): Windows 10
Graphics Processor: ATI/AMD with Vulkan/Metal Support
Location: Ukraine
Contact:

Re: GZDoom 3.5.0 released

Post by theleo_ua »

Graf Zahl wrote:but you can set a windowed size with win_setsize
maybe vid_setsize ?
Post Reply

Return to “ZDoom (and related) News”