Skip to content

Commit baa15fd

Browse files
authored
Merge pull request #23 from Sigma88/Development
Sigma Binary v1.5.5
2 parents 0248638 + c642e66 commit baa15fd

File tree

6 files changed

+32
-2
lines changed

6 files changed

+32
-2
lines changed

Changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
**v1.5.5**
2+
3+
- Updated to KSP 1.1.3 and Kopernicus 1.1.2
4+
- Fixed custom orbit color loading for barycenters
5+
6+
17
**v1.5.4**
28

39
- Minor bug fix
0 Bytes
Binary file not shown.

GameData/Sigma/Binary/Sigma-Binary.version

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"NAME": "Sigma Binary",
3+
"URL": "https://raw.githubusercontent.com/Sigma88/Sigma-Binary/master/GameData/Sigma/Binary/Sigma-Binary.version",
4+
"DOWNLOAD": "http://forum.kerbalspaceprogram.com/threads/127820",
5+
"CHANGE_LOG_URL": "https://github.com/Sigma88/Sigma-Binary/raw/master/Changelog.txt",
6+
"GITHUB":
7+
{
8+
"USERNAME": "Sigma88",
9+
"REPOSITORY": "Sigma-Binary",
10+
"ALLOW_PRE_RELEASE": false
11+
},
12+
"VERSION":
13+
{
14+
"MAJOR": 1,
15+
"MINOR": 5,
16+
"PATCH": 5,
17+
"BUILD": 0
18+
},
19+
"KSP_VERSION":
20+
{
21+
"MAJOR": 1,
22+
"MINOR": 1,
23+
"PATCH": 3
24+
}
25+
}
0 Bytes
Binary file not shown.

[Source]/SigmaBinary/SigmaBinaryLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public ColorParser color
165165
{
166166
set
167167
{
168-
SigmaBinaryLoader.sigmabinaryColor.Add(sigmabinary.sbName, new Color(value.value.r / 2, value.value.g / 2, value.value.b / 2, value.value.r / 2));
168+
SigmaBinaryLoader.sigmabinaryColor.Add(sigmabinary.sbName, new Color(value.value.r / 2, value.value.g / 2, value.value.b / 2, value.value.a));
169169
}
170170
}
171171

0 commit comments

Comments
 (0)