Skip to content
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

Hotfix/AdvancedOptions #186

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Hotfix/AdvancedOptions #186

wants to merge 12 commits into from

Conversation

jupster
Copy link
Collaborator

@jupster jupster commented May 28, 2024

Description

Fixes Advanced Options

Motivation and Context

Closes 184

How Has This Been Tested?

With tears

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.

*Still to fix Output to update on click rather then on click of something outside of Advanced Options

@jupster jupster added bug Something isn't working cleanup change labels May 28, 2024
@jupster jupster added this to the 1.9 milestone May 28, 2024
@jupster jupster self-assigned this May 28, 2024
@jupster jupster linked an issue May 28, 2024 that may be closed by this pull request
Copy link

@jupster
Copy link
Collaborator Author

jupster commented Oct 11, 2024

Sonar out here emailing me now 😑

@jupster jupster marked this pull request as ready for review October 13, 2024 11:55
}
}

public Advancedoptions()
Copy link
Collaborator Author

@jupster jupster Oct 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

L839-L851 needs to be changed/fixed

FASTER/FASTER.csproj Outdated Show resolved Hide resolved
FASTER/Models/ServerCfg.cs Outdated Show resolved Hide resolved
p.BasicCfg.BasicContent = p.BasicCfg.ProcessFile();
p.ArmaProfile.ArmaProfileContent = p.ArmaProfile.ProcessFile();
p.ServerCfg.ServerCfgContent = p.ServerCfg.ProcessFile();
p.ServerCfg.ServerCfgContent = p.AdvancedOptions.ProcessFile();
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go over this file again as it might be why ProcessFile isn't working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working change cleanup
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

[BUG]LogObjectNotFound not implemented correctly
1 participant