Ah, I see. Thanks for answering!Rachael wrote: - Yes, Client/Server.
- Graf would have to speak for this. I believe that was one of the plans, if it's not in effect already.
- Models are unchanged so far.
- No. You are right there has been a little work put into OpenGL ES but so far the only version supported is 3. The original developer for D-Touch is still active and doing that on the Doomworld forums.
- For now I've lost interest in the splitscreen stuff, and I don't know how far along the screen and status bar refactoring have come, but they would need to be finished for anything like this to happen. Again, Graf would have to speak to this.
QZDoom - ZDoom with True-Color (Version 1.3.0 released!)
Forum rules
The Projects forums are ONLY for YOUR PROJECTS! If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are ONLY for YOUR PROJECTS! If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine are perfectly acceptable here too.
Please read the full rules for more details.
-
- Posts: 772
- Joined: Sun May 04, 2014 7:22 pm
Re: QZDoom - ZDoom with True-Color (Version 1.3.0 released!)
-
-
- Posts: 3134
- Joined: Sat May 28, 2016 1:01 pm
Re: QZDoom - ZDoom with True-Color (Version 1.3.0 released!)
Oops. Pushed a fix for this, should work again in the next nightly build.RaVeN-05 wrote:Linear filtering broken =(
-
-
- Posts: 17465
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: QZDoom - ZDoom with True-Color (Version 1.3.0 released!)
I posted the same thing on Facebook the first time I saw it - the photo wasn't even zoomed (you know how pictures are small on the FB page by default) yet that huge gob of white immediately caught my attention... the fact that it's in the center of the image doesn't help also. :PEnjay wrote: For me, the lighting of models is one of GZDoom's biggest visual limitations ATM. Assuming the rock in this screenshot from Tormentor is a model, it really illustrates the issue, as does the leafless tree in the background to a lesser extent:Spoiler:
-
- Posts: 288
- Joined: Mon Dec 28, 2009 5:57 am
- Location: Ukraine
Re: QZDoom - ZDoom with True-Color (Version 1.3.0 released!)
Oh great its works good =) thank you.dpJudas wrote:Oops. Pushed a fix for this, should work again in the next nightly build.
Another question does it possible to make these water effects from ZDaemonGL?
https://www.youtube.com/watch?v=GHCs9NX7iaM
please watch video its short ~1:30
-
-
- Posts: 1384
- Joined: Sun Oct 14, 2012 1:43 am
- Location: Ukraine
Re: QZDoom - ZDoom with True-Color (Version 1.3.0 released!)
That's actually a cool effect, never knew ZDaemon had anything good
-
-
- Posts: 26573
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: QZDoom - ZDoom with True-Color (Version 1.3.0 released!)
Not ZDaemon, ZDoomGL; Timmie's long abandoned port. I remember when these blend animations were added. A long time ago n a galaxy far, far away....
-
- Lead GZDoom+Raze Developer
- Posts: 49183
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: QZDoom - ZDoom with True-Color (Version 1.3.0 released!)
The problem was just, the implementation was utter crap.
They looked good when used with the stock fluid textures, but that's really all they looked good with, and why I never bothered.
ZDoomGL had a few interesting features, but here, like with the software shaders, the code just wasn't translatable to GZDoom's renderer (and in hindsight I'm glad I never bothered because these days this stuff would be a first grade feature blocker.)
They looked good when used with the stock fluid textures, but that's really all they looked good with, and why I never bothered.
ZDoomGL had a few interesting features, but here, like with the software shaders, the code just wasn't translatable to GZDoom's renderer (and in hindsight I'm glad I never bothered because these days this stuff would be a first grade feature blocker.)
-
- Posts: 13793
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: QZDoom - ZDoom with True-Color (Version 1.3.0 released!)
Due to recent events my dev builds are temporarily halted. I still haven't successfully compiled an OpenAL build in Windows and now with FMOD support gone my builds will no longer have sound.
I'm sure I'll figure it out sooner or later but it just has never been a high priority issue for me.
I could do Linux builds if more than 3 people cared about that platform, though. My OpenAL builds work fine, there.
I'm sure I'll figure it out sooner or later but it just has never been a high priority issue for me.
I could do Linux builds if more than 3 people cared about that platform, though. My OpenAL builds work fine, there.
-
-
- Posts: 3819
- Joined: Sun Aug 07, 2011 4:32 am
Re: QZDoom - ZDoom with True-Color (Version 1.3.0 released!)
The corresponding Wiki article seems to contain everything needed to build 32- and 64-bit versions.Rachael wrote:I still haven't successfully compiled an OpenAL build in Windows and now with FMOD support gone my builds will no longer have sound.
Also, Appveyor configuration file has a link to all build dependencies (DLLs are not included in the package though) along with the command line for CMake.
-
- Lead GZDoom+Raze Developer
- Posts: 49183
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: QZDoom - ZDoom with True-Color (Version 1.3.0 released!)
I really should fix the setup to load both libsndfile and libmpg123 dynamically and then add the header for all 3 sound libraries to the repo so that building sound support is automatic.
-
-
- Posts: 3819
- Joined: Sun Aug 07, 2011 4:32 am
Re: QZDoom - ZDoom with True-Color (Version 1.3.0 released!)
This however will complicate update of these libraries.
In any case, it will be great to have an ability to link all dependencies statically, similarly to DYN_OPENAL and DYN_FLUIDSYNTH options.
In any case, it will be great to have an ability to link all dependencies statically, similarly to DYN_OPENAL and DYN_FLUIDSYNTH options.
-
- Lead GZDoom+Raze Developer
- Posts: 49183
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: QZDoom - ZDoom with True-Color (Version 1.3.0 released!)
Why would it complicate updating? As far as I know, all 3 of them have stable ABIs, so compiling with an older header would still allow an update of the library itself.
How about, I make the needed changes and then someone who knows better what Linux and Mac need fixes it?
How about, I make the needed changes and then someone who knows better what Linux and Mac need fixes it?
-
-
- Posts: 3819
- Joined: Sun Aug 07, 2011 4:32 am
Re: QZDoom - ZDoom with True-Color (Version 1.3.0 released!)
I don't know how stable their ABIs are. If mixing old headers with new libraries works without a problem then I was wrong.Graf Zahl wrote:Why would it complicate updating? As far as I know, all 3 of them have stable ABIs, so compiling with an older header would still allow an update of the library itself.
I can do this for macOS for sure and probably for Linux too.Graf Zahl wrote:How about, I make the needed changes and then someone who knows better what Linux and Mac need fixes it?
-
- Lead GZDoom+Raze Developer
- Posts: 49183
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: QZDoom - ZDoom with True-Color (Version 1.3.0 released!)
That's really nice: After doing all this it is now possible to build GZDoom under Windows without setting up any dependencies at all, if you do not use the XP toolset. Just start CMake, let it generate a project and all is set.
-
- Admin
- Posts: 6191
- Joined: Thu Feb 26, 2004 3:02 pm
- Preferred Pronouns: He/Him
Re: QZDoom - ZDoom with True-Color (Version 1.3.0 released!)
I really would love the option for gzdoom-dev and qzdoom-dev packages with periodic updates on the debian.drdteam.org repositoryRachael wrote:I could do Linux builds if more than 3 people cared about that platform, though.