GZDoom 4.9.0 released
Moderator: GZDoom Developers
-
- Posts: 51
- Joined: Fri Apr 30, 2021 10:22 am
- Graphics Processor: nVidia (Modern GZDoom)
Re: GZDoom 4.9.0 released
RIP SoftPoly (though I doubt anyone was still using it)
I also laughed at "removed some redundant chaaracters". Please tell me you did this on purpose
I really like the new mirror tags, both have much potential in atmospheric/horror wads.
I'd really like to contribute and participate in the survey, but I am in the middle of a couple of playthroughs and don't want to update to the new version until I finish them. How long do you expect the survey will run for?
On the subject of saves the per-IWAD folder seems like a very nice extension, since I guess this now means that the IWADs won't interfere with each others' autosaves anymore.
I'd like to echo Enjay in extending a big thank you for keeping this port going and updated for so many years.
I also laughed at "removed some redundant chaaracters". Please tell me you did this on purpose
I really like the new mirror tags, both have much potential in atmospheric/horror wads.
I'd really like to contribute and participate in the survey, but I am in the middle of a couple of playthroughs and don't want to update to the new version until I finish them. How long do you expect the survey will run for?
On the subject of saves the per-IWAD folder seems like a very nice extension, since I guess this now means that the IWADs won't interfere with each others' autosaves anymore.
I'd like to echo Enjay in extending a big thank you for keeping this port going and updated for so many years.
-
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
Re: GZDoom 4.9.0 released
Here's the beauty of a portable-capable app like GZDoom: you can install a second copy of it in another location and not have to touch your in-place install.
-
- Posts: 80
- Joined: Wed Apr 10, 2019 11:22 pm
- Graphics Processor: nVidia with Vulkan support
Re: GZDoom 4.9.0 released
Fortunately, the '-config' command line parameter is still there: I have several .ini depending of which mod I'm runing, loaded through the '[Global.Autoload]' section together with additional dedicated settings. I do hope this system will stay.
-
- Lead GZDoom+Raze Developer
- Posts: 49183
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
-
- Posts: 2954
- Joined: Thu Jul 17, 2003 12:07 am
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
Re: GZDoom 4.9.0 released
-
- Lead GZDoom+Raze Developer
- Posts: 49183
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: GZDoom 4.9.0 released
Well, yeah, keyboards occasionally do that!
-
- Posts: 830
- Joined: Sun Jun 16, 2019 9:17 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Gosford NSW, Australia
Re: GZDoom 4.9.0 released
Commit the changes it's made during the compilation process and send a PR to GZDoom for merging. Say that a Raze dev asked you to do so. I had to do the same thing in Raze, no idea why.KynikossDragonn wrote: ↑Sun Nov 06, 2022 11:03 pmI also like to report I can't get it to stop attaching "-m" to the end of the g4.9.0, and it 's the same issue as before coming from the DiscordRPC libraries:
Why is the build process doing this? I'm confused, it does this even with Ninja or Unix Makefiles... it somehow does this even if I remove write permissions to those files, and it somehow is also able to do this if I change ownership of those files to root and disable write permission???
-
-
- Posts: 3819
- Joined: Sun Aug 07, 2011 4:32 am
Re: GZDoom 4.9.0 released
Do you have clang-format installed? If so, it's probably caused by this mess in DiscordRPC CMake file.
-
- Posts: 4
- Joined: Tue Nov 08, 2022 5:37 am
Re: GZDoom 4.9.0 released
I always copy paste inside of ini file of older version to newest version for make my settings instantly ready for new version. Is it a healthy way or can break some stuff in new versions?
Also When you play game as windowed ( not in main menu),you cant use right top icons of window with 4.9.0,it makes game window freeze. Is it a bug or purposely done?
Also When you play game as windowed ( not in main menu),you cant use right top icons of window with 4.9.0,it makes game window freeze. Is it a bug or purposely done?
Last edited by FGsouL on Tue Nov 08, 2022 5:57 am, edited 2 times in total.
-
- Lead GZDoom+Raze Developer
- Posts: 49183
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: GZDoom 4.9.0 released
If you carry over your old INI GZDoom will ask you how you want to use it. So you should be able to continue with your old config.
Just keep in mind that if you choose the User folder as storage it will become your global config for all GZDoom installations.
If you do not want that, use 'portable' and you can continue as before, just with a differently named INI.
Just keep in mind that if you choose the User folder as storage it will become your global config for all GZDoom installations.
If you do not want that, use 'portable' and you can continue as before, just with a differently named INI.
-
- Posts: 272
- Joined: Sat Dec 12, 2020 10:59 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Void Linux
- Graphics Processor: Intel (Modern GZDoom)
- Location: Independence, KS, USA
Re: GZDoom 4.9.0 released
Yeah, I have Clang installed and actively use it more than GCC. Does that section of the CMake file just need to get completely removed or is there some command line argument that needs to be passed to clang-format?
-
- Lead GZDoom+Raze Developer
- Posts: 49183
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: GZDoom 4.9.0 released
That idiocy needs to be removed. Enforcing coding style like this is just stupid.
-
- Posts: 13793
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: GZDoom 4.9.0 released
I don't think it does any good having that there so I'll just remove it.
-
- Posts: 272
- Joined: Sat Dec 12, 2020 10:59 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Void Linux
- Graphics Processor: Intel (Modern GZDoom)
- Location: Independence, KS, USA
Re: GZDoom 4.9.0 released
Well thank goodness that mystery is finally solved, I probably should have poked around with the CMakeLists myself but I'm not much of a coder so I probably wouldn't of understood what I was looking at or trying to find.
-
- Posts: 8
- Joined: Wed May 13, 2020 2:35 pm
- Graphics Processor: nVidia with Vulkan support
Re: GZDoom 4.9.0 released
Thanks for the updates - quite a number of changes. Will download it here soon.
FYI that the date shown on the downloads page for 4.9.0 is shown incorrectly as 2022-07-04
FYI that the date shown on the downloads page for 4.9.0 is shown incorrectly as 2022-07-04