-
Notifications
You must be signed in to change notification settings - Fork 42
Release 1.9.7.3 AntiFlood settings, debug logging, mod management overhaul, and community fixes #266
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
Open
jupster
wants to merge
32
commits into
master
Choose a base branch
from
feature/Update-1.9
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
Release 1.9.7.3 AntiFlood settings, debug logging, mod management overhaul, and community fixes #266
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
957c881
Fix for Performance preset for server profiles not copied over
YetheSamartaka e45cf6b
fix: resolve critical bugs in symlinks, async deadlock, NullRef, seri…
diaverso eebac51
feat: integrate community PRs #198, #230, #231, #246, #258
diaverso fa8b087
feat: add AntiFlood, missionHTTPDownloadBaseURL, keysFolder, profile …
diaverso ce08deb
feat: add debug logging system with Settings toggle and log file viewer
diaverso fbb09b1
ci: fix DOTNET_VERSION env var, add build workflow, fix nightly relea…
diaverso 926b77b
fix: extract static field write to static method to resolve S2696
diaverso 28fefaf
fix: resolve SonarCloud S2365 and nullable Task warnings (PR #264)
diaverso e047703
fix: SonarCloud S2699/S3237, reduce RunModsUpdater complexity, add cr…
diaverso 0696933
Merge pull request #252 from YetheSamartaka/master
jupster 3db883b
Merge branch 'feature/Update-1.9' into pr/1-bug-fixes
jupster e50ad62
Merge pull request #261 from diaverso/pr/1-bug-fixes
jupster e654e4d
Merge pull request #264 from diaverso/pr/2-community-prs
jupster b081471
Merge branch 'feature/Update-1.9' into pr/3-features
jupster 4e9c52a
Merge pull request #265 from diaverso/pr/3-features
jupster 52cd2ce
Merge branch 'feature/Update-1.9' into pr/4-logging
jupster 43e2ddc
Merge pull request #262 from diaverso/pr/4-logging
jupster cf47921
Merge pull request #263 from diaverso/pr/5-cicd
jupster 9af2881
Nightly revert change
jupster 9859edf
Create SteamDiagLogger.cs
jupster 75e4214
Scroll bar for performance tab
jupster 43ca33d
White Space clean
jupster e4818ab
fix: fix broken try/catch in RunModsUpdater causing build failure
jupster 3c4016c
Version Bump
jupster a0fb35e
Sonar asked for it
jupster e9fbbd5
small tweaks
jupster 6bb45e9
Set FPS limit minimum to 30 in Profile view
jupster b73e1bd
Remove extra blank line in FASTER.sln
jupster e648635
Add server profile on deletion; fix message
jupster 2bed44b
Remove AddServerProfile from profile deletion
jupster 978a344
Set profile LimitFPS default/min to 50
jupster 40f77ae
Update community Discord invite
jupster File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| name: Build | ||
|
|
||
| on: | ||
| push: | ||
| branches: [ master ] | ||
| pull_request: | ||
| branches: [ master ] | ||
| workflow_dispatch: | ||
|
|
||
| jobs: | ||
| build: | ||
| runs-on: windows-latest | ||
|
|
||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v4 | ||
| with: | ||
| submodules: recursive | ||
|
|
||
| - name: Setup .NET | ||
| uses: actions/setup-dotnet@v4 | ||
| with: | ||
| dotnet-version: '8.0.x' | ||
|
|
||
| - name: Restore dependencies | ||
| run: dotnet restore FASTER.sln | ||
|
|
||
| - name: Build | ||
| run: dotnet build FASTER.sln --configuration Release --no-restore |
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.