File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ TARGETBINDIR="$TARGETDIR/Plugins"
77PROJECTSDIR = "$PACKAGE/"
88
99DLLS = "TweakScaleCompanion_FS TweakScalerFSBuoyancy"
10- PD_DLLS = ""
10+ PD_DLLS = "TweakScalerFSBuoyancyIntegrator "
1111declare -A PD_SUB_RULES = ( )
1212PD_SUB_DLLS = `{ for K in "${!PD_SUB_RULES[@]} " ; do echo $(basename ${PD_SUB_RULES[$K]} ); done } | sort -u | tr '\n' ' ' `
1313PD_SUB_DIRS = `{ for K in "${!PD_SUB_RULES[@]} " ; do echo $(dirname ${PD_SUB_RULES[$K]} ); done } | sort -u | tr '\n' ' ' `
1414GD_DLLS = ""
1515GD_PRIORITY = ""
1616LIB_DLLS = ""
1717
18- declare -A EXCEPTION_RULES = ( [ "TweakScalerFSBuoyancyIntegrator" ] = "./PluginData" )
18+ declare -A EXCEPTION_RULES = ( )
1919EXCEPTION_DLLS = `{ for K in "${!EXCEPTION_RULES[@]} " ; do echo $(basename ${EXCEPTION_RULES[$K]} ); done } | sort -u | tr '\n' ' ' `
2020EXCEPTION_DIRS = `{ for K in "${!EXCEPTION_RULES[@]} " ; do echo $(dirname ${EXCEPTION_RULES[$K]} ); done } | sort -u | tr '\n' ' ' `
2121
Original file line number Diff line number Diff line change 88 "MAJOR":1,
99 "MINOR":3,
1010 "PATCH":0,
11- "BUILD":1
11+ "BUILD":2
1212 },
1313 "KSP_VERSION_MIN":{
1414 "MAJOR":1,
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ echo "PD_SUB_DLLS = $PD_SUB_DLLS"
1212echo " PD_SUB_DIRS = $PD_SUB_DIRS "
1313echo " GD_DLLS = $GD_DLLS "
1414echo " GD_PRIORITY = $GD_PRIORITY "
15+ echo " EXCEPTION_DLLS = $EXCEPTION_DLLS "
16+ echo " EXCEPTION_DIRS = $EXCEPTION_DIRS "
1517echo " LIB_DLLS = $LIB_DLLS "
1618echo " PROJECT_BRANCH = $PROJECT_BRANCH "
1719echo " PROJECT_STATE = $PROJECT_STATE "
You can’t perform that action at this time.
0 commit comments