View Issue Details

IDProjectCategoryView StatusLast Update
0000303Gameplay + OpenGL[All Projects] Bugpublic2017-02-19 11:11
ReporterMajor Cooke 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionnot fixable 
Summary0000303: Menu graphics bug with OffsetPositionY
DescriptionLoad the following file in Doom 2 and press escape. Open the options menu. Notice how everything goes up, except for the doom staticpatch.

Press escape again. It comes up from the bottom once more.

Now select Quit Game and press enter. Everything appropriately scrolls downwards, and back up again after hitting escape again.

I believe it's something to do with StaticPatch's Drawer code.
TagsNo tags attached.

Relationships

Activities

Major Cooke

Major Cooke

2017-02-19 10:37

reporter  

TestMenu.pk3 (3,366 bytes)
Major Cooke

Major Cooke

2017-02-19 10:38

reporter   ~0000659

...Now I really wish there was an editing feature so I could change the title of this bug report.
Graf Zahl

Graf Zahl

2017-02-19 11:11

administrator   ~0000662

If you had bothered to look at the drawer code for this item, you might have noticed that the static patch treats negative coordinates differently. This is old and used by mods, so if you need it differently you have to create a child class and change it to your liking.

Issue History

Date Modified Username Field Change
2017-02-19 10:37 Major Cooke New Issue
2017-02-19 10:37 Major Cooke File Added: TestMenu.pk3
2017-02-19 10:38 Major Cooke Note Added: 0000659
2017-02-19 11:11 Graf Zahl Status new => resolved
2017-02-19 11:11 Graf Zahl Resolution open => not fixable
2017-02-19 11:11 Graf Zahl Note Added: 0000662