MantisBT - Zandronum
View Issue Details
0001091Zandronum[All Projects] Suggestionpublic2012-10-01 11:142018-09-30 22:13
NotIvan 
Torr Samaho 
normalminorhave not tried
closedfixed 
 
3.03.0 
0001091: Introduction of MENUDEF LUMP
I don't know how hard this is, but this is primarily needed for RoTT TC and it's custom menu, otherwise it really looks terrible. It's a useful thing to have anyway.
No tags attached.
parent of 0002197closed Dusk Rebuild Zandronum menus for MENUDEF 
parent of 0002553closed Torr Samaho Gamemode F1 screens don't work 
parent of 0002588closed Torr Samaho Client crash when pressing PageDown on Compatibility Options menu 
child of 0002172closed Torr Samaho Upgrade GZDoom base to 1.8.6 
Issue History
2012-10-01 11:14NotIvanNew Issue
2014-06-12 20:28WatermelonNote Added: 0009165
2014-06-12 20:28WatermelonStatusnew => feedback
2015-04-05 11:08DuskRelationship addedchild of 0002172
2015-04-05 11:08DuskTarget Version => 3.0
2015-04-06 00:30IvanNote Added: 0012055
2015-04-19 21:38Blzut3Relationship addedrelated to 0000855
2015-04-19 21:49Blzut3Relationship addedparent of 0002197
2015-05-09 13:56DuskStatusfeedback => assigned
2015-05-09 13:56DuskAssigned To => Torr Samaho
2015-05-09 13:59DuskStatusassigned => needs testing
2015-05-12 09:35StrikerMan780Note Added: 0012259
2015-05-12 10:28DuskNote Added: 0012260
2015-05-26 00:29DuskRelationship deletedrelated to 0000855
2015-05-26 21:38StrikerMan780Note Added: 0012422
2015-09-01 16:29DuskStatusneeds testing => resolved
2015-09-01 16:29DuskFixed in Version => 3.0
2015-09-01 16:29DuskResolutionopen => fixed
2015-12-21 21:32DuskRelationship addedparent of 0002553
2016-01-24 13:21DuskRelationship addedparent of 0002588
2018-09-30 22:13Blzut3Statusresolved => closed

Notes
(0009165)
Watermelon   
2014-06-12 20:28   
Is this by chance a zdoom feature?
(0012055)
Ivan   
2015-04-06 00:30   
I don't understand your question, but I think this should help:'http://zdoom.org/wiki/MENUDEF [^]'
(0012259)
StrikerMan780   
2015-05-12 09:35   
The highlight color for text in MENUDEF isn't working in the current 3.0 source.

Ie, for this:

LISTMENU "MainMenu"
{
    StaticPatch 8, 24, "M_DOOM"
    Selector "NODRAW", 0, 0
    Linespacing 8
    Font "SmallFont", "White", "Green"
    Position 16, 128
    
    TextItem "New Game", "n", "PlayerclassMenu"
    TextItem "Options","o", "OptionsMenu"
    TextItem "Load Game", "l", "LoadGameMenu"
    TextItem "Save Game", "s", "SaveGameMenu"
    TextItem "Quit", "q", "QuitMenu"
}


The Font parameter says it should be highlighted green when hovering over it, however, it does not work.
(0012260)
Dusk   
2015-05-12 10:28   
Does that work in GZDoom 1.7?
(0012422)
StrikerMan780   
2015-05-26 21:38   
That works now.