Skip to content

Commit 710d332

Browse files
committed
Merge commit 'a063d5df044e6196efd7e09a5e890fea41fbc7c7'
2 parents 94db3cd + a063d5d commit 710d332

25 files changed

Lines changed: 2114 additions & 136 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,4 @@ obj/
8989
*.log
9090
TestResult.xml
9191

92+
*.ide-shm

Changelog.cfg

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ KERBALCHANGELOG //Required to have this name
77
VERSION
88
{
99
version = 1.2.0.0
10-
change = recompile for KSP 1.8
10+
versionName = Options Options Options
11+
change = recompile for KSP 1.9
1112
change = added game settings page
1213
change = added global setting to enable/disable PAW color
1314
change = added option to globally enable/disable
@@ -18,9 +19,10 @@ KERBALCHANGELOG //Required to have this name
1819
VERSION
1920
{
2021
version = 1.1.0.0
21-
changename = Automation Motivation Modernization
22+
versionName = Automation Motivation Modernization
2223
change = KSP 1.8.1 with .NET 4.8
23-
change =
24+
change = isn't that enough? :D
25+
change - started adding in JoyntMail :D
2426
}
2527
VERSION
2628
{

FieldTrainingLab.version

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,26 @@
1212
"VERSION" :
1313
{
1414
"MAJOR" : 1,
15-
"MINOR" : 0,
16-
"PATCH" : 3,
17-
"BUILD" : 5
15+
"MINOR" : 1,
16+
"PATCH" : 0,
17+
"BUILD" : 0
1818
},
1919
"KSP_VERSION" :
2020
{
2121
"MAJOR" : 1,
22-
"MINOR" : 7,
23-
"PATCH" : 3
22+
"MINOR" : 8,
23+
"PATCH" : 1
2424
},
2525
"KSP_VERSION_MIN" :
2626
{
2727
"MAJOR" : 1,
28-
"MINOR" : 7,
28+
"MINOR" : 8,
2929
"PATCH" : 1
3030
},
3131
"KSP_VERSION_MAX" :
3232
{
3333
"MAJOR" : 1,
34-
"MINOR" : 7,
34+
"MINOR" : 8,
3535
"PATCH" : 9999
3636
},
3737
"INSTALL_LOC" :

GameData/FieldTrainingLab/1.0.3.5.htm

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)