-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
635 additions
and
106 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,3 +32,5 @@ packages/ | |
|
||
|
||
/CKAN/ | ||
/release_token.json | ||
__pycache__/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
ChangeLog: | ||
|
||
## Version 2.0.1 | ||
* KSP 1.7, remove KSP max version limit | ||
* update localization | ||
* update MM 4.0.2 | ||
|
||
## Version 2.0.0 | ||
* The plugin is excluded to the separate CommNet Antennas Info, | ||
* Only parts are leaved there. | ||
* either of the two 500Gm antennas cannot be a first part now, as any other mod's and stock antennas | ||
* update MM 3.1.2 | ||
|
||
## Version 1.1.1.1 | ||
* Plugin: Localized Internal AntennaType | ||
|
||
## Version 1.1.1 | ||
* Plugin: Localized AntennaType | ||
|
||
## Version 1.1.0 (Plugin Update) | ||
* shows modified ratings (if you have changed power modifiers in the settings) | ||
* shows all DSN levels (Custom Barn Kit supported) | ||
* shows DSN ratings, hightlights active DSN level, | ||
* shows range to Built-in antenna for relays | ||
* compact ## Version for internal antennas | ||
|
||
## Version 1.0.3 | ||
* HG-25 is HG-32 now. | ||
* When this antenna was included, the purpose was to make | ||
* InnerSOI Commnet Network reaching Minmus with 2 of those on each vessel. | ||
* But HG-25 doesn't make this true, because of Combinability, | ||
* so the antenna-power was increased. | ||
|
||
## Version 1.0.2 | ||
* fixed large power consumption of the HG-25 | ||
|
||
## Version 1.0.1 | ||
* Recompile for KSP 1.5.1 | ||
* fixed RelayTech One antennaType (Relay) | ||
|
||
## Version 1.0.0 | ||
* Recompile for KSP 1.5.0 | ||
* Russian localization | ||
* Update MM to 3.1.0 | ||
|
||
## Version 0.9.5 | ||
* check working with RemoteTechRedevAntennas 0.1.1 | ||
* update desc | ||
* add MM to archive | ||
|
||
## Version 0.9.3 | ||
* fix bug in the ja-localization | ||
|
||
## Version 0.9.2 | ||
* fix technodes | ||
|
||
## Version 0.9.1 | ||
* remove RT art assets | ||
|
||
## Version 0.9 | ||
* direct antennas: 5M and 500G | ||
* relay antennas: 25M, 7G, 25G, 500G | ||
* plugin for showing CombinabilityExponent in the VAB |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"NAME": "CommNetAntennasExtension", | ||
"URL": "https://raw.githubusercontent.com/yalov/CommNetAntennasExtension/master/CommNetAntennasExtension.version", | ||
"DOWNLOAD": "https://github.com/yalov/CommNetAntennasExtension/releases", | ||
"VERSION": { | ||
"MAJOR": 2, | ||
"MINOR": 0, | ||
"PATCH": 1, | ||
"BUILD": 0 | ||
}, | ||
"KSP_VERSION": { | ||
"MAJOR": 1, | ||
"MINOR": 7, | ||
"PATCH": 0 | ||
}, | ||
"KSP_VERSION_MIN": { | ||
"MAJOR": 1, | ||
"MINOR": 6, | ||
"PATCH": 0 | ||
} | ||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
ChangeLog: | ||
|
||
## Version 2.0.1 | ||
* KSP 1.7, remove KSP max version limit | ||
* update localization | ||
* update MM 4.0.2 | ||
|
||
## Version 2.0.0 | ||
* The plugin is excluded to the separate CommNet Antennas Info, | ||
* Only parts are leaved there. | ||
* either of the two 500Gm antennas cannot be a first part now, as any other mod's and stock antennas | ||
* update MM 3.1.2 | ||
|
||
## Version 1.1.1.1 | ||
* Plugin: Localized Internal AntennaType | ||
|
||
## Version 1.1.1 | ||
* Plugin: Localized AntennaType | ||
|
||
## Version 1.1.0 (Plugin Update) | ||
* shows modified ratings (if you have changed power modifiers in the settings) | ||
* shows all DSN levels (Custom Barn Kit supported) | ||
* shows DSN ratings, hightlights active DSN level, | ||
* shows range to Built-in antenna for relays | ||
* compact ## Version for internal antennas | ||
|
||
## Version 1.0.3 | ||
* HG-25 is HG-32 now. | ||
* When this antenna was included, the purpose was to make | ||
* InnerSOI Commnet Network reaching Minmus with 2 of those on each vessel. | ||
* But HG-25 doesn't make this true, because of Combinability, | ||
* so the antenna-power was increased. | ||
|
||
## Version 1.0.2 | ||
* fixed large power consumption of the HG-25 | ||
|
||
## Version 1.0.1 | ||
* Recompile for KSP 1.5.1 | ||
* fixed RelayTech One antennaType (Relay) | ||
|
||
## Version 1.0.0 | ||
* Recompile for KSP 1.5.0 | ||
* Russian localization | ||
* Update MM to 3.1.0 | ||
|
||
## Version 0.9.5 | ||
* check working with RemoteTechRedevAntennas 0.1.1 | ||
* update desc | ||
* add MM to archive | ||
|
||
## Version 0.9.3 | ||
* fix bug in the ja-localization | ||
|
||
## Version 0.9.2 | ||
* fix technodes | ||
|
||
## Version 0.9.1 | ||
* remove RT art assets | ||
|
||
## Version 0.9 | ||
* direct antennas: 5M and 500G | ||
* relay antennas: 25M, 7G, 25G, 500G | ||
* plugin for showing CombinabilityExponent in the VAB |
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"MODNAME": "auto", | ||
"MODFOLDER": "auto", | ||
"VERSIONFILE": "auto", | ||
"RELEASESDIR": "Releases", | ||
"CHANGELOG": "ChangeLog.md", | ||
"DRAFT": false, | ||
"PRERELEASE": false, | ||
"SPACEDOCK_ID": "1935" | ||
} |
Oops, something went wrong.