Skip to content

Commit

Permalink
Merge pull request #42 from zer0Kerbal/4.0.9.9-beta
Browse files Browse the repository at this point in the history
# Version 4.0.9.9 - pre-release

- 12 Sep 2021  
- Release for KSP 1.9.1 - for [KSP 1.9.1] (because EL.version says so)  

### Added

- SSPX.cfg -> StationPartsExpansionRedux.cfg
- :NEEDS[StationPartsExpansionRedux,]
- Foundations.cfg (WIP)
- GrapplingDevice.cfg (WIP)
- KIS.cfg (WIP)
- USI-Kontainers.cfg (WIP)
- [ModuleCargoPart] to[KS-COS Disposable Pad]

### minor housekeeping 

- patch dusting (mostly removing construction dust (comments))
- ghostparts.cfg has been removed

### Stock Drills

- add tiny ore tank

### Back end

- add auto JSON
- update EL.version to match
- update automation to latest version

### [Resources.cfg]

- add icon to stock [ore] 
- [ore],[metal],[]RocketParts]
  - add [RESOURCE_DRAIN_DEFINITION]
  - add [color]
  - adjust[unitCost]
  - adjust price of Metal from `0.5` to `9.36` to equal the price in {EL}
  - adjust [density]
  - adjust [volume]
  - fix localization of RocketParts if {Community Resource Pack} installed

### [Tanks.cfg]

- metal tanks
  - adjust [cost] and [entryCost] 
  - adjust [amount] and [maxAmount]
- RocketParts tanks
  - adjust [cost] and [entryCost]
  - remove adjustment for [amount] and [maxAmount]

### Update EL

- new UI

### Add Agency (WIP))

### Add CCK support (WIP))

### Continue Localization work

### Added SimpleConstruction! Flag

### Closes
- Closes #1
- Closes  #6 
- Closes #7 
- Closes #8 
- Closes #9 
- Closes #12 
- Closes #11 
- Closes #13 
- Closes #18 
- Updates #19
  • Loading branch information
zer0Kerbal authored Nov 24, 2021
2 parents 41e7569 + cb2f6b7 commit 990b57c
Show file tree
Hide file tree
Showing 74 changed files with 2,161 additions and 916 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# .gitattributes v2.0.0.0

# Auto detect text files and perform LF normalization
# http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
* text=auto
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Greetings

on: [pull_request, issues]

jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thank you. Kindly read contributiing.md, code_of_conduct.md and styleguide.md'
pr-message: 'Thank you. Kindly read contributiing.md, code_of_conduct.md and styleguide.md'
16 changes: 15 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Prerequisites
# .gitignore v2.0.0.1

# Prerequisites
*.d

# Compiled Object files
Expand Down Expand Up @@ -105,6 +107,17 @@ TestResult.xml
# MemoryCaptures can get excessive in size.
# They also could contain extremely sensitive data
/[Mm]emoryCaptures/
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/

# Asset meta data should only be ignored when the corresponding asset is also ignored
!/[Aa]ssets/**/*.meta
Expand Down Expand Up @@ -161,3 +174,4 @@ crashlytics-build.properties
/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/*
graphics/Thumbs.db
*.old
100 changes: 94 additions & 6 deletions Changelog.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,95 @@ KERBALCHANGELOG
modName = SimpleConstruction!
license = MIT
author = MatterBeam, RealGecko, EricWi, zer0Kerbal
VERSION {
VERSION
{
version = 4.0.9.9
versionDate = 12 Sep 2021
versionKSP = 1.9.1
versionName = Prerelease
change = why KSP 1.9.1? (because EL.version says so)
change = <b><color = red>DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL</color></b>
change = ExtraplanetaryLaunchpads .dll to 6.99.0.0 for KSP 1.9.1
CHANGE
{
type = Added
change = SSPX.cfg -> StationPartsExpansionRedux.cfg
subChange = :NEEDS[StationPartsExpansionRedux,]
subChange = Foundations.cfg (WIP)
subChange = GrapplingDevice.cfg (WIP)
subChange = KIS.cfg (WIP)
subChange = USI-Kontainers.cfg (WIP)
subChange = [ModuleCargoPart] to[KS-COS Disposable Pad]
}
CHANGE
{
type = minor housekeeping
subChange = patch linting/dusting (mostly removing construction dust (comments))
subChange = please note: ELControlReferenceSC is has gone away.
subChange = ghostparts.cfg has been removed
}
CHANGE
{
type = Added
change = Stock Drills [Drills.cfg]
subChange = add tiny ore tank
}
CHANGE
{
type = Update
change = Back end
subChange = add auto JSON
subChange = update EL.version to match
subChange = update automation to latest version
}
CHANGE
{
type = [Resources.cfg]
change = add icon to stock [ore]
}
CHANGE
{
type = [ore],[metal],[]RocketParts]
subChange = add [RESOURCE_DRAIN_DEFINITION]
subChange = add [color]
subChange = adjust[unitCost]
subChange = adjust price of Metal from `0.5` to `9.36` to equal the price in {EL}
subChange = adjust [density]
subChange = adjust [volume]
subChange = fix localization of RocketParts if {Community Resource Pack} installed
}
CHANGE
{
type = [Tanks.cfg]
change = metal tanks
subChange = adjust [cost] and [entryCost]
subChange = adjust [amount] and [maxAmount]
change = RocketParts tanks
subChange = adjust [cost] and [entryCost]
subChange = remove adjustment for [amount] and [maxAmount]
}
CHANGE
{
type = Update
change = EL
subchange = new UI
}
CHANGE
{
type = Added (WIP)
change = Add CCK support (WIP))
change = Add Agency (WIP))
change = Continue Localization work
change = Added SimpleConstruction! Flag
}
CHANGE
{
type = Removed
change = ghostparts.cfg
}
}
VERSION
{
version = 4.0.2.7
versionDate = 01 Jun 2021
versionKSP = 1.9.1
Expand All @@ -17,14 +105,14 @@ KERBALCHANGELOG
change = patch dusting (mostly removing construction dust (comments))
subchange = ELControlReferenceSC (ghostparts) has had its description updated to include the corrected text: "For those times where you need to switch control references quickly, such as doing a ventral landing. At the flick of an action button, this device will override your avionics and become your new fore and aft, with suitable indicators highlighting when active. At a second flick of the action button, the device will remove the override and the previous control reference will be active once again."
}

CHANGE {
CHANGE
{
type = Warning
change = ghostparts.cfg
subchange = <b><color = pink>THIS WILL BE THE LAST RELEASE INCLUDING THIS FILE.</color></b>
}

CHANGE {
CHANGE
{
type = Changed
change = ExtraplanetaryLaunchpads .dll to 6.8.3
}
Expand Down Expand Up @@ -221,7 +309,7 @@ KERBALCHANGELOG
version = 4.0.1.0
versionName = [KSP 1.4.4] [2018 06 24]
change = by EricKerman (@Ericwi)
change = (Ericwi)[https://github.com/EricKerman/SimpleConstruction/releases]
change = (Ericwi)[https://github.com/EricKerman/SimpleConstruction]
change = Updated EL to version 6.1.0
change = Fixed Large Ports
change = Added Shield ports
Expand Down
2 changes: 1 addition & 1 deletion MIT.txt → Expat-MIT.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MIT License (MIT)

Copyright (c) 2016 Alexandr Bezenkov
Copyright © 2020 zer0Kerbal
Copyright © 2020,2021 zer0Kerbal

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 0 additions & 2 deletions GameData/ExtraplanetaryLaunchpads/Settings.cfg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified GameData/ExtraplanetaryLaunchpads/Textures/icon_button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified GameData/ExtraplanetaryLaunchpads/Textures/icon_filter_n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified GameData/ExtraplanetaryLaunchpads/Textures/icon_filter_s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 990b57c

Please sign in to comment.