Bluedog Design Bureau 1.7.1 Patch - #132
Open
justinpstarr wants to merge 410 commits into
Open
Conversation
Added german translation (but using english file for ease of testing) TODO: * Move german translation and fix english translations (some keys changed) * Fix logic - game is unable to find some keys and work properly when translated. Ensure only displayed strings are localised, not internal strings.
…getStateDisplayString
Thanks to the KIS mod for the inspiration and partial code!
…heat-shield doesn't clip through model.
* Equipment names * Fix MEP "Idle" message
Also tweak english description of the PEC.
Based on Tantares compatility file. Adds support for the Bluedog Design Bureau Gemini capsule.
Bluedog Gemini compatibility
…ks to Blackline).
…the same part as the Kemini Storage.
(cherry picked from commit 54f467a)
Copied from : f2af4b90ca984ba7276b54bb9d3bacb697168ed5
…eed between parts. TODO: Localize (cherry picked from commit e6d01d4)
Also improve cross-platform development support. Use "standard" project file configuration for determining the KSP directory and referencing the KSP DLL's. Developers should copy the "user_settings.props.template" file to "user_settings.props" and modify the "KSP_DIR" variable to point at their KSP installation directory.
Ensure all documents are wrapped at 80-characters to make them easier to maintain. Update `Contributing.md` to reflect recent project file changes, and to mention Jetbrains Rider as a replacement for MonoDevelop when developing on Linux.
If an error occurs when stopping the experiment, the state is not reset properly after fixing it, resulting in an inoperable lab. Fix it by resetting the state to before the error, and then automatically attempting to run the same action again (start or finish) using the same API as what would have been invoked by the player.
After moving a finished experiment to an experiment storage container, the move action remained visible. Fix it by resetting the visibility in the update loop.
Use the `Kerbal.HasEffect()` API to check if the Kerbal sent to repair the robot arm can actually do so. Fixes #44 TODO: make this a difficulty option.
Instead of the patches cluttering up each mod's top-level directory, move them all into "MM_Patches" directories. Yes, another level of nesting. Yes, neater.
To reduce the number of depdencies a maintainer has to download, install, and configure, the nant script to create a release has been replaced with an msbuild project file.
Update changelog, version files, and the plugin binary. This release is primarily a recompile for KSP v1.12.5, but includes the following changes: - fix for MEP825 not resuming normal operation after the robot arm is fixed - fix for MEP825 showing "Move" action after moving a finished experiment - MEP825 now requires an Engineer to fix the robot arm
Netkan requires the release file to be in the format "NehemiahEngineeringOrbitalScience_*.zip" in order to update.
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.
The capsule names have changed for BDB Hermes and Leo capsules. below is the contents of the MM_Bluedog.cfg file that contains the new names and the config for 2 slots on the Leo and 1 slot on the Hermes capsules.
//---------------------------------- Bluedog Gemini Pod ------------------------
@part[bluedog_Gemini_Capsule]
{
MODULE
{
name = Kemini_Module
}
//---------------------------------- Bluedog Mercury Pod ------------------------
@part[bluedog_Mercury_Capsule]
{
MODULE
{
name = Kemini_Module
}