-
Notifications
You must be signed in to change notification settings - Fork 11
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
ssss #2
Open
shazhudao
wants to merge
67
commits into
HappyFaceIndustries:master
Choose a base branch
from
linuxgurugamer:master
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
ssss #2
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
Fixed "enabled" setting in cfg file to be in a node Updated link in Readme.md file
Fixed window from staying open on the main menu Made windows movable Changed mod activation from gameObject.AddComponent<BetterTimeWarp> (); to using the [KSPAddon(KSPAddon.Startup.FlightAndKSC | KSPAddon.Startup.TrackingStation, false)] Added setting to hide button in all scenes Added setting to hide button in flight Added setting to lock window positions in Flight Added setting to lock window positions everywhere else Fixed dialogs which didn't have an OK button
Fixed dropdown location when Kerbal is on EVA Fixed dropdown location when Commnet is not active Added option to disable dropdown in settings
…splayed. Fixed nullrefs when Commnet not enabled in flight scene
Fixed Physicless warp so that all use the same timestep
Fixed issue when timewarping >stock max, Inactive Resource Convertors could use fuel more rapidly
Fixed issue where sometimes, with high warp, vessels using the ResourceConverter were being unpacked after the fix for the high warp issue was done. Thanks to forum user @EeCH for helping to test this. Added code to deal with someone turning on a ResourceConverter while in warp Changed code from being started every scene to only being started at the spacecenter, and set not to destroy Renamed config file in release to defaults, will not overwrite existing configs after this release
Updated dialog calls for new 1.3 parameter Added DisplaySection function, will need to localize it
Added Jenkins config
Added support for ToolbarControl Added support for ClickThroughBlocker
Updated to use updated ToolbarControl Removed blizzy options
… and while warp was in progress Removed max version from .version file
… the instantiator
…eWarp.version Moved dropdown button over 32 pixels for 1.12
Moved RegisterToolbar into it's own file Moved drop-down button to the right to avoid a conflict with the new alarm clock
…s Warp 6-10, Physics Warp 15-30
new Default Warp Rates
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.
saa