MantisBT - Zandronum
View Issue Details
0002484Zandronum[All Projects] Suggestionpublic2015-10-09 07:222024-04-08 19:59
Dusk 
 
normalminorhave not tried
resolvedfixed 
3.1 
3.23.2 
0002484: Server setup menu
Now that we have menudef, it's possible to have a menu for server administration. I have the implementation working, now it's mostly a matter of fleshing out the menu.

I'm going to try see if there can be a dedicated menu for handling the map rotation, it would be nice to have that. Also, the dmflags compatflags are available for modification when rcon is logged into.
'https://bitbucket.org/crimsondusk/zandronum-sandbox/compare/servermenu..Torr_Samaho/zandronum#diff [^]'
No tags attached.
parent of 0002479closed Dusk Make sv_nodrop a dmflag 
parent of 0002478closed Dusk sv_nokill and sv_disallowsuicide 
parent of 0003465resolved Kaminsky Strange warning text when granted RCON access in 3.1 
png servermenu.png (56,778) 2015-10-09 08:52
https://zandronum.com/tracker/file_download.php?file_id=1663&type=bug
png
Issue History
2015-10-09 07:22DuskNew Issue
2015-10-09 07:22DuskStatusnew => assigned
2015-10-09 07:22DuskAssigned To => Dusk
2015-10-09 07:22DuskRelationship addedparent of 0002479
2015-10-09 08:16DuskRelationship addedparent of 0002478
2015-10-09 08:22DuskAdditional Information Updatedbug_revision_view_page.php?rev_id=8116#r8116
2015-10-09 08:52DuskFile Added: servermenu.png
2015-10-09 08:53DuskAdditional Information Updatedbug_revision_view_page.php?rev_id=8117#r8117
2017-02-17 10:03DuskTarget Version3.0 => 3.1
2017-09-11 21:31DuskNote Added: 0018281
2017-09-11 21:31DuskStatusassigned => needs review
2017-09-11 21:31DuskNote Edited: 0018281bug_revision_view_page.php?bugnote_id=18281#r10923
2017-10-09 07:21DuskNote Added: 0018503
2017-10-09 07:21DuskStatusneeds review => needs testing
2018-05-07 05:39StrikerMan780Note Added: 0019213
2018-09-11 20:43unknownnaNote Added: 0019511
2018-09-11 20:46unknownnaNote Edited: 0019511bug_revision_view_page.php?bugnote_id=19511#r11780
2018-09-12 11:44LeonardRelationship addedparent of 0003465
2021-08-08 11:30KaminskyNote Added: 0021689
2024-03-11 08:39unknownnaNote Added: 0023354
2024-03-11 08:39unknownnaStatusneeds testing => feedback
2024-03-11 09:19KaminskyNote Added: 0023356
2024-03-11 09:19KaminskyStatusfeedback => needs review
2024-03-17 12:07KaminskyNote Added: 0023414
2024-03-17 12:07KaminskyAssigned ToDusk =>
2024-03-17 12:07KaminskyStatusneeds review => needs testing
2024-04-08 19:59Ru5tK1ngNote Added: 0023557
2024-04-08 19:59Ru5tK1ngStatusneeds testing => resolved
2024-04-08 19:59Ru5tK1ngResolutionopen => fixed
2024-04-08 19:59Ru5tK1ngProduct Version => 3.1
2024-04-08 19:59Ru5tK1ngFixed in Version => 3.2
2024-04-08 19:59Ru5tK1ngTarget Version3.1 => 3.2

Notes
(0018281)
Dusk   
2017-09-11 21:31   
This is now cleaned up and ready, I think. User control and map rotation menu will need to show up later.

(0018503)
Dusk   
2017-10-09 07:21   
This was merged into 3.1.
(0019213)
StrikerMan780   
2018-05-07 05:39   
It seems to work, but I have a suggestion: Make it so the server name, web address, and contact info fields show that of the server you're connected to, rather than what's in your config file.

This would make it a bit less of a pain when trying to change that information on a server you have RCON for that isn't hosted on the same machine/zandronum install.
(0019511)
unknownna   
2018-09-11 20:43   
(edited on: 2018-09-11 20:46)
* I can't seem to toggle teamplay, allow jump and allow crouch in the gameplay options menu.
* I'm also unable to toggle enforce WADs in the main menu, though I'm not sure which variable it's supposed to toggle.
* If you disconnect/reconnect (or there's a "map" map change) after having had access to the menu once, it'll still allow you to use the menu even though you haven't been granted RCON access for a 2nd time yet, allowing you to use the menu until you're kicked for flooding the server with commands.

Also agree with what StrikerMan780 said.

(0021689)
Kaminsky   
2021-08-08 11:30   
All of the issues that unknownna reported above should be fixed now. It was easier to just remove sv_pure and teamplay from the menus, as they are latch-type CVars that can't be changed midgame. "Allow jump" and "Allow crouch" should be changeable now, both offline and online.

I also made sure that the menu properly closes if the client reconnects to the server, losing their RCON access in the process.
(0023354)
unknownna   
2024-03-11 08:39   
All of the issues are fixed. However, if you use a wrong password to login RCON through the menu and the menu closes, and then you instead send the password through the console, the menu suddenly pops up again even if you've closed it.
(0023356)
Kaminsky   
2024-03-11 09:19   
This was a pretty easy fix:'https://foss.heptapod.net/zandronum/zandronum-stable/-/merge_requests/52 [^]'
(0023414)
Kaminsky   
2024-03-17 12:07   
The merge request above was pushed into the main repository.
(0023557)
Ru5tK1ng   
2024-04-08 19:59   
Tested with the latest 3.2 beta and the final issue of sending the wrong rcon password was resolved.