View Issue Details

IDProjectCategoryView StatusLast Update
0000612Gameplay + OpenGL[All Projects] Bugpublic2017-04-21 03:56
ReporterAFADoomer 
Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
PlatformOSWindowsOS Version10
Summary0000612: DrawBar function takes an alpha parameter but never uses it
DescriptionThe DrawBar Status Bar Function takes alpha as the last parameter, but never uses it...
Steps To ReproduceThe two DrawTexture calls in the function don't have alpha being passed into them. Easy enough to copy/paste the function and add ", alpha" at the end of both, but I don't think that's what was intended...
TagsNo tags attached.

Relationships

Activities

Graf Zahl

Graf Zahl

2017-04-21 03:56

administrator   ~0001500

You are mostly correct. Due to the setup the DrawBar command cannot do translucent rendering so I just removed the parameter.

If you want to do some bar graphics that can be used in a translucent context it may be necessary to do another version of this function that doesn't need to provide the hack functionality for Hexen's mana bars.

Issue History

Date Modified Username Field Change
2017-04-20 21:19 AFADoomer New Issue
2017-04-21 03:56 Graf Zahl Status new => resolved
2017-04-21 03:56 Graf Zahl Resolution open => fixed
2017-04-21 03:56 Graf Zahl Note Added: 0001500