Fixed harmless but annoying nullref when entering the editor#60
Open
linuxgurugamer wants to merge 44 commits intojrossignol:masterfrom
Open
Fixed harmless but annoying nullref when entering the editor#60linuxgurugamer wants to merge 44 commits intojrossignol:masterfrom
linuxgurugamer wants to merge 44 commits intojrossignol:masterfrom
Conversation
the setup takes more than 5 seconds
|
I confirm this issue, thanks @linuxgurugamer for the fix! I cannot wait for it to be merged |
Fixed kraken location
This makes WaypointManager compatible with planet mods that alter Kerbin's day length and use Kronometer.
…into jrossignol-master
Use dateTimeFormatter for time period lengths
kraken location off by 8 degrees
fix kraken location off by 8 degrees Patch from Github user @taniwha: Use dateTimeFormatter for time period lengths Fixed RSS compatibility with changes listed in this issue on Github: jrossignol#59
Added support for ToolbarController Added support for ClickThroughBlocker Patch from github user @SumGuyTwitches: fix kraken location off by 8 degrees Patch from Github user @taniwha: Use dateTimeFormatter for time period lengths Fixed RSS compatibility with changes listed in this issue on Github: jrossignol#59
… then import into WaypointManager
Patchmanager configs removed Moved icons into PluginData Changed loading of icons to Toolbarcontroller.LoadImageFromFile Added selection window to load custom waypoints Split big CustomWaypoints.InterestingSites.cfg into planet specific files
Changed Debug.Log methods to Log.Info Added UI Scaling
Fixed scaling of text boxes to stop wraparound
Updated version file for 1.12 Fixed custom icons
…e on screen (need to hold down either left or right control screen) Added reset button to settings page to reset the position of the live display to the default cleaned up some really old code
…evious update) Added colored background (grey) for onscreen display (controllable via slider in settings window)
…absent
Multiple initializions are needed because KSP/Unity is stupid and loses the background texture between scenes
Added ability to control the grey scale of the display background
Adjusted display lines to not overlap
displayOpacity was being read incorrectly from the saved config, causing the display background opacity to be reset to 50% every game restart Added text to config window explaining how to drag the nav window Updated version file to use github for version info
Small optimization regarding initializing styles, eliminating an extra function call during OnGUI Fixed nav window initialization (was not setting background/opacity upon startup)
Edit a GUI label that is not specific to custom waypoints removing the "custom" since it's not related to custom waypoints
Edit a GUI label that is not specific to custom waypoints removing the "custom" since it's not related to custom waypoints Added to bypass a Kopernicus error where it puts invalid waypoints into the system
Allow for waypoints named "Site", hide toolbar button in main menu
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
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.
Fixed harmless but annoying nullref when entering the editor and the setup takes more than 5 seconds