-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: custom timespan and manual check for multiplayer turn #10517
Comments
Well, they're defined here: https://github.com/yairm210/Unciv/blob/master/core/src/com/unciv/ui/popups/options/MultiplayerTab.kt#L62 Since mp is not my area, and I'd prefer an option that turns off all internet traffic for mp checks, and that would need more changes... And I still assume there is a major update to all that mp stuff in the works (#9497) which may replace/update this. |
... and consider the comment So go ahead, PR a change to that |
Fallacious argument: this was somewhat arbitrarily stated that, for most games, a week without plays makes a stale game, and can as arbitrarily be changed, isn't it ?
Ooh, never made a PR before but actually… i may have some time this week 👀 idk. Don't take my word for it. |
All that means is that we don't check those games every X amount of time |
Didn't have the time to do it, and won't until a good while. Anyone willing to do it is free to do so. |
Oooh I'm envious... But seriously: That means if you offer longer check times, you'll also need to modify that code that would otherwise mark such lazy games as stale (with consequences I don't know). Doesn't mean you can't or shouldn't. |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 15 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
Is your feature request related to a problem? Please describe.
The timespan between game status checks for multiplayer games allows for set timers ranging from 3 seconds to 15 minutes, which is nice… but what if i want to check every hour ? every day ?
What if i want to only check manuall ? or on startup ? These options are not available unfortunately.
Describe the solution you'd like
The ability to enter a custom timespan in the game status check options. you would enter a number and choose the units in in a dropdown menu (seconds, minutes, hours… days ? why not).
Also allow for only checking manually. This would need the implementation of a button, possibly on the multiplayer games' panel.
Describe alternatives you've considered
Include longer timespans in the dropdown list ? half an hour, 1 hour, 3 hours, 6 hours, 12 hours and 24 hours would probably be enough.
The text was updated successfully, but these errors were encountered: