merge v5.9 (BM bigO fix & UI updates)#142
Merged
Merged
Conversation
…o let Stationeers load the save :(
… in BackupManager, Update version to 5.8.1
…ingly. Also changed backup manager config references to bmconfig in m *BackupManager Start
…stem with this version of SSUI
Fix backup manager nested loops slowing down servers with large numbers of saves
…erver logs to UI - > advanced settings
This PR adds the ability to log the gameserver log to file and adds the logging settings for SSUI log and gameserver log to the UI
Fixed console scrolling for active console
…D info for better user guidance in UI
Member
Author
|
@akirilov kindly peer-review this PR since S. is unavail - from my side we are fine here - OK |
…ng and consistent styling across UI components
(updated discord icon (yet again))
…d displaying announcements from external JSON source (github pages)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This update fixes a substantial bug with the backup manager.
Huge thanks to akirilov (Mens_Rea (Discord)) for the work on this update. Most things you see where developed by @akirilov
This release is strongly recommended for all users, especially anyone who experienced extremely slow backup loading times or uses ZFS/large backup directories. The performance improvement is night-and-day.**
New Features
SSUIlogs/gameserver/)Major Performance & Stability Fix regarding the Backup Manager
→ Previously caused 30–60+ minute load times (or even hours) when users had thousands of backup files, especially on ZFS or slow filesystems.
→ Fixed by pre-computing .save file indices in a single directory pass.
→ Backup list now loads in seconds even with 5000+ files.
Fixes & Polish
Version
Now at 5.9.1 (includes internal hotfix 5.8.1 )