ZDoom 2.1.7

News about ZDoom, its child ports, or any closely related projects.
[ZDoom Home] [Documentation (Wiki)] [Official News] [Downloads] [Discord]
[🔎 Google This Site]
User avatar
Baratus
Posts: 117
Joined: Thu Jun 08, 2006 10:15 am
Preferred Pronouns: They/Them
Location: A land of rain and mountains

Post by Baratus »

EDIT
Last edited by Baratus on Fri Nov 17, 2006 2:54 pm, edited 1 time in total.
Evolution

Post by Evolution »

Great work Randy! Only 3 more! :twisted:
User avatar
Ryan Cordell
Posts: 4349
Joined: Sun Feb 06, 2005 6:39 am
Preferred Pronouns: No Preference
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia (Modern GZDoom)
Location: Capital of Explodistan

Post by Ryan Cordell »

You're forgetting 2.1.7a, 2.1.7g.. :P
User avatar
HotWax
Posts: 10002
Joined: Fri Jul 18, 2003 6:18 pm
Location: Idaho Falls, ID

Post by HotWax »

For the last time, the next version after 2.1.9 is 2.1.10, not 2.2.0.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

Depends on added features. Randy once said that 2.2.0 will add custom states.
So if this were true the next one should be 2.2.0, not 2.1.8. ;)
But I really don't think that the current changes justify bumping the minor version already.
User avatar
Nash
 
 
Posts: 17512
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia

Post by Nash »

I think it's safe to assume that 2.1.8 will already officially support custom states because the code is already in.

So no need to wait for 2.2.0. :)
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

I think you should try to understand what I was writing... ;)
User avatar
jallamann
Posts: 2271
Joined: Mon May 24, 2004 8:25 am
Location: Ålesund, Norway

Post by jallamann »

Nash: Release version numbers don't have to follow any pattern except that a later version number should be higher than a previous version. :roll:
Lemonzest
Posts: 327
Joined: Tue Oct 12, 2004 3:19 pm
Location: On your boards, trolling your threads!!!

Post by Lemonzest »

Added a new D3DFB class that should be more compatible with modern systems
than the 8-bit paletted DDrawFB.
Pros:
- Much cleaner code.
- No performance penalty when running in a window.
- Slightly faster fullscreen performance on Geforce 6 and 7 cards.
- Vista ought to love it.
Cons:
- Requires Pixel Shader 1.4 or better.
- Fullscreen on an ATI Mobility x300 is a little slower (but still faster
than DirectDraw in a window).
Note that this is not hardware accelerated rendering. The screen is still
drawn as before by the CPU to an 8-bit paletted surface. The difference is
in how that surface makes its way to the visible display. Here, the surface
is copied to an 8-bit texture, and a pixel shader converts it to RGB when
drawing it.

just seen that in the change log, does that FINELY mean that the messed up colours when alt+tab is used are over? (windows loses the pallete)
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

If it works, yes. The new code draws to a True Color display and does all the palette to color conversions internally.
User avatar
Nash
 
 
Posts: 17512
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia

Post by Nash »

What about software-mode translucency? Any performance gains?

(I have been very busy with work lately so I haven't been able to compile the latest version to see it for myself)
RazTK
Posts: 245
Joined: Mon Jul 11, 2005 2:50 am
Location: Israel

Post by RazTK »

Oddly, the release build of r383 crashes at startup (no matter the IWAD).
The debug build works fine so I can't get any more information.

Reminds me the MaxVisPlanes bug randy has been working on back in 1998.
I'm hoping he won't get nightmares! :P
User avatar
HotWax
Posts: 10002
Joined: Fri Jul 18, 2003 6:18 pm
Location: Idaho Falls, ID

Post by HotWax »

Nash wrote:What about software-mode translucency? Any performance gains?
Since it clearly states that it won't affect the renderer, my guess is no.
User avatar
randi
Site Admin
Posts: 7749
Joined: Wed Jul 09, 2003 10:30 pm

Post by randi »

Translucency is still 100% C code, so there's probably room for some improvement if it was written in assembly.
User avatar
QBasicer
Posts: 766
Joined: Tue Sep 16, 2003 3:03 pm

Post by QBasicer »

Would the speed difference really be worth the hassle? I mean, if you use the optimizer, it usually produces pretty fast code to begin with.

Return to “ZDoom (and related) News”