sezero / quakespasm

QuakeSpasm -- A modern, cross-platform Quake game engine based on FitzQuake.
https://sourceforge.net/projects/quakespasm/
GNU General Public License v2.0
227 stars 96 forks source link

Issue with depth clamp extension #78

Closed Flecked42 closed 1 year ago

Flecked42 commented 1 year ago

Using current git build.

Issue happens when using the grappling hook from Re:Mobilize https://www.slipseer.com/index.php?resources/re-mobilize.239/

You can test this in the start map.

This example is grappling straight up.

With depth clamp

spasm0001

Without depth clamp

spasm0000

sezero commented 1 year ago

Sigh...

I'm afraid that patch will go down the drain too.

(CC: @andrey-budko)

sezero commented 1 year ago

CC: @j0zzz -- joequake possibly has the same issue.

Flecked42 commented 1 year ago

Yes right, it does.

sezero commented 1 year ago

I went ahead and reverted the patch as of https://github.com/sezero/quakespasm/commit/7c993461f2bec487b2fe1bdcb4f88abdf987197d

Closing as fixed.