|
Posted by Baker on 2016/11/19 04:53:11 |
http://quakeone.com/markv/
* Nehahra support -- better and deeper link
* Mirror support, "mirror_" textures. video
* Quaddicted install via console (i.e. "install travail")
* Full external texture support DP naming convention
* Enhanced dev tools texturepointer video inspector video
* IPv6 support, enhanced server capabilities
* Enhance co-operative play (excels at this!)
* Software renderer version (WinQuake)
* "Find" information command (ex. type "find sky")
Thanks to the beta testers! NightFright, fifth, spy, gunter, pulsar, johnny law, dwere, qmaster, mfx, icaro, kinn, adib, onetruepurple, railmccoy
And thanks to the other developers who actively provided advice or assistance: Spike (!), mh, ericw, metlslime and the sw guys: mankrip and qbism.
/Mac version is not current yet ...; Linux will happen sometime in 2017 |
|
|
#1060 posted by Baker on 2017/01/17 01:47:43
Also, the start map isn't a good choice of maps.
DX9 supports mirrors. DX8 doesn't.
The mirror draw is expensive, haha ;-)
@gunter
#1061 posted by Baker on 2017/01/17 01:50:11
I also have a lot of I's to dot and T's to cross.
I'll check out whatever I did in DX8 1.28 that affected txgamma appearance.
#1062 posted by Baker on 2017/01/17 01:59:20
@gunter - DX9 1029 build is current one. MH did a lot of fixes based on your comments.
@baker
#1063 posted by R00k on 2017/01/17 03:03:21
"The one thing that always annoyed me about QMB -- which has effects for many things --- the Enforcers had no laser effect.
"
Ya I added an effect to the enforcers and those laser, though I like the little lines around the effect of AMFQuake...
btw speaking on QMB effects Ralf and I added the lightning effect which JoeQuake added later, just the image/splash not the cl_true_lightning.
(i cant remember Ralf's Quake name hmm)..
Mark V - Build 1030 - Bloom, Lasers, DX9 Alpha Textures
#1064 posted by Baker on 2017/01/17 03:23:13
Mark V - 1030 Beta Build
- QMB Enforcer Laser when QMB is enabled Lasers video
- Bloom option in only Open GL build (r_bloom 1) Bloom Video
- DX9 alpha masked textures temp workaround until mh patch
r_bloom 1 doesn't save to config. I view bloom as a bit of novelty.
It is also a performance killer and I think the code is probably inefficient -- but since its a toy around feature that's ok.
Tonight, might see if I can resolve some of the issues others have noted and maybe get out a 1031 build. And if mh has a patch tomorrow, do that.
Then comes an extended break with the hopes that will be able to do more updates in the spring some time.
@R00k
#1065 posted by Baker on 2017/01/17 03:25:59
Ah, I had no idea you did that in Qrack.
Do you have a link to your current source code? I'd like to compare notes.
The lack of a laser effect always ticked me off about QMB, haha.
But until very recently, didn't have an engine with QMB available, so never thought about it.
@R00k
#1066 posted by Baker on 2017/01/17 03:44:23
Re-reading ... I didn't know you created the lightning gun sparks in JoeQuake either. But it doesn't surprise me at all considering effects ideas is "your thing" and you like experimenting with those ideas, like how fast rendering is "MH's thing".
New Wrapper Version
#1067 posted by mh on 2017/01/17 08:45:00
http://www.quaketastic.com/files/tools/windows/engines/Direct3D9-Wrapper-2017-01-17.zip
Then comes an extended break with the hopes that will be able to do more updates in the spring some time.
I guess a code drop is in order then.
This one includes:
* Alpha mask texture fix.
* Sky polygon batcher.
* Guards against 0-dimension video modes.
@baker Latest Qrack Stable Release
#1068 posted by R00k on 2017/01/17 15:49:23
#1069 posted by R00k on 2017/01/17 15:52:17
if you compare jq0.13dev to any qrack you'll see what's diff, that was the base i started on; and the first file I focused on was gl_rpart.c ;)
Random Notes
#1070 posted by Baker on 2017/01/17 22:00:38
1) MH's revised sky draw is a pretty decent speed boost for the scrolling sky.
2) I needed to know whether or not MH was right about color 255 not supposed to be fullbright.
Original WinQuake color 255
In the above screenshot, notice I took care to stand next to a wall with lighting.
The brownish color on the walls is color 255, which is surrounded by fullbright white (color 254) and the black area is non-fullbright red (color 79).
Color 255 isn't generally a very useful color. It is rarely used.
But in WinQuake it is acting as a fullbright color.
Index 255
#1071 posted by mh on 2017/01/17 22:28:34
I haven't checked but I have a good degree of confidence that the colormap has it as a column of 255. So from the perspective of the colormap it is fullbright and I'm probably wrong.
Where things get tricky is how you interpret index 255 because '{' textures should be able to have fullbrights on them too, and 255 cannot be both fullbright and alpha in a '{' texture.
It's also the case that in all of ID1 no BSP texture uses index 255 (I checked).
There's also this in the colormap generation code in qlumpy (https://github.com/id-Software/Quake-Tools/blob/master/qutils/QLUMPY/QUAKEGRB.C#L233):
note: 254 instead of 255 because 255 is the transparent color, and we don't want anything remapping to that
So I can say with a good degree of confidence that even though 255 is represented as fullbright in the colormap, it is not intended to be actually used for anything other than transparent.
#1072 posted by metlslime on 2017/01/17 22:40:15
Where things get tricky is how you interpret index 255 because '{' textures should be able to have fullbrights on them too, and 255 cannot be both fullbright and alpha in a '{' texture.
I think it has to be transparent, otherwise fence textures would cease to exist as a feature. Since it's transparent, it should not be added to the fullbright mask. And alphaedgefix should be used to fill it in with neighboring colors.
On non-fence textures, it should be fullbright since that is how it works in all versions of the game (software and accelerated) that support fullbrights.
Windows + D (show Desktop Key) Vs. Minimized
#1073 posted by Baker on 2017/01/17 23:02:34
@mh - It disturbed me that such a behavior difference occured.
I wanted to know exactly why Windows + D caused a problem. Here is the reason.
Dumping system messages:
WM_WINDOWPOSCHANGING wparam: 0 lparam 18fab0
WM_GETMINMAXINFO wparam: 0 lparam 18f7b0
WM_NCCALCSIZE wparam: 1 lparam 18fa88
---------
(Windows + D show desktop, Quake will run a frame here because the message queue is empty -- we have not received a WM_SIZE message yet so we don't know we are minimized.)
---------
WM_NCPAINT wparam: 1 lparam 0
WM_GETTEXT wparam: 1fe lparam 18e580
WM_ERASEBKGND wparam: 5011197 lparam 0
WM_WINDOWPOSCHANGED wparam: 0 lparam 18f890
WM_MOVE wparam: 0 lparam 99016b
WM_SIZE wparam: 0 lparam 1e00280
(Minimized runs frame here, we received WM_SIZE already so we are ok!)
Mark V - Beta Build 1031
#1074 posted by Baker on 2017/01/17 23:48:56
Beta Build 1031
1- Correct alpha masked texture support in DX9
2- MH faster scrolling sky rendering (DX9, DX8 and Open GL)
2- Resolves a DX9 + "Windows key + D (show desktop)" issue.
Should have one more build later.
Gamma Musings
#1075 posted by mh on 2017/01/18 00:07:52
Just been doing some testing comparing texture gamma ("txgamma") to shader gamma (which will have the same result, if not the same perf, as full-screen desktop gamma, which I didn't test).
Visually they're not identical. This should have been obvious, but wasn't, at least to me.
With texture gamma the calculation is pow (texture, gamma) * lightmap
With shader gamma the calculation is pow (texture * lightmap, gamma)
Shader gamma feels more "right" because it applies gamma as a post-process after the entire scene is composited.
You can't deny the performance of texture gamma, and it does give a richer look which can be more visually appealing.
To make texture gamma give the same result as shader gamma, you should also gamma-adjust the lightmaps. pow (texture, gamma) * pow (lightmap, gamma) because exponents are distributive over multiplication.
@mh
#1076 posted by Baker on 2017/01/18 00:25:04
Thanks for the calculation comparison analysis.
Yeah, texture gamma and shader gamma have differences. You'll notice Gunter perspective that the polyblends look better with texture gamma. Meanwhile, I wonder about transparent brushes/models which is a "double application" scenario with texture gamma.
Ironically, with texture gamma, I had to modify the FitzQuake texture manager to be aware of textures intended for blending and exclude them from texture gamma (example: the optional QMB particles are blended) to avoid "double application" (although I doubt the final color is technically "gamma-correct" according to the calc).
Frames Per Second
#1077 posted by Baker on 2017/01/18 01:24:21
I'm not all that caught up in this topic.
I think frames per second is important, but I also think fps above 72 in single player is a bit superfluous. Because Quake physics acts up around 250 or 300 fps (killer lifts, missed triggers on maps like E3M2. 144 fps ... which matters because some monitors, hopefully isn't too bad.
Anyway, like I said, I'm not caught up in this ...
Here is Mark V DX9 and Quakespasm (Mark V Open GL would lose substantially). Quakespasm is set to gamma 1 and contrast 1 to keep shader gamma out of the equation.
But we'll have mirrors on in DX9 just too give DX9 some extra work to do ...
http://quakeone.com/markv/media/dx9_and_quakespasm.jpg
For fun, here is Mark V DX9 and FTE. DX9 Mark V is using external textures.
Spike's FTE is probably the fps champion of all Open GL engines.
http://quakeone.com/markv/media/dx9_and_fte.jpg
MH's DirectQ? Yeah, DirectQ smokes all of the above in a curb stomp which not even close.
http://quakeone.com/markv/media/directq.jpg
My Win 7 laptop has rather modest specs, anyone with an actual "good" graphics card is going to see way higher fps than above.
Anyway, anything above 72 or arguably 144 fps in single player Quake isn't too useful anyway.
#1078 posted by PRITCHARD on 2017/01/18 01:42:59
Has anyone ever tried to disconnect the rendering from game logic in Quake? I feel like that'd be a nice thing to have, then we'd be able to run at any FPS we liked and avoid the bugs mentioned above.
I also feel like it would be a giant pain in the ass to figure out and actually implement...
#1079 posted by Baker on 2017/01/18 02:42:38
DarkPlaces has it.
DirectQ had it with a tiny inconsistency that someone picky like me or Gunter would notice, otherwise I almost acquired it from DirectQ and inside Mark V is a partial implementation of retaining some of the improvements from the attempt (more consistent clock timers).
All modern Quakeworld engines have it.
FTE has it on steroids.
At some point will happen in Mark V.
I know that unborked physics at higher fps in on the wishlist for a bunch of speedrunners.
Mark V - Beta Build 1032 - Windows / Linux / Direct X 9
#1081 posted by Baker on 2017/01/18 17:27:00
Mark V 1032 Beta - Windows, Linux, DX9, DX8, Open GL, WinQuake
Source Code
Features Vs. Mark V 1.2
- Very fast "triple the fps" DirectX 9 build courtesy of MH
- WinQuake looking water warp in Open GL/DX9 (MH again)
- Volumetric shadows - r_shadows 3 (MH again)
- Sky speed up in Open GL/DX8/DX9 (Yeah, MH)
- Linux Open GL build (thanks to JimBob for testing, Spike for debug tips)
- Linux WinQuake build
- Resize on-the-fly windowed mode in all builds (except DX8). Yes, even Linux. Tried to make the Linux build fancy. May have succeeded.
- QMB enforcer lasers available video
- Improved performance on NVidia cards
- 2 Extra options in video menu for convenience.
- Other things, no doubt. But what were they? Scroll back in the thread ;-)
Hopefully resolved the remaining significant issues, like dwere's context creation failure message. Attempted to add texture gamma to DX9 and then ended up with a blank screen and plenty of wasted time, killing the opportunity to add true rotation and even get the Mac build running. :(
Engine coding sucks like that sometimes, but I won't pretend to not be irritated about missing a few items I very much wanted to get done.
/All feedback and any issues reported do get read.
Next update is likely in the spring.
#1082 posted by Gunter on 2017/01/18 19:00:11
In DX9 only, models with fullbright pixels still can't handle transparency (like an illusionary player model, or the gun view models except axe). gl_fullbrights 0 makes them transparent again.
Hm, there is still a big difference in the water warp effect in the Winquake version as compared to DX & GL. The Windows one just doesn't warp as much, and is less noticeable.
Waterwarp - Win Vs DX/GL
#1083 posted by mh on 2017/01/18 20:21:08
Software Quake waterwarp is resolution-dependent. Run it at 320x200 and you'll see a very different effect to if you run it at higher res.
The waterwarp code I wrote is resolution-independent.
IMO the software Quake behaviour is undesirable.
More discussion, test cases, etc here: http://forums.insideqc.com/viewtopic.php?f=3&t=5827
You'll notice that my warp code reverses the X-axis direction but is otherwise good. That's something I intend to fix some day (the X-axis bit, not the otherwise good bit).
#1084 posted by Gunter on 2017/01/18 20:32:37
Ah, I see. I agree about the undesirable part.
|
|
You must be logged in to post in this thread.
|
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.
|
|