-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Improve linux support (new launcher) #1848
Open
Measurity
wants to merge
531
commits into
SubnauticaNitrox:master
Choose a base branch
from
Measurity:linux
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+12,993
−9,222
Conversation
This file contains 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
Measurity
force-pushed
the
linux
branch
2 times, most recently
from
October 29, 2022 23:46
cfb2938
to
dc11b8b
Compare
Measurity
added
Area: user interface (launcher)
Related to UI/UX in the launcher
Type: enhancement
Issue is to be solved by implementing new features
labels
Nov 6, 2022
Measurity
force-pushed
the
linux
branch
2 times, most recently
from
November 6, 2022 10:47
49cf07d
to
bbfcd47
Compare
Closed
2 tasks
Also removed WorldManager.cs since it isn't being used and fixed a crash that would occur if "SavesFolderDir" didn't exist.
Started work on cleaning up output folder and adding language localizations.
Added comparison parameter to NotEndsWithAttribute.cs to increase reusability
- Moved DLL files of both the Nitrox.Launcher and the Server files into their own separate "lib" folder. - Also moved game dependencies into the "lib" folder, separated from the other dependencies within the "net472" folder.
- Reverted change in NitroxModel.csproj in order to allow Nitrox to run with Subnautica again (none of the output files change)
Removed ErrorModal and DialogBoxModal in favor of a unified one. (Still a work in progress, as the button options do not switch correctly)
Co-Authored-By: Meas <[email protected]>
Co-Authored-By: Meas <[email protected]>
Changed DialogBoxViewModel commands to set a "SelectedOption" which is returned as result to code that caused the dialog to show.
Continue work on Launcher views and Server/Launcher Logic
zanethefox
approved these changes
Nov 12, 2024
This better matches with the red-ish background color
Added .gitignore to solution files for easy access
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: setup
Related to installing or configuring Nitrox
Area: user interface (launcher)
Related to UI/UX in the launcher
Type: enhancement
Issue is to be solved by implementing new features
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.
dotnet build
on dotnet SDK 8+NitroxLauncher
to play Subnautica with Nitrox.NitroxLauncher
)This PR includes solution-wide changes to support netstandard 2.0 so that the new launcher and server on .NET 7+ can reference the other projects.
Closes #988
Resources to assist with implementation