Skip to content

Commit

Permalink
Merge pull request #24 from zer0Kerbal/2.0.5.0
Browse files Browse the repository at this point in the history
Version 2.0.5.0 - Routine Maintenance
  • Loading branch information
zer0Kerbal authored Aug 12, 2021
2 parents 6c6b779 + a1ac834 commit 10526dd
Show file tree
Hide file tree
Showing 33 changed files with 891 additions and 1,010 deletions.
66 changes: 61 additions & 5 deletions ChangeLog.cfg
Original file line number Diff line number Diff line change
@@ -1,22 +1,77 @@
// Changelog.cfg v1.1.1.0
// modname
// created: 2020 02 25
// updated: 11 Aug 2021
KERBALCHANGELOG
{
showChangelog = True
modName = SimpleLogistics! (Restocked)
modName = SimpleLogistics! (SLOG!)
license = GPLv3
author = RealGecko, Matterbeam, zer0Kerbal
VERSION
{
version = 2.0.5.0
versionName = Routine Maintenance
versionDate = 2021-08-11
versionKSP = 1.9.1
change = <b style="color:red">DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL</b>
CHANGE
{
type = Release
change = Patch Linting and Maintenance
subchange = Release for KSP 1.9.1
}
CHANGE
{
type = Updated
change = corrections
subchange = `:AFTER[SquadExpansion,SimpleLogistics]` -> `:AFTER[SquadExpansion]`
subchange = removed [ModuleSolarPanel] from [DeployedSoloarPanel]
subchange = adjusted [LogisticsModule] in [DeployedRTG] to now include IsActive = True
subchange = corrected isActive to IsActive
}
CHANGE
{
type = Added
change = added [ModuleGenerator] to [DeployedSoloarPanel]
change = added [IsActive = False] to [CommandLogistics.cfg] patches
}
CHANGE
{
type = Removed
change = remove duplicate patch [Lights.cfg] from [KAS-PortPylonPwr.cfg]
}
CHANGE
{
type = Backstage
change = updated backend automation
change = updated Readme.md
change = updated version.md template
change = removed [assets/] folder and cleaned up the [Localization/] folder
}
CHANGE
{
type = STATUS
Change = Working:
subChange = Vessel <Situations> limitations
subChange = Vessel <Control> limitations
Change = Not Working:
subChange = range limitations
}
}
VERSION
{
version = 2.0.4.0
versionName = New Situations and New Versions
change = <B><color = red>DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL</color></b>
change = <b style="color:red">DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL</b>
change = compile for KSP 1.9.1
change = Special Thank you to @LinuxGuruGamer for all his assistance and patience.
CHANGE
{
change = CODE
subChange = remove old GUI code
subChange = updated PAW to use grouping, included .dll version in label
subChange = IsActive = True *should* now be working from within part.module
subChange = [IsActive = True] *should* now be working from within part.module
}
CHANGE
{
Expand All @@ -30,7 +85,7 @@ KERBALCHANGELOG
change = Features, Feature, and MORE Features
subChange = Working:
subChange = Vessel <Situations> limitations
subChange = Vessel <Control> limitiations
subChange = Vessel <Control> limitations
subChange = Not Working:
subChange = range limitations
}
Expand Down Expand Up @@ -233,4 +288,5 @@ KERBALCHANGELOG
}
}


// GPLv2
// zer0Kerbal
68 changes: 0 additions & 68 deletions GameData/SimpleLogistics/2040.htm

This file was deleted.

66 changes: 61 additions & 5 deletions GameData/SimpleLogistics/ChangeLog.cfg
Original file line number Diff line number Diff line change
@@ -1,22 +1,77 @@
// Changelog.cfg v1.1.1.0
// modname
// created: 2020 02 25
// updated: 11 Aug 2021
KERBALCHANGELOG
{
showChangelog = True
modName = SimpleLogistics! (Restocked)
modName = SimpleLogistics! (SLOG!)
license = GPLv3
author = RealGecko, Matterbeam, zer0Kerbal
VERSION
{
version = 2.0.5.0
versionName = Routine Maintenance
versionDate = 2021-08-11
versionKSP = 1.9.1
change = <b style="color:red">DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL</b>
CHANGE
{
type = Release
change = Patch Linting and Maintenance
subchange = Release for KSP 1.9.1
}
CHANGE
{
type = Updated
change = corrections
subchange = `:AFTER[SquadExpansion,SimpleLogistics]` -> `:AFTER[SquadExpansion]`
subchange = removed [ModuleSolarPanel] from [DeployedSoloarPanel]
subchange = adjusted [LogisticsModule] in [DeployedRTG] to now include IsActive = True
subchange = corrected isActive to IsActive
}
CHANGE
{
type = Added
change = added [ModuleGenerator] to [DeployedSoloarPanel]
change = added [IsActive = False] to [CommandLogistics.cfg] patches
}
CHANGE
{
type = Removed
change = remove duplicate patch [Lights.cfg] from [KAS-PortPylonPwr.cfg]
}
CHANGE
{
type = Backstage
change = updated backend automation
change = updated Readme.md
change = updated version.md template
change = removed [assets/] folder and cleaned up the [Localization/] folder
}
CHANGE
{
type = STATUS
Change = Working:
subChange = Vessel <Situations> limitations
subChange = Vessel <Control> limitations
Change = Not Working:
subChange = range limitations
}
}
VERSION
{
version = 2.0.4.0
versionName = New Situations and New Versions
change = <B><color = red>DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL</color></b>
change = <b style="color:red">DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL</b>
change = compile for KSP 1.9.1
change = Special Thank you to @LinuxGuruGamer for all his assistance and patience.
CHANGE
{
change = CODE
subChange = remove old GUI code
subChange = updated PAW to use grouping, included .dll version in label
subChange = IsActive = True *should* now be working from within part.module
subChange = [IsActive = True] *should* now be working from within part.module
}
CHANGE
{
Expand All @@ -30,7 +85,7 @@ KERBALCHANGELOG
change = Features, Feature, and MORE Features
subChange = Working:
subChange = Vessel <Situations> limitations
subChange = Vessel <Control> limitiations
subChange = Vessel <Control> limitations
subChange = Not Working:
subChange = range limitations
}
Expand Down Expand Up @@ -233,4 +288,5 @@ KERBALCHANGELOG
}
}


// GPLv2
// zer0Kerbal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from: @HebruSan (thank you) :![link](https://github.com/HebaruSan/Astrogator/tree/master/assets/lang)
from: @HebruSan (thank you) ![link](https://github.com/HebaruSan/Astrogator/tree/master/assets/lang)
GPLv3
# Translating to your language

Expand Down
6 changes: 4 additions & 2 deletions GameData/SimpleLogistics/Patches/CommandLogistics.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// CommandLogistics v1.0.0.1
// CommandLogistics v1.0.0.2
// SimpleLogistics
// created: 21 Sep 18
// updated: 15 Jan 20
// updated: 11 Aug 2021

// apply SimpleLogistics module

Expand All @@ -11,6 +11,7 @@
%MODULE[LogisticsModule]:NEEDS[SimpleLogistics]
{
name = LogisticsModule
IsActive = False
}
}

Expand All @@ -20,6 +21,7 @@
%MODULE[LogisticsModule]:NEEDS[SimpleLogistics]
{
name = LogisticsModule
IsActive = False
}
}

Expand Down
17 changes: 9 additions & 8 deletions GameData/SimpleLogistics/Patches/DeployableBatteries.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// DeployableBatteries.cfg v1.0.0.0
// SimpleLogistics
// DeployableBatteries.cfg v1.0.0.1
// SimpleLogistics! (SL!)
// created: 2020 02 19
// updated: 2020 02 19
// updated: 11 Aug 2021

// thank you to @Buzz light fear, @Cavscout74 for the idea!

@PART[DB_battery_B100,DB_battery_B200,DB_battery_B400]:NEEDS[DeployableBatteries,SimpleLogistics,!MODULE[LogisticsModule]]:AFTER[SimpleLogistics]
{
// @description:NEEDS[SimpleLogistics] ^= :(.)$:$0\n<#6495ED>Simple Logistics Enabled. </color>:
// @tags ^:$: simple logistics:
// @tags ^:$: simplelogistics:

// Module Command
MODULE
Expand All @@ -27,10 +27,7 @@
}
}

%MODULE[LogisticsModule]
{
isActive = True
}
%MODULE[LogisticsModule]{ IsActive = True }
}

// DeployedSolarPanel
Expand All @@ -46,6 +43,8 @@
placementAllowXRotation = false
placementAllowZRotation = false
}

%MODULE[LogisticsModule]{ IsActive = True }
}

// DeployedRTG
Expand All @@ -61,6 +60,8 @@
placementAllowXRotation = false
placementAllowZRotation = false
}

%MODULE[LogisticsModule]{ IsActive = True }
}
// GPLv2
// zer0Kerbal
Loading

0 comments on commit 10526dd

Please sign in to comment.