-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
1.19.0 #795
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
## Improvements - Translation keys are much more forgiving now (they are case-insensitive and ignore whitespace)
JohnCorby
approved these changes
Mar 9, 2024
## Minor features - Add `shipLogStartingPlanetID` to star system config to set the planet to focus on when entering the ship log for the first time in a loop
Bwc9876
approved these changes
Mar 9, 2024
MegaPiggy
approved these changes
Mar 9, 2024
## Bug fixes - Fixed ocean fog radius: Water no longer looks weird just below the surface. Thanks Can't Afford A Name for pointing the solution out.
## Bug fixes - Stops time loop from still happening when the ATP is disabled #796
Context is a guy reported the Codec black hole lagging their game, I imagine it could be because of this but I couldn't reproduce it and have no idea what would cause any of these things to be null. ## Bug fixes - Fix possible lag when near black holes
## Improvements - Implemented features for potential Outsider compatibility ## Bug fixes - NH will not longer resize Dark Brambles fog #778 - Custom Bramble seeds now have fog inside of them
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.
Major features:
Minor features
shipLogStartingPlanetID
to star system config to set the planet to focus on when entering the ship log for the first time in a loop (Select Default Planet for Map Mode #786 & add support for ShipLogMapMode._startingAstroObjectID #797)Improvements
Bug fixes