Skip to content

Commit 7d525ab

Browse files
committed
Release 1.3.0.2 (LisiasT) for KSP >= 1.3
1 parent cb2b9ed commit 7d525ab

5 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# TweakScale Companion :: Firespitter :: Changes
22

3+
* 2024-0711: 1.3.0.2 (LisiasT) for KSP >= 1.3
4+
+ Fixes a screw up on the distribution.
5+
- Thanks to [kmsheesh](https://forum.kerbalspaceprogram.com/profile/222111-kmsheesh/) for the heads up!
36
* 2023-1005: 1.3.0.1 (LisiasT) for KSP >= 1.3
47
+ Adjustments on the documentation.
58
+ Small, cosmetic fixes (including grammars)

CHANGE_LOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# TweakScale Companion :: Firespitter :: Change Log
22

3+
* 2024-0711: 1.3.0.2 (LisiasT) for KSP >= 1.3
4+
+ Fixes a screw up on the distribution.
5+
- Thanks to [kmsheesh](https://forum.kerbalspaceprogram.com/profile/222111-kmsheesh/) for the heads up!
36
* 2023-1005: 1.3.0.1 (LisiasT) for KSP >= 1.3
47
+ Adjustments on the documentation.
58
+ Small, cosmetic fixes (including grammars)

CONFIG.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ TARGETBINDIR="$TARGETDIR/Plugins"
77
PROJECTSDIR="$PACKAGE/"
88

99
DLLS="TweakScaleCompanion_FS TweakScalerFSBuoyancy"
10-
PD_DLLS=""
10+
PD_DLLS="TweakScalerFSBuoyancyIntegrator"
1111
declare -A PD_SUB_RULES=( )
1212
PD_SUB_DLLS=`{ for K in "${!PD_SUB_RULES[@]}"; do echo $(basename ${PD_SUB_RULES[$K]}); done } | sort -u | tr '\n' ' '`
1313
PD_SUB_DIRS=`{ for K in "${!PD_SUB_RULES[@]}"; do echo $(dirname ${PD_SUB_RULES[$K]}); done } | sort -u | tr '\n' ' '`
1414
GD_DLLS=""
1515
GD_PRIORITY=""
1616
LIB_DLLS=""
1717

18-
declare -A EXCEPTION_RULES=( ["TweakScalerFSBuoyancyIntegrator"]="./PluginData" )
18+
declare -A EXCEPTION_RULES=( )
1919
EXCEPTION_DLLS=`{ for K in "${!EXCEPTION_RULES[@]}"; do echo $(basename ${EXCEPTION_RULES[$K]}); done } | sort -u | tr '\n' ' '`
2020
EXCEPTION_DIRS=`{ for K in "${!EXCEPTION_RULES[@]}"; do echo $(dirname ${EXCEPTION_RULES[$K]}); done } | sort -u | tr '\n' ' '`
2121

TweakScaleCompanion.FS.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"MAJOR":1,
99
"MINOR":3,
1010
"PATCH":0,
11-
"BUILD":1
11+
"BUILD":2
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,

check.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ echo "PD_SUB_DLLS = $PD_SUB_DLLS"
1212
echo "PD_SUB_DIRS = $PD_SUB_DIRS"
1313
echo "GD_DLLS = $GD_DLLS"
1414
echo "GD_PRIORITY = $GD_PRIORITY"
15+
echo "EXCEPTION_DLLS = $EXCEPTION_DLLS"
16+
echo "EXCEPTION_DIRS = $EXCEPTION_DIRS"
1517
echo "LIB_DLLS = $LIB_DLLS"
1618
echo "PROJECT_BRANCH = $PROJECT_BRANCH"
1719
echo "PROJECT_STATE = $PROJECT_STATE"

0 commit comments

Comments
 (0)