-
Notifications
You must be signed in to change notification settings - Fork 5
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
Kerball one branch #7
Open
linuxgurugamer
wants to merge
69
commits into
KSP-RSP:master
Choose a base branch
from
linuxgurugamer:KerballOne-branch
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
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
Rewrote all windows to make it a much simpler interface Removed the confusing presets windows Created Changelog file Added support for ToolbarController, for Blizzy toolbar support Added settings page for Toolbar control Added Toggle on window for toolbar control
Added logging class Added new setting: UseKSPSkin, in the settings page Deleted some commented-out code
Fixed issue where multiple duplicate buttons were added in the Editor
Added support for ClickThroughBlocker (now a dependency)
Removed Blizzy from settings page
updated version
Fixed the AssemblyVersion.tt with correct info
Rebuild for 1.8
Updated pre/post build steps
Added code to reset screen res at main menu, first time. This will fix the issues with KSP sometimes forgetting the last set resolution when exiting the game
1) Include UI Scale alongside Resolution. 2) Remember resolution and scale per scene and automatically switch when switching scenes
Text input fields of the GUI Toolbar Window updates when changing to new scene, Clicking Set, or Clicking preset
Typo line 41
…t upon reentering after changing screen, due to a variable not being set properly.
It can now automatically switch resolution and UI scale based on scene. All it needs is a config file with the scene name (e.g. 'EDITOR', 'FLIGHT', etc.). Each setting config now includes a "scale" attribute in addition to name, height, width and fullscreen. The UI Window updates after each action so saving and/or apply new presets is easier.
Auto Set Resolution on Scene; Add UI_Scale
It can now automatically switch resolution and UI scale based on scene. Each setting config now includes a "scale" attribute in addition to name, height, width and fullscreen. All it needs is a config file (auto created on first run) with the scene name (e.g. 'EDITOR', 'FLIGHT', etc.). The UI Window updates after each action and allows to save by preset or SCENE. So saving and/or apply new presets is easier.
Added Features UI Scale setting and set per SCENE
Fixed redundant lastres config file creation and fixed nullexception bug
Default to false
Fixed redundant lastres config file creation
Fixes UI setting to 0 in some cases
Bug fix for UI scale = 0
Changed UI scale from a number to a slider Added App Scale slider
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.
No description provided.