fte-team / fteqw

This is the official GitHub mirror for the FTEQW project.
https://www.fteqw.org/
180 stars 55 forks source link

cl_sbar 0 and viewsize controls produce ugly artifacts #95

Closed Xylemon closed 1 year ago

Xylemon commented 1 year ago

https://sourceforge.net/p/fteqw/tickets/133/

@eukara wrote on 2022-03-07:

You can still use sizeup/sidedown when cl_sbar is set to 0, which produces graphical artifacts (hall of mirrors). This is really ugly and may be confusing to anyone if they happen to play with that setting and accidentally (or willingly) change the viewsize.

We may do the following:

  1. when cl_sbar is set to 0 and viewsize is set to 90 or lower, act as if cl_sbar 1 is set
  2. disable viewsize features altogether when cl_sbar is set to 0

Considering the ammo on the right side moves back into the HUD as the viewsize decreases, I'd think that option number 1 is the most sensible

Xylemon commented 1 year ago

@Xylemon wrote on 2022-03-07:

An example of the bug.

fte-20220306195812-0

Xylemon commented 1 year ago

@eukara wrote on 2022-03-07:

Committed a fix.