Skip to content

Commit

Permalink
Merge pull request #35 from zer0Kerbal/1.0.99.0-prerelease
Browse files Browse the repository at this point in the history
# Version 1.0.99.0 - Somebody Order these Parts?

### Parts

* Part.cfg
  * updated all from Extraplanetary Launchpads
  * moved up one folder level and removed old folders
  * split [recyclebin.cfg] into [RecylceBinLarge.cfg] and [RecylceBinSmall.cfg]
  * move patches from files into [KerbalInventorySystem.cfg]
  * Added
    * [ElAuger]
    * [ElSmallAuger]
    * [ElTinyAuger]
    * [MicroPad.cfg]
    * [OrbitalDock.cfg]
* Assets
  * move models/textures to Assets/
  * update pointers to .dds
  * converted/renamed [model000.mbm] --> [Auguer000.png]
* added @thumbs
* added [DRAG_CUBES]
* added preliminary [ModuleCargoPart]

### Configs

* moved into /Configs/
  * [ExperienceTraits.cfg]
  * [SurveyStation.cfg] v1.0.0.2
  * [SurveyStationForAllCrewed.cfg] v1.0.0.2
* created [ghostparts.cfg] v1.0.0.0 so that will hide in editors (but not flight) SimpleConstructions! croPad

### Compatibility

* create [KerbalInventorySystem.cfg] v1.0.0.0
* rename [CCK.cfg] to [CommunityCategoryKit.cfg]

### docs/

* Create
  * docs/
    * [404.md]
    * [Attributions.md]
    * [ManualInstallation.md]
    * [LegalMumboJumbo.md]
    * [Localizations.md]
    * [resourceFlow.md]
    * [PartInvoice.md]
    * LegalMumboJumbo/
      * [FORUM-01.png]
      * [FORUM-02.png]
      * [License.md]
    * ReleaseNotes/
      * [1.0.0.0.md]
      * [1.0.1.0.md]
      * [1.0.2.0.md]
      * [1.0.2.2.md]
      * [1.0.99.0.md]

### Documentation

* Updated
  * [readme.md] v1.6.6.0
  * converted [changelog.cfg] to [changelog.md]
  * _releasenotes v1.3.1.1
  * update release version
  * update minimum KSP version

### Localization

* Localized all parts
  * using Elementary Launchpads localization tags
  * using Squad localization tags
* closes #11 - Localization - Master
* closes #12 - American English <us-en.cfg>
* closes #13 - Brazilian Portuguese <pt-br.cfg>
* closes #14 - German (Deutsch) <de.cfg>
* closes #15 - Spanish <es-es.cfg>
* closes #16 - French <fr-fr.cfg>
* closes #17 - Italian (Italiano) <it-it.cfg>
* closes #18 - Japanese <ja.cfg>
* closes #19 - Russian (Русский) <ru.cfg>
* closes #20 - Simplified Chinese <zh-cn.cfg>
* closes #21 - Mexican Spanish <es-mx.cfg>
* closes #22 - Korean <ko.cfg>
* closes #23 - Dutch (Nederlands) <nl-nl.cfg>
* closes #24 - Norwegian (Norsk) <no-no.cfg>
* closes #25 - Polish (Polski) <pl.cfg>
* closes #26 - Swedish (Svenska) <sw-sw.cfg>
* closes #27 - Taiwanese <zh-tw.cfg>
* closes #28 - Hawai'ian <ha.cfg>
* closes #29 - Part Localization

### Status

* Issues/Requests
  * closes #2 - Optional MM patch to add SurvesStation module to all manned command parts - contributed by   LEGIONBOSS
  * closes #5 - Update Not So SimpleConstruction! (NSSC) 1.0.99.0-prerelease <NAME>
  * closes #7 - Not So SimpleConstruction (NSSC) 1.0.99.0-prerelease <NAME>
  * closes #8 - 1.0.99.0 Verify Legal Mumbo Jumbo
  * closes #9 - 1.0.99.0 Update Documentation
  * closes #10 - 1.0.99.0 Social Media
  * closes #7 - Version 1.0.99.0-prerelease
  * closes #8 - 1.0.99.0-prerelease Legal MumboJumbo
  * closes #9 - 1.0.99.0-prerelease Update documentation
  * closes #10 - 1.0.99.0-prerelease Social Media
  * closes #16 - 1.0.99.0-prerelease Release
  * closes #30 - Create SurveyStation optional.txt
  * closes #32 - Repo update
  * closes #31 - RepoUpdate
  • Loading branch information
zer0Kerbal authored Mar 23, 2022
2 parents becc338 + 475ddc3 commit c4548d4
Show file tree
Hide file tree
Showing 73 changed files with 3,555 additions and 549 deletions.
12 changes: 9 additions & 3 deletions .github/.imgbotconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,22 @@
"ignoredFiles": [
"GameData/*",
"docs/LegalMumboJumbo/*",
"/docs/LegalMumboJumbo/*",
"GameData/NotSoSimpleConstruction/*",
"/GameData/NotSoSimpleConstruction/*",
"GameData/NotSoSimpleConstruction/Textures/*",
"/GameData/NotSoSimpleConstruction/Textures/*",
"source/*",
"**/Assets/**",
"**/Flags/**",
"**/Agents/**",
"**/Parts/**",
"**/@Thumbs/**"
"**/Textures/**",
"**/UI/**",
"**/PluginData/**",
"**/Icons/**",
"**/@thumbs/**"
],
"aggressiveCompression": "false",
"compressWiki": "true",
"minKBReduced": 500
}
}
18 changes: 12 additions & 6 deletions .github/workflows/AVC-VersionFileValidator.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
# v1.3.1
# v1.4.0
# update checkout to v3
# update AVC to v1.4
# This is a standard workflow to validate all .version files
# found in the root directory of the repository and any subdirectories,
# whenever something is pushed to any branch in the repository, or to a "foreign" branch active in a pull request.
# It should cover most cases.
name: Validate AVC .version files

name: AVC .version file validation
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:

jobs:
validate_version_files:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: KSP-AVC Version File Validator
uses: DasSkelett/AVC-VersionFileValidator@v1.3.1

- name: Validate files
uses: DasSkelett/AVC-VersionFileValidator@master
8 changes: 4 additions & 4 deletions .github/workflows/createIndexesfromMarkdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 1.0.1.0
# 1.0.2.1
# created: 05 Feb 2022
# updated: 20 Feb 2022
# updated: 18 Mar 2022
# Create Indexes from Markdown
# https://github.com/DaanV2/Markdown-Action-Create-Indexes

Expand All @@ -18,8 +18,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: DaanV2/Markdown-Action-Create-Indexes@v1.5.13
- uses: actions/checkout@v3
- uses: DaanV2/Markdown-Action-Create-Indexes@v1.6.0
with:
folder: ${{github.workspace}}/docs/

Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# 1.1.0.1 - 2 Dec 2021
# 1.1.0.2
# created: 02 Dec 2021
# updated: 18 Mar 2022
# An action for filtering pull requests and issues from first-time contributors.
# https://github.com/marketplace/actions/first-interaction

name: Greetings

on: [pull_request, issues, issue_comment, discussion_comment, fork, gollum]
on: [pull_request, issues, issue_comment, discussion_comment, fork, gollum, workflow_dispatch]

jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
- uses: actions/first-interaction@v1.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thank you. Kindly read [contributiing.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md), [code_of_conduct.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CODE_OF_CONDUCT.md) and [styleguide.md](https://github.com/zer0Kerbal/.github/blob/master/.github/STYLEGUIDE.md). These are boilerplate.'
Expand Down
39 changes: 0 additions & 39 deletions Changelog.cfg

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Loading

0 comments on commit c4548d4

Please sign in to comment.